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 4610 to 5038
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)
5038 urrlib2/httplib doesn't reset file position between requests normal normal Python 2.6 easy jan matejek (matejcik) (2009-01-23) ajaksu2 (2009-04-22)
5028 tokenize.generate_tokens doesn't always return logical line normal normal Python 2.6   Duncan Findlay (duncf) (2009-01-22) georg.brandl (2010-08-22)
5033 setup.py crashes if sqlite version contains 'beta' low normal Python 2.6   blahblahwhat (blahblahwhat) (2009-01-22) ghaering (2009-03-20)
5017 import suds help( suds ) fails normal normal Python 2.6   Peter Bobroff (pjb) (2009-01-21) amaury.forgeotdarc (2009-01-21)
5023 Segfault in datetime.time.strftime("%z") normal normal Python 2.6, Python 2.7   Eric Wald (eswald) (2009-01-21) eswald (2010-07-04)
5024 sndhdr.whathdr returns -1 for WAV file frame count normal normal Python 3.2   Robert Pyle (rpyle) (2009-01-21) rpyle (2010-07-09)
5027 xml namespace not understood by xml.sax.saxutils.XMLGenerator normal normal Python 3.1, Python 2.7, Python 3.2 patch, easy Soren Roug (roug) (2009-01-21) troy (2010-08-19)
5016 FileIO.seekable() can return False normal normal Python 2.7 patch Antoine Pitrou (pitrou) (2009-01-20) georg.brandl (2010-08-22)
4997 xml.sax.saxutils.XMLGenerator should write to io.RawIOBase. normal normal Python 3.0 patch HiroakiKawai (kawai) (2009-01-19) pitrou (2009-08-05)
4999 multiprocessing.Queue does not order objects normal normal Python 2.6 patch Frédéric Sagnes (ndfred) (2009-01-19) Stefan.P (2010-03-23)
5001 Remove assertion-based checking in multiprocessing normal normal Python 3.1, Python 2.7, Python 3.2   Jesse Noller (jnoller) * (2009-01-19) jnoller (2010-07-31)
5004 socket.getfqdn() doesn't cope properly with purely DNS-based setups normal normal Python 3.1, Python 2.7, Python 3.2   Daniel Franke (dfranke) (2009-01-19) loewis (2010-07-09)
4968 Clarify inspect.is<callable> method docs normal normal Python 3.1, Python 3.2   Terry J. Reedy (terry.reedy) (2009-01-17) terry.reedy (2010-07-12)
4972 let's equip ftplib.FTP with __enter__ and __exit__ normal normal Python 3.2 patch Tarek Ziadé (tarek) * (2009-01-17) giampaolo.rodola (2010-05-10)
4963 mimetypes.guess_extension result changes after mimetypes.init() normal normal Python 2.7 patch, easy S Arrowsmith (siona) (2009-01-16) siona (2010-06-30)
4965 Can doc index of html version be separately scrollable? normal normal Python 3.1, Python 2.7, Python 3.2   Terry J. Reedy (terry.reedy) (2009-01-16) terry.reedy (2010-08-07)
4966 Improving Lib Doc Sequence Types Section normal normal Python 3.1, Python 3.2   Terry J. Reedy (terry.reedy) (2009-01-16) terry.reedy (2010-08-25)
4953 cgi module cannot handle POST with multipart/form-data in 3.0 high normal Python 3.1, Python 3.0, Python 3.2   oopos (oopos) (2009-01-15) flox (2010-08-27)
4955 xml.sax.expatreader.ExpatParser incorrectly silently skips external character entities in attribute values normal normal     Jean-Paul Calderone (exarkun) (2009-01-15) exarkun (2009-01-17)
4945 json checks True/False by identity, not boolean value normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 patch Gabriel Genellina (gagenellina) (2009-01-14) BreamoreBoy (2010-07-03)
4949 Constness in PyErr_NewException normal normal Python 3.1, Python 2.7, Python 3.2 easy Andreas Kloeckner (inducer) (2009-01-14) terry.reedy (2010-08-03)
4928 Problem with tempfile.NamedTemporaryFile normal normal Python 3.1, Python 2.7, Python 3.2   Richard Philips (rphilips) (2009-01-13) pitrou (2010-07-08)
4931 distutils does not show any error msg when can't build C module extensions due to a missing C compiler normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7 needs review, patch Giampaolo Rodola' (giampaolo.rodola) (2009-01-13) eric.araujo (2010-05-16)
4934 tp_del and tp_version_tag undocumented normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2   Daniel Stutzbach (stutzbach) (2009-01-13) pitrou (2010-07-31)
4918 Windows installer created with Python 2.5 does not work with Python 2.6.1 normal normal Python 2.6   Juha Rantanen (rantanen) (2009-01-12) brian.curtin (2010-02-09)
4924 gc.collect() won't always collect as expected normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7   Antoine Pitrou (pitrou) (2009-01-12) loewis (2009-01-12)
4925 Improve error message of subprocess when cannot open normal normal Python 3.2 easy Martin Mokrejs (mmokrejs) (2009-01-12) amaury.forgeotdarc (2010-06-29)
4926 putenv() accepts names containing '=', return value of unsetenv() not checked normal normal Python 3.1, Python 2.7, Python 3.2 patch David Watson (baikie) (2009-01-12) baikie (2010-07-25)
4913 wave.py: add writesamples() and readsamples() normal normal Python 3.2 patch Alex Robinson (alex_python_org) (2009-01-11) alex_python_org (2010-08-09)
4905 Use INVALID_FILE_ATTRIBUTES instead of magic numbers normal normal Python 3.2 patch Ulrich Eckhardt (eckhardt) (2009-01-10) pitrou (2010-09-04)
4888 misplaced (or misleading) assert in ceval.c normal normal Python 3.2 patch Skip Montanaro (skip.montanaro) * (2009-01-09) terry.reedy (2010-07-11)
4892 Sending Connection-objects over multiprocessing connections fails low normal Python 3.2   Henrik Gustafsson (gsson) (2009-01-09) asksol (2010-08-31)
4896 Faster why variable manipulation in ceval.c normal normal Python 3.1, Python 3.0   Skip Montanaro (skip.montanaro) * (2009-01-09) skip.montanaro (2010-05-20)
4899 doctest should support fixtures normal normal Python 3.2   Giovanni (dalloliogm) (2009-01-09) tim_one (2010-08-09)
4877 xml.parsers.expat ParseFile() causes segmentation fault when passed a closed file object normal normal Python 2.7 patch Steve Howard (showard) (2009-01-08) BreamoreBoy (2010-07-08)
4878 post installer script's message is not shown to user with bdist_wininst normal normal Python 3.1, Python 2.7, Python 3.2   Juha Rantanen (rantanen) (2009-01-08) BreamoreBoy (2010-07-08)
4885 mmap enhancement request normal normal Python 3.2   (ndbecker) (2009-01-08) terry.reedy (2010-08-09)
4887 environment inspection and manipulation API is buggy, inconsistent with "Python philosophy" for wrapping native APIs normal normal Python 3.1, Python 2.7, Python 3.2   Jean-Paul Calderone (exarkun) (2009-01-08) BreamoreBoy (2010-07-11)
4871 zipfile can't decrypt normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7 patch Glade Diviney (gladed) (2009-01-07) haypo (2009-01-13)
4872 Python will not co-exist with MFC (memory leak) normal normal Python 2.6   nqiang (nqiang) (2009-01-07) terry.reedy (2010-06-25)
4841 io's close() not handling errors correctly critical normal Python 3.1, Python 2.7, Python 3.2 patch Ulrich Eckhardt (eckhardt) (2009-01-05) brian.curtin (2010-07-30)
4844 ZipFile doesn't range check in _EndRecData() normal normal Python 2.6 patch Yngve AAdlandsvik (ymgve) (2009-01-05) alanmcintyre (2010-08-22)
4849 instantiating and populating xml.dom.minidom.Element is cumbersome normal normal Python 3.2   Jean-Paul Calderone (exarkun) (2009-01-05) BreamoreBoy (2010-07-27)
4851 xml.dom.minidom.Element.cloneNode fails with AttributeError normal normal Python 3.1, Python 2.7, Python 3.2   Jean-Paul Calderone (exarkun) (2009-01-05) BreamoreBoy (2010-07-08)
4828 patch suggestion for webbrowser normal normal Python 2.6 patch Yinon Ehrlich (Yinon) (2009-01-04) techtonik (2009-04-07)
4829 confusing error for file("foo", "w++") normal normal Python 2.7 patch Ulrich Eckhardt (eckhardt) (2009-01-04) jszakmeister (2009-06-08)
4832 idle filename extension normal normal Python 3.1, Python 2.7 patch Pavel Kosina (geon) (2009-01-04) gpolo (2010-07-20)
4833 Explicit directories for zipfiles normal normal     Robert Schuppenies (schuppenies) * (2009-01-04) schmir (2009-09-23)
4837 Omits MACHINE and DEBUG when building tix8.4.3 low normal 3rd party patch Hirokazu Yamamoto (ocean-city) * (2009-01-04) ocean-city (2009-01-04)
4818 Patch for thread-support in md5module.c normal normal   patch Lukas Lueg (ebfe) (2009-01-03) gregory.p.smith (2009-02-12)
4819 Misc/cheatsheet needs updating normal normal Python 3.1, Python 2.7, Python 3.2   Mark Dickinson (mark.dickinson) (2009-01-03) rhettinger (2010-09-01)
4821 Patches for thread-support in built-in SHA modules normal normal   patch Lukas Lueg (ebfe) (2009-01-03) gregory.p.smith (2009-02-12)
4805 Make python code compilable with a C++ compiler normal normal Python 3.2 patch Alexander Belopolsky (belopolsky) (2009-01-02) terry.reedy (2010-07-10)
4806 Function calls taking a generator as star argument can mask TypeErrors in the generator normal normal Python 3.1, Python 2.7, Python 3.2 needs review, patch Hagen Fürstenau (hagen) (2009-01-02) hagen (2010-08-05)
4802 detect_tkinter for cygwin normal normal Python 3.2 patch Roumen Petrov (rpetrov) (2009-01-01) BreamoreBoy (2010-07-08)
4775 Incorrect documentation - UTC time normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2   David Morley (luckmor) (2008-12-30) belopolsky (2010-06-26)
4783 document that json.load/dump can’t be used twice on the same stream low normal Python 3.1, Python 2.7, Python 3.2   David M. Beazley (beazley) (2008-12-30) eric.araujo (2010-08-24)
4785 json.JSONDecoder() strict argument undocumented and potentially confusing normal normal Python 2.7, Python 3.2 patch David M. Beazley (beazley) (2008-12-30) taleinat (2010-06-05)
4765 IDLE fails to "Delete Custom Key Set" properly normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7 patch Alex Fainshtein (alex_fainshtein) (2008-12-29) gpolo (2009-08-04)
4766 email documentation needs to be precise about strings/bytes normal normal Python 3.2   David M. Beazley (beazley) (2008-12-29) barry (2010-05-05)
4769 b64decode should accept strings or bytes normal normal Python 3.2 patch David M. Beazley (beazley) (2008-12-29) r.david.murray (2010-09-06)
4773 HTTPMessage not documented and has inconsistent API across 2.6/3.0 normal normal Python 2.6, Python 3.0 patch David M. Beazley (beazley) (2008-12-29) eric.araujo (2010-02-16)
4761 create Python wrappers for openat() and others normal normal Python 3.2   Antoine Pitrou (pitrou) (2008-12-28) terry.reedy (2010-08-09)
4758 Python 3.x internet documentation needs work normal normal Python 3.1, Python 3.2 easy David M. Beazley (beazley) (2008-12-27) eric.araujo (2010-03-28)
4744 asynchat documentation needs to be more precise normal normal Python 3.1, Python 2.7, Python 3.2   David M. Beazley (beazley) (2008-12-25) BreamoreBoy (2010-07-31)
4735 An error occurred during the installation of assembly normal normal Python 2.6, Python 3.0   Rodney (rwpjr66) (2008-12-24) haypo (2010-03-22)
4727 pickle/copyreg doesn't support keyword only arguments in __new__ normal normal Python 3.2   Erick Tryzelaar (erickt) (2008-12-23) belopolsky (2010-07-04)
4733 Add a "decode to declared encoding" version of urlopen to urllib normal normal Python 3.2 patch, easy Daniel Diniz (ajaksu2) (2008-12-23) terry.reedy (2010-08-09)
4722 _winreg.QueryValue fault while reading mangled registry values normal normal Python 2.6 needs review, patch Alex (malicious.wizard) (2008-12-22) brian.curtin (2010-02-05)
4724 setting f_exc_traceback aborts in debug builds normal normal Python 3.1, Python 2.7, Python 3.2   Benjamin Peterson (benjamin.peterson) (2008-12-22) michael.foord (2010-07-29)
4708 os.pipe should return inheritable descriptors (Windows) normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7 patch Aaron Brady (castironpi) (2008-12-21) Daniel.Goertzen (2010-08-11)
4709 Mingw-w64 and python on windows x64 normal normal Python 2.6 patch Cournapeau David (cdavid) (2008-12-21) loewis (2010-01-31)
4711 Wide literals in the table of contents overflow in documentation low normal Python 2.6, Python 3.1, Python 2.7, Python 3.2   Scott Dial (scott.dial) (2008-12-21) terry.reedy (2010-07-10)
4712 Document pickle behavior for subclasses of dicts/lists normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7 easy Georg Brandl (georg.brandl) (2008-12-21) ajaksu2 (2009-05-16)
4713 Installing sgmlop causes xmlrpclib error normal normal Python 2.6 needs review, patch Christoph Zwerschke (cito) (2008-12-21) brian.curtin (2010-02-09)
4691 IDLE Code Caching Windows normal normal Python 2.6   Brandon Dixon (brandon.dixon) (2008-12-18) amaury.forgeotdarc (2009-08-04)
4696 email module does not unfold headers normal normal Python 3.2 patch Ben Artin (bromine) (2008-12-18) r.david.murray (2009-12-30)
4681 mmap offset should be off_t instead of ssize_t, and size calculation needs corrected normal normal Python 2.6 patch (saa) (2008-12-17) eckhardt (2009-01-02)
4683 urllib2.HTTPDigestAuthHandler fails on third hostname? normal normal Python 2.6 patch, easy Chris Boyle (cmb) (2008-12-17) orsenthil (2010-04-05)
4684 sys.exit() exits program when non-daemonic threads are still running normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2   Mark Florisson (eggy) (2008-12-17) jmalicki (2009-08-27)
4685 IDLE will not open (2.6.1 on WinXP pro) normal normal Python 2.6   Ilan (Yo) (2008-12-17) kbk (2009-05-04)
4676 python3 closes + home keys normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7 patch (Somelauw) (2008-12-16) kbk (2009-04-04)
4672 Distutils SWIG support blocks use of SWIG -outdir option normal normal Python 2.6, Python 3.1, Python 3.0, Python 2.7   Andy Buckley (andybuckley) (2008-12-15) andybuckley (2009-01-26)
4673 Distutils should provide an uninstall command normal normal Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2 gsoc Andy Buckley (andybuckley) (2008-12-15) eric.araujo (2010-09-07)
4655 during Python installation, setup.py should not use .pydistutils.cfg normal normal Python 2.6   Jake (jah) (2008-12-14) l0nwlf (2010-06-26)
4657 Doctest gets line numbers wrongs with <> in name normal normal     Nick Coghlan (ncoghlan) * (2008-12-14) ncoghlan (2010-07-31)
4661 email.parser: impossible to read messages encoded in a different encoding high normal Python 3.1, Python 3.2   Adeodato Simó (dato) (2008-12-14) barry (2010-05-05)
4662 posix module lacks several DeprecationWarning's normal normal Python 2.6, Python 2.7 patch Andrii V. Mishkovskyi (mishok13) (2008-12-14) loewis (2010-04-10)
4652 IDLE does not work with Unicode normal normal Python 3.1   Aki Wakabayashi (zzyzx) (2008-12-13) jchelary (2009-11-04)
4653 Patch to fix typos for Py3K high normal Python 3.1, Python 3.2   Johnny Lee (typo.pl) (2008-12-13) belopolsky (2010-05-28)
4640 optparse doesn’t disallow adding one-dash long options (“-option”) normal normal Python 3.1, Python 2.7, Python 3.2   Krzysztof Szawala (kszawala) (2008-12-12) terry.reedy (2010-07-23)
4643 cgitb.html fails if getattr call raises exception normal normal Python 2.6, Python 3.0   Allan Crooks (amc1) (2008-12-12) gagenellina (2008-12-30)
4625 IDLE won't open anymore, .idlerc unaccessible normal normal Python 2.6   Sophia K. Cheng (skcheng) (2008-12-11) skcheng (2009-08-26)
4630 IDLE no longer respects .Xdefaults insertOffTime normal normal Python 3.2 patch Mark Summerfield (mark) (2008-12-11) terry.reedy (2010-08-09)
4636 bdist_wininst installer with install script raises exception normal normal Python 3.0   Thomas Heller (theller) * (2008-12-11) eric.araujo (2010-08-02)
4617 SyntaxError when free variable name is also an exception target normal normal Python 3.2 patch Amaury Forgeot d'Arc (amaury.forgeotdarc) * (2008-12-10) scoder (2010-08-09)
4621 zipfile returns string but expects binary normal normal Python 3.0 patch Francesco Ricciardi (francescor) (2008-12-10) v+python (2010-03-27)
4609 Allow use of > 256 FD's on solaris in 32 bit mode normal normal Python 3.2   Peter Saunders (pajs@fodder.org.uk) (2008-12-09) pitrou (2010-07-09)
4610 Unicode case mappings are incorrect normal normal Python 2.6, Python 3.0   Alex Stapleton (alexs) (2008-12-09) rhettinger (2009-10-14)

You're viewing the open tickets from 4610 to 5038
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, :)