| Id |
Summary |
Prior |
Sever |
Vers |
Keyws |
Opened by (when) |
Temporal location |
Last update by (when) |
| 2437 |
Distutils runtime_library_dirs broken on Windows |
high |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Bill Janssen (janssen) * (2008-03-20) |
          | eric.araujo (2010-08-21) |
| 2377 |
Replace import.c with a pure Python implementation |
normal |
normal |
Python 3.3 |
|
Brett Cannon (brett.cannon) * (2008-03-18) |
      | brett.cannon (2010-08-03) |
| 2380 |
Raise a Py3K warning for catching nested tuples with non-BaseException exceptions |
low |
normal |
Python 2.6, Python 2.7 |
patch, 26backport, easy |
Alexander Belopolsky (belopolsky) (2008-03-18) |
        | ezio.melotti (2010-06-26) |
| 2382 |
[Py3k] SyntaxError cursor shifted if multibyte character is in line. |
normal |
normal |
Python 3.0 |
patch |
Hirokazu Yamamoto (ocean-city) * (2008-03-18) |
      | ezio.melotti (2010-07-09) |
| 2394 |
[Py3k] Finish the memoryview object implementation |
critical |
normal |
Python 3.1 |
patch |
Travis Oliphant (teoliphant) (2008-03-18) |
        | belopolsky (2010-05-28) |
| 2399 |
Patches for Tools/msi |
normal |
normal |
Python 2.6 |
patch |
Travis Oliphant (teoliphant) (2008-03-18) |
    | loewis (2009-11-10) |
| 2401 |
Solaris: ctypes tests being skipped despite following #1516 |
normal |
normal |
Python 2.7 |
|
Sean Reifschneider (jafo) * (2008-03-18) |
     | skrah (2010-08-05) |
| 2403 |
Add figleaf coverage metrics |
low |
normal |
Python 3.1, Python 2.7 |
patch |
Jerry Seutter (jerry.seutter) * (2008-03-18) |
       | eric.araujo (2010-07-31) |
| 2405 |
Drop w9xpopen and all dependencies |
normal |
normal |
Python 3.2 |
|
Trent Nelson (trent) (2008-03-18) |
    | terry.reedy (2010-07-10) |
| 2320 |
Race condition in subprocess using stdin |
normal |
normal |
Python 2.7, Python 3.2 |
|
Ludwig Hähne (Pankrat) (2008-03-17) |
            | terry.reedy (2010-08-04) |
| 2345 |
Using an exception variable outside an 'except' clause should raise a Py3K warning |
normal |
normal |
Python 2.7 |
26backport |
Brett Cannon (brett.cannon) * (2008-03-17) |
        | terry.reedy (2010-04-28) |
| 2292 |
Missing *-unpacking generalizations |
low |
normal |
|
after moratorium, patch |
Thomas Wouters (twouters) (2008-03-15) |
    | ezio.melotti (2010-06-26) |
| 2295 |
cPickle corner case - docs or bug? |
normal |
normal |
Python 2.6, Python 3.1 |
|
Greg Kochanski (gpk) (2008-03-15) |
        | ajaksu2 (2009-05-16) |
| 2276 |
distutils out-of-date for runtime_library_dirs flag on OS X |
normal |
normal |
Python 2.6, Python 3.1, Python 3.0, Python 2.7 |
easy |
Bill Janssen (janssen) * (2008-03-12) |
        | ronaldoussoren (2009-09-06) |
| 2281 |
Enhanced cPython profiler with high-resolution timer |
normal |
normal |
Python 3.2 |
patch |
Jean Brouwers (MrJean1) (2008-03-12) |
         | belopolsky (2010-08-13) |
| 2275 |
urllib2 header capitalization |
normal |
minor |
Python 2.6, Python 3.0 |
patch |
Hans-Peter Jansen (frispete) (2008-03-11) |
  | georg.brandl (2009-04-05) |
| 2263 |
struct.pack() + numpy int raises SystemError |
normal |
normal |
Python 2.6, Python 3.1, Python 3.0, Python 2.7 |
|
Just van Rossum (jvr) (2008-03-10) |
        | mark.dickinson (2010-06-14) |
| 2267 |
datetime.datetime operator methods are not subclass-friendly |
normal |
normal |
Python 3.2 |
patch |
Paul Komkoff (stingray) (2008-03-10) |
   | mark.dickinson (2010-06-17) |
| 2259 |
Poor support other than 44.1khz, 16bit audio files? |
normal |
normal |
Python 2.6, Python 3.1, Python 3.0, Python 2.7 |
patch, easy |
Oki Mikito (loki_dePlume) (2008-03-09) |
      | loki_dePlume (2009-12-30) |
| 2262 |
Helping the compiler avoid memory references in PyEval_EvalFrameEx |
normal |
normal |
Python 2.6 |
patch |
Jeffrey Yasskin (jyasskin) (2008-03-09) |
      | skip.montanaro (2010-05-20) |
| 2244 |
urllib and urllib2 decode userinfo multiple times |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
Carl Meyer (carljm) (2008-03-06) |
       | r.david.murray (2010-08-01) |
| 2233 |
Makefile.pre.in contains extra slash before $(DESTDIR) which can cause Cygwin build to fail |
low |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Jason Tishler (jlt63) * (2008-03-04) |
      | flox (2010-08-10) |
| 2236 |
Distutils' mkpath implementation ignoring the "mode" parameter |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
Henrique Romano (henrique) (2008-03-04) |
       | gward (2010-08-27) |
| 2226 |
Small _abcoll Bugs / Oddities |
critical |
normal |
Python 3.1, Python 3.2 |
|
Armin Ronacher (aronacher) * (2008-03-03) |
         | stutzbach (2010-08-20) |
| 2228 |
Imaplib speedup patch |
normal |
normal |
Python 2.7 |
patch |
Aaron Kaplan (aaronkaplan) (2008-03-03) |
    | techtonik (2010-04-06) |
| 2213 |
build_tkinter.py does not handle paths with spaces |
low |
normal |
Python 2.6, Python 3.0 |
|
Joseph Armbruster (JosephArmbruster) (2008-03-01) |
  | christian.heimes (2008-03-01) |
| 2209 |
mailbox module doesn't support compressed mbox |
normal |
normal |
Python 3.2 |
|
Jürgen A. Erhard (jae) (2008-02-29) |
    | terry.reedy (2010-06-09) |
| 2212 |
Cookie.BaseCookie has ambiguous unicode handling |
normal |
normal |
Python 2.6 |
patch |
Jamie Bliss (astronouth7303) (2008-02-29) |
    | terry.reedy (2010-06-09) |
| 2200 |
find_executable fails to find .bat files on win32 |
normal |
major |
Python 2.7 |
patch |
Lev Shamardin (abbot) (2008-02-28) |
        | terry.reedy (2010-08-03) |
| 2202 |
urllib2 fails against IIS 6.0 (No support for MD5-sess auth) |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
needs review, patch, easy |
Brendan W. McAdams (bwmcadams) (2008-02-28) |
        | orsenthil (2010-07-11) |
| 2193 |
Cookie Colon Name Bug |
normal |
major |
Python 2.6 |
|
BM (BM) (2008-02-26) |
    | ajaksu2 (2009-02-13) |
| 2180 |
tokenize: mishandles line joining |
normal |
minor |
Python 3.1, Python 2.7, Python 3.2 |
|
Jared Grubb (jaredgrubb) (2008-02-25) |
     | BreamoreBoy (2010-08-21) |
| 2174 |
xml.sax.xmlreader does not support the InputSource protocol |
low |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Yitz Gale (ygale) (2008-02-24) |
    | terry.reedy (2010-06-09) |
| 2175 |
Expat sax parser silently ignores the InputSource protocol |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Yitz Gale (ygale) (2008-02-24) |
    | terry.reedy (2010-06-09) |
| 2159 |
dbmmodule inquiry function is performance prohibitive |
normal |
normal |
Python 2.4 |
patch |
johansen (johansen) (2008-02-22) |
    | gvanrossum (2009-01-29) |
| 2148 |
nis module not supporting group aliases |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Ernst Persson (ernstp) (2008-02-20) |
    | terry.reedy (2010-06-09) |
| 2142 |
difflib.unified_diff(...) produces invalid patches |
normal |
normal |
Python 3.2 |
patch |
Trent Mick (trentm) * (2008-02-18) |
     | ysj.ray (2010-07-20) |
| 2134 |
function generate_tokens at tokenize.py yields wrong token for colon |
normal |
normal |
Python 3.2 |
patch |
Guilherme Polo (gpolo) * (2008-02-17) |
      | terry.reedy (2010-08-04) |
| 2126 |
BaseHTTPServer.py fails long POST from IE |
normal |
normal |
Python 2.7 |
|
June Kim (juneaftn) (2008-02-16) |
    | terry.reedy (2010-06-09) |
| 2122 |
mmap.flush does not check for errors on windows |
high |
major |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Ralf Schmitt (schmir) (2008-02-15) |
         | brian.curtin (2010-09-03) |
| 2123 |
ctypes pointer not always keeping target alive |
normal |
normal |
Python 2.6, Python 3.1, Python 3.0, Python 2.7 |
|
Armin Rigo (arigo) (2008-02-15) |
    | theller (2009-03-26) |
| 2124 |
xml.sax and xml.dom fetch DTDs by default |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
A.M. Kuchling (akuchling) * (2008-02-15) |
      | exarkun (2010-07-20) |
| 2118 |
smtplib.SMTP() raises socket.error rather than SMTPConnectError |
normal |
normal |
Python 3.2 |
patch, easy |
(stranger4good) (2008-02-14) |
     | r.david.murray (2010-08-01) |
| 2091 |
file accepts 'rU+' as a mode |
high |
normal |
Python 2.6, Python 2.7 |
needs review, patch |
Brett Cannon (brett.cannon) * (2008-02-12) |
      | haypo (2010-05-05) |
| 2090 |
__import__ with fromlist= |
low |
minor |
Python 2.7 |
patch |
(hauser) (2008-02-12) |
         | terry.reedy (2010-08-05) |
| 2057 |
difflib: add patch capability |
low |
normal |
Python 3.2 |
|
anatoly techtonik (techtonik) (2008-02-10) |
          | terry.reedy (2010-08-07) |
| 2053 |
IDLE - standardize dialogs |
normal |
normal |
Python 3.2 |
patch |
Tal Einat (taleinat) (2008-02-09) |
         | terry.reedy (2010-07-18) |
| 2052 |
Allow changing difflib._file_template character encoding. |
normal |
normal |
Python 2.6 |
|
(josephoenix) (2008-02-08) |
    | brian.curtin (2010-01-29) |
| 2027 |
Module containing C implementations of common text algorithms |
low |
normal |
Python 2.7, Python 3.2 |
|
Matt Chaput (mchaput) (2008-02-07) |
      | haypo (2010-05-22) |
| 2039 |
Pymalloc patch for int and float objects |
normal |
normal |
Python 2.6 |
patch |
Christian Heimes (christian.heimes) * (2008-02-07) |
  | aimacintyre (2008-02-20) |
| 2016 |
Crash when modifying the **kwargs passed to a function. |
normal |
normal |
Python 2.6 |
patch |
Amaury Forgeot d'Arc (amaury.forgeotdarc) * (2008-02-06) |
          | r.david.murray (2010-04-29) |
| 2020 |
_sha256 module missing if openssl is not in a "normal" directory. |
normal |
normal |
Python 2.5 |
|
Peter Saunders (pajs@fodder.org.uk) (2008-02-06) |
    | terry.reedy (2010-06-09) |
| 2007 |
cookielib lacks FileCookieJar class for Internet Explorer |
normal |
normal |
Python 3.2 |
|
Bill Janssen (janssen) * (2008-02-04) |
     | orsenthil (2010-07-11) |
| 2008 |
cookielib lacks FileCookieJar class for Safari |
normal |
normal |
Python 3.2 |
|
Bill Janssen (janssen) * (2008-02-04) |
    | terry.reedy (2010-07-10) |
| 2005 |
posixmodule expects sizeof(pid_t/gid_t/uid_t) <= sizeof(long) |
normal |
normal |
Python 2.6, Python 3.0 |
easy |
Christian Heimes (christian.heimes) * (2008-02-03) |
    | ajaksu2 (2009-05-13) |
| 2001 |
Pydoc interactive browsing enhancement |
normal |
normal |
Python 3.2 |
patch |
Ron Adam (ron_adam) (2008-02-02) |
     | r.liebscher (2010-08-19) |
| 1975 |
signals not always delivered to main thread, since other threads have the signal unmasked |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Andriy Pylypenko (bamby) (2008-01-30) |
     | pitrou (2009-12-15) |
| 1977 |
Python reinitialization test |
normal |
normal |
Python 3.2 |
patch |
Christian Heimes (christian.heimes) * (2008-01-30) |
      | terry.reedy (2010-07-10) |
| 1962 |
ctypes feature request: Automatic type conversion of input arguments to C functions |
normal |
normal |
Python 3.2 |
|
(mattbaas) (2008-01-29) |
    | terry.reedy (2010-07-10) |
| 1953 |
Compact int and float freelists |
normal |
normal |
Python 3.2 |
patch |
Christian Heimes (christian.heimes) * (2008-01-28) |
    | terry.reedy (2010-07-10) |
| 1944 |
Documentation for PyUnicode_AsString (et al.) missing. |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
Alexandre Vassalotti (alexandre.vassalotti) * (2008-01-27) |
        | terry.reedy (2010-08-07) |
| 1945 |
Document back ported C functions |
normal |
normal |
Python 2.7 |
patch, easy |
Christian Heimes (christian.heimes) * (2008-01-27) |
      | terry.reedy (2010-08-07) |
| 1943 |
improved allocation of PyUnicode objects |
normal |
normal |
Python 3.2 |
patch |
Antoine Pitrou (pitrou) (2008-01-26) |
 | gvanrossum (2010-08-21) |
| 1926 |
NNTPS support in nntplib |
normal |
normal |
Python 3.2 |
patch |
Ray Chason (chasonr) (2008-01-24) |
       | giampaolo.rodola (2010-09-07) |
| 1927 |
raw_input behavior incorrect if readline not enabled |
normal |
normal |
Python 2.6 |
|
Skip Montanaro (skip.montanaro) * (2008-01-24) |
      | skip.montanaro (2010-05-20) |
| 1887 |
distutils doesn't support out-of-source builds |
normal |
normal |
Python 3.2 |
patch |
Monty Taylor (sdirector) (2008-01-22) |
      | terry.reedy (2010-07-10) |
| 1874 |
email parser does not register a defect for invalid Content-Transfer-Encoding on multipart messages |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
Jonathan Share (Sharebear) (2008-01-19) |
      | terry.reedy (2010-06-09) |
| 1875 |
"if 0: return" not raising SyntaxError |
low |
minor |
Python 2.6 |
needs review, patch |
Armin Rigo (arigo) (2008-01-19) |
      | mastrodomenico (2009-08-23) |
| 1865 |
Bytes alias for 2.6 |
normal |
normal |
Python 2.7 |
patch |
Christian Heimes (christian.heimes) * (2008-01-18) |
        | terry.reedy (2010-08-07) |
| 1866 |
const arg for PyInt_FromString |
low |
minor |
Python 2.7, Python 3.2 |
patch |
phil (philipdumont) (2008-01-18) |
    | doerwalter (2009-05-14) |
| 1856 |
shutdown (exit) can hang or segfault with daemon threads running |
high |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Gregory P. Smith (gregory.p.smith) * (2008-01-17) |
             | gvanrossum (2010-09-01) |
| 1859 |
textwrap doesn't linebreak on "\n" |
normal |
minor |
Python 2.7, Python 3.2 |
|
Tom Parker (palfrey) (2008-01-17) |
    | mark.dickinson (2009-12-07) |
| 1838 |
Ctypes C-level infinite recursion |
low |
normal |
Python 2.6, Python 3.1 |
|
Maciek Fijalkowski (fijal) (2008-01-16) |
      | ajaksu2 (2009-05-16) |
| 1820 |
Enhance Object/structseq.c to match namedtuple and tuple api |
normal |
normal |
Python 3.2 |
easy |
Christian Heimes (christian.heimes) * (2008-01-14) |
             | gjb1002 (2010-08-24) |
| 1823 |
Possible to set invalid Content-Transfer-Encoding on email.mime.multipart.MIMEMultipart |
low |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Jonathan Share (Sharebear) (2008-01-14) |
        | terry.reedy (2010-08-04) |
| 1827 |
svnversion_init() doesn't support svn urls in sandbox/trunk |
low |
normal |
Python 2.6, Python 3.1 |
|
Christian Heimes (christian.heimes) * (2008-01-14) |
    | ajaksu2 (2009-05-16) |
| 1818 |
Add named tuple reader to CSV module |
low |
normal |
Python 3.3 |
patch |
Raymond Hettinger (rhettinger) * (2008-01-13) |
   | rhettinger (2010-09-02) |
| 1812 |
doctest _load_testfile function -- newline handling seems incorrect |
low |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch, easy |
Peter Donis (pdonis) (2008-01-12) |
   | BreamoreBoy (2010-08-05) |
| 1813 |
Codec lookup failing under turkish locale |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Árni Már Jónsson (arnimar) (2008-01-12) |
     | haypo (2010-07-28) |
| 1794 |
Hot keys must work in any keyboard layout |
low |
normal |
|
|
Nashev (Nashev) (2008-01-11) |
    | gpolo (2009-04-23) |
| 1800 |
ctypes callback fails when called in Python with array argument |
normal |
normal |
Python 3.3, Python 3.2 |
needs review, patch |
Lenard Lindstrom (kermode) (2008-01-11) |
      | BreamoreBoy (2010-07-17) |
| 1783 |
nonexistent data items declared as exports in sysmodule.h |
normal |
normal |
Python 3.1, Python 2.7 |
|
Jukka Laurila (jlaurila) (2008-01-10) |
    | ajaksu2 (2009-05-13) |
| 1785 |
"inspect" gets broken by some descriptors |
normal |
normal |
Python 2.6 |
patch |
Dieter Maurer (dmaurer) (2008-01-10) |
      | jotr (2010-03-29) |
| 1778 |
SyntaxError.offset sometimes wrong |
normal |
normal |
Python 2.6, Python 3.1 |
|
Achim Gaedke (AchimGaedke) (2008-01-09) |
    | ajaksu2 (2009-05-16) |
| 1763 |
Winpath module - easy access to Windows directories like My Documents |
normal |
normal |
Python 3.2 |
patch |
Christian Heimes (christian.heimes) * (2008-01-08) |
      | terry.reedy (2010-08-09) |
| 1744 |
readline module - set/get quote delimiters |
low |
normal |
Python 3.2 |
patch |
Loïc Jeannin (loic) (2008-01-06) |
      | terry.reedy (2010-08-07) |
| 1738 |
filecmp.dircmp does exact match only |
normal |
normal |
Python 3.2 |
patch |
Oliver Nelson (flxkid) (2008-01-04) |
    | belopolsky (2010-07-22) |
| 1722 |
Undocumented urllib functions |
low |
normal |
Python 3.1, Python 2.7, Python 3.2 |
easy |
Barry A. Warsaw (barry) (2008-01-02) |
      | terry.reedy (2010-08-07) |
| 1708 |
improvements for linecache |
low |
minor |
Python 3.0 |
patch |
(umaxx) (2007-12-30) |
    | umaxx (2009-01-06) |
| 1686 |
string.Template.safe_substitute fail when overriding pattern attribute |
normal |
normal |
Python 3.2 |
patch |
Hagai Gold (hagaigold) (2007-12-22) |
      | flox (2010-07-31) |
| 1676 |
Fork/exec issues with Tk 8.5/Python 2.5.1 on OS X |
normal |
normal |
Python 2.6 |
|
Kevin Walzer (wordtech) (2007-12-21) |
        | ajaksu2 (2009-04-26) |
| 1677 |
Ctrl-C will exit out of Python interpreter in Windows |
normal |
normal |
Python 3.1, Python 2.7 |
|
Isaul Vargas (Dude-X) (2007-12-21) |
           | brian.curtin (2010-08-28) |
| 1684 |
CGIHTTPServer does not chdir prior to executing the CGI script |
normal |
normal |
Python 3.2 |
patch |
Fazal Majid (majid) (2007-12-21) |
     | majid (2010-08-05) |
| 1659 |
Tests needing network flag? |
normal |
normal |
Python 2.7 |
patch, easy |
Skip Montanaro (skip.montanaro) * (2007-12-19) |
      | skip.montanaro (2010-05-20) |
| 1662 |
[patch] assert tp_traverse in PyType_GenericAlloc() |
normal |
minor |
Python 3.1, Python 2.7 |
patch |
Bryan Silverthorn (bsilverthorn) (2007-12-19) |
    | pitrou (2009-05-01) |
| 1641 |
asyncore delayed calls feature |
normal |
normal |
Python 3.2 |
patch |
Giampaolo Rodola' (giampaolo.rodola) (2007-12-17) |
       | stutzbach (2010-05-11) |
| 1621 |
Do not assume signed integer overflow behavior |
high |
normal |
Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2 |
patch |
Gregory P. Smith (gregory.p.smith) * (2007-12-14) |
 | dmalcolm (2010-05-21) |
| 1625 |
bz2.BZ2File doesn't support multiple streams |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Thomas Herve (therve) (2007-12-14) |
       | Kontr-Olli (2010-08-30) |
| 1615 |
descriptor protocol bug |
high |
major |
Python 2.6, Python 2.7 |
|
ganges master (gangesmaster) (2007-12-13) |
          | durban (2010-08-16) |