| Id |
Summary |
Prior |
Sever |
Vers |
Keyws |
Opened by (when) |
Temporal location |
Last update by (when) |
| 8245 |
email examples don't actually work (SMTP.connect is not called) |
normal |
normal |
Python 2.6, Python 3.1 |
|
Jason R. Coombs (jaraco) * (2010-03-27) |
  | georg.brandl (2010-04-02) |
| 8237 |
multiprocessing.Queue() blocks program |
normal |
normal |
Python 2.6 |
|
Erdem U. Altinyurt (eua) (2010-03-26) |
  | eua (2010-03-26) |
| 8238 |
Proxy handling |
normal |
normal |
Python 2.6 |
|
Ciprian Trofin (ciprian.trofin) (2010-03-26) |
  | ciprian.trofin (2010-03-26) |
| 8240 |
ssl.SSLSocket.write may fail on non-blocking sockets |
normal |
normal |
Python 3.2 |
patch |
Cyril (cbay) (2010-03-26) |
 | pitrou (2010-07-08) |
| 8229 |
Interpreter crash on application shutdown |
normal |
normal |
Python 2.6 |
|
(tb220) (2010-03-25) |
  | tb220 (2010-03-25) |
| 8231 |
Unable to run IDLE without write-access to config directory |
normal |
normal |
Python 2.6, Python 3.1 |
|
(cane) (2010-03-25) |
  | brian.curtin (2010-03-25) |
| 8232 |
webbrowser.open incomplete on Windows |
normal |
normal |
Python 3.1 |
|
Jonathan Chao (joncwchao) (2010-03-25) |
  | brian.curtin (2010-03-25) |
| 8212 |
A tp_dealloc of a subclassed class cannot resurrect an object |
normal |
normal |
Python 3.2 |
|
Kristján Valur Jónsson (krisvale) * (2010-03-23) |
    | terry.reedy (2010-08-09) |
| 8214 |
Add exception logging function to syslog module |
normal |
normal |
Python 3.2 |
needs review, patch |
Eric Smith (eric.smith) (2010-03-23) |
 | jafo (2010-05-07) |
| 8197 |
Fatal error on thread creation in low memory condition: local storage |
low |
normal |
Python 2.7, Python 3.2 |
|
STINNER Victor (haypo) (2010-03-22) |
  | haypo (2010-03-22) |
| 8202 |
sys.argv[0] and python -m package |
normal |
normal |
Python 3.2 |
|
Michael Foord (michael.foord) (2010-03-22) |
 | ncoghlan (2010-08-17) |
| 8190 |
Add a PyPI XML-RPC client module |
normal |
normal |
|
|
Tarek Ziadé (tarek) * (2010-03-21) |
 | alexis (2010-05-26) |
| 8191 |
Make arg0 required argument in os.execl* functions |
normal |
normal |
Python 3.3 |
patch |
Alexander Belopolsky (Alexander.Belopolsky) (2010-03-21) |
  | Alexander.Belopolsky (2010-04-20) |
| 8192 |
SQLite3 PRAGMA table_info doesn't respect database on Win32 |
normal |
normal |
Python 2.6 |
|
Christoph Burgmer (christoph) (2010-03-21) |
    | amaury.forgeotdarc (2010-07-20) |
| 8194 |
Incompatible API change in xmlrpclib.Transport.parse_response() of Python 2.7 and 3.2 |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Defert (lids) (2010-03-21) |
  | haypo (2010-03-26) |
| 8184 |
multiprocessing.managers will not fail if listening ocket already in use |
normal |
normal |
Python 2.6 |
|
(news1234) (2010-03-20) |
   | jnoller (2010-08-05) |
| 8176 |
Interpreter crash with "double free or corruption" message |
normal |
normal |
Python 2.6 |
|
Carlos Ribeiro (Carlos.Ribeiro) (2010-03-19) |
  | Carlos.Ribeiro (2010-03-21) |
| 8170 |
Wrong Paths for distutils build --plat-name=win-amd64 |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Robin Becker (rgbecker) (2010-03-18) |
   | flox (2010-08-10) |
| 8171 |
bdist_wininst builds wrongly for --plat-name=win-amd64 |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Robin Becker (rgbecker) (2010-03-18) |
   | flox (2010-08-10) |
| 8161 |
inconsistency behavior in ctypes.c_char_p dereferencing |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Jackson Yang (nullnil) (2010-03-17) |
    | BreamoreBoy (2010-08-05) |
| 8154 |
os.execlp('true') crashes the interpreter on 2.x |
high |
normal |
Python 2.7 |
patch |
Matthias Klose (doko) (2010-03-16) |
 | Alexander.Belopolsky (2010-04-19) |
| 8158 |
documentation of 'optparse' module incomplete |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Simon Anders (sanders) (2010-03-16) |
  | orsenthil (2010-03-29) |
| 8144 |
muliprocessing shutdown infinite loop |
normal |
normal |
Python 2.6 |
|
brandon (drraid) (2010-03-15) |
  | drraid (2010-03-15) |
| 8145 |
Documentation about sqlite3 isolation_level |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Laszlo Nagy (nagylzs) (2010-03-15) |
    | terry.reedy (2010-08-07) |
| 8150 |
urllib needs ability to set METHOD for HTTP requests |
normal |
normal |
Python 3.2 |
|
(aalex) (2010-03-15) |
      | dstanek (2010-08-04) |
| 8136 |
urllib.unquote decodes percent-escapes with Latin-1 |
normal |
normal |
Python 2.6, Python 2.7 |
patch |
Matt Giuca (mgiuca) (2010-03-14) |
    | eric.araujo (2010-07-17) |
| 8138 |
wsgiref.simple_server.SimpleServer claims to be multithreaded |
normal |
normal |
Python 2.6 |
|
Santiago Gala (sgala) (2010-03-14) |
      | djc (2010-08-03) |
| 8127 |
Add link to PortingPythonToPy3k to What's New documentation |
normal |
normal |
Python 3.1 |
|
Andrew McNabb (amcnabb) (2010-03-12) |
  | amcnabb (2010-03-12) |
| 8106 |
SSL session management |
normal |
normal |
Python 3.2 |
|
Jesús Cea Avión (jcea) * (2010-03-10) |
    | giampaolo.rodola (2010-04-28) |
| 8110 |
subprocess.py doesn't correctly detect Windows machines |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Dave Fugate (midnightdf) (2010-03-10) |
 | flox (2010-08-08) |
| 8112 |
xmlrpc.server: ServerHTMLDoc.docroutine uses (since 3.0) deprecated function "inspect.getargspec()" |
normal |
normal |
Python 3.1 |
|
(tormen) (2010-03-10) |
  | r.david.murray (2010-03-11) |
| 8094 |
Multiprocessing infinite loop |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Benjamin VENELLE (Kain94) (2010-03-09) |
  | r.david.murray (2010-03-09) |
| 8098 |
PyImport_ImportModuleNoBlock() may solve problems but causes others. |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Graham Dumpleton (grahamd) (2010-03-09) |
   | pitrou (2010-07-13) |
| 8090 |
PEP 4 should say something about the standard library |
low |
normal |
|
|
Sjoerd Mullender (sjoerd) * (2010-03-08) |
  | brian.curtin (2010-03-09) |
| 8093 |
IDLE processes don't close |
normal |
normal |
Python 3.1 |
|
paul stadfeld (mensanator) (2010-03-08) |
  | skrah (2010-04-11) |
| 8083 |
urllib proxy interface is too limited |
normal |
normal |
Python 2.7, Python 3.2 |
|
Ronald Oussoren (ronaldoussoren) (2010-03-07) |
  | Dominique.Leuenberger (2010-03-09) |
| 8087 |
Unupdated source file in traceback |
normal |
normal |
Python 2.7 |
|
Diego Mascialino (dmascialino) (2010-03-07) |
  | dmascialino (2010-03-08) |
| 8077 |
cgi handling of POSTed files is broken |
normal |
normal |
Python 3.1, Python 3.2 |
|
Mitchell Model (MLModel) (2010-03-06) |
      | georg.brandl (2010-07-29) |
| 8078 |
add more baud constants to termios |
normal |
normal |
Python 3.2 |
easy |
Jon Smirl (jonsmirl) (2010-03-06) |
      | belopolsky (2010-08-01) |
| 8079 |
make install fails with -j8 with python2.6/config on FreeBSD |
normal |
normal |
Python 2.7, Python 3.2 |
|
Garrett Cooper (yaneurabeya) (2010-03-06) |
    | terry.reedy (2010-08-04) |
| 8065 |
Memory leak in readline.get_current_history_length |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
(stefanholek) (2010-03-05) |
 | mark.dickinson (2010-08-03) |
| 8070 |
Infinite loop in PyRun_InteractiveLoopFlags() if PyRun_InteractiveOneFlags() raises an error |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
STINNER Victor (haypo) (2010-03-05) |
  | ysj.ray (2010-05-19) |
| 8073 |
Test fail for sha512 |
normal |
normal |
Python 2.6 |
|
Chris Lieb (frohman) (2010-03-05) |
  | frohman (2010-03-13) |
| 8075 |
Windows (Vista/7) install error when choosing to compile .py files |
high |
normal |
Python 2.6 |
|
Eugene Baranov (Regent) (2010-03-05) |
   | Andreas.Schlapsi (2010-08-29) |
| 8052 |
subprocess close_fds behavior should only close open fds |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Gregory P. Smith (gregory.p.smith) * (2010-03-04) |
    | BreamoreBoy (2010-08-05) |
| 8060 |
PEP 3101 string formatting missing engineering presentation type for floating point |
normal |
normal |
Python 3.2 |
|
steven Michalske (hardkrash) (2010-03-04) |
 | Keith.Brafford (2010-04-27) |
| 8047 |
Serialiser in ElementTree returns unicode strings in Py3k |
normal |
normal |
Python 3.1 |
easy |
Stefan Behnel (scoder) (2010-03-03) |
 | gvanrossum (2010-08-08) |
| 8040 |
It would be nice if documentation pages linked to other versions of the same document |
normal |
normal |
Python 3.2 |
|
Daniel Stutzbach (stutzbach) (2010-03-02) |
   | terry.reedy (2010-07-10) |
| 8041 |
No documentation for Py_TPFLAGS_HAVE_STACKLESS_EXTENSION or Py_TPFLAGS_HAVE_VERSION_TAG. |
normal |
normal |
Python 3.1, Python 3.3, Python 3.2 |
|
Daniel Stutzbach (stutzbach) (2010-03-02) |
   | stutzbach (2010-08-09) |
| 8033 |
sqlite: broken long integer handling for arguments to user-defined functions |
normal |
normal |
Python 2.6, Python 3.1 |
|
Fred Fettinger (BinaryMan32) (2010-03-01) |
  | brian.curtin (2010-03-01) |
| 8035 |
urllib.request.urlretrieve hangs |
high |
normal |
Python 3.1, Python 3.2 |
patch |
Andy Harrington (andyharrington) (2010-03-01) |
     | amaury.forgeotdarc (2010-07-21) |
| 8036 |
Interpreter crashes on invalid arg to spawnl on Windows |
high |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Alf P. Steinbach (alfps) (2010-03-01) |
  | amaury.forgeotdarc (2010-03-09) |
| 8037 |
multiprocessing.Queue's put() not atomic thread wise |
normal |
normal |
Python 2.6, Python 3.1 |
patch |
Vilnis Termanis (vilnis.termanis) (2010-03-01) |
 | vilnis.termanis (2010-04-30) |
| 8027 |
distutils fail to determine c++ linker with unixcompiler if using ccache |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Alexander Sulfrian (Alexander.Sulfrian) (2010-02-27) |
    | terry.reedy (2010-08-05) |
| 8028 |
self.terminate() from a multiprocessing.Process raises AttributeError exception |
normal |
normal |
Python 3.1 |
|
(5houston) (2010-02-27) |
  | benjamin.peterson (2010-02-27) |
| 8029 |
bug in 2to3 dealing with "print FOO," followed by "sys.stdout.write('')" |
normal |
normal |
|
patch |
Trent Mick (trentm) * (2010-02-27) |
  | gmattbond (2010-04-08) |
| 8025 |
TypeError: string argument expected, got 'str' |
normal |
normal |
Python 2.7 |
|
Florent Xicluna (flox) * (2010-02-26) |
  | amaury.forgeotdarc (2010-02-26) |
| 8017 |
c_char_p.value does not return a bytes object in Windows. |
normal |
normal |
Python 3.1 |
|
DavidCzech (DavidCzech) (2010-02-25) |
  | brian.curtin (2010-02-25) |
| 8020 |
Crash in Py_ADDRESS_IN_RANGE macro |
high |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Matt Bandy (mbandy) (2010-02-25) |
 | mbandy (2010-02-26) |
| 8006 |
os.popen in Python 3.1 |
normal |
normal |
Python 3.1 |
|
Bob Buckley (bobb) (2010-02-24) |
   | bobb (2010-08-08) |
| 8009 |
email.parser.Parser is inefficient with large strings |
normal |
normal |
Python 2.6 |
|
Márcio Faustino (marcio) (2010-02-24) |
    | georg.brandl (2010-08-01) |
| 8010 |
tkFileDialog.askopenfiles crashes on Windows 7 |
normal |
normal |
Python 2.6 |
|
Patrick Holz (Patrick.Holz) (2010-02-24) |
  | brian.curtin (2010-02-24) |
| 8013 |
time.asctime segfaults when given a time in the far future |
normal |
normal |
Python 2.6 |
patch |
Wilfredo Sanchez (wsanchez) (2010-02-24) |
  | l0nwlf (2010-02-25) |
| 8003 |
Fragile and unexpected error-handling in asyncore |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Mads Kiilerich (kiilerix) (2010-02-23) |
    | BreamoreBoy (2010-08-05) |
| 7979 |
connect_ex returns 103 often |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Luke-Jr (luke-jr) (2010-02-22) |
    | BreamoreBoy (2010-08-04) |
| 7980 |
time.strptime not thread safe |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Willard (cptnwillard) (2010-02-22) |
 | davidfraser (2010-07-21) |
| 7981 |
False failure with doctest NORMALIZE_WHITESPACE in 3.1.1 |
normal |
normal |
|
|
David Stagowski (dastagg) (2010-02-22) |
    | trambalda (2010-05-17) |
| 7982 |
extend captured_output to simulate different stdout.encoding |
normal |
normal |
Python 3.2 |
|
Florent Xicluna (flox) * (2010-02-22) |
    | BreamoreBoy (2010-07-11) |
| 7983 |
The encoding map from Unicode to CP932 is different from that of Windows' |
normal |
normal |
Python 2.7, Python 3.2 |
|
Nayuta Taga (ganaware) (2010-02-22) |
    | lemburg (2010-05-30) |
| 7990 |
xml.etree.cElementTree lacks full dir() on Element |
low |
normal |
Python 2.7, Python 3.2 |
|
Arc Riley (ArcRiley) (2010-02-22) |
  | flox (2010-02-23) |
| 7994 |
object.__format__ should reject format strings |
normal |
normal |
Python 2.7, Python 3.3, Python 3.2 |
needs review, patch |
Eric Smith (eric.smith) (2010-02-22) |
 | ezio.melotti (2010-08-07) |
| 7995 |
On Mac / BSD sockets returned by accept inherit the parent's FD flags |
normal |
normal |
Python 2.6, Python 2.7, Python 3.2 |
needs review |
Justin Cappos (Justin.Cappos) (2010-02-22) |
  | ronaldoussoren (2010-03-07) |
| 7996 |
concurrency problem in regrtest -jX |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Antoine Pitrou (pitrou) (2010-02-22) |
    | BreamoreBoy (2010-08-05) |
| 7997 |
http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate "configure" |
normal |
normal |
|
|
Dave Malcolm (dmalcolm) (2010-02-22) |
  | brett.cannon (2010-04-23) |
| 7976 |
warnings should provide a public API for accessing its option parsing code |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Xavier Morel (xmorel) (2010-02-21) |
  | r.david.murray (2010-02-23) |
| 7978 |
SocketServer doesn't handle syscall interruption |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Vetoshkin Nikita (nvetoshkin) (2010-02-21) |
 | terry.reedy (2010-08-04) |
| 7966 |
mhlib does not emit deprecation warning |
low |
normal |
Python 2.6, Python 2.7 |
|
Sjoerd Mullender (sjoerd) * (2010-02-19) |
  | sjoerd (2010-03-08) |
| 7969 |
shutil.copytree error handling non-standard and partially broken |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.3, Python 3.2 |
|
Shawn (swalker) (2010-02-19) |
    | eric.araujo (2010-05-16) |
| 7955 |
TextIOWrapper Buffering Inconsistent Between _io and _pyio |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Andrew McNabb (amcnabb) (2010-02-18) |
  | amcnabb (2010-02-18) |
| 7957 |
Tutorial issue regarding the sys module |
normal |
normal |
Python 2.6 |
|
Lucian Ursu (LucianU) (2010-02-18) |
  | georg.brandl (2010-02-18) |
| 7960 |
test.support.captured_output has invalid docstring example |
normal |
normal |
Python 3.1, Python 3.2 |
|
Michael Newman (mnewman) (2010-02-18) |
  | georg.brandl (2010-02-18) |
| 7962 |
Demo and Tools need to be tested and pruned |
low |
normal |
Python 3.2 |
easy |
Jack Diederich (jackdied) * (2010-02-18) |
 | flox (2010-09-04) |
| 7963 |
Misleading error message from object(arg) |
normal |
normal |
Python 2.7 |
patch |
Alexander Belopolsky (Alexander.Belopolsky) (2010-02-18) |
  | Alexander.Belopolsky (2010-02-20) |
| 7949 |
idle does not handle dark gtk color schemes |
normal |
normal |
Python 2.6 |
|
Mathias Panzenböck (panzi) (2010-02-17) |
  | panzi (2010-02-19) |
| 7950 |
subprocess.Popen documentation should contain a good warning about the security implications when using shell=True |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Christoph Neuroth (christoph.neuroth) (2010-02-17) |
   | cvrebert (2010-08-29) |
| 7951 |
Should str.format allow negative indexes when used for __getitem__ access? |
normal |
normal |
Python 3.2 |
easy |
Eric Smith (eric.smith) (2010-02-17) |
   | mrabarnett (2010-08-11) |
| 7938 |
makesetup interprets macros -DA=B as a Make variable definition |
normal |
normal |
Python 2.6 |
needs review, patch |
Willem de Bruijn (wdebruij) (2010-02-16) |
    | BreamoreBoy (2010-08-04) |
| 7940 |
re.finditer and re.findall should support negative end positions |
normal |
normal |
Python 2.7, Python 3.2 |
|
Tom Lynn (tlynn) (2010-02-16) |
  | mrabarnett (2010-02-17) |
| 7944 |
Use the 'with' statement in conjunction with 'open' throughout test modules |
normal |
normal |
Python 3.2 |
patch |
Dave Fugate (midnightdf) (2010-02-16) |
 | eric.araujo (2010-08-01) |
| 7946 |
Convoy effect with I/O bound threads and New GIL |
high |
normal |
Python 3.3, Python 3.2 |
patch |
David Beazley (dabeaz) (2010-02-16) |
 | phsilva (2010-07-13) |
| 7932 |
print statement delayed IOError when stdout has been closed |
normal |
normal |
Python 2.6 |
|
(tholzer) (2010-02-15) |
  | tholzer (2010-02-15) |
| 7936 |
sys.argv contains only scriptname |
normal |
normal |
Python 3.1 |
|
JT Johnson (JT.Johnson) (2010-02-15) |
 | tomzych (2010-06-15) |
| 7918 |
distutils always ignores compile errors |
normal |
normal |
Python 3.2 |
|
Oliver Jeeves (Oliver.Jeeves) (2010-02-12) |
    | terry.reedy (2010-07-10) |
| 7905 |
Shelf 'keyencoding' keyword argument is undocumented and does not work. |
low |
normal |
Python 3.1, Python 3.2 |
needs review, patch |
R. David Murray (r.david.murray) * (2010-02-11) |
    | r.david.murray (2010-04-12) |
| 7911 |
unittest.TestCase.longMessage should default to True in Python 3.2 |
normal |
normal |
Python 3.2 |
patch, easy |
R. David Murray (r.david.murray) * (2010-02-11) |
  | pablomouzo (2010-02-26) |
| 7913 |
Enhance Cmd support for docstrings and document it. |
normal |
normal |
Python 3.2 |
patch |
R. David Murray (r.david.murray) * (2010-02-11) |
    | eric.araujo (2010-03-27) |
| 7897 |
Support parametrized tests in unittest |
normal |
normal |
Python 2.7, Python 3.2 |
|
Fernando Perez (fperez) (2010-02-10) |
 | nchauvat (2010-08-06) |
| 7898 |
rlcompleter add "real tab" when text is empty feature |
normal |
normal |
Python 2.7 |
patch |
zhou wei (lilaboc) (2010-02-10) |
    | lesmana (2010-06-06) |
| 7894 |
too aggressive dependency tracking in distutils |
normal |
normal |
Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2 |
|
Ronald Oussoren (ronaldoussoren) (2010-02-09) |
   | terry.reedy (2010-09-07) |