| Id |
Summary |
Prior |
Sever |
Vers |
Keyws |
Opened by (when) |
Temporal location |
Last update by (when) |
| 8104 |
socket.recv_into doesn't support a memoryview as an argument |
- |
normal |
Python 2.7 |
|
Matt Gattis (Matt.Gattis) (2010-03-10) |
 | Matt.Gattis (2010-03-10) |
| 8105 |
mmap crash on Windows with out of range file descriptor |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Brian Curtin (brian.curtin) (2010-03-10) |
 | brian.curtin (2010-03-10) |
| 8106 |
SSL session management |
- |
normal |
Python 2.7, Python 3.2 |
|
Jesús Cea Avión (jcea) (2010-03-10) |
 | jcea (2010-03-10) |
| 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) |
| 8095 |
test_urllib2 crashes on OS X 10.3 attempting to retrieve network proxy configuration |
- |
normal |
Python 2.6, Python 2.7 |
|
Ned Deily (ned.deily) (2010-03-09) |
 | ned.deily (2010-03-09) |
| 8098 |
PyImport_ImportModuleNoBlock() may solve problems but causes others. |
- |
normal |
Python 2.6, Python 3.1, Python 2.7 |
|
Graham Dumpleton (grahamd) (2010-03-09) |
 | grahamd (2010-03-09) |
| 8099 |
IDLE(Python GUI) Doesn't open |
- |
normal |
Python 3.1 |
|
(Estroms) (2010-03-09) |
 | loewis (2010-03-09) |
| 8102 |
test_distutils fails on 2.6.5rc1: "No module named setuptools_build_ext" |
high |
normal |
Python 2.6 |
|
Ned Deily (ned.deily) (2010-03-09) |
 | ned.deily (2010-03-09) |
| 8088 |
assertSameElements fails with sequences that contain unorderable types |
normal |
normal |
Python 2.7 |
patch |
Ezio Melotti (ezio.melotti) (2010-03-08) |
 | flox (2010-03-08) |
| 8089 |
2.6/3.1 32-bit/64-bit universal builds always run in 64-bit on 10.6 |
release blocker |
normal |
Python 3.1 |
|
Ned Deily (ned.deily) (2010-03-08) |
 | ned.deily (2010-03-09) |
| 8090 |
PEP 4 should say something about the standard library |
low |
normal |
|
|
Sjoerd Mullender (sjoerd) (2010-03-08) |
 | brian.curtin (2010-03-09) |
| 8092 |
utf8, backslashreplace and surrogates |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
STINNER Victor (haypo) (2010-03-08) |
 | doerwalter (2010-03-09) |
| 8093 |
IDLE processes don't close |
normal |
normal |
Python 3.1 |
|
paul stadfeld (mensanator) (2010-03-08) |
 | tjreedy (2010-03-09) |
| 8083 |
urllib proxy interface is too limited |
- |
normal |
Python 2.7, Python 3.2 |
|
Ronald Oussoren (ronaldoussoren) (2010-03-07) |
 | Dominique.Leuenberger (2010-03-09) |
| 8084 |
pep-0370 on osx duplicates existing functionality |
- |
normal |
Python 2.7, Python 3.2 |
needs review, patch |
Ronald Oussoren (ronaldoussoren) (2010-03-07) |
 | ronaldoussoren (2010-03-07) |
| 8086 |
ssl.get_server_certificate new line missing |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
easy |
Chris (offero) (2010-03-07) |
 | r.david.murray (2010-03-07) |
| 8087 |
Unupdated source file in traceback |
- |
normal |
Python 2.7 |
|
Diego Mascialino (dmascialino) (2010-03-07) |
 | dmascialino (2010-03-08) |
| 8076 |
sys.setfilesystemencoding('foo') causes segmentation fault |
normal |
normal |
Python 3.1, Python 3.2 |
|
Florent Xicluna (flox) (2010-03-06) |
 | ezio.melotti (2010-03-06) |
| 8077 |
cgi handling of POSTed files is broken |
- |
normal |
Python 3.1, Python 3.2 |
|
Mitchell Model (MLModel) (2010-03-06) |
 | MLModel (2010-03-06) |
| 8078 |
add more baud constants to termios |
normal |
normal |
Python 2.7, Python 3.2 |
|
Jon Smirl (jonsmirl) (2010-03-06) |
 | brian.curtin (2010-03-06) |
| 8079 |
make install fails with -j8 with python2.6/config on FreeBSD |
- |
normal |
Python 2.6, Python 2.5 |
|
Garrett Cooper (yaneurabeya) (2010-03-06) |
 | yaneurabeya (2010-03-06) |
| 8065 |
Memory leak in readline.get_current_history_length |
- |
normal |
|
patch |
(stefanholek) (2010-03-05) |
 | Alexander.Belopolsky (2010-03-09) |
| 8068 |
OS X Installer: merge python2 and python3 build-installer.py script |
- |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Ned Deily (ned.deily) (2010-03-05) |
 | ned.deily (2010-03-05) |
| 8070 |
Infinite loop in PyRun_InteractiveLoopFlags() if PyRun_InteractiveOneFlags() raises an error |
- |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
STINNER Victor (haypo) (2010-03-05) |
 | haypo (2010-03-05) |
| 8073 |
Test fail for sha512 |
- |
normal |
Python 2.6 |
|
Chris Lieb (frohman) (2010-03-05) |
 | gregory.p.smith (2010-03-06) |
| 8074 |
Fail-fast behavior for unittest |
normal |
normal |
Python 2.7, Python 3.2 |
|
Cliff Dyer (jcd) (2010-03-05) |
 | brian.curtin (2010-03-05) |
| 8075 |
Windows (Vista/7) install error when choosing to compile .py files |
high |
normal |
Python 2.6 |
|
Eugene Baranov (Regent) (2010-03-05) |
 | loewis (2010-03-06) |
| 8052 |
subprocess close_fds behavior should only close open fds |
normal |
normal |
Python 2.7, Python 3.2 |
|
Gregory P. Smith (gregory.p.smith) (2010-03-04) |
 | gregory.p.smith (2010-03-04) |
| 8057 |
Impreciseness in bz2 module documentation? |
normal |
normal |
Python 3.1, Python 3.2 |
|
Andreas Poisel (Haudegen) (2010-03-04) |
 | ezio.melotti (2010-03-04) |
| 8060 |
PEP 3101 string formatting missing engineering presentation type for floating point |
normal |
normal |
Python 2.7, Python 3.2 |
|
steven Michalske (hardkrash) (2010-03-04) |
 | mark.dickinson (2010-03-05) |
| 8063 |
Call _PyGILState_Init() earlier in Py_InitializeEx() |
- |
normal |
Python 2.7, Python 3.2 |
patch |
STINNER Victor (haypo) (2010-03-04) |
 | haypo (2010-03-08) |
| 8046 |
mmap.mmap as a context manager |
normal |
normal |
Python 2.7, Python 3.2 |
needs review, patch |
Brian Curtin (brian.curtin) (2010-03-03) |
 | brian.curtin (2010-03-03) |
| 8047 |
Serialiser in ElementTree returns unicode strings in Py3k |
normal |
normal |
Python 3.1, Python 3.2 |
|
Stefan Behnel (scoder) (2010-03-03) |
 | pitrou (2010-03-08) |
| 8048 |
doctest assumes sys.displayhook hasn't been touched |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Noam Yorav-Raphael (noam) (2010-03-03) |
 | noam (2010-03-04) |
| 8038 |
Provide unittest.TestCase.assertNotRegexpMatches |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Michael Foord (michael.foord) (2010-03-02) |
 | Ryszard.Szopa (2010-03-08) |
| 8040 |
It would be nice if documentation pages linked to other versions of the same document |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Daniel Stutzbach (stutzbach) (2010-03-02) |
 | loewis (2010-03-02) |
| 8041 |
No documentation for Py_TPFLAGS_HAVE_STACKLESS_EXTENSION or Py_TPFLAGS_HAVE_VERSION_TAG. |
- |
normal |
Python 3.1, Python 3.3, Python 3.2 |
|
Daniel Stutzbach (stutzbach) (2010-03-02) |
 | stutzbach (2010-03-02) |
| 8042 |
mmap buffer implementation does not respect seek pos |
- |
normal |
Python 2.6 |
|
Matt Gattis (Matt.Gattis) (2010-03-02) |
 | Matt.Gattis (2010-03-02) |
| 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) |
| 8034 |
logging: Improve error handing in RotatingFileHandler.doRollover() |
normal |
normal |
Python 2.7, Python 3.3, Python 3.2 |
patch |
STINNER Victor (haypo) (2010-03-01) |
 | vinay.sajip (2010-03-01) |
| 8035 |
urllib.request.urlretrieve hangs |
- |
normal |
Python 3.1 |
|
Andy Harrington (andyharrington) (2010-03-01) |
 | andyharrington (2010-03-01) |
| 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 |
Python 2.6 |
patch |
Vilnis Termanis (vilnis.termanis) (2010-03-01) |
 | vilnis.termanis (2010-03-07) |
| 8032 |
Add gdb7 hooks to make it easier to debug Python |
normal |
normal |
Python 2.7 |
patch |
Dave Malcolm (dmalcolm) (2010-02-28) |
 | dmalcolm (2010-03-08) |
| 8027 |
distutils fail to determine c++ linker with unixcompiler if using ccache |
- |
normal |
Python 2.6 |
patch |
Alexander Sulfrian (Alexander.Sulfrian) (2010-02-27) |
 | Alexander.Sulfrian (2010-02-27) |
| 8028 |
self.terminate() from a multiprocessing.Process raises AttributeError exception |
- |
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 |
|
|
Trent Mick (trentm) (2010-02-27) |
 | r.david.murray (2010-02-28) |
| 8024 |
upgrade to Unicode 5.2? |
normal |
normal |
Python 2.7, Python 3.2 |
|
Florent Xicluna (flox) (2010-02-26) |
 | flox (2010-02-26) |
| 8025 |
TypeError: string argument expected, got 'str' |
normal |
normal |
Python 2.7 |
|
Florent Xicluna (flox) (2010-02-26) |
 | amaury.forgeotdarc (2010-02-26) |
| 8026 |
strftime bug when timedelta is negative |
- |
normal |
Python 2.5 |
|
simonrgray (mixit) (2010-02-26) |
 | mixit (2010-02-26) |
| 8016 |
Support for cp858 |
- |
normal |
|
patch |
Tim Hatch (thatch) (2010-02-25) |
 | thatch (2010-02-25) |
| 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) |
| 8018 |
Backport 3.x nonlocal keyword to 2.7 |
- |
normal |
Python 2.7 |
|
François Desloges (François.Desloges) (2010-02-25) |
 | François.Desloges (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 |
Python 3.1 |
|
Bob Buckley (bobb) (2010-02-24) |
 | bobb (2010-02-24) |
| 8009 |
email.parser.Parser is inefficient with large strings |
- |
normal |
Python 2.6 |
|
Márcio Faustino (marcio) (2010-02-24) |
 | marcio (2010-02-24) |
| 8010 |
tkFileDialog.askopenfiles crashes on Windows 7 |
normal |
normal |
Python 2.6 |
|
Patrick Holz (Patrick.Holz) (2010-02-24) |
 | brian.curtin (2010-02-24) |
| 8011 |
traceback tb_lineno example needs correction for Python3 |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Michael Newman (mnewman) (2010-02-24) |
 | ezio.melotti (2010-02-25) |
| 8012 |
Revise generator-related Glossary entries |
- |
normal |
Python 3.1, Python 2.7 |
patch |
John Posner (jjposner) (2010-02-24) |
 | jjposner (2010-02-24) |
| 8013 |
time.asctime segfaults when given a time in the far future |
- |
normal |
Python 2.6 |
patch |
Wilfredo Sanchez (wsanchez) (2010-02-24) |
 | l0nwlf (2010-02-25) |
| 8014 |
Setting a T_INT attribute raises internal error |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Walter Dörwald (doerwalter) (2010-02-24) |
 | eric.smith (2010-02-25) |
| 8015 |
pdb "commands" command throws you into postmortem if you enter an empty command |
- |
normal |
Python 2.7 |
patch |
Ilya Sandler (isandler) (2010-02-24) |
 | Alexander.Belopolsky (2010-02-25) |
| 8001 |
os.stat on osx 10.5 or later doesn't expose all fields in struct stat |
- |
normal |
Python 2.7, Python 3.2 |
|
Ronald Oussoren (ronaldoussoren) (2010-02-23) |
 | ronaldoussoren (2010-02-23) |
| 8002 |
on OSX the file creation date not available in os.stat |
- |
normal |
Python 2.6 |
|
Floris van Manen (klankschap) (2010-02-23) |
 | klankschap (2010-03-07) |
| 8003 |
Fragile and unexpected error-handling in asyncore |
- |
normal |
Python 2.6 |
|
Mads Kiilerich (kiilerix) (2010-02-23) |
 | kiilerix (2010-02-23) |
| 8005 |
datetime's comparison methods do not return NotImplemented when they should |
normal |
normal |
Python 2.6, Python 2.7 |
patch |
Wilfredo Sanchez (wsanchez) (2010-02-23) |
 | twb (2010-03-01) |
| 7979 |
connect_ex returns 103 often |
- |
normal |
Python 2.6 |
|
Luke-Jr (luke-jr) (2010-02-22) |
 | luke-jr (2010-02-22) |
| 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) |
 | r.david.murray (2010-02-22) |
| 7981 |
False failure with doctest NORMALIZE_WHITESPACE in 3.1.1 |
- |
normal |
|
|
David Stagowski (dastagg) (2010-02-22) |
 | dastagg (2010-02-22) |
| 7982 |
extend captured_output to simulate different stdout.encoding |
normal |
normal |
Python 2.7 |
|
Florent Xicluna (flox) (2010-02-22) |
 | flox (2010-02-22) |
| 7983 |
The encoding map from Unicode to CP932 is different from that of Windows' |
- |
normal |
Python 2.7 |
|
Nayuta Taga (ganaware) (2010-02-22) |
 | ganaware (2010-02-22) |
| 7989 |
Transition time/datetime C modules to Python |
normal |
normal |
Python 2.7, Python 3.2 |
|
Brian Curtin (brian.curtin) (2010-02-22) |
 | brian.curtin (2010-02-22) |
| 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) |
| 7991 |
test_ntpath fails on Windows XP |
- |
normal |
Python 3.1 |
|
Austin English (austin987) (2010-02-22) |
 | austin987 (2010-02-22) |
| 7992 |
Backport capsule object |
normal |
normal |
Python 2.7 |
patch |
Larry Hastings (larry) (2010-02-22) |
 | larry (2010-02-22) |
| 7993 |
Add IO bandwidth test to ccbench |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Antoine Pitrou (pitrou) (2010-02-22) |
 | pitrou (2010-02-22) |
| 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) |
 | eric.smith (2010-02-26) |
| 7995 |
On Mac / BSD sockets returned by accept inherit the parent's FD flags |
- |
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 2.7, Python 3.2 |
|
Antoine Pitrou (pitrou) (2010-02-22) |
 | pitrou (2010-02-22) |
| 7997 |
http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate "configure" |
- |
normal |
|
|
Dave Malcolm (dmalcolm) (2010-02-22) |
 | georg.brandl (2010-02-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) |
| 7977 |
I found Python 3.1 xmlrpc lib use "<param>" not properly. and i have fixed it. |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Jelly Chen (Jelly.Chen) (2010-02-21) |
 | flox (2010-02-22) |
| 7978 |
SocketServer doesn't handle syscall interruption |
- |
normal |
Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2 |
|
Vetoshkin Nikita (nvetoshkin) (2010-02-21) |
 | nvetoshkin (2010-03-09) |
| 7973 |
Wrong spelling of distutils options in error messages and docs |
- |
normal |
Python 2.6 |
patch |
Christoph Zwerschke (cito) (2010-02-20) |
 | cito (2010-02-20) |
| 7964 |
"-m pdb" SyntaxError for "\r\n" formatted py files |
normal |
normal |
Python 3.1 |
patch |
Michael Newman (mnewman) (2010-02-19) |
 | jaraco (2010-02-21) |
| 7965 |
Problem with urlparse in Windows XP after a drag and drop |
- |
normal |
Python 2.6 |
|
Peter Landgren (PeterL) (2010-02-19) |
 | PeterL (2010-02-19) |
| 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 |
Python 2.6 |
|
Shawn (swalker) (2010-02-19) |
 | dhduvall (2010-02-19) |
| 7952 |
fileobject.c can switch between fread and fwrite without an intervening flush or seek, invoking undefined behaviour |
- |
normal |
Python 2.7 |
|
David-Sarah Hopwood (davidsarah) (2010-02-18) |
 | davidsarah (2010-02-18) |
| 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 |
Python 2.6 |
|
Lucian Ursu (LucianU) (2010-02-18) |
 | georg.brandl (2010-02-18) |
| 7958 |
test_platform failure on OS X 10.6 |
- |
normal |
Python 2.7, Python 3.2 |
patch |
Mark Dickinson (mark.dickinson) (2010-02-18) |
 | lemburg (2010-02-24) |
| 7960 |
test.support.captured_output has invalid docstring example |
- |
normal |
Python 3.1, Python 3.2 |
|
Michael Newman (mnewman) (2010-02-18) |
 | georg.brandl (2010-02-18) |
| 7962 |
Demo/ directory needs to be tested and pruned |
low |
normal |
Python 3.2 |
easy |
Jack Diederich (jackdied) (2010-02-18) |
 | georg.brandl (2010-02-19) |
| 7963 |
Misleading error message from object(arg) |
- |
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 |
Python 2.6 |
|
Mathias Panzenböck (panzi) (2010-02-17) |
 | panzi (2010-02-19) |
| 7951 |
Should str.format allow negative indexes when used for __getitem__ access? |
normal |
normal |
Python 2.7, Python 3.2 |
easy |
Eric Smith (eric.smith) (2010-02-17) |
 | mrabarnett (2010-02-19) |
| 7938 |
makesetup interprets macros -DA=B as a Make variable definition |
- |
normal |
Python 2.6 |
needs review, patch |
Willem de Bruijn (wdebruij) (2010-02-16) |
 | eric.smith (2010-02-16) |
| 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) |