| Id |
Summary |
Prior |
Sever |
Vers |
Keyws |
Opened by (when) |
Temporal location |
Last update by (when) |
| 6377 |
distutils compiler switch ignored |
high |
normal |
Python 3.1, Python 2.7 |
patch |
Anthony Tuininga (atuining) (2009-06-29) |
 | cmcqueen1975 (2009-12-16) |
| 6378 |
Patch to make 'idle.bat' run idle.pyw using appropriate Python interpreter (so 3.1's idle.bat does not accidently use python26.exe) |
normal |
normal |
Python 3.2 |
patch |
Sridhar Ratnakumar (srid) (2009-06-29) |
     | srid (2010-07-20) |
| 6380 |
Deadlock during the "import" in the fork()'ed child process if fork() happened while import_lock was held |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Dmitriy Khramtsov (hdn) (2009-06-29) |
    | terry.reedy (2010-08-03) |
| 6359 |
pyexpat.c calls trace function incorrectly for exceptions |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Ned Batchelder (nedbat) (2009-06-28) |
    | BreamoreBoy (2010-07-10) |
| 6335 |
Add support for mingw |
normal |
normal |
Python 3.0 |
patch |
(smartmobili) (2009-06-24) |
    | skrah (2010-08-08) |
| 6338 |
Error message displayed on stderr when no C compiler is present with ctypes |
normal |
normal |
Python 2.6 |
patch |
Eric Huss (ehuss) (2009-06-24) |
    | BreamoreBoy (2010-08-01) |
| 6331 |
Add unicode script info to the unicode database |
normal |
normal |
Python 3.2 |
needs review, patch |
Walter Dörwald (doerwalter) * (2009-06-23) |
    | BreamoreBoy (2010-07-21) |
| 6321 |
Reload Python modules when running programs |
normal |
normal |
Python 3.2 |
|
(samwyse) (2009-06-22) |
     | cben (2010-08-16) |
| 6322 |
Pdb breakpoints don't work on lines without bytecode |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Andreas Kloeckner (inducer) (2009-06-22) |
    | BreamoreBoy (2010-07-10) |
| 6317 |
winsound.PlaySound doesn't accept non-unicode string |
normal |
normal |
Python 2.6, Python 3.1, Python 3.0, Python 2.7, Python 3.2 |
patch |
Hirokazu Yamamoto (ocean-city) * (2009-06-21) |
  | ocean-city (2009-06-21) |
| 6320 |
Standard string encodings should include GSM0.38 |
normal |
normal |
Python 3.2 |
|
(jwishnie) (2009-06-21) |
    | eric.araujo (2010-05-09) |
| 6310 |
Windows "App Paths" key is not checked when installed for current user |
normal |
normal |
Python 2.7 |
|
anatoly techtonik (techtonik) (2009-06-19) |
   | terry.reedy (2010-08-05) |
| 6302 |
email.header.decode_header data types are inconsistent and incorrectly documented |
normal |
normal |
Python 3.1, Python 3.2 |
|
R. David Murray (r.david.murray) * (2009-06-18) |
    | r.david.murray (2010-07-10) |
| 6304 |
Confusing error message when passing bytes to print with file pointing to a binary file |
low |
normal |
Python 3.1, Python 3.2 |
|
R. David Murray (r.david.murray) * (2009-06-18) |
  | amaury.forgeotdarc (2009-06-26) |
| 6305 |
islice doesn't accept large stop values |
low |
normal |
Python 2.7, Python 3.2 |
|
Thomas Guest (thomasguest) (2009-06-18) |
  | rhettinger (2009-06-23) |
| 6308 |
termios fix for QNX breaks HP-UX |
normal |
normal |
Python 2.6, Python 2.7 |
|
Michael Haubenwallner (haubi) (2009-06-18) |
    | grobian (2010-01-16) |
| 6294 |
Improve shutdown exception ignored message |
low |
normal |
Python 2.7, Python 3.2 |
easy |
Terry J. Reedy (terry.reedy) (2009-06-17) |
  | r.david.murray (2009-06-17) |
| 6299 |
pyexpat build failure on Solaris 10 for 2.6.1/2.6.2 |
normal |
normal |
Python 2.6 |
|
Tim Mooney (enchanter) (2009-06-17) |
    | enchanter (2010-01-06) |
| 6293 |
Have regrtest.py echo back sys.flags |
normal |
normal |
Python 2.7 |
needs review, patch, easy |
Collin Winter (collinwinter) * (2009-06-16) |
      | dstanek (2010-07-31) |
| 6284 |
C/API PyErr_AsUnicode() |
normal |
normal |
Python 3.1 |
patch |
Campbell Barton (ideasman42) (2009-06-14) |
  | ideasman42 (2009-06-16) |
| 6285 |
Silent abort on XP help document display |
normal |
normal |
Python 3.1 |
|
Scott David Daniels (scott_daniels) * (2009-06-14) |
  | amaury.forgeotdarc (2009-06-22) |
| 6280 |
calendar.timegm() belongs in time module, next to time.gmtime() |
low |
normal |
Python 3.2 |
needs review, patch |
Zooko O'Whielacronx (zooko) (2009-06-13) |
     | belopolsky (2010-06-14) |
| 6269 |
threading documentation makes no mention of the GIL |
normal |
normal |
Python 2.7 |
patch |
Florian Mayer (segfaulthunter) (2009-06-11) |
    | illume (2009-09-22) |
| 6270 |
Menu deletecommand fails if command is already deleted |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Greg Couch (gregcouch) (2009-06-11) |
      | BreamoreBoy (2010-07-11) |
| 6253 |
optparse.OptionParser.get_usage uses wrong formatter |
normal |
normal |
Python 2.6 |
patch |
Jan Pobrislo (ccx) (2009-06-10) |
  | ccx (2009-06-10) |
| 6257 |
Idle terminates on source save while debugging |
normal |
normal |
Python 3.1 |
|
Andy Harrington (andyharrington) (2009-06-10) |
    | JimShaw (2010-04-15) |
| 6259 |
ctypes pointer arithmetic |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Thomas Heller (theller) * (2009-06-10) |
  | amaury.forgeotdarc (2009-06-11) |
| 6237 |
Build errors when using LDFLAGS="-Wl,--no-undefined" |
normal |
normal |
Python 2.6 |
|
Funda Wang (fundawang) (2009-06-08) |
  | fundawang (2009-06-28) |
| 6234 |
cgi.FieldStorage is broken when given POST data |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Evan Fosmark (efosmark) (2009-06-07) |
     | BreamoreBoy (2010-08-27) |
| 6216 |
Raise Unicode KEEPALIVE_SIZE_LIMIT from 9 to 32? |
normal |
normal |
Python 3.2 |
|
Terry J. Reedy (terry.reedy) (2009-06-06) |
   | lemburg (2010-07-21) |
| 6225 |
Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Guilherme Polo (gpolo) * (2009-06-06) |
    | BreamoreBoy (2010-08-04) |
| 6226 |
Inconsistent 'file' vs 'stream' kwarg in pprint, other stdlibs |
normal |
normal |
Python 3.2 |
|
Philip Jenvey (pjenvey) (2009-06-06) |
    | BreamoreBoy (2010-08-01) |
| 6203 |
3.x locale does not default to C, contrary to the documentation and to 2.x behavior |
high |
normal |
Python 3.2 |
|
Ned Deily (ned.deily) * (2009-06-05) |
  | r.david.murray (2009-12-30) |
| 6208 |
path separator output ignores shell's path separator: / instead of \ |
low |
normal |
Python 2.7, Python 3.2 |
|
(ThurnerRupert) (2009-06-05) |
  | eric.smith (2009-06-15) |
| 6210 |
Exception Chaining missing method for suppressing context |
normal |
normal |
Python 3.2 |
|
Patrick W. (poke) (2009-06-05) |
    | draghuram (2010-08-03) |
| 6191 |
HTMLParser attribute parsing - 2 test cases when it fails |
normal |
normal |
Python 2.6 |
|
Paweł Widera (momat) (2009-06-04) |
  | ezio.melotti (2009-06-06) |
| 6171 |
Class Browser selection in Ubuntu |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Jason Gervich (sirgimp) (2009-06-02) |
      | terry.reedy (2010-08-04) |
| 6178 |
Core error in Py_EvalFrameEx 2.6.2 |
normal |
normal |
Python 2.6 |
|
Tim Savannah (tsavannah) (2009-06-02) |
  | tsavannah (2009-06-03) |
| 6181 |
Tkinter.Listbox several minor issues |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Guilherme Polo (gpolo) * (2009-06-02) |
    | BreamoreBoy (2010-08-04) |
| 6160 |
Tkinter.Spinbox: fix for bbox and removed some uninteresting returns |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Guilherme Polo (gpolo) * (2009-06-01) |
    | BreamoreBoy (2010-08-04) |
| 6164 |
[AIX] Patch to correct the AIX C/C++ linker argument used for 'runtime_library_dirs' |
high |
normal |
Python 3.1 |
patch |
Sridhar Ratnakumar (srid) (2009-06-01) |
      | eric.araujo (2010-08-12) |
| 6165 |
strftime incorrectly processes DST flag when passed time touples |
normal |
normal |
Python 2.7 |
|
Jonathan (jonathan.cervidae) (2009-06-01) |
    | terry.reedy (2010-08-03) |
| 6166 |
encoding error for 'setup.py --author' when read via subprocess pipe |
normal |
normal |
Python 2.6 |
|
Sridhar Ratnakumar (srid) (2009-06-01) |
  | tarek (2009-06-01) |
| 6167 |
Tkinter.Scrollbar: the activate method needs to return a value, and set should take only two args |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Guilherme Polo (gpolo) * (2009-06-01) |
    | BreamoreBoy (2010-08-04) |
| 6157 |
Tkinter.Text: changes for bbox, debug, and edit methods. |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Guilherme Polo (gpolo) * (2009-05-31) |
    | BreamoreBoy (2010-08-01) |
| 6159 |
Tkinter.PanedWindow: docstring fixes, change in paneconfigure and removed some returns |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Guilherme Polo (gpolo) * (2009-05-31) |
    | BreamoreBoy (2010-08-01) |
| 6142 |
Distutils doesn't remove .pyc files |
normal |
normal |
Python 3.1, Python 2.7 |
patch |
James (purpleidea) (2009-05-29) |
      | purpleidea (2010-04-09) |
| 6143 |
IDLE - an extension to clear the shell window |
normal |
normal |
Python 3.2 |
|
Roger Serwy (serwy) (2009-05-29) |
    | terry.reedy (2010-08-03) |
| 6145 |
distutils.extension.read_setup_file misinterprets -C switch |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Lorenz Quack (donlorenzo) (2009-05-29) |
    | tarek (2009-09-07) |
| 6135 |
subprocess seems to use local 8-bit encoding and gives no choice |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Mark Summerfield (mark) (2009-05-28) |
    | BreamoreBoy (2010-07-24) |
| 6138 |
'./configure; make install' fails in setup.py step if .pydistutils.cfg specifies 'home' |
normal |
normal |
Python 3.1, Python 2.7 |
|
R. David Murray (r.david.murray) * (2009-05-28) |
  | r.david.murray (2009-05-28) |
| 6124 |
Tkinter should support the OS X zoom button |
normal |
normal |
Python 3.2 |
|
Marc Culler (culler) (2009-05-27) |
    | BreamoreBoy (2010-07-10) |
| 6128 |
Consequences of using Py_TPFLAGS_HAVE_GC are incompletely explained |
normal |
normal |
|
|
Jean-Paul Calderone (exarkun) (2009-05-27) |
    | BreamoreBoy (2010-08-01) |
| 6130 |
There ought to be a way for extension types to associate documentation with their tp_new or tp_init methods |
normal |
normal |
|
|
Jean-Paul Calderone (exarkun) (2009-05-27) |
    | BreamoreBoy (2010-08-01) |
| 6132 |
Implement the GIL with critical sections in Windows |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Phillip Sitbon (sitbon) (2009-05-27) |
  | pitrou (2009-11-13) |
| 6133 |
LOAD_CONST followed by LOAD_ATTR can be optimized to just be a LOAD_CONST |
low |
normal |
Python 3.3 |
patch |
Alex (alex) (2009-05-27) |
 | benjamin.peterson (2010-09-02) |
| 6114 |
distutils build_ext path comparison only based on strings |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
Sven Rebhan (sleipnir) (2009-05-26) |
       | sleipnir (2010-09-08) |
| 6116 |
frame.f_locals keeps references to things for too long |
normal |
normal |
|
|
Jean-Paul Calderone (exarkun) (2009-05-26) |
  | pitrou (2009-05-27) |
| 6103 |
Static library (libpythonX.Y.a) installed in incorrect location |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Arfrever Frehtes Taifersar Arahesis (Arfrever) (2009-05-25) |
    | BreamoreBoy (2010-07-31) |
| 6098 |
xml.dom.minidom incorrectly claims DOM Level 3 conformance |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Philipp Hagemeister (phihag) (2009-05-24) |
    | BreamoreBoy (2010-07-25) |
| 6092 |
Changed Shortcuts don't show up in menu |
normal |
normal |
Python 2.7, Python 3.2 |
|
(jamesie) (2009-05-23) |
    | terry.reedy (2010-08-03) |
| 6083 |
Reference counting bug in setrlimit |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Bill McCloskey (billm) (2009-05-22) |
    | terry.reedy (2010-08-03) |
| 6085 |
Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag |
normal |
normal |
Python 3.2 |
patch |
Wentao Han (aerodonkey) (2009-05-22) |
   | neologix (2010-04-26) |
| 6087 |
distutils.sysconfig.get_python_lib gives surprising result when used with a Python build |
normal |
normal |
Python 2.6, Python 2.7, Python 3.2 |
easy |
Vinay Sajip (vinay.sajip) * (2009-05-22) |
     | Arfrever (2010-09-08) |
| 6088 |
Python3.0.1.1 is not available when system locale is zh_TW.eucTW |
normal |
normal |
Python 3.1 |
|
Leeon (leeon) (2009-05-22) |
  | leeon (2009-05-25) |
| 6090 |
zipfile DeprecationWarning Python in 2.6, failure in 2.7 |
normal |
normal |
Python 2.6, Python 2.7 |
|
Ivan Bykov (ivb) (2009-05-22) |
      | mark.dickinson (2010-04-13) |
| 6081 |
str.format_from_mapping() |
normal |
normal |
Python 3.2 |
patch |
Raymond Hettinger (rhettinger) * (2009-05-21) |
   | terry.reedy (2010-08-11) |
| 6068 |
support read/write c_ulonglong type bitfield structures |
normal |
normal |
Python 3.2 |
|
higstar (higstar) (2009-05-20) |
    | terry.reedy (2010-07-09) |
| 6069 |
casting error from ctypes array to structure |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
higstar (higstar) (2009-05-20) |
    | terry.reedy (2010-08-03) |
| 6074 |
.pyc files created readonly if .py file is readonly, python won't overwrite |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Peter Simanyi (pdsimanyi) (2009-05-20) |
     | desolat (2010-09-07) |
| 6075 |
Patch for IDLE/OS X to work with Tk-Cocoa |
normal |
normal |
Python 2.6 |
patch |
Kevin Walzer (wordtech) (2009-05-20) |
  | wordtech (2009-10-21) |
| 6058 |
Add cp65001 to encodings/aliases.py |
high |
normal |
Python 3.2 |
patch |
Χρήστος Γεωργίου (Christos Georgiou) (tzot) * (2009-05-19) |
   | terry.reedy (2010-07-10) |
| 6059 |
uuid.uuid4 cause segfault in emesene |
normal |
normal |
Python 2.6 |
|
Yu Yuwei (acevery) (2009-05-19) |
    | BreamoreBoy (2010-07-31) |
| 6064 |
Add "daemon" argument to threading.Thread constructor |
normal |
normal |
Python 2.7, Python 3.2 |
patch, easy |
Miki Tebeka (tebeka) (2009-05-19) |
   | bbrazil (2010-07-23) |
| 6056 |
socket.setdefaulttimeout affecting multiprocessing Manager |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Ryan Leslie (ryles) (2009-05-18) |
   | BreamoreBoy (2010-08-27) |
| 6057 |
sqlite3 error classes should be documented |
low |
normal |
Python 3.1, Python 2.7, Python 3.2 |
easy |
Mitchell Model (MLModel) (2009-05-18) |
    | flox (2010-07-09) |
| 6045 |
Fix dbm interfaces |
critical |
normal |
Python 3.1 |
|
Georg Brandl (georg.brandl) (2009-05-17) |
    | pablomouzo (2010-01-23) |
| 6033 |
LOOKUP_METHOD and CALL_METHOD optimization |
low |
normal |
Python 3.2 |
patch |
Benjamin Peterson (benjamin.peterson) (2009-05-16) |
     | rnk (2010-07-14) |
| 6036 |
Clean up test_posixpath.py |
normal |
normal |
Python 2.7 |
patch |
Philipp Hagemeister (phihag) (2009-05-16) |
    | BreamoreBoy (2010-07-31) |
| 6039 |
cygwin compilers should not check compiler versions |
normal |
normal |
|
|
Cournapeau David (cdavid) (2009-05-16) |
  | amaury.forgeotdarc (2009-05-16) |
| 6040 |
bdist_msi does not deal with pre-release version |
normal |
normal |
Python 3.2 |
|
Cournapeau David (cdavid) (2009-05-16) |
        | tim.golden (2010-08-04) |
| 6027 |
test_xmlrpc_net fails when the ISP returns "302 Found" |
low |
normal |
Python 3.1 |
|
Ezio Melotti (ezio.melotti) (2009-05-15) |
    | ezio.melotti (2009-10-11) |
| 6028 |
Interpreter crashes when chaining an infinite number of exceptions |
normal |
normal |
Python 3.0 |
patch |
Yury (yury) (2009-05-15) |
  | benjamin.peterson (2009-05-16) |
| 6029 |
FAIL: test_longdouble (ctypes.test.test_callbacks.Callbacks) [SPARC/64-bit] |
normal |
normal |
Python 3.1, Python 2.7 |
patch |
Peter Bray (illumino) (2009-05-15) |
    | terry.reedy (2010-08-05) |
| 6031 |
BaseServer.shutdown documentation is incomplete |
normal |
normal |
Python 2.6, Python 3.1, Python 3.0, Python 2.7, Python 3.2 |
patch |
Gabriel Genellina (gagenellina) (2009-05-15) |
    | gagenellina (2009-11-15) |
| 6008 |
Idle should be installed as `idle3.1` and not `idle3` |
normal |
normal |
Python 3.1 |
|
Sridhar Ratnakumar (srid) (2009-05-13) |
   | ned.deily (2010-08-08) |
| 6011 |
python doesn't build if prefix contains non-ascii characters |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Baptiste Carvello (zegreek) (2009-05-13) |
   | haypo (2010-08-21) |
| 6014 |
No shell prompt when a graphics window that was started from IDLE is closed |
normal |
normal |
Python 2.6 |
|
Ralf Seliger (chessweb) (2009-05-13) |
    | BreamoreBoy (2010-07-10) |
| 6015 |
Tkinter Scrollbar in OS X 10.5 |
normal |
normal |
Python 2.6 |
|
Jerome (an is) (2009-05-13) |
  | culler (2009-05-15) |
| 6005 |
Bug in socket example |
normal |
normal |
Python 2.7, Python 3.3 |
patch |
Mads Kiilerich (kiilerix) (2009-05-12) |
       | bbrazil (2010-08-08) |
| 6006 |
ffi.c compile failures on AIX 5.3 with xlc |
normal |
normal |
Python 3.0 |
patch |
Ely Eshel (elyeshel) (2009-05-12) |
      | bugs-python@vendor.thewrittenword.com (2010-04-26) |
| 6007 |
distutils tricks you into thinking you can build extensions with mingw |
normal |
normal |
Python 2.6 |
|
Jean-Paul Calderone (exarkun) (2009-05-12) |
  | loewis (2009-05-13) |
| 5993 |
python produces zombie in webbrowser.open |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
(dontbugme) (2009-05-11) |
      | BreamoreBoy (2010-07-20) |
| 5996 |
abstract class instantiable when subclassing dict |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
johannes raggam (thet) (2009-05-11) |
   | pitrou (2010-08-14) |
| 5999 |
compile error on HP-UX 11.22 ia64 - 'mbstate_t' is used as a type, but has not been defined as a type |
normal |
normal |
Python 3.1 |
|
Sridhar Ratnakumar (srid) (2009-05-11) |
  | loewis (2009-07-02) |
| 5985 |
Implement os.path.samefile and os.path.sameopenfile on Windows |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Erik Carstensen (sandberg) (2009-05-10) |
    | asvetlov (2009-12-06) |
| 5977 |
distutils build_ext.get_outputs returns wrong result (patch) |
normal |
normal |
Python 2.6, Python 3.1, Python 3.0, Python 2.7 |
patch |
kxroberto (kxroberto) (2009-05-09) |
  | tarek (2009-05-14) |
| 5978 |
cProfile and profile don't work with pygtk/pyqt and sys.exit(0) |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Akkana Peck (akkana) (2009-05-09) |
    | amaury.forgeotdarc (2010-07-22) |
| 5979 |
strptime() gives inconsistent exceptions |
normal |
normal |
Python 3.2 |
|
Ryan Leslie (ryles) (2009-05-09) |
    | belopolsky (2010-06-06) |