| Id |
Summary |
Prior |
Sever |
Vers |
Keyws |
Opened by (when) |
Temporal location |
Last update by (when) |
| 1709112 |
test_1686475 of test_os & pagefile.sys |
normal |
normal |
Python 2.6, Python 3.0 |
patch |
A.B., Khalid (abkhd) (2007-04-28) |
    | ajaksu2 (2009-03-30) |
| 1708652 |
Exact matching |
normal |
normal |
Python 3.2 |
|
Tom Lynn (tlynn) (2007-04-27) |
        | georg.brandl (2010-08-21) |
| 1708316 |
doctest work with Windows PyReadline |
normal |
normal |
Python 3.2 |
patch |
manuelg (manuelg_) (2007-04-26) |
        | flox (2010-08-10) |
| 1706323 |
Updated ASTVisitor Classes |
normal |
normal |
Python 2.7 |
patch |
Yaakov Nemoy (loupgaroublond) (2007-04-24) |
    | ajaksu2 (2009-03-30) |
| 1705520 |
pyunit should allow __unittest in locals to trim stackframes |
normal |
normal |
Python 2.7, Python 3.2 |
|
Robert Collins (rbcollins) (2007-04-23) |
      | ajaksu2 (2009-05-12) |
| 1706039 |
Added clearerr() to clear EOF state |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
needs review, patch |
John Smith (josm) (2007-04-23) |
         | belopolsky (2010-07-25) |
| 1705393 |
Select() failure (race condition) |
normal |
normal |
Python 2.6, Python 3.0 |
|
Ron Garret (rongarret) (2007-04-22) |
    | amaury.forgeotdarc (2009-04-03) |
| 1704134 |
minidom Level 1 DOM compliance |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Jason Orendorff (jorend) (2007-04-20) |
      | BreamoreBoy (2010-07-17) |
| 1704474 |
optparse tests fail under Jython |
normal |
normal |
Python 2.7, Python 3.2 |
patch, easy |
Tim Couper (drtimcouper) (2007-04-20) |
      | pjenvey (2009-06-02) |
| 1703592 |
have a way to ignore nonexisting locales in locale.setlocale |
low |
normal |
Python 3.1, Python 2.7 |
|
Matthias Klose (doko) (2007-04-19) |
    | ajaksu2 (2009-03-30) |
| 1703178 |
link_objects in setup.cfg crashes build |
normal |
normal |
Python 2.7 |
|
Markus Schatten (mschatte) (2007-04-18) |
      | terry.reedy (2010-08-05) |
| 1702036 |
Make Turtle thread-safe so it does not crash |
normal |
normal |
Python 3.2 |
|
lomm (korka) (2007-04-17) |
      | terry.reedy (2010-08-09) |
| 1699853 |
locale.getlocale() output fails as setlocale() input |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Bernhard Reiter (ber) (2007-04-13) |
      | BreamoreBoy (2010-08-21) |
| 1699259 |
replacing char* with const char* in sysmodule.c/.h |
normal |
normal |
Python 3.2 |
patch |
Sebastian Ramacher (sebastinas) (2007-04-12) |
           | BreamoreBoy (2010-07-17) |
| 1699594 |
shlex fails to parse strings correctly |
normal |
normal |
Python 2.6 |
|
Collin Winter (collinwinter) * (2007-04-12) |
      | georg.brandl (2010-08-01) |
| 1697943 |
msgfmt cannot cope with BOM |
normal |
normal |
Python 2.6, Python 3.1 |
patch |
Christoph Zwerschke (cito) (2007-04-10) |
        | eric.araujo (2010-06-11) |
| 1694663 |
Overloading int.__pow__ does not work |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Terry J. Reedy (terry.reedy) (2007-04-04) |
        | BreamoreBoy (2010-07-17) |
| 1693546 |
email.Message set_param rfc2231 encoding incorrect |
normal |
normal |
Python 2.6, Python 3.0 |
|
Anders Hammarquist (iko) (2007-04-03) |
        | barry (2010-05-05) |
| 1693050 |
\w not helpful for non-Roman scripts |
normal |
normal |
Python 3.1, Python 2.7 |
|
nlmiles (nathanlmiles) (2007-04-02) |
                | l0nwlf (2010-03-31) |
| 1692335 |
Fix exception pickling: Move initial args assignment to BaseException.__new__ |
critical |
major |
Python 2.6, Python 3.1 |
patch |
Ziga Seilnacht (zseil) * (2007-04-01) |
              | ehuss (2010-06-30) |
| 1692592 |
Stripping debugging symbols from compiled C extensions |
normal |
normal |
Python 3.2 |
|
Viktor Ferenczi (complex) (2007-04-01) |
        | terry.reedy (2010-08-09) |
| 1691387 |
Call sys.except_hook if exception occurs in __del__ |
normal |
normal |
Python 3.2 |
|
John Ehresman (jpe) (2007-03-30) |
      | BreamoreBoy (2010-07-10) |
| 1690608 |
email.utils.formataddr() should be rfc2047 aware |
normal |
normal |
Python 3.2 |
easy |
Barry A. Warsaw (barry) (2007-03-29) |
            | terry.reedy (2010-08-05) |
| 1690840 |
xmlrpclib methods submit call on __str__, __repr__ |
normal |
normal |
|
patch |
Greg Hazel (ghazel) (2007-03-29) |
      | schmir (2008-07-03) |
| 1690201 |
Added support for custom readline functions |
normal |
normal |
Python 3.2 |
patch |
Ben Timby (btimby) (2007-03-28) |
        | terry.reedy (2010-08-09) |
| 1687125 |
cannot catch KeyboardInterrupt when using curses getkey() |
normal |
normal |
Python 2.6 |
|
al65536 (al65536) (2007-03-23) |
      | ajaksu2 (2009-05-15) |
| 1685453 |
email package should work better with unicode |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Barry A. Warsaw (barry) (2007-03-21) |
              | eric.araujo (2010-07-17) |
| 1681974 |
mkdtemp fails on Windows if username has non-ASCII character |
normal |
normal |
Python 2.6 |
|
Markus Niemistö (niemisto) (2007-03-16) |
      | tim.golden (2010-08-06) |
| 1682403 |
Transform reST to styled text in bdist_wininst-produced installers |
low |
normal |
Python 3.2 |
|
j vickroy (jvickroy) (2007-03-16) |
       | eric.araujo (2010-08-21) |
| 1681333 |
email.header unicode fix |
normal |
normal |
Python 2.6 |
patch, easy |
Tokio Kikuchi (tkikuchi) (2007-03-15) |
        | BreamoreBoy (2010-07-17) |
| 1677694 |
test_timeout refactoring |
normal |
normal |
Python 3.2 |
patch |
Björn Lindqvist (sonderblade) (2007-03-10) |
      | belopolsky (2010-07-17) |
| 1677872 |
Efficient reverse line iterator |
normal |
normal |
Python 3.2 |
patch |
Mark Russell (mark_t_russell) (2007-03-10) |
         | gvanrossum (2010-09-05) |
| 1678077 |
improve telnetlib.Telnet so option negotiation becomes easie |
normal |
normal |
Python 3.0 |
patch |
Björn Lindqvist (sonderblade) (2007-03-10) |
        | jackdied (2009-04-01) |
| 1676820 |
Add a PeriodicTimer to threading |
normal |
normal |
Python 3.2 |
patch |
Björn Lindqvist (sonderblade) (2007-03-08) |
        | BreamoreBoy (2010-07-16) |
| 1675455 |
Use getaddrinfo() in urllib2.py for IPv6 support |
normal |
normal |
Python 3.2 |
patch |
David Cantrell (dcantrell-rh) (2007-03-07) |
                  | terry.reedy (2010-07-11) |
| 1675951 |
[gzip] Performance for small reads and fix seek problem |
normal |
normal |
Python 3.2 |
patch |
Florian Festi (florianfesti) (2007-03-07) |
          | pitrou (2010-06-17) |
| 1674555 |
sys.path in tests contains system directories |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Theodoros V. Kalamatianos (nyb) (2007-03-06) |
          | r.david.murray (2010-08-27) |
| 1672853 |
Error reading files larger than 4GB |
normal |
normal |
Python 2.6, Python 3.1 |
|
Case Van Horsen (casevh) (2007-03-03) |
            | tim.golden (2010-08-06) |
| 1673007 |
urllib2 requests history + HEAD support |
normal |
normal |
Python 3.2 |
patch, easy |
KDanilov aka koder (koder_ua) (2007-03-03) |
             | pitrou (2010-09-02) |
| 1672568 |
silent error in email.message.Message.get_payload |
normal |
normal |
Python 3.2 |
patch, easy |
Renaud Blanch (blanch) (2007-03-02) |
       | BreamoreBoy (2010-07-24) |
| 1671676 |
test_mailbox is hanging while doing gmake test on HP-UX v3 |
low |
normal |
Python 2.6 |
|
shashi (shashikala) (2007-03-01) |
      | ajaksu2 (2009-03-30) |
| 1669349 |
make install fails if no previous Python installation |
high |
normal |
Python 2.6, Python 3.0 |
|
Matthias S. Benkmann (mbenkmann) (2007-02-26) |
      | gael (2010-02-25) |
| 1669539 |
Change (fix!) os.path.isabs() semantics on Win32 |
high |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Jon Foster (jongfoster) (2007-02-26) |
          | ezio.melotti (2010-07-14) |
| 1667546 |
Time zone-capable variant of time.localtime |
normal |
normal |
Python 3.2 |
patch |
Paul Boddie (pboddie) (2007-02-23) |
       | georg.brandl (2010-06-06) |
| 1666318 |
shutil.copytree doesn't preserve directory permissions |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
easy |
Jeff McNeil (j_mcneil) (2007-02-22) |
          | BreamoreBoy (2010-08-21) |
| 1665333 |
Documentation missing for OptionGroup class in optparse |
normal |
normal |
Python 2.7 |
|
LunarYorn (lunar_yorn) (2007-02-21) |
    | akuchling (2008-11-14) |
| 1662581 |
the re module can perform poorly: O(2**n) versus O(n**2) |
low |
normal |
Python 2.7 |
|
Gregory P. Smith (gregory.p.smith) * (2007-02-17) |
                  | georg.brandl (2010-07-29) |
| 1661754 |
ftplib passive ftp problem on multihomed clients |
normal |
normal |
Python 2.6, Python 3.0 |
patch |
Tim Baum (timbaum) (2007-02-16) |
      | giampaolo.rodola (2010-05-01) |
| 1659705 |
Python extension problems after re-install |
normal |
normal |
Python 2.6, Python 3.0 |
|
elf (elfin24fw) (2007-02-14) |
    | ajaksu2 (2009-03-30) |
| 1660009 |
continuing problem with httplib multiple set-cookie headers |
normal |
normal |
Python 2.7 |
easy |
David Margrave (davidma) (2007-02-14) |
    | ajaksu2 (2009-04-22) |
| 1654974 |
Binding annotations in tracebacks. |
normal |
normal |
Python 3.2 |
patch |
Nefarious CodeMonkey, Jr. (nejucomo) (2007-02-08) |
      | terry.reedy (2010-08-09) |
| 1654367 |
[PATCH] Debuggers need a way to change the locals of a frame |
normal |
normal |
Python 3.3 |
patch |
Fabio Zadrozny (fabioz) (2007-02-07) |
     | fabioz (2010-08-19) |
| 1654408 |
Installer should split tcl/tk and tkinter install options. |
normal |
minor |
Python 3.2 |
|
Ron Adam (ron_adam) (2007-02-07) |
        | terry.reedy (2010-08-09) |
| 1653416 |
print >> f, "Hello" produces no error: normal? |
normal |
normal |
Python 2.6 |
|
Eric O. LEBIGOT (lebigot) (2007-02-06) |
        | ronaldoussoren (2009-11-24) |
| 1653457 |
Python misbehaves when installed in / (patch attached) |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Chris Webb (chris@arachsys.com) (2007-02-06) |
        | chris@arachsys.com (2010-07-11) |
| 1651427 |
readline needs termcap on my FC6 |
low |
normal |
Python 2.6, Python 3.0 |
|
guichaz (guichaz) (2007-02-03) |
    | ajaksu2 (2009-03-30) |
| 1649329 |
gettext.py incompatible with eggs |
normal |
normal |
Python 3.1, Python 2.7 |
patch |
Shannon -jj Behrens (jjinux) (2007-02-01) |
        | eric.araujo (2010-04-09) |
| 1650090 |
doctest doesn't find nested functions |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Daniel Brown (danb37) (2007-02-01) |
        | BreamoreBoy (2010-07-16) |
| 1648890 |
HP-UX: ld -Wl,+b... |
normal |
normal |
Python 2.6, Python 3.1, Python 3.0, Python 2.7 |
|
Johannes Abt (jabt) (2007-01-31) |
    | akitada (2009-02-11) |
| 1648923 |
HP-UX: -lcurses missing for readline.so |
low |
normal |
Python 2.6 |
|
Johannes Abt (jabt) (2007-01-31) |
    | ajaksu2 (2009-03-30) |
| 1648957 |
HP-UX: _ctypes/libffi/src/ia64/ffi/__attribute__/native cc |
low |
normal |
Python 2.6, Python 3.0 |
|
Johannes Abt (jabt) (2007-01-31) |
      | theller (2009-05-05) |
| 1647654 |
No obvious and correct way to get the time zone offset |
normal |
normal |
Python 3.2 |
patch |
James Henstridge (jamesh) (2007-01-30) |
      | gvanrossum (2010-08-06) |
| 1648268 |
Parameter list mismatches (portation problem) |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
ked-tao (ked-tao) (2007-01-30) |
      | BreamoreBoy (2010-07-16) |
| 1647489 |
zero-length match confuses re.finditer() |
normal |
normal |
Python 2.7 |
|
Jacques Frechet (jfrechet) (2007-01-29) |
      | timehorse (2008-09-25) |
| 1646068 |
Dict lookups fail if sizeof(Py_ssize_t) < sizeof(long) |
high |
normal |
Python 3.2 |
patch |
ked-tao (ked-tao) (2007-01-27) |
         | mark.dickinson (2010-07-14) |
| 1644987 |
./configure --prefix=/ breaks, won't build C modules |
low |
normal |
Python 2.6 |
|
Jim Shankland (jas11c) (2007-01-26) |
        | eric.araujo (2010-08-02) |
| 1644818 |
Allow built-in packages and submodules as well as top-level modules |
normal |
normal |
Python 3.3 |
patch |
Miguel Lobo (mlobo) (2007-01-25) |
               | brett.cannon (2010-08-09) |
| 1643712 |
Emphasize buffering issues when sys.stdin is used |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Raghuram Devarakonda (draghuram) (2007-01-24) |
       | BreamoreBoy (2010-08-08) |
| 1641544 |
rlcompleter tab completion in pdb |
normal |
normal |
Python 3.2 |
patch |
Stephen Emslie (stephenemslie) (2007-01-22) |
      | terry.reedy (2010-08-09) |
| 1635741 |
Interpreter seems to leak references after finalization |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
B Sizer (kylotan) (2007-01-15) |
     | amaury.forgeotdarc (2010-07-21) |
| 1635363 |
Add command line help to windows unistall binary |
normal |
normal |
Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2 |
|
anatoly techtonik (techtonik) (2007-01-14) |
     | eric.araujo (2010-08-21) |
| 1634774 |
locale 1251 does not convert to upper case properly |
normal |
normal |
Python 2.6, Python 3.0 |
|
Ivan Dobrokotov (dobrokot) (2007-01-13) |
    | ajaksu2 (2009-03-30) |
| 1633863 |
AIX: configure ignores $CC |
normal |
normal |
Python 2.6 |
|
Johannes Abt (jabt) (2007-01-12) |
       | sable (2010-08-30) |
| 1633941 |
for line in sys.stdin: doesn't notice EOF the first time |
normal |
normal |
Python 2.7 |
|
Matthias Klose (doko) (2007-01-12) |
           | eric.araujo (2010-08-08) |
| 1633953 |
re.compile("(.*$){1,4}", re.MULTILINE) fails |
normal |
normal |
Python 2.7 |
|
Matthias Klose (doko) (2007-01-12) |
      | timehorse (2008-10-11) |
| 1634034 |
Show "expected" token on syntax error |
normal |
normal |
Python 3.2 |
patch |
Oliver Gramberg (oliver_gramberg) (2007-01-12) |
         | rhettinger (2010-08-11) |
| 1628205 |
socket.readline() interface doesn't handle EINTR properly |
normal |
normal |
Python 2.6, Python 3.0 |
patch |
Maxim Sobolev (sobomax) (2007-01-04) |
        | vila (2010-05-23) |
| 1626300 |
'Installing Python Modules' does not work for Windows |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Christopher Lambacher (tautology) (2007-01-02) |
       | eric.araujo (2010-08-11) |
| 1625576 |
add ability to specify name to os.fdopen |
normal |
normal |
Python 3.2 |
|
Mark Diekhans (diekhans) (2007-01-01) |
          | terry.reedy (2010-08-09) |
| 1621421 |
normalize namespace from minidom |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Paul Pacheco (paulpach) (2006-12-23) |
          | BreamoreBoy (2010-07-16) |
| 1617161 |
Instance methods compare equal when their self's are equal |
normal |
normal |
Python 3.2 |
patch |
Frank Niessink (fniessink) (2006-12-16) |
       | terry.reedy (2010-08-09) |
| 1616125 |
Cached globals+builtins lookup optimization |
normal |
normal |
Python 3.1, Python 2.7 |
patch |
Andrea Griffini (ag6502) (2006-12-15) |
      | BreamoreBoy (2010-07-12) |
| 1615376 |
subprocess doesn\'t handle SIGPIPE |
normal |
normal |
Python 3.2 |
|
Mark Diekhans (diekhans) (2006-12-14) |
      | terry.reedy (2010-08-09) |
| 1615158 |
POSIX capabilities support |
normal |
normal |
Python 3.2 |
needs review, patch |
Matt Kern (gj0aqzda) (2006-12-13) |
              | skrah (2010-07-16) |
| 1613479 |
pydoc info for a package doesn't list all package contents |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Nishkar Grover (ngrover) (2006-12-11) |
      | BreamoreBoy (2010-07-10) |
| 1613500 |
Write mode option for fileinput module. |
normal |
normal |
Python 3.2 |
patch |
Anthony Roy (antroy) (2006-12-11) |
      | BreamoreBoy (2010-07-16) |
| 1611944 |
sndhdr.what() does not recognize wav file |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Floris van Manen (klankschap) (2006-12-09) |
      | BreamoreBoy (2010-08-25) |
| 1612012 |
builtin compile() doc needs PyCF_DONT_IMPLY_DEDENT |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Anthony Baxter (anthonybaxter) (2006-12-09) |
      | BreamoreBoy (2010-07-10) |
| 1612262 |
Class Browser doesn't show internal classes |
low |
normal |
Python 3.2 |
patch |
Tal Einat (taleinat) (2006-12-09) |
          | BreamoreBoy (2010-08-25) |
| 1611154 |
os.path.exists("file/") failure on Solaris 9 |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Paul Eggert (eggert) (2006-12-07) |
      | BreamoreBoy (2010-08-25) |
| 1606233 |
readline on popen3 file returns empty string before end |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Bill Wallace (wayfarer3130) (2006-11-30) |
     | BreamoreBoy (2010-08-25) |
| 1602742 |
itemconfigure returns incorrect text property of text items |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Wojciech Mula (wmula) (2006-11-25) |
          | BreamoreBoy (2010-08-25) |
| 1602133 |
non-framework built python fails to define environ properly |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
paul (ihavetopee) (2006-11-24) |
           | ronaldoussoren (2010-08-25) |
| 1599254 |
mailbox: other programs' messages can vanish without trace |
high |
normal |
Python 2.6, Python 2.7 |
patch |
David Watson (baikie) (2006-11-19) |
      | terry.reedy (2010-05-11) |
| 1599329 |
urllib(2) should allow automatic decoding by charset |
normal |
normal |
Python 3.1, Python 2.7 |
easy |
Erik Demaine (edemaine) (2006-11-19) |
        | mastrodomenico (2010-01-27) |
| 1597850 |
Cross compiling patches for MINGW |
normal |
normal |
Python 3.2 |
patch |
Han-Wen Nienhuys (hanwen) * (2006-11-16) |
         | rpetrov (2010-08-23) |
| 1598083 |
Top-level exception handler writes to stdout unsafely |
high |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
easy |
Jean-Paul Calderone (exarkun) (2006-11-16) |
          | terry.reedy (2010-05-11) |
| 1596321 |
KeyError at exit after 'import threading' in other thread |
normal |
normal |
Python 2.6, Python 3.1 |
|
Christian Walther (cwalther) (2006-11-14) |
           | Laurent.Mazuel (2010-07-13) |
| 1595365 |
User-agent header added by an opener is "frozen" |
normal |
normal |
Python 2.6 |
patch |
Björn Steinbrink (der_doener) (2006-11-13) |
      | ajaksu2 (2009-04-22) |