Python Open Tickets

Public info source | My blog | What is Python?


Priority Severity Version Keyword


Quantity: 2531
Oldest opened: 2001-04-17 (Amiga Lemming (amigalemming))
Last update: 2010-09-09 (barry)

You're viewing the open tickets from 5527 to 5975
Choose the page here at your right
9652
to
9806
9393
to
9654
9254
to
9398
9026
to
9233
8822
to
9030
8556
to
8824
8256
to
8548
7894
to
8245
7509
to
7883
7123
to
7512
6709
to
7110
6362
to
6701
5979
to
6377
5527
to
5975
5043
to
5504
4610
to
5038
3948
to
4591
3154
to
3931
2445
to
3132
1615
to
2437
1711800
to
1616
1595365
to
1709112
1410680
to
1578643
1076515
to
1398781
734176
to
1074333
416670
to
730473

Id Summary Prior Sever Vers Keyws Opened by (when) Temporal location Last update by (when)
5975 csv unix file format ('\n' line terminator) normal normal Python 2.7, Python 3.2   Jay Talbot (jtalbot) (2009-05-08) jtalbot (2009-05-15)
5962 Ambiguity about the semantics of sys.exit() and os._exit() in multithreaded program normal normal Python 3.1, Python 2.7, Python 3.2   Pascal Chambon (pakal) (2009-05-07) terry.reedy (2010-08-07)
5950 Make zipimport work with zipfile containing comments normal normal Python 3.2 patch Dmitry (dsamersoff) (2009-05-06) terry.reedy (2010-08-09)
5934 fix gcc warnings: explicit type conversion for uid/gid in posix normal normal Python 3.1, Python 2.7, Python 3.2 patch STINNER Victor (haypo) (2009-05-05) BreamoreBoy (2010-07-31)
5936 Add MSI suport for uninstalling individual versions normal normal Python 3.1, Python 2.7, Python 3.2   Steven Bethard (bethard) (2009-05-05) bethard (2010-08-06)
5945 PyMapping_Check returns 1 for lists normal normal Python 3.1, Python 3.2   John Millikin (jmillikin) (2009-05-05) georg.brandl (2010-07-29)
5926 bdist_msi - add support for minimum Python version for pure Python packages normal normal Python 3.2   Anthony Tuininga (atuining) (2009-05-04) BreamoreBoy (2010-07-10)
5930 Transient error in multiprocessing (test_number_of_objects) normal normal Python 3.1, Python 3.2 buildbot Antoine Pitrou (pitrou) (2009-05-04) flox (2010-08-14)
5931 Python runtime name hardcoded in wsgiref.simple_server normal normal Python 3.2 easy Thijs Triemstra (thijs) (2009-05-04) dstanek (2010-08-03)
5901 missing meta-info in documentation pdf normal normal Python 3.1   Vito De Tullio (ZeD) (2009-05-02) BreamoreBoy (2010-07-20)
5902 Stricter codec names normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7   Ezio Melotti (ezio.melotti) (2009-05-02) lemburg (2009-05-05)
5904 strftime docs do not explain locale effect on result string normal normal Python 2.6 easy Barry Alan Scott (barry-scott) (2009-05-02) eric.araujo (2010-08-26)
5905 strptime fails in non-UTF locale critical normal Python 3.1   Antoine Pitrou (pitrou) (2009-05-02) haypo (2010-08-13)
5907 repr of time.struct_time type does not eval normal normal Python 3.2   John Morton (jwm) (2009-05-02) belopolsky (2010-07-07)
5894 Lookup of localised language name by ISO 639 language code and reverse look up normal normal     (pander) (2009-05-01) asmodai (2009-05-01)
5895 socketmodule.c on HPUX ia64 without _XOPEN_SOURCE_EXTENDED compiles incorrectly normal normal Python 2.6, Python 3.1, Python 2.7 patch Naoyuki Tai (ntai) (2009-05-01) ajaksu2 (2009-05-08)
5884 pydoc to return error status code low normal Python 3.1, Python 2.7   Mike Miller (mixmastamyk) (2009-04-30) mixmastamyk (2009-05-07)
5885 uuid.uuid1() is too slow low normal Python 2.7, Python 3.2 patch Wang Chun (wangchun) (2009-04-30) thijs (2009-09-23)
5888 mmap ehancement - resize with sequence notation normal normal Python 3.2   Brian Mearns (bmearns) (2009-04-30) terry.reedy (2010-07-10)
5872 New C API for declaring Python types normal normal Python 3.2 patch Larry Hastings (larry) (2009-04-29) rnk (2010-07-18)
5875 test_distutils failing on OpenSUSE 10.3, Py3k normal normal Python 3.1, Python 2.7   M. Shuaib Khan (ShuaibKhan) (2009-04-29) ShuaibKhan (2009-04-29)
5876 __repr__ returning unicode doesn't work when called implicitly normal normal Python 2.6, Python 2.7   Tomasz Melcer (liori) (2009-04-29) r.david.murray (2009-04-29)
5877 Add a function for updating URL query parameters normal normal Python 3.2   Mart Sõmermaa (mrts) (2009-04-29) BreamoreBoy (2010-07-10)
5879 multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd" normal normal Python 3.1, Python 2.7, Python 3.2   Harald Armin Massa (ghum) (2009-04-29) flox (2010-08-10)
5880 Remove unneeded "context" pointer from getters and setters normal normal Python 3.1 patch Larry Hastings (larry) (2009-04-29) larry (2009-05-04)
5862 multiprocessing 'using a remote manager' example errors and possible 'from_address' code leftover normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7   R. David Murray (r.david.murray) * (2009-04-28) asksol (2010-08-27)
5863 bz2.BZ2File should accept other file-like objects. normal normal Python 3.2   MizardX (MizardX) (2009-04-28) BreamoreBoy (2010-07-10)
5870 subprocess.DEVNULL normal normal Python 2.7   Jean Brouwers (MrJean1) (2009-04-28) pitrou (2009-07-12)
5871 email.header.Header too lax with embeded newlines high normal Python 3.2 easy Jakub Wilk (jwilk) (2009-04-28) r.david.murray (2010-08-07)
5851 Add a stream parameter to gc.set_debug normal normal Python 2.7   Nicolas Dumazet (nicdumz) (2009-04-27) nicdumz (2009-08-24)
5840 "Thread State and the Global Interpreter Lock" section of the docs doesn't cover TLS APIs normal normal Python 2.7 patch Jean-Paul Calderone (exarkun) (2009-04-25) georg.brandl (2009-04-27)
5843 Possible normalization error in urlparse.urlunparse normal normal     Éric Araujo (eric.araujo) (2009-04-25) dstanek (2010-08-18)
5845 rlcompleter should be enabled automatically normal normal Python 3.1, Python 2.7   Cherniavsky Beni (cben) (2009-04-25) belopolsky (2010-06-12)
5846 Deprecate obsolete functions in unittest normal normal Python 3.1, Python 2.7   Michael Foord (michael.foord) (2009-04-25) michael.foord (2009-05-11)
5831 Doc mistake : threading.Timer is *not* a class low normal Python 2.6, Python 3.1, Python 3.0, Python 2.7 patch, easy Maxence (maxenced) (2009-04-24) humitos (2009-09-04)
5833 readline update normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 patch J. Evans (jrevans1) (2009-04-24) pitrou (2009-11-19)
5819 Add PYTHONPREFIXES environment variable normal normal Python 3.1 patch Larry Hastings (larry) (2009-04-23) cdunn2001 (2009-12-18)
5824 SocketServer.DatagramRequestHandler Broken under Linux normal normal Python 3.1, Python 2.7, Python 3.2   Jim Dennis (jimd) (2009-04-23) terry.reedy (2010-08-03)
5811 io.BufferedReader.peek(): Documentation differs from Implementation normal normal Python 2.7, Python 3.2 patch Torsten Rottmann (trott) (2009-04-22) conf (2009-06-15)
5815 locale.getdefaultlocale() missing corner case normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7 patch (rg3) (2009-04-22) rg3 (2009-04-22)
5804 Add an 'offset' argument to zlib.decompress normal normal Python 3.2 patch Kristján Valur Jónsson (krisvale) * (2009-04-21) krisvale (2010-08-09)
5800 make wsgiref.headers.Headers accept empty constructor normal normal Python 2.7, Python 3.2 easy Tarek Ziadé (tarek) * (2009-04-20) ptn (2009-06-17)
5803 email/quoprimime: encode and decode are very slow on large messages normal normal Python 3.1, Python 2.7   Dave Baggett (dmbaggett) (2009-04-20) pitrou (2009-05-14)
5784 raw deflate format and zlib module normal normal Python 3.1, Python 2.7, Python 3.2   paul rubin (phr) (2009-04-17) terry.reedy (2010-08-07)
5766 Mac/scripts/BuildApplet.py reset of sys.executable during install can cause it to use wrong modules normal normal Python 2.6   Bryan Blackburn (blb) (2009-04-16) ronaldoussoren (2010-05-16)
5773 Crash on shutdown after os.fdopen(2) in debug builds normal normal Python 2.6, Python 2.7   Amaury Forgeot d'Arc (amaury.forgeotdarc) * (2009-04-16) pitrou (2009-04-17)
5762 AttributeError: 'NoneType' object has no attribute 'replace' normal normal Python 3.1, Python 2.7, Python 3.2   Husen daudi (hda) (2009-04-15) BreamoreBoy (2010-07-25)
5765 stack overflow evaluating eval("()" * 30000) low normal Python 2.7   Gabriel Genellina (gagenellina) (2009-04-15) terry.reedy (2010-08-04)
5752 xml.dom.minidom does not escape CR, LF and TAB characters within attribute values normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 patch, easy (Tomalak) (2009-04-14) labrat (2010-08-03)
5755 "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++" normal normal     Zooko O'Whielacronx (zooko) (2009-04-14) tarek (2009-05-04)
5758 fileinput.hook_compressed returning bytes from gz file normal normal Python 3.1, Python 3.2 easy Michael Newman (mnewman) (2009-04-14) amaury.forgeotdarc (2010-07-21)
5747 knowing the parent command normal normal Python 3.2   Tarek Ziadé (tarek) * (2009-04-13) BreamoreBoy (2010-07-11)
5739 Language reference is ambiguous regarding next() method lookup normal normal     Nick Coghlan (ncoghlan) * (2009-04-12) ncoghlan (2009-04-18)
5736 Add the iterator protocol to dbm modules normal normal Python 2.7 patch Akira Kitada (akitada) (2009-04-11) skip.montanaro (2010-05-20)
5725 process SysV-Semaphore support low normal Python 3.1, Python 2.7   (jvdias) (2009-04-09) pitrou (2009-11-27)
5729 Allows tabs for indenting JSON output normal normal Python 3.2 patch Walter Dörwald (doerwalter) * (2009-04-09) bob.ippolito (2010-07-10)
5730 setdefault speedup low normal Python 3.1, Python 2.7 patch Dan Schult (dschult) (2009-04-09) dschult (2009-04-14)
5722 settimer / gettimer functionality on FreeBSD 6.3 (not 7.x) normal normal Python 3.1   Tennessee Leeuwenburg (tleeuwenburg@gmail.com) (2009-04-08) aimacintyre (2009-04-11)
5723 Incomplete json tests high normal Python 2.6, Python 3.1, Python 2.7   Antoine Pitrou (pitrou) (2009-04-08) jowillia (2010-08-05)
5714 CGIHTTPServer._url_collapse_path_split should live elsewhere normal normal Python 3.1, Python 2.7 patch, easy Gregory P. Smith (gregory.p.smith) * (2009-04-07) orsenthil (2009-05-01)
5715 listen socket close in SocketServer.ForkingMixIn.process_request() normal normal Python 3.1, Python 2.7, Python 3.2   Donghyun Kim (ryan003) (2009-04-07) BreamoreBoy (2010-07-10)
5717 os.defpath includes unix /bin on windows normal normal Python 3.1, Python 2.7, Python 3.2 easy anatoly techtonik (techtonik) (2009-04-07) terry.reedy (2010-08-03)
5718 Problem compiling ffi part of build on AIX 5.3. normal normal Python 2.6   David Byrne (dbyrne) (2009-04-07) loewis (2009-04-07)
5720 ctime: I don't think that word means what you think it means. normal normal     Zooko O'Whielacronx (zooko) (2009-04-07) zooko (2009-06-13)
5707 IDLE will not load normal normal Python 3.1, Python 3.0 patch (epitome83) (2009-04-06) gcd0318 (2009-11-06)
5710 ctypes should return composite types from callbacks normal normal Python 3.2   Greg Holling (gholling) (2009-04-06) terry.reedy (2010-08-03)
5712 tkinter - askopenfilenames returns string instead of tuple in windows 2.6.1 release normal normal Python 2.6, Python 2.7   daku9999 (daku9999) (2009-04-06) luckycusp (2010-06-16)
5713 smtplib gets out of sync if server returns a 421 status normal normal Python 3.2 patch Mark Sapiro (msapiro) (2009-04-06) barry (2010-08-04)
5700 io.FileIO calls flush() after file closed normal normal Python 3.1 patch Brian Quinlan (bquinlan) (2009-04-05) bquinlan (2009-04-12)
5701 ZipFile returns compressed data stream when encountering unsupported compression method normal normal Python 3.1, Python 2.7, Python 3.2   Yngve AAdlandsvik (ymgve) (2009-04-05) BreamoreBoy (2010-07-31)
5688 inability to ignore multiline warnings -- request to add re.DOTALL to re.compile normal normal     Matthias Klose (doko) (2009-04-04) georg.brandl (2009-04-05)
5689 please support lzma compression as an extension and in the tarfile module normal normal Python 3.2   Matthias Klose (doko) (2009-04-04) eric.araujo (2010-08-29)
5680 Command-line arguments when running in IDLE normal normal Python 3.1, Python 2.7, Python 3.2 patch Matthew Barnett (mrabarnett) (2009-04-03) BreamoreBoy (2010-07-28)
5661 asyncore should catch EPIPE while sending() and receiving() normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7 patch Giampaolo Rodola' (giampaolo.rodola) (2009-04-02) josiahcarlson (2009-04-02)
5664 2to3 wont convert Cookie.Cookie properly normal normal Python 3.1   Senthil Kumaran (orsenthil) * (2009-04-02) meador.inge (2010-01-31)
5667 Interpreter fails to initialize on build dir when IO encoding is one of CJK low normal Python 3.1   Hyeshik Chang (hyeshik.chang) * (2009-04-02) hyeshik.chang (2009-04-02)
5673 Add timeout option to subprocess.Popen normal normal Python 3.2 patch Reid Kleckner (rnk) (2009-04-02) Pablo.Bitton (2010-08-10)
5638 test_httpservers fails CGI tests if --enable-shared normal normal Python 3.1, Python 2.7, Python 3.2   Tony Nelson (tony_nelson) (2009-04-01) BreamoreBoy (2010-07-10)
5639 Support TLS SNI extension in ssl module normal normal Python 3.2 patch Phil Pennock (pdp) (2009-04-01) scott.tsai (2010-06-19)
5654 Add C hook in PyDict_SetItem for debuggers normal normal Python 2.7 patch John Ehresman (jpe) (2009-04-01) gvanrossum (2009-04-03)
5619 Pass MS CRT debug flags into subprocesses normal normal Python 3.1, Python 2.7   Martin v. Löwis (loewis) (2009-03-31) loewis (2009-04-02)
5622 wrong error from curses.wrapper if curses initialization fails normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 patch Ned Deily (ned.deily) * (2009-03-31) macfreek (2010-08-16)
5626 misleading comment in socket.gethostname() documentation normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7   Ned Deily (ned.deily) * (2009-03-31) BreamoreBoy (2010-07-31)
5629 PEP 0 date and revision not being set low normal     Brett Cannon (brett.cannon) * (2009-03-31) brett.cannon (2009-03-31)
5633 fix for timeit when the statment is a string and the setup is not (and tests) normal normal Python 3.1   Tim Driscoll (tdriscol) (2009-03-31) georg.brandl (2009-03-31)
5609 Create Unit Tests for nturl2path module normal normal Python 3.1   Maksim Kozyarchuk (Kozyarchuk) (2009-03-30) BreamoreBoy (2010-07-22)
5612 whitespace folding in the email package could be better ;-) normal normal Python 3.3   Chris Withers (cjw296) * (2009-03-30) r.david.murray (2010-08-07)
5616 Distutils 2to3 support doesn't have the doctest_only flag. normal normal Python 3.1, Python 3.0   Lennart Regebro (lregebro) (2009-03-30) eric.araujo (2010-01-31)
5594 IDLE startup configuration normal normal Python 3.1, Python 2.7   Mark Summerfield (mark) (2009-03-29) cben (2010-03-16)
5587 vars() no longer has a useful __repr__ normal normal Python 3.1, Python 3.2 patch Raymond Hettinger (rhettinger) * (2009-03-28) dstanek (2010-08-04)
5578 unqualified exec in class body normal normal Python 2.7 patch Maciek Fijalkowski (fijal) (2009-03-27) terry.reedy (2010-08-03)
5572 distutils ignores the LIBS configure env var normal normal Python 3.1, Python 2.7, Python 3.2 needs review, patch Collin Winter (collinwinter) * (2009-03-26) BreamoreBoy (2010-07-21)
5573 multiprocessing Pipe poll() and recv() semantics. normal normal Python 2.6   Vaibhav Mallya (mallyvai) (2009-03-26) asksol (2010-08-27)
5575 Add env vars for controlling building sqlite, hashlib and ssl normal normal Python 2.7 needs review, patch Collin Winter (collinwinter) * (2009-03-26) jafo (2010-04-25)
5559 IDLE Output Window 's goto fails when path has spaces normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7 26backport Claudio Canepa (ccanepa) (2009-03-25) r.david.murray (2010-04-29)
5550 urllib2 use of opener.addheaders normal normal Python 3.1, Python 2.7, Python 3.2   cocobear (cocobear) (2009-03-24) BreamoreBoy (2010-07-09)
5557 Byte-code compilation uses excessive memory low normal Python 2.6   Tom Goddard (goddard) (2009-03-24) collinwinter (2009-03-27)
5537 LWPCookieJar cannot handle cookies with expirations of 2038 or greater on 32-bit platforms normal normal Python 2.6   Chris Hollenbeck (hollec) (2009-03-22) jjlee (2010-05-09)
5527 multiprocessing won't work with Tkinter (under Linux) normal normal Python 2.6   Aki (akineko) (2009-03-20) brian.curtin (2010-02-09)

You're viewing the open tickets from 5527 to 5975
Choose the page here at your right
9652
to
9806
9393
to
9654
9254
to
9398
9026
to
9233
8822
to
9030
8556
to
8824
8256
to
8548
7894
to
8245
7509
to
7883
7123
to
7512
6709
to
7110
6362
to
6701
5979
to
6377
5527
to
5975
5043
to
5504
4610
to
5038
3948
to
4591
3154
to
3931
2445
to
3132
1615
to
2437
1711800
to
1616
1595365
to
1709112
1410680
to
1578643
1076515
to
1398781
734176
to
1074333
416670
to
730473


Activity per day
Activity per day (from 2001-04-17 to 2010-09-09)

Updated: Thu Sep 9 03:11:56 2010

Changelog:
2008-12-01: Removed the Component column, keyword and everything, as it lost it's benefit.
2007-12-07: Renewed this page, now you have a form to choose how to filter the open tickets, and a lot of columns with information! All for the same price! (well, actually you have the cost of some miliseconds because this page is now dynamic...)
2007-10-23: Added a graph after the tickets that show the traffic per day of the whole timespan, since first open ticket to last one.
2007-09-19: Changed the way the different comments are shown in each issue: now I put a vertical bar one pixel width for each activity; the result is that is easier to see the rhythm of activity.
2007-09-13: Added different listings regarding the keywords of the ticket.
2007-09-11: I was getting the comments info from the History, now get the # of comments from Messages (all minus 1, because of the initial text). I keep considering the History to see the last changed info.
2007-09-10: First version getting the info from Roundup.

- - -
Bitácora de Vuelo - Facundo Batista - http://www.taniquetil.com.ar/plog
Page generated in 0.08 secs - Powered by Python, of course, :)