| Id |
Summary |
Prior |
Sever |
Vers |
Keyws |
Opened by (when) |
Temporal location |
Last update by (when) |
| 3132 |
implement PEP 3118 struct changes |
high |
normal |
Python 3.2 |
patch |
Benjamin Peterson (benjamin.peterson) (2008-06-17) |
         | meador.inge (2010-08-14) |
| 3119 |
pickle.py is limited by python's call stack |
normal |
normal |
Python 3.1 |
needs review, patch |
Aaron Gallagher (habnabit) (2008-06-16) |
          | habnabit (2010-07-19) |
| 3125 |
test_multiprocessing causes test_ctypes to fail |
high |
normal |
Python 3.1, Python 2.7 |
patch |
Thomas Heller (theller) * (2008-06-16) |
   | BreamoreBoy (2010-08-27) |
| 3111 |
multiprocessing ppc Debian/ ia64 Ubuntu compilation error |
normal |
normal |
Python 2.6, Python 3.0 |
|
Jesse Noller (jnoller) * (2008-06-14) |
   | BreamoreBoy (2010-08-27) |
| 3099 |
On windows, "import nul" always succeed |
low |
normal |
Python 2.7 |
|
Amaury Forgeot d'Arc (amaury.forgeotdarc) * (2008-06-13) |
       | tim.golden (2010-08-13) |
| 3093 |
Namespace pollution from multiprocessing |
low |
normal |
|
|
Adam Olsen (Rhamphoryncus) (2008-06-12) |
     | asksol (2010-08-31) |
| 3077 |
h2py char literal doesn't work |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Gabriel (grossetti) (2008-06-11) |
      | BreamoreBoy (2010-07-10) |
| 3080 |
Full unicode import system |
critical |
normal |
Python 3.2 |
|
Amaury Forgeot d'Arc (amaury.forgeotdarc) * (2008-06-11) |
          | haypo (2010-07-30) |
| 3073 |
Cookie.Morsel breaks in parsing cookie values with whitespace |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
needs review, patch |
Lawrence Oluyede (rhymes) (2008-06-10) |
              | BreamoreBoy (2010-07-18) |
| 3067 |
setlocale fails with unicode strings on Py2 and with byte strings on Py3 |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
easy |
(vincent.chute) (2008-06-09) |
      | terry.reedy (2010-08-03) |
| 3068 |
IDLE - Add an extension configuration dialog |
normal |
normal |
Python 3.2 |
patch |
Tal Einat (taleinat) (2008-06-09) |
        | BreamoreBoy (2010-07-18) |
| 3062 |
Turtle speed() function has no effect under Mac OS X |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Pierre Bourdon (delroth) (2008-06-08) |
      | terry.reedy (2010-08-03) |
| 3056 |
Simplify the Integral ABC |
normal |
normal |
Python 2.6, Python 3.0 |
patch |
Raymond Hettinger (rhettinger) * (2008-06-07) |
    | ezio.melotti (2009-07-04) |
| 3053 |
test_shutil fails under AIX |
normal |
normal |
Python 2.6 |
patch |
Antoine Pitrou (pitrou) (2008-06-06) |
    | terry.reedy (2010-06-09) |
| 3030 |
compiler warning on HP-UX |
low |
normal |
Python 2.6 |
|
Thomas Heller (theller) * (2008-06-03) |
    | ajaksu2 (2009-05-16) |
| 3033 |
tkFont added displayof where necessary |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Guilherme Polo (gpolo) * (2008-06-03) |
    | BreamoreBoy (2010-08-04) |
| 3035 |
Removing apparently unwanted functions from Tkinter |
low |
normal |
Python 3.2 |
needs review, patch |
Guilherme Polo (gpolo) * (2008-06-03) |
    | brian.curtin (2010-01-14) |
| 3020 |
doctest should have lib2to3 integration |
low |
normal |
Python 3.0 |
|
Stefan Behnel (scoder) (2008-06-01) |
        | eric.araujo (2010-01-31) |
| 3022 |
mailbox module, two small fixes |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Guilherme Polo (gpolo) * (2008-06-01) |
            | haypo (2010-07-24) |
| 3018 |
tkinter demos fixed |
normal |
normal |
Python 3.0 |
patch |
Guilherme Polo (gpolo) * (2008-05-31) |
  | georg.brandl (2008-07-08) |
| 3014 |
file_dealloc() assumes errno is set when EOF is returned |
normal |
normal |
Python 2.4 |
|
johansen (johansen) (2008-05-30) |
    | pitrou (2008-08-28) |
| 3015 |
tkinter with wantobjects=False has been broken for some time |
normal |
normal |
Python 3.0 |
patch |
Guilherme Polo (gpolo) * (2008-05-30) |
  | gpolo (2008-05-31) |
| 3006 |
subprocess.Popen causes socket to remain open after close |
high |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Matt Mulsow (mamulsow) (2008-05-29) |
      | terry.reedy (2010-05-11) |
| 2979 |
use_datetime in SimpleXMLRPCServer |
normal |
normal |
Python 3.2 |
patch |
Virgil Dupras (vdupras) (2008-05-27) |
    | loewis (2010-07-23) |
| 2982 |
more tests for pyexpat |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Maciek Fijalkowski (fijal) (2008-05-27) |
      | giampaolo.rodola (2010-05-10) |
| 2986 |
difflib.SequenceMatcher not matching long sequences |
high |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Nate (hagna) (2008-05-27) |
         | terry.reedy (2010-09-07) |
| 2973 |
_ssl compiler warnings |
low |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Benjamin Peterson (benjamin.peterson) (2008-05-26) |
          | flox (2010-03-04) |
| 2953 |
_zip_directory_cache untested and undocumented |
normal |
normal |
Python 3.1, Python 2.7 |
|
Maciek Fijalkowski (fijal) (2008-05-23) |
      | brett.cannon (2009-04-06) |
| 2941 |
Propagate define to resurce mingw32 compile |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Alexandr Zamaraev (shura_zam) (2008-05-22) |
      | BreamoreBoy (2010-07-09) |
| 2942 |
mingw/cygwin do not accept asm file as extension source |
normal |
normal |
Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2 |
patch |
Alexandr Zamaraev (shura_zam) (2008-05-22) |
       | terry.reedy (2010-08-24) |
| 2943 |
Distutils should generate a better error message when the SDK is not installed |
low |
normal |
Python 3.1, Python 2.7 |
|
Cournapeau David (cdavid) (2008-05-22) |
      | cdavid (2009-04-07) |
| 2945 |
bdist_rpm does not list dist files (should effect upload) |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Hartmut Goebel (htgoebel) (2008-05-22) |
      | eric.araujo (2010-08-02) |
| 2927 |
expose html.parser.unescape |
normal |
normal |
Python 3.2 |
needs review, patch |
Tom Pinckney (thomaspinckney3) (2008-05-20) |
     | haypo (2010-07-25) |
| 2931 |
optparse: various problems with unicode and gettext |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Alexey Shamrin (ash) (2008-05-20) |
        | BreamoreBoy (2010-07-18) |
| 2919 |
Merge profile/cProfile in 3.0 |
critical |
normal |
Python 3.2 |
patch |
Brett Cannon (brett.cannon) * (2008-05-19) |
       | brett.cannon (2010-07-13) |
| 2920 |
Patch to print symbolic value or errno in EnvironmentError.__str__() |
normal |
normal |
Python 3.2 |
patch |
Yannick Gingras (ygingras) (2008-05-19) |
   | pitrou (2010-08-08) |
| 2921 |
enable embedding: declare/#define only py* symbols in #includes |
normal |
normal |
Python 3.2 |
|
Hallvard B Furuseth (hfuru) (2008-05-19) |
      | terry.reedy (2010-08-09) |
| 2901 |
"error: can't allocate region" from mmap() when receiving big chunk of data |
normal |
normal |
Python 2.5 |
|
Håkan Waara (hwaara) (2008-05-18) |
    | terry.reedy (2010-06-09) |
| 2876 |
Write UserDict fixer for 2to3 |
normal |
normal |
Python 2.6 |
patch |
Brett Cannon (brett.cannon) * (2008-05-16) |
  | loewis (2010-04-10) |
| 2889 |
curses for windows (alternative patch) |
normal |
normal |
Python 3.2 |
patch |
anatoly techtonik (techtonik) (2008-05-16) |
         | rpetrov (2010-08-24) |
| 2892 |
improve cElementTree iterparse error handling |
normal |
normal |
Python 2.7, Python 3.2 |
|
Hrvoje Nikšić (hniksic) (2008-05-16) |
    | effbot (2010-06-11) |
| 2897 |
include structmember.h in Python.h |
normal |
normal |
Python 3.1 |
|
Benjamin Peterson (benjamin.peterson) (2008-05-16) |
        | herzbube (2009-10-17) |
| 2857 |
add codec for java modified utf-8 |
normal |
normal |
Python 2.7, Python 3.2 |
|
paul rubin (phr) (2008-05-15) |
    | ajaksu2 (2009-05-16) |
| 2843 |
New methods for existing Tkinter widgets |
normal |
normal |
Python 3.2 |
|
Guilherme Polo (gpolo) * (2008-05-13) |
    | terry.reedy (2010-07-10) |
| 2830 |
Copy cgi.escape() to html |
high |
normal |
Python 3.2 |
patch, easy |
Brett Cannon (brett.cannon) * (2008-05-12) |
   | pablomouzo (2010-08-29) |
| 2840 |
Expat parser locks XML source file if ContentHandler raises an exception |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Craig Holmquist (craigneuro) (2008-05-12) |
      | BreamoreBoy (2010-08-08) |
| 2818 |
pulldom cannot handle xml file with large external entity properly |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Luyang Han (hanselda) (2008-05-11) |
    | terry.reedy (2010-06-09) |
| 2824 |
zipfile to handle duplicate files in archive |
normal |
normal |
Python 2.6, Python 2.7, Python 3.2 |
patch |
anatoly techtonik (techtonik) (2008-05-11) |
      | Yaniv.Aknin (2010-04-09) |
| 2813 |
No float formatting in PyString_FromFormat |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
duane Bailey (duaneb) (2008-05-10) |
       | mark.dickinson (2010-07-19) |
| 2799 |
Remove _PyUnicode_AsString(), rework _PyUnicode_AsStringAndSize(), add PyUnicode_AsChar() |
normal |
normal |
Python 3.1, Python 3.0 |
|
Marc-Andre Lemburg (lemburg) (2008-05-09) |
      | lemburg (2010-04-03) |
| 2786 |
Names in traceback should have class names, if they're methods |
low |
normal |
Python 3.2 |
|
Matthias Urlichs (smurfix) (2008-05-07) |
    | terry.reedy (2010-08-07) |
| 2774 |
ctypes documentation not effective |
normal |
normal |
Python 2.6, Python 3.0 |
|
Bill Janssen (janssen) * (2008-05-06) |
    | theller (2009-04-24) |
| 2775 |
Implement PEP 3108 |
critical |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
Brett Cannon (brett.cannon) * (2008-05-06) |
 | mark.dickinson (2010-06-17) |
| 2756 |
urllib2 add_header fails with existing unredirected_header |
normal |
normal |
Python 2.6 |
patch, easy |
david reid (zathras) (2008-05-04) |
      | ajaksu2 (2009-04-22) |
| 2744 |
Fix test_cProfile |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Benjamin Peterson (benjamin.peterson) (2008-05-02) |
     | mark.dickinson (2010-07-29) |
| 2733 |
mmap resize fails on anonymous memory |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Kathryn M Kowalski (kmk) (2008-05-01) |
    | ocean-city (2009-07-05) |
| 2736 |
datetime needs an "epoch" method |
normal |
normal |
Python 3.2 |
patch |
Miki Tebeka (tebeka) (2008-05-01) |
     | belopolsky (2010-08-06) |
| 2716 |
Reimplement audioop because of copyright issues |
high |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Brett Cannon (brett.cannon) * (2008-04-29) |
      | georg.brandl (2010-08-02) |
| 2708 |
IDLE subprocess error |
normal |
normal |
Python 2.6, Python 3.0 |
|
Kristian Lauridsen (Kris) (2008-04-28) |
    | ChrisAltona (2009-05-11) |
| 2710 |
error: (10035, 'The socket operation could not complete without blocking') |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7 |
patch |
Don Hanlen (dhanlen) (2008-04-28) |
      | gpolo (2009-08-05) |
| 2703 |
SimpleXMLRPCDispatcher.__init__ is not python2.4-backward-compatible |
normal |
normal |
Python 2.6, Python 2.7 |
patch |
Matthias Klose (doko) (2008-04-27) |
    | barry (2009-04-05) |
| 2704 |
IDLE: Patch to make PyShell behave more like a Terminal interface |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Roger Serwy (serwy) (2008-04-27) |
       | taleinat (2010-07-20) |
| 2694 |
msilib file names check too strict ? |
normal |
normal |
Python 2.7 |
|
Cournapeau David (cdavid) (2008-04-26) |
    | brian.curtin (2010-01-13) |
| 2698 |
Extension module build fails for MinGW: missing vcvarsall.bat |
normal |
normal |
Python 2.7 |
26backport |
Lenard Lindstrom (kermode) (2008-04-26) |
     | dederocks (2010-08-31) |
| 2690 |
Precompute range length |
normal |
normal |
Python 3.2 |
patch |
Alexander Belopolsky (belopolsky) (2008-04-25) |
     | gvanrossum (2010-09-01) |
| 2679 |
email.feedparser regex duplicate |
low |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Jim Jewett (jimjjewett) (2008-04-24) |
    | ezio.melotti (2010-01-12) |
| 2675 |
Curses terminal resize problems when Python is in interactive mode |
normal |
normal |
Python 2.4 |
|
Pavel Bazant (pbazant) (2008-04-23) |
    | r.david.murray (2010-07-05) |
| 2658 |
decode_header() fails on multiline headers |
normal |
normal |
Python 3.2 |
|
Christoph Schneeberger (cschnee) (2008-04-19) |
      | terry.reedy (2010-08-05) |
| 2661 |
Mapping tests cannot be passed by user implementations |
low |
normal |
Python 3.1 |
|
David Anderson (danderson) (2008-04-19) |
    | doerwalter (2009-05-14) |
| 2657 |
Curses sometimes fails to initialize terminal |
normal |
normal |
Python 2.5 |
|
Fernando Pérez (fer_perez) (2008-04-18) |
      | terry.reedy (2010-06-09) |
| 2650 |
re.escape should not escape underscore |
normal |
normal |
Python 3.1, Python 2.7 |
patch, easy |
Russ Cox (rsc) (2008-04-17) |
  | bjourne (2009-09-12) |
| 2651 |
Strings passed to KeyError do not round trip |
normal |
normal |
Python 3.2 |
patch |
Rick Harris (rharris) (2008-04-17) |
   | lukasz.langa (2010-08-08) |
| 2643 |
mmap_object_dealloc does not call FlushViewOfFile on windows |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
needs review, patch |
Ralf Schmitt (schmir) (2008-04-16) |
    | pitrou (2010-04-08) |
| 2644 |
errors from msync ignored in mmap_object_dealloc |
normal |
normal |
Python 2.6 |
|
Ralf Schmitt (schmir) (2008-04-16) |
    | schmir (2010-01-11) |
| 2636 |
Regexp 2.7 (modifications to current re 2.2.2) |
normal |
normal |
Python 3.2 |
patch |
Jeffrey C. Jacobs (timehorse) (2008-04-15) |
 | mrabarnett (2010-08-24) |
| 2628 |
ftplib Persistent data connection |
normal |
normal |
Python 3.2 |
patch |
Jonathan (jbell) (2008-04-13) |
     | terry.reedy (2010-08-07) |
| 2623 |
Patch: xmlrpclib client ignores datetime tzinfo when creating iso8601 dates |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Leonard Clark (lclark) (2008-04-12) |
      | terry.reedy (2010-08-04) |
| 2624 |
swig support in distutils should use the build and temp dirs |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Kjell Braden (afflux) (2008-04-12) |
        | BreamoreBoy (2010-08-19) |
| 2604 |
doctest.DocTestCase fails when run repeatedly |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Piet Delport (pjd) (2008-04-10) |
    | terry.reedy (2010-06-09) |
| 2600 |
BindingHTTPConnectionWithTimeout and BindingHTTPHandlerWithTimeout |
normal |
normal |
Python 3.2 |
|
Pau Aliagas (pau) (2008-04-08) |
      | BreamoreBoy (2010-07-09) |
| 2568 |
Seconds range in time unit |
low |
normal |
Python 3.1, Python 3.0, Python 2.7, Python 3.3, Python 3.2, Python 2.6 |
patch, easy |
Anton Fedorov (datacompboy) (2008-04-07) |
      | belopolsky (2010-06-03) |
| 2576 |
httplib read() very slow due to lack of socket buffer |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Aren Olson (reacocard) (2008-04-07) |
    | cjw296 (2009-09-04) |
| 2552 |
test_ctypes failed Python 2.6a2 Solaris 10 SUN C |
normal |
normal |
Python 2.7 |
patch |
Jean Brouwers (MrJean1) (2008-04-04) |
    | skrah (2010-08-05) |
| 2554 |
test_ioctl failed Python 2.6a2 Solaris 10 SUN C |
normal |
normal |
Python 2.6 |
|
Jean Brouwers (MrJean1) (2008-04-04) |
      | brian.curtin (2010-04-13) |
| 2537 |
re.compile(r'((x|y+)*)*') should fail |
normal |
normal |
Python 2.7 |
patch |
Jason Orendorff (jorendorff) (2008-04-02) |
        | mrabarnett (2010-02-12) |
| 2527 |
Pass a namespace to timeit |
normal |
normal |
Python 3.2 |
|
Peter Otten (potten) (2008-04-01) |
      | BreamoreBoy (2010-08-26) |
| 2528 |
Change os.access to check ACLs under Windows |
normal |
normal |
Python 3.2 |
patch |
Tim Golden (tim.golden) (2008-04-01) |
     | tim.golden (2010-08-25) |
| 2518 |
smtpd.py to handle huge email |
normal |
normal |
Python 3.2 |
patch |
HiroakiKawai (kawai) (2008-03-31) |
      | terry.reedy (2010-08-09) |
| 2516 |
Instance methods are misreporting the number of arguments |
low |
normal |
Python 3.2 |
patch |
Alexander Belopolsky (belopolsky) (2008-03-30) |
     | r.david.murray (2010-06-25) |
| 2504 |
Add gettext.pgettext() and variants support |
normal |
normal |
Python 3.2 |
patch |
Pierre Metras (genepi) (2008-03-29) |
               | eric.araujo (2010-06-29) |
| 2494 |
Can't round-trip datetimes<->timestamps prior to 1970 on Windows |
normal |
normal |
Python 3.0 |
|
Mark Summerfield (mark) (2008-03-27) |
    | haypo (2008-11-11) |
| 2489 |
Patch for bugs in pty.py |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Fergus Henderson (fergushenderson) (2008-03-26) |
     | r.david.murray (2010-08-27) |
| 2481 |
locale.strxfrm does not work with Unicode strings |
normal |
normal |
Python 2.7 |
|
Christoph Zwerschke (cito) (2008-03-25) |
    | georg.brandl (2010-08-21) |
| 2486 |
Recode (parts of) decimal module in C |
normal |
normal |
Python 3.1 |
patch |
Mark Dickinson (mark.dickinson) (2008-03-25) |
      | georg.brandl (2010-08-21) |
| 2470 |
Need fixer for dl (removed) -> ctypes module |
critical |
normal |
|
|
Neal Norwitz (nnorwitz) (2008-03-24) |
    | meador.inge (2010-05-29) |
| 2466 |
os.path.ismount doesn't work for mounts the user doesn't have permission to see |
normal |
normal |
Python 2.6, Python 3.0 |
|
Ross Burton (rossburton) (2008-03-23) |
    | pitrou (2008-08-17) |
| 2454 |
sha and md5 fixer |
normal |
normal |
|
patch |
Martin v. Löwis (loewis) (2008-03-22) |
         | eric.araujo (2010-07-24) |
| 2459 |
speedup for / while / if with better bytecode |
normal |
normal |
Python 3.1, Python 2.7 |
patch |
Antoine Pitrou (pitrou) (2008-03-22) |
 | giampaolo.rodola (2010-09-02) |
| 2445 |
Use The CygwinCCompiler Under Cygwin |
high |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
David Stanek (dstanek) (2008-03-21) |
          | eric.araujo (2010-08-21) |