| Id |
Summary |
Prior |
Sever |
Vers |
Keyws |
Opened by (when) |
Temporal location |
Last update by (when) |
| 9233 |
json.load failure when C optimizations aren't built |
normal |
normal |
Python 2.6, Python 2.7 |
patch |
Fred L. Drake, Jr. (fdrake) (2010-07-12) |
  | fdrake (2010-07-12) |
| 9234 |
argparse: aliases for positional arguments (subparsers) |
normal |
normal |
Python 3.2 |
|
Adrian Sampson (asampson) (2010-07-12) |
  | r.david.murray (2010-07-13) |
| 9237 |
Add sys.call_tracing to on-line sys module documentation |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
easy |
rocky bernstein (rocky) (2010-07-12) |
  | terry.reedy (2010-07-23) |
| 9239 |
zipfile: truncating comment can corrupt the zipfile |
high |
normal |
Python 3.2 |
patch |
Ryan Kelly (rfk) (2010-07-12) |
  | georg.brandl (2010-08-02) |
| 9222 |
IDLE: Fix open/saveas 'Files of type' choices |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
Terry J. Reedy (terry.reedy) (2010-07-11) |
 | taleinat (2010-07-20) |
| 9226 |
erroneous behavior when creating classes inside a closure |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Chris Monsanto (monsanto) (2010-07-11) |
 | gvanrossum (2010-07-24) |
| 9227 |
can't import Tkinter / use IDLE after installing Python 2.7 on Mac OS X |
normal |
normal |
Python 2.6, Python 2.7 |
|
Michael Foord (michael.foord) (2010-07-11) |
 | terry.reedy (2010-08-20) |
| 9228 |
Make changes in the path and pathext on installation |
normal |
normal |
Python 2.7 |
|
(ipatrol) (2010-07-11) |
  | ipatrol (2010-07-11) |
| 9216 |
FIPS support for hashlib |
normal |
normal |
Python 3.2 |
patch |
Dave Malcolm (dmalcolm) (2010-07-10) |
 | dmalcolm (2010-07-12) |
| 9210 |
remove --with-wctype-functions configure option |
normal |
normal |
Python 3.2 |
patch |
Amaury Forgeot d'Arc (amaury.forgeotdarc) * (2010-07-09) |
 | pitrou (2010-07-12) |
| 9212 |
dict_keys purports to implement the Set ABC, but is missing the isdisjoint method |
high |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Daniel Stutzbach (stutzbach) (2010-07-09) |
 | stutzbach (2010-09-02) |
| 9213 |
range purports to implement the Sequence ABC, but is missing index and count methods |
high |
normal |
Python 3.2 |
patch |
Daniel Stutzbach (stutzbach) (2010-07-09) |
 | stutzbach (2010-09-02) |
| 9194 |
winreg:fixupMultiSZ should check that P < Q in the inner loop |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Daniel Stutzbach (stutzbach) (2010-07-08) |
  | ezio.melotti (2010-07-08) |
| 9195 |
Link in docs from "String Formatting Operations" to "Template Strings" |
normal |
normal |
Python 3.1, Python 2.7, Python 3.3, Python 3.2 |
|
Craig McQueen (cmcqueen1975) (2010-07-08) |
  | ezio.melotti (2010-07-08) |
| 9196 |
Improve docs for string interpolation "%s" re Unicode strings |
normal |
normal |
Python 2.7 |
|
Craig McQueen (cmcqueen1975) (2010-07-08) |
  | cmcqueen1975 (2010-07-08) |
| 9197 |
Crash when importer an extension after Py_Initialize, Py_Finalize and Py_Initialize |
normal |
normal |
Python 3.1 |
|
Palluat de Besset (mpalluat) (2010-07-08) |
 | ronaldoussoren (2010-07-24) |
| 9198 |
Should repr() print unicode characters outside the BMP? |
normal |
normal |
Python 3.2 |
patch |
Amaury Forgeot d'Arc (amaury.forgeotdarc) * (2010-07-08) |
 | haypo (2010-08-13) |
| 9200 |
str.isprintable() is always False for large code points |
normal |
normal |
Python 3.2 |
patch |
Amaury Forgeot d'Arc (amaury.forgeotdarc) * (2010-07-08) |
 | amaury.forgeotdarc (2010-07-09) |
| 9201 |
IDLE: raises Exception TclError in a special case |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Matthias Klose (doko) (2010-07-08) |
  | doko (2010-07-08) |
| 9204 |
The documentation of PyType_Type in py3k mentions types.TypeType |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Daniel Urban (durban) (2010-07-08) |
  | tlesher (2010-07-19) |
| 9205 |
Parent process hanging in multiprocessing if children terminate unexpectedly |
normal |
normal |
Python 2.6, Python 2.7 |
patch |
Greg Brockman (gdb) (2010-07-08) |
 | asksol (2010-08-27) |
| 9207 |
multiprocessing occasionally spits out exception during shutdown (_handle_workers) |
normal |
normal |
Python 2.6, Python 2.7 |
|
Greg Brockman (gdb) (2010-07-08) |
 | Albert.Strasheim (2010-08-27) |
| 9189 |
Improve CFLAGS handling |
normal |
normal |
Python 3.2 |
|
Jeffrey Yasskin (jyasskin) (2010-07-07) |
 | eric.araujo (2010-08-21) |
| 9191 |
winreg.c:Reg2Py() may leak memory (in unusual circumstances) |
low |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Daniel Stutzbach (stutzbach) (2010-07-07) |
  | brian.curtin (2010-07-07) |
| 9192 |
Add a a way to determine float format |
low |
normal |
Python 3.2 |
|
Benjamin Peterson (benjamin.peterson) (2010-07-07) |
  | benjamin.peterson (2010-07-07) |
| 9173 |
logger statement not guarded in shutil._make_tarball |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.3, Python 3.2 |
patch, easy |
Paul Smith (paulsmith) (2010-07-06) |
 | tarek (2010-08-08) |
| 9175 |
ctypes doesn't build on hp-ux |
normal |
normal |
Python 2.7 |
|
Ronald Oussoren (ronaldoussoren) (2010-07-06) |
 | ronaldoussoren (2010-07-07) |
| 9176 |
module termios doesn't build on HP-UX |
normal |
normal |
Python 2.7 |
|
Ronald Oussoren (ronaldoussoren) (2010-07-06) |
 | ronaldoussoren (2010-07-07) |
| 9177 |
ssl.read/write on closed socket raises AttributeError |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Cyril (cbay) (2010-07-06) |
  | cbay (2010-07-06) |
| 9179 |
Lookback with group references incorrect (two issues?) |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
andrew cooke (acooke) (2010-07-06) |
 | acooke (2010-07-06) |
| 9181 |
Solaris extension building does not work with 64 bit python |
normal |
normal |
Python 2.7 |
|
Charles Solar (redcomet) (2010-07-06) |
  | redcomet (2010-07-06) |
| 9182 |
document “--” as a way to distinguish option w/ narg='+' from positional argument in argparse |
normal |
normal |
Python 2.6, Python 2.7 |
easy |
Sergey Konoplev (gray_hemp) (2010-07-06) |
 | gray_hemp (2010-07-06) |
| 9183 |
Intern UTC timezone |
normal |
normal |
Python 3.2 |
patch, easy |
Alexander Belopolsky (belopolsky) (2010-07-06) |
 | belopolsky (2010-07-28) |
| 9156 |
socket._fileobject: read raises AttributeError when closed in another thread |
normal |
normal |
Python 2.6 |
|
Mathias Panzenböck (panzi) (2010-07-05) |
  | panzi (2010-07-05) |
| 9161 |
add_option in optparse no longer accepts unicode string |
normal |
normal |
Python 2.7 |
|
Craig McQueen (cmcqueen1975) (2010-07-05) |
 | l0nwlf (2010-07-05) |
| 9162 |
License for multiprocessing files |
high |
normal |
Python 3.1, Python 2.7, Python 3.2 |
easy |
Michael Fladischer (FladischerMichael) (2010-07-05) |
 | jnoller (2010-07-09) |
| 9167 |
argv double encoding on OSX |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Daniele Varrazzo (piro) (2010-07-05) |
 | piro (2010-07-26) |
| 9168 |
setuid in smtp.py sheds privileges before binding port |
normal |
normal |
Python 3.1 |
patch |
Alberto Trevino (alfmel) (2010-07-05) |
 | alfmel (2010-08-15) |
| 9170 |
zipfile cannot read AES encrypted files |
normal |
normal |
Python 3.2 |
|
Andrew Miller (aymill) (2010-07-05) |
 | pitrou (2010-07-09) |
| 9153 |
Run tests and demos as part of the test suite |
low |
normal |
Python 3.2 |
|
Éric Araujo (eric.araujo) (2010-07-04) |
 | l0nwlf (2010-07-05) |
| 9154 |
Parser module doesn't understand function annotations. |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Mark Dickinson (mark.dickinson) (2010-07-04) |
 | amaury.forgeotdarc (2010-07-22) |
| 9148 |
os.execve puts process to background on windows |
normal |
normal |
Python 2.6, Python 2.7, Python 3.2 |
|
anatoly techtonik (techtonik) (2010-07-03) |
 | eric.smith (2010-07-16) |
| 9150 |
IDLE should not save trailing whitespace after strip trailing whitespace has been used |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7 |
|
Ryan Hodin (rhprogrammer) (2010-07-03) |
  | terry.reedy (2010-07-10) |
| 9141 |
Allow objects to decide if they can be collected by GC |
normal |
normal |
Python 3.2 |
needs review, patch |
Kristján Valur Jónsson (krisvale) * (2010-07-02) |
 | dstanek (2010-07-31) |
| 9146 |
Segfault in hashlib in OpenSSL FIPS mode using non-FIPS-compliant hashes, if "ssl" imported before "hashlib" |
normal |
normal |
Python 2.7 |
patch |
Dave Malcolm (dmalcolm) (2010-07-02) |
 | dmalcolm (2010-07-10) |
| 9138 |
Tutorial: classes intro paragraph icky |
critical |
normal |
Python 2.7 |
|
Aahz (aahz) * (2010-07-01) |
  | techtonik (2010-07-01) |
| 9123 |
insecure os.urandom on VMS |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Zooko O'Whielacronx (zooko) (2010-06-30) |
 | pitrou (2010-06-30) |
| 9124 |
Mailbox module demonstrates infeasibly slow performance |
normal |
normal |
Python 3.1 |
|
Steve Holden (holdenweb) * (2010-06-30) |
 | akuchling (2010-07-12) |
| 9127 |
subprocess.Popen.communicate() and SIGCHLD handlers |
normal |
normal |
Python 3.2 |
|
Benjamin Ryzman (zarkdav) (2010-06-30) |
 | terry.reedy (2010-08-07) |
| 9129 |
DoS smtpd module vulnerability |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Giampaolo Rodola' (giampaolo.rodola) (2010-06-30) |
   | giampaolo.rodola (2010-09-08) |
| 9131 |
test_set_reprs in test_pprint is fragile |
low |
normal |
Python 3.3, Python 3.2 |
needs review, patch |
Daniel Stutzbach (stutzbach) (2010-06-30) |
 | rhettinger (2010-08-22) |
| 9134 |
sre bug: lastmark_save/restore |
normal |
normal |
Python 2.7 |
|
Armin Rigo (arigo) (2010-06-30) |
  | arigo (2010-07-01) |
| 9112 |
argparse missing documentation for error() method |
normal |
normal |
Python 2.7, Python 3.2 |
|
Mark Summerfield (mark) (2010-06-29) |
  | r.david.murray (2010-06-29) |
| 9115 |
test_site: support for systems without unsetenv |
normal |
normal |
Python 2.7 |
patch |
Zsolt Cserna (csernazs) (2010-06-29) |
  | csernazs (2010-06-29) |
| 9116 |
test_capi.test_no_FatalError_infinite_loop crash on Windows |
normal |
normal |
Python 3.2 |
|
Brian Curtin (brian.curtin) * (2010-06-29) |
 | ocean-city (2010-09-09) |
| 9117 |
class syntax not fully documented in reference manual |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Mark Dickinson (mark.dickinson) (2010-06-29) |
 | mark.dickinson (2010-06-29) |
| 9118 |
help() on a property descriptor launches interactive help |
low |
normal |
Python 3.1, Python 3.2 |
patch |
Jack Diederich (jackdied) * (2010-06-29) |
 | terry.reedy (2010-07-04) |
| 9119 |
Python download page needs to mention crypto code in Windows installer |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Marc-Andre Lemburg (lemburg) (2010-06-29) |
 | lemburg (2010-08-30) |
| 9120 |
Reduce pickle size for an empty set |
low |
normal |
Python 3.2 |
patch |
Alexander Belopolsky (belopolsky) (2010-06-29) |
 | belopolsky (2010-07-15) |
| 9122 |
Problems with multiprocessing, Python embedding and Windows |
normal |
normal |
Python 2.6 |
|
Alexander Myodov (honeyman) (2010-06-29) |
  | honeyman (2010-06-29) |
| 9098 |
MSYS build fails with `S_IXGRP' undeclared |
normal |
normal |
Python 2.6 |
|
Martin Ellison (Martin.Ellison) (2010-06-28) |
 | loewis (2010-06-28) |
| 9099 |
multiprocessing/win32: WindowsError: [Error 0] Success on Pipe() |
normal |
normal |
Python 2.6 |
|
Alexander Myodov (honeyman) (2010-06-28) |
  | r.david.murray (2010-06-28) |
| 9100 |
test_sysconfig fails (test_user_similar) |
normal |
normal |
Python 2.7 |
|
Zsolt Cserna (csernazs) (2010-06-28) |
    | georg.brandl (2010-08-01) |
| 9101 |
reference json format in file formats chapter |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
anatoly techtonik (techtonik) (2010-06-28) |
 | lukasz.langa (2010-08-08) |
| 9102 |
pybench: Cannot compare 2.x and 3.x benchmarks |
normal |
normal |
Python 2.7, Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-06-28) |
  | belopolsky (2010-06-28) |
| 9104 |
test_exceptions does not test pickling with pickle.py |
normal |
normal |
Python 3.2 |
patch |
Alexander Belopolsky (belopolsky) (2010-06-28) |
 | r.david.murray (2010-07-01) |
| 9105 |
pickle security note should be more prominent |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
anatoly techtonik (techtonik) (2010-06-28) |
 | terry.reedy (2010-08-07) |
| 9109 |
absolute import cleanups for Python 3 |
normal |
normal |
Python 3.2 |
|
Neil Schemenauer (nas) (2010-06-28) |
 | brett.cannon (2010-06-28) |
| 9090 |
Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately) |
normal |
normal |
Python 2.6 |
patch |
Eric Hohenstein (ehohenstein) (2010-06-27) |
  | ehohenstein (2010-06-27) |
| 9093 |
Tools/README is out of date |
normal |
normal |
Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-06-27) |
 | belopolsky (2010-07-03) |
| 9095 |
patchcheck should handle extraneous whitespace in .rst files |
low |
normal |
Python 3.2 |
easy |
Brett Cannon (brett.cannon) * (2010-06-27) |
 | eric.araujo (2010-07-04) |
| 9084 |
vimrc: use matchall() instead of ":match" to allow multiple matches |
low |
normal |
|
needs review, patch |
daniel hahler (blueyed) (2010-06-26) |
  | brett.cannon (2010-06-26) |
| 9085 |
Version number inconsistency in email package |
normal |
normal |
Python 2.6, Python 2.7 |
|
Tokio Kikuchi (tkikuchi) (2010-06-26) |
 | tkikuchi (2010-06-28) |
| 9086 |
Wrong linking terminology in windows FAQ |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
John Miller (john.miller) (2010-06-26) |
 | loewis (2010-07-04) |
| 9079 |
Make gettimeofday available in time module |
normal |
normal |
Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-06-25) |
 | belopolsky (2010-08-05) |
| 9082 |
warnings.filterwarnings doesn't work with -O |
high |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Michael Foord (michael.foord) (2010-06-25) |
  | pitrou (2010-06-25) |
| 9066 |
Standard type codes for array.array, same as struct |
normal |
normal |
Python 3.3, Python 3.2 |
|
Craig McQueen (cmcqueen1975) (2010-06-24) |
  | mark.dickinson (2010-06-24) |
| 9067 |
Use macros from pyctype.h |
normal |
normal |
|
|
Stefan Krah (skrah) (2010-06-24) |
  | skrah (2010-06-24) |
| 9074 |
[includes patch] subprocess module closes standard file descriptors when it should not |
normal |
normal |
Python 2.6 |
patch |
Keith Rarick (kr) (2010-06-24) |
  | kr (2010-06-24) |
| 9076 |
Add C-API documentation for PyUnicode_AsDecodedObject/Unicode and PyUnicode_AsEncodedObject/Unicode |
normal |
normal |
Python 3.2 |
patch |
STINNER Victor (haypo) (2010-06-24) |
  | lemburg (2010-06-25) |
| 9060 |
Python/dup2.c doesn't compile on (at least) newlib |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Torne Wuff (torne) (2010-06-23) |
  | pitrou (2010-06-23) |
| 9063 |
TZ examples in datetime.rst are incorrect |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Alexander Belopolsky (belopolsky) (2010-06-23) |
 | belopolsky (2010-07-07) |
| 9065 |
tarfile: default root:root ownership is incorrect. |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Justin Bronder (jsbronder) (2010-06-23) |
  | terry.reedy (2010-08-04) |
| 9056 |
Adding additional level of bookmarks and section numbers in python pdf documents. |
normal |
normal |
Python 2.6 |
|
(pengyu.ut) (2010-06-22) |
 | fdrake (2010-06-22) |
| 9041 |
raised exception is misleading |
normal |
normal |
Python 2.6 |
|
Pauli Rikula (kumma) (2010-06-21) |
 | kumma (2010-06-22) |
| 9042 |
Gettext cache and classes |
normal |
normal |
Python 3.2 |
patch |
(v_peter) (2010-06-21) |
   | eric.araujo (2010-09-07) |
| 9045 |
2.7rc1: 64-bit OSX installer is not built with 64-bit tkinter |
normal |
normal |
Python 2.7, Python 3.2 |
|
Sridhar Ratnakumar (srid) (2010-06-21) |
 | srid (2010-06-29) |
| 9047 |
Python 2.7rc2 includes -isysroot twice on each gcc command line |
normal |
normal |
Python 2.7 |
patch |
Marc-Andre Lemburg (lemburg) (2010-06-21) |
 | eric.araujo (2010-08-21) |
| 9048 |
no OS X buildbots in the stable list |
normal |
normal |
|
buildbot |
Bill Janssen (janssen) * (2010-06-21) |
 | pitrou (2010-06-23) |
| 9051 |
Improve pickle format for aware datetime instances |
normal |
normal |
Python 3.2 |
patch |
Alexander Belopolsky (belopolsky) (2010-06-21) |
 | belopolsky (2010-07-28) |
| 9054 |
pyexpat configured with "--with-system-expat" is incompatible with expat 2.0.1 |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Dave Malcolm (dmalcolm) (2010-06-21) |
 | doko (2010-09-08) |
| 9055 |
test_issue_8959_b fails when run from a service |
normal |
normal |
Python 2.7 |
buildbot |
Paul Moore (pmoore) (2010-06-21) |
 | pmoore (2010-08-12) |
| 9034 |
datetime module should use int32_t for date/time components |
low |
normal |
Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-06-20) |
  | belopolsky (2010-06-20) |
| 9035 |
os.path.ismount on windows doesn't support windows mount points |
normal |
normal |
Python 3.2 |
|
Oren Held (Oren_Held) (2010-06-20) |
 | tim.golden (2010-06-22) |
| 9039 |
IDLE and module Doc |
normal |
normal |
Python 3.1 |
|
(Yoda_Uchiha) (2010-06-20) |
 | terry.reedy (2010-06-25) |
| 9033 |
cmd module tab misbehavior |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
scott riccardelli (slcott) (2010-06-19) |
 | terry.reedy (2010-08-04) |
| 9022 |
TypeError in wsgiref.handlers when using CGIHandler |
normal |
normal |
Python 3.2 |
|
David (toxicdav3) (2010-06-18) |
  | toxicdav3 (2010-06-18) |
| 9023 |
distutils relative path errors |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Greg Hazel (ghazel) (2010-06-18) |
   | ghazel (2010-08-21) |
| 9026 |
argparse subcommands not printed in the same order they were added |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Javier Collado (jcollado) (2010-06-18) |
 | bethard (2010-08-10) |