| Id |
Summary |
Prior |
Sever |
Vers |
Keyws |
Opened by (when) |
Temporal location |
Last update by (when) |
| 9654 |
merge PC/getpathp.c into Modules/getpath.c |
normal |
normal |
Python 3.2 |
|
Amaury Forgeot d'Arc (amaury.forgeotdarc) * (2010-08-20) |
 | tim.golden (2010-08-23) |
| 9637 |
docs do not say that urllib uses HTTP_PROXY |
normal |
normal |
Python 2.7 |
|
Kirikaza (kirikaza) (2010-08-19) |
 | kirikaza (2010-08-21) |
| 9640 |
Improved doctest REPORT_*DIFFs with ELLIPSIS and/or NORMALIZE_WHITESPACE |
normal |
normal |
Python 2.7 |
patch |
W. Trevor King (labrat) (2010-08-19) |
 | labrat (2010-08-19) |
| 9642 |
#ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T) |
normal |
normal |
Python 3.2 |
patch |
STINNER Victor (haypo) (2010-08-19) |
 | loewis (2010-08-19) |
| 9643 |
urllib2 - Basic,Digest Proxy Auth Handlers failure will give 401 code instead of 407 |
normal |
normal |
Python 3.2 |
|
Senthil Kumaran (orsenthil) * (2010-08-19) |
 | terry.reedy (2010-08-20) |
| 9644 |
PEP 383: os.statvfs() does not accept surrogateescape arguments |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
David Watson (baikie) (2010-08-19) |
 | baikie (2010-08-19) |
| 9645 |
PEP 383: os.pathconf() does not accept surrogateescape arguments |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
David Watson (baikie) (2010-08-19) |
 | baikie (2010-08-19) |
| 9647 |
os.confstr() does not handle value changing length between calls |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
David Watson (baikie) (2010-08-19) |
 | baikie (2010-08-19) |
| 9631 |
Python 2.7 installation issue for Linux gcc-4.1.0-3 (Fedora Core 5?) |
normal |
normal |
Python 2.7 |
|
Prakash Palanivel (spprakash) (2010-08-18) |
 | dmalcolm (2010-08-18) |
| 9632 |
Remove sys.setfilesystemencoding() |
normal |
normal |
Python 3.2 |
patch |
STINNER Victor (haypo) (2010-08-18) |
 | lemburg (2010-09-08) |
| 9633 |
pdb go stack up/down |
normal |
normal |
Python 3.2 |
patch |
Markus Pröller (Markus.Pröller) (2010-08-18) |
 | meador.inge (2010-09-02) |
| 9635 |
Add Py_BREAKPOINT and sys.breakpoint hooks |
normal |
normal |
Python 3.3, Python 3.2 |
patch |
Dave Malcolm (dmalcolm) (2010-08-18) |
 | eric.araujo (2010-08-19) |
| 9625 |
argparse: Problem with defaults for variable nargs |
normal |
normal |
Python 2.7, Python 3.2 |
|
Martin Pengelly-Phillips (thesociable) (2010-08-17) |
 | georg.brandl (2010-08-21) |
| 9628 |
runtests.sh -x doesn't work with more than two args (sed error) |
normal |
normal |
Python 3.1, Python 3.3, Python 3.2 |
needs review, patch, easy |
Dave Malcolm (dmalcolm) (2010-08-17) |
 | dmalcolm (2010-08-17) |
| 9630 |
Reencode filenames when setting the filesystem encoding |
normal |
normal |
Python 3.2 |
patch |
STINNER Victor (haypo) (2010-08-17) |
 | haypo (2010-09-05) |
| 9621 |
Graphviz output for 2to3 fixer patterns |
normal |
normal |
Python 2.6 |
patch |
Matt Bond (gmattbond) (2010-08-16) |
  | gmattbond (2010-08-16) |
| 9624 |
Error 2755, "failure to find drive" when installing Python |
normal |
normal |
Python 2.7 |
|
Jay Ballard (Kartton) (2010-08-16) |
 | brian.curtin (2010-08-27) |
| 9607 |
Test file 'test_keyword.py' submission for use with keyword.py |
normal |
normal |
Python 3.2 |
patch |
Greg Malcolm (gregmalcolm) (2010-08-15) |
 | gregmalcolm (2010-09-06) |
| 9608 |
Re-phrase best way of using exceptions in doanddont.rst |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Floris Bruynooghe (flub) (2010-08-15) |
 | eric.araujo (2010-09-08) |
| 9609 |
make cProfile multi-stack aware |
normal |
normal |
Python 3.2 |
patch |
Kristján Valur Jónsson (krisvale) * (2010-08-15) |
  | krisvale (2010-08-15) |
| 9610 |
buildbot: uncaptured python exception (smtpd), but no failure in regrtest |
normal |
normal |
Python 3.2 |
buildbot |
Florent Xicluna (flox) * (2010-08-15) |
 | ronaldoussoren (2010-08-25) |
| 9611 |
FileIO not 64-bit safe under Windows |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Antoine Pitrou (pitrou) (2010-08-15) |
 | pitrou (2010-08-15) |
| 9613 |
Python considers pid longs under 64-bit Windows |
normal |
normal |
Python 3.2 |
|
Antoine Pitrou (pitrou) (2010-08-15) |
 | amaury.forgeotdarc (2010-08-26) |
| 9614 |
_pickle is not entirely 64-bit safe |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Antoine Pitrou (pitrou) (2010-08-15) |
 | amaury.forgeotdarc (2010-08-17) |
| 9602 |
PyObject_AsCharBuffer() should only accept read-only objects |
normal |
normal |
Python 3.2 |
patch |
STINNER Victor (haypo) (2010-08-14) |
 | terry.reedy (2010-08-20) |
| 9584 |
Allow curly braces in fnmatch |
normal |
normal |
Python 3.2 |
patch |
Mathieu Bridon (bochecha) (2010-08-13) |
 | terry.reedy (2010-08-17) |
| 9586 |
"warning: comparison between pointer and integer" in multiprocessing build on Tiger |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Mark Dickinson (mark.dickinson) (2010-08-13) |
 | jnoller (2010-08-15) |
| 9591 |
kqueue not reporting EOF under certain circumstances |
normal |
normal |
Python 3.1 |
|
Volodymyr Kostyrko (Volodymyr.Kostyrko) (2010-08-13) |
 | Volodymyr.Kostyrko (2010-08-21) |
| 9592 |
Limitations in objects returned by multiprocessing Pool |
normal |
normal |
Python 2.6, Python 3.1, Python 3.2 |
buildbot |
Freek Dijkstra (macfreek) (2010-08-13) |
 | jnoller (2010-08-16) |
| 9594 |
typo on Mac/Makefile.in? s/pythonw/python/ |
normal |
normal |
Python 3.2 |
|
Sridhar Ratnakumar (srid) (2010-08-13) |
 | srid (2010-08-13) |
| 9597 |
mac: Install 2to3 in /usr/local/bin |
normal |
normal |
Python 2.7, Python 3.2 |
|
Sridhar Ratnakumar (srid) (2010-08-13) |
 | loewis (2010-08-13) |
| 9598 |
untabify.py fails on files that contain non-ascii characters |
low |
normal |
Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-08-13) |
 | eric.araujo (2010-09-08) |
| 9574 |
allow whitespace around central '+' in complex constructor |
normal |
normal |
Python 3.3 |
patch |
Jervis Whitley (jdwhitley) (2010-08-12) |
 | jdwhitley (2010-08-31) |
| 9579 |
In 3.x, os.confstr() returns garbage if value is longer than 255 bytes |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
David Watson (baikie) (2010-08-12) |
 | baikie (2010-08-19) |
| 9580 |
os.confstr() doesn't decode result according to PEP 383 |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
David Watson (baikie) (2010-08-12) |
 | baikie (2010-08-19) |
| 9582 |
documentation line needs rewording |
normal |
normal |
Python 2.7, Python 3.2 |
patch, easy |
Robert Mohr (mohrr) (2010-08-12) |
 | eric.araujo (2010-08-15) |
| 9583 |
PYTHONOPTIMIZE = 0 is not honored |
normal |
normal |
Python 2.7, Python 3.2 |
|
Buck Golemon (bukzor) (2010-08-12) |
 | terry.reedy (2010-08-15) |
| 9568 |
test_urllib2_localnet fails on OS X 10.3 |
high |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Ned Deily (ned.deily) * (2010-08-11) |
 | ned.deily (2010-08-16) |
| 9571 |
argparse: Allow the use of -- to break out of nargs and into subparser |
normal |
normal |
Python 3.2 |
|
Michael.Elsdörfer (elsdoerfer) (2010-08-11) |
 | bethard (2010-08-12) |
| 9573 |
importing a module that executes fork() raises RuntimeError |
normal |
normal |
Python 2.7 |
patch |
Alex Roitman (Alex.Roitman) (2010-08-11) |
 | ncoghlan (2010-08-17) |
| 9553 |
test_argparse.py: 80 failures if COLUMNS env var set to a value other than 80 |
normal |
normal |
Python 3.2 |
patch |
Denver Coneybeare (denversc) (2010-08-10) |
 | r.david.murray (2010-08-12) |
| 9554 |
test_argparse.py: use new unittest features |
normal |
normal |
Python 3.3 |
patch |
Denver Coneybeare (denversc) (2010-08-10) |
 | bethard (2010-08-10) |
| 9556 |
Specifying the time a TimedRotatingFileHandler rotates |
normal |
normal |
Python 3.2 |
|
Ronald Oussoren (ronaldoussoren) (2010-08-10) |
 | vinay.sajip (2010-08-22) |
| 9557 |
test_mailbox failure under a Windows VM |
low |
normal |
Python 3.2 |
|
Antoine Pitrou (pitrou) (2010-08-10) |
  | pitrou (2010-08-10) |
| 9558 |
build_ext fails on VS8.0 |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
Hirokazu Yamamoto (ocean-city) * (2010-08-10) |
 | r.david.murray (2010-08-13) |
| 9559 |
mailbox.mbox creates new file when adding message to mbox |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Chris Green (chrisisbd) (2010-08-10) |
 | r.david.murray (2010-08-10) |
| 9561 |
distutils: set encoding to utf-8 for input and output files |
normal |
normal |
Python 3.2 |
|
STINNER Victor (haypo) (2010-08-10) |
 | haypo (2010-08-13) |
| 9562 |
Slightly misleading wording in documentation of dict.update |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
Mitchell Model (MLModel) (2010-08-10) |
 | eric.araujo (2010-08-16) |
| 9566 |
Compilation warnings under x64 Windows |
low |
normal |
Python 3.2 |
|
Antoine Pitrou (pitrou) (2010-08-10) |
 | brian.curtin (2010-08-15) |
| 9544 |
xdrlib.Packer().pack_fstring throws a TypeError when called with a str() |
normal |
normal |
Python 3.1 |
|
Paul Arnold (arnoldp) (2010-08-09) |
 | arnoldp (2010-08-09) |
| 9548 |
locale can be imported at startup but relies on too many library modules |
normal |
normal |
Python 3.2 |
patch |
Antoine Pitrou (pitrou) (2010-08-09) |
 | eric.araujo (2010-08-14) |
| 9552 |
ssl build under Windows always rebuilds OpenSSL |
low |
normal |
Python 3.2 |
|
Antoine Pitrou (pitrou) (2010-08-09) |
  | pitrou (2010-08-09) |
| 9538 |
Replace confusing pseudoname 'object' in special methods section. |
normal |
normal |
Python 3.2 |
|
Terry J. Reedy (terry.reedy) (2010-08-07) |
 | eric.araujo (2010-08-07) |
| 9539 |
python-2.6.4: test failure in test_distutils due to linking to system libpython2.6 |
high |
normal |
Python 2.6, Python 2.7 |
|
Valeo de Vries (valeo) (2010-08-07) |
 | matejcik (2010-08-26) |
| 9527 |
Add aware local time support to datetime module |
normal |
normal |
Python 3.2 |
patch |
Alexander Belopolsky (belopolsky) (2010-08-06) |
 | gvanrossum (2010-08-06) |
| 9528 |
Add pure Python implementation of time module to CPython |
normal |
normal |
Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-08-06) |
 | haypo (2010-08-13) |
| 9529 |
Converge re.findall and re.finditer |
normal |
normal |
Python 3.2 |
|
MizardX (MizardX) (2010-08-06) |
 | mrabarnett (2010-08-07) |
| 9530 |
integer undefined behaviors |
normal |
normal |
Python 3.2 |
patch |
John Regehr (regehr) (2010-08-06) |
 | mark.dickinson (2010-08-10) |
| 9532 |
pipe.read hang, when calling commands.getstatusoutput in multi-threading code of python 2.4 |
normal |
normal |
3rd party |
|
denny (denny) (2010-08-06) |
 | denny (2010-08-09) |
| 9533 |
metaclass can't derive from ABC |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Roald de Vries (roalddevries) (2010-08-06) |
 | terry.reedy (2010-08-15) |
| 9535 |
Pending signals are inherited by child processes |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Greg Brockman (gdb) (2010-08-06) |
 | pitrou (2010-09-03) |
| 9536 |
defaultdict doc makes incorrect reference to __missing__ method |
normal |
normal |
Python 2.7 |
patch |
John Posner (jjposner) (2010-08-06) |
 | jjposner (2010-08-08) |
| 9520 |
Add Patricia Trie high performance container |
normal |
normal |
Python 3.2 |
|
Dmitry Chichkov (dmtr) (2010-08-05) |
 | dmtr (2010-08-15) |
| 9521 |
xml.etree.ElementTree strips XML declaration and procesing instructions |
normal |
normal |
Python 3.1 |
|
Mark Summerfield (mark) (2010-08-05) |
  | r.david.murray (2010-08-06) |
| 9522 |
xml.etree.ElementTree forgets the encoding |
normal |
normal |
Python 3.3, Python 3.2 |
|
Mark Summerfield (mark) (2010-08-05) |
 | scoder (2010-08-12) |
| 9523 |
Improve dbm module |
normal |
normal |
Python 3.2 |
patch |
Ray.Allen (ysj.ray) (2010-08-05) |
 | terry.reedy (2010-08-15) |
| 9524 |
Document CTRL_C_EVENT and CTRL_BREAK_EVENT usage on Windows |
normal |
normal |
Python 2.7, Python 3.2 |
|
Valentine Gogichashvili (valgog) (2010-08-05) |
 | brian.curtin (2010-08-05) |
| 9503 |
print statement hangs Windows service |
normal |
normal |
Python 2.6 |
|
rgpitts (rgpitts) (2010-08-04) |
 | flox (2010-08-10) |
| 9504 |
signal.signal/signal.alarm not working as expected |
normal |
normal |
Python 3.1 |
|
Alan Wilter (alanwilter) (2010-08-04) |
  | alanwilter (2010-08-04) |
| 9506 |
sqlite3 mogrify - return query string |
normal |
normal |
Python 3.2 |
|
Kurt Schwehr (goatbar) (2010-08-04) |
 | r.david.murray (2010-08-04) |
| 9508 |
python3.2 reversal of distutils reintrocud macos9 support |
normal |
normal |
Python 3.2 |
|
Ronald Oussoren (ronaldoussoren) (2010-08-04) |
  | ronaldoussoren (2010-08-04) |
| 9509 |
argparse FileType raises ugly exception for missing file |
normal |
normal |
Python 2.7, Python 3.2 |
easy |
Doug Hellmann (doughellmann) * (2010-08-04) |
 | r.david.murray (2010-09-07) |
| 9514 |
platform.linux_distribution() under Ubuntu returns ('debian', 'squeeze/sid', '') |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Antoine Pitrou (pitrou) (2010-08-04) |
 | pitrou (2010-08-08) |
| 9516 |
sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure |
normal |
normal |
Python 2.7, Python 3.2 |
|
Sridhar Ratnakumar (srid) (2010-08-04) |
 | srid (2010-08-18) |
| 9517 |
Make test.script_helper more comprehensive, and use it in the test suite |
normal |
normal |
Python 3.2 |
|
Antoine Pitrou (pitrou) (2010-08-04) |
 | ncoghlan (2010-08-06) |
| 9518 |
PyModuleDef_HEAD_INIT does not explicitly initialize all fields of m_base |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Dave Malcolm (dmalcolm) (2010-08-04) |
 | pitrou (2010-08-05) |
| 9495 |
argparse unittest tracebacks are confusing if an error is raised when not expected |
low |
normal |
Python 3.1, Python 3.2 |
patch, easy |
R. David Murray (r.david.murray) * (2010-08-03) |
 | r.david.murray (2010-08-03) |
| 9499 |
Python C/API Execution namespace undocumented. (patch included) |
normal |
normal |
Python 3.2 |
patch |
Campbell Barton (ideasman42) (2010-08-03) |
  | ideasman42 (2010-08-03) |
| 9500 |
urllib2: Content-Encoding |
normal |
normal |
Python 3.2 |
easy |
guest (guest) (2010-08-03) |
 | guest (2010-08-04) |
| 9453 |
pulldom.SAX2DOM Doesn't support processing instructions before the root element |
normal |
normal |
Python 3.2 |
|
Mark Smith (mark.smith) (2010-08-02) |
 | mark.smith (2010-08-02) |
| 9456 |
Apparent memory leak in PC/bdist_wininst/install.c |
normal |
normal |
Python 3.1 |
patch |
Zachary Blair (Zachary.Blair) (2010-08-02) |
  | Zachary.Blair (2010-08-02) |
| 9458 |
xml.etree.ElementTree.ElementTree.write(): encoding handling problems |
normal |
normal |
Python 3.2 |
patch |
Uli Kunitz (kune) (2010-08-02) |
 | kune (2010-08-03) |
| 9445 |
Fix undefined symbol errors on VS8.0 build |
normal |
normal |
Python 3.2 |
needs review, patch |
Brian Curtin (brian.curtin) * (2010-08-01) |
 | brian.curtin (2010-08-20) |
| 9435 |
test_distutils fails without zlib |
normal |
normal |
Python 3.2 |
|
Georg Brandl (georg.brandl) (2010-07-31) |
  | georg.brandl (2010-07-31) |
| 9436 |
test_sysconfig failure |
normal |
normal |
Python 3.2 |
|
Antoine Pitrou (pitrou) (2010-07-31) |
  | pitrou (2010-07-31) |
| 9437 |
can't build extensions with non-default ldflags (e.g. -m32) |
release blocker |
normal |
Python 2.7, Python 3.2 |
patch |
Antoine Pitrou (pitrou) (2010-07-31) |
 | georg.brandl (2010-09-06) |
| 9441 |
increase logging handlers test coverage |
normal |
normal |
Python 3.2 |
patch |
Tom Dunham (Tom) (2010-07-31) |
 | vinay.sajip (2010-08-23) |
| 9424 |
Disable unittest.TestCase.assertEquals and assert_ during a regrtest run |
low |
normal |
Python 3.2 |
|
Michael Foord (michael.foord) (2010-07-30) |
 | eric.araujo (2010-09-08) |
| 9425 |
Rewrite import machinery to work with unicode paths |
normal |
normal |
Python 3.2 |
buildbot, patch |
STINNER Victor (haypo) (2010-07-30) |
 | haypo (2010-09-01) |
| 9427 |
logging.error('...', exc_info=True) should display upper frames, too |
normal |
normal |
Python 3.2 |
|
Thomas Guettler (guettli) (2010-07-30) |
 | r.david.murray (2010-08-26) |
| 9409 |
doctest in python2.7 can't handle non-ascii characters |
normal |
normal |
Python 2.7 |
|
Hugo Lopes Tavares (hugo) (2010-07-29) |
 | eric.araujo (2010-08-01) |
| 9410 |
Add Unladen Swallow's optimizations to Python 3's pickle. |
normal |
normal |
Python 3.2 |
patch |
Alexandre Vassalotti (alexandre.vassalotti) * (2010-07-29) |
 | pitrou (2010-09-07) |
| 9417 |
Declaring a class creates circular references |
normal |
normal |
Python 3.2 |
|
Andrea Corbellini (candrea) (2010-07-29) |
 | dstanek (2010-08-18) |
| 9418 |
Move _formatter_* methods from string type into _string module |
normal |
normal |
Python 3.2 |
patch |
Georg Brandl (georg.brandl) (2010-07-29) |
 | lemburg (2010-08-06) |
| 9419 |
RUNSHARED needs LDFLAGS |
normal |
normal |
Python 2.7 |
patch |
Peter Häring (phaering) (2010-07-29) |
  | rpetrov (2010-07-29) |
| 9420 |
gdbm with /usr/include/ndbm.h |
normal |
normal |
Python 2.7 |
patch |
Peter Häring (phaering) (2010-07-29) |
  | phaering (2010-07-29) |
| 9421 |
configparser.ConfigParser's getint, getboolean and getfloat don't accept `vars` |
normal |
normal |
Python 3.2 |
needs review, patch, easy |
Łukasz Langa (lukasz.langa) (2010-07-29) |
 | lukasz.langa (2010-09-04) |
| 9423 |
Error in urllib2.do_open(self, http_class, req) |
normal |
normal |
Python 2.6 |
|
Lyle Ross (lyle.ross) (2010-07-29) |
 | lyle.ross (2010-07-30) |
| 9393 |
shelve.open/bsddb.hashopen exception with unicode paths |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
wjm251 (wjm251) (2010-07-28) |
 | haypo (2010-07-28) |