Python Open Tickets

Public info source | My blog | What is Python?


Priority Severity Version Keyword


Quantity: 2546
Oldest opened: 2001-04-17 (Amiga Lemming (amigalemming))
Last update: 2010-09-03 (Red HamsterX)

You're viewing the open tickets from 9598 to 9747
Choose the page here at your right
9598
to
9747
9350
to
9576
9188
to
9352
8998
to
9191
8777
to
8988
8503
to
8765
8192
to
8508
7842
to
8184
7469
to
7827
7089
to
7474
6697
to
7094
6335
to
6699
5936
to
6331
5497
to
5926
5033
to
5492
4591
to
5023
3955
to
4573
3170
to
3949
2466
to
3163
1641
to
2459
1724366
to
1625
1602133
to
1721083
1442493
to
1599329
1103213
to
1440472
793069
to
1100562
416670
to
786827

Id Summary Prior Sever Vers Keyws Opened by (when) Temporal location Last update by (when)
9747 os.getresgid() documentation mentions "user ids", not "group ids" normal normal Python 2.7, Python 3.3   Neil Tallim (Red HamsterX) (2010-09-03) Red HamsterX (2010-09-03)
9748 .inputrc magic-space breaks interactive mode normal normal Python 2.6, Python 3.1   (stephenk) (2010-09-03) stephenk (2010-09-03)
9749 tuple-to-list conversion normal normal Python 3.1, Python 2.7   Pyry Säilä (pyry.saila) (2010-09-03) pyry.saila (2010-09-03)
9739 Output of help(...) is wider than 80 characters normal normal   patch Case Van Horsen (casevh) (2010-09-02) giampaolo.rodola (2010-09-02)
9740 Support for HTTP 1.1 persistent connections throughout the standard library normal normal Python 3.2   (ipatrol) (2010-09-02) eric.araujo (2010-09-02)
9741 msgfmt.py generates invalid mo because msgfmt.make() does not clear dictionary normal normal Python 3.1, Python 2.7, Python 3.2 needs review, patch Timothy Lee (timothy.ty.lee) (2010-09-02) brian.curtin (2010-09-02)
9742 Python 2.7: math module fails to build on Solaris 9 normal normal Python 2.7   Misael Henriquez (mhenriq) (2010-09-02) mhenriq (2010-09-02)
9743 __call__.__call__ chain cause crash when long enough normal normal Python 2.6, Python 2.7   Lily (modchan) (2010-09-02) eric.smith (2010-09-02)
9744 calling __getattribute__ with wrong instance causes hang up normal normal Python 2.6, Python 2.7   Lily (modchan) (2010-09-02) modchan (2010-09-02)
9745 MSVC .pdb files not created by python 2.7 distutils normal normal Python 3.1, Python 2.7, Python 3.2   John Ehresman (jpe) (2010-09-02) eric.araujo (2010-09-02)
9746 All sequence types support .index and .count normal normal Python 3.1, Python 2.7, Python 3.2   Daniel Stutzbach (stutzbach) (2010-09-02) stutzbach (2010-09-02)
9728 Docs point to FAQ Section 3, but FAQs are not numbered normal normal     Daniel Stutzbach (stutzbach) (2010-09-01) stutzbach (2010-09-01)
9729 Unconnected SSLSocket.{send,recv} raises TypeError: 'member_descriptor' object is not callable normal normal Python 2.7   Andrew Bennetts (spiv) (2010-09-01) giampaolo.rodola (2010-09-01)
9730 base64 docs refers to strings instead of bytes normal normal Python 3.1, Python 3.2   JingCheng LIU (JingCheng.LIU) (2010-09-01) r.david.murray (2010-09-02)
9731 Add ABCMeta.has_methods and tests that use it normal normal Python 3.2   Daniel Stutzbach (stutzbach) (2010-09-01) rhettinger (2010-09-01)
9732 Addition of getattr_static for inspect module normal normal Python 3.2 needs review Michael Foord (michael.foord) (2010-09-01) gvanrossum (2010-09-01)
9733 Can't iterate over multiprocessing.managers.DictProxy normal normal Python 3.1, Python 2.7, Python 3.2   Juan José Conti (jjconti) * (2010-09-01) pitrou (2010-09-01)
9736 doctest.DocTestSuite doesn't handle test globs correctly normal normal Python 2.6, Python 3.1, Python 2.5, Python 2.7   Jim Fulton (j1m) * (2010-09-01) j1m (2010-09-01)
9738 Document the encoding of functions bytes arguments of the C API normal normal Python 3.2 patch STINNER Victor (haypo) (2010-09-01) dmalcolm (2010-09-02)
9720 zipfile writes incorrect local file header for large files in zip64 normal normal Python 3.1, Python 2.7, Python 3.3, Python 3.2, Python 2.6, Python 2.5 patch Craig de Stigter (craigds) (2010-08-31) craigds (2010-08-31)
9721 urlparse.urljoin() cuts off last base character with semicolon at url start normal normal Python 2.6, Python 3.1 patch Bastian Kleineidam (calvin) (2010-08-31) r.david.murray (2010-08-31)
9722 PyObject_Print with Visual Studio 2010 normal normal Python 2.6, Python 3.1, Python 2.7   Krauzi (Krauzi) (2010-08-31) amaury.forgeotdarc (2010-08-31)
9723 pipes.quote() needs to be documented normal normal Python 3.1, Python 2.7, Python 3.3, Python 3.2, Python 2.6, Python 2.5   Brandon Craig Rhodes (brandon-rhodes) (2010-08-31) eric.smith (2010-08-31)
9725 urllib.request.FancyURLopener won't connect to pages requiring username and password normal normal Python 3.1   Petr Machek (petr6.6) (2010-08-31) petr6.6 (2010-08-31)
9726 logging.handlers.RotatingFileHandler: implement "preserve log file name extension" feature normal normal Python 3.2   Desmond Cox (desmondgc) (2010-08-31) vinay.sajip (2010-09-02)
9727 Add callbacks to be invoked when locale changes normal normal Python 3.2   Nick Coghlan (ncoghlan) * (2010-08-31) ncoghlan (2010-08-31)
9713 Py_CompileString fails on non decode-able paths. normal normal Python 3.1, Python 3.2   Campbell Barton (ideasman42) (2010-08-30) haypo (2010-08-31)
9714 urllib2 digest authentication doesn't work when connecting to a Catalyst server. normal normal Python 3.1, Python 2.7, Python 3.2   Kuno Woudt (warpr) (2010-08-30) r.david.murray (2010-08-30)
9716 The inittab modules cannot be packages normal normal Python 2.6, Python 2.7   Kay Hayen (kayhayen) (2010-08-30) kayhayen (2010-08-30)
9717 operator module - "in place" operators documentation normal normal Python 3.3 patch Arnaud Delobelle (arno) (2010-08-30) arno (2010-08-30)
9719 build_ssl.py: cannot find 'asm64/*.*' normal normal Python 3.3, Python 3.2   Sridhar Ratnakumar (srid) (2010-08-30) srid (2010-09-02)
9709 test_distutils warning: initfunc exported twice on Windows normal normal Python 3.1, Python 2.7, Python 3.2   Stefan Krah (skrah) (2010-08-29) skrah (2010-08-29)
9706 ssl errors checking normal normal Python 3.2 patch Antoine Pitrou (pitrou) (2010-08-28) giampaolo.rodola (2010-09-01)
9707 Reworked threading.local reference implementation normal normal Python 3.2 patch Antoine Pitrou (pitrou) (2010-08-28) pitrou (2010-08-28)
9708 cElementTree iterparse does not support "parser" argument normal normal Python 2.7   Adrian Nye (adrian_nye) (2010-08-28) r.david.murray (2010-08-28)
9698 When reusing an handler, urllib(2)'s digest authentication fails after multiple regative replies normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2   Luci Stanescu (Luci.Stanescu) (2010-08-27) kiilerix (2010-08-27)
9699 invalid call of Windows API _popen() generating The input line is too long error message normal normal Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2   sorin (sorin) (2010-08-27) tim.golden (2010-08-27)
9701 Update ZSH profile on Mac OS installation normal normal Python 3.1, Python 2.7, Python 3.2 patch Sylvain Mora (solevis) (2010-08-27) ned.deily (2010-08-27)
9691 sdist includes files that are not in MANIFEST.in normal normal Python 2.7   Ronald Oussoren (ronaldoussoren) (2010-08-26) ronaldoussoren (2010-08-26)
9692 UnicodeDecodeError in ElementTree.tostring() normal normal Python 2.7   Ulrich Seidl (uis) (2010-08-26) uis (2010-08-26)
9693 asynchat push_callable() patch normal normal Python 3.2 patch Giampaolo Rodola' (giampaolo.rodola) (2010-08-26) pitrou (2010-08-31)
9694 argparse: Default Help Message Lists Required Args As Optional normal normal Python 3.2   Ben Schmaus (benschmaus) (2010-08-26) bethard (2010-08-28)
9696 xdrlib's pack_int generates DeprecationWarnings for negative in-range values normal normal Python 3.1, Python 2.7, Python 3.2   David Powell (dep) (2010-08-26) mark.dickinson (2010-08-28)
9678 uuid._ifconfig_getnode can't work on NetBSD normal normal Python 2.6, Python 3.1, Python 2.5, Python 2.7 patch Takayuki SHIMIZUKAWA (shimizukawa) (2010-08-25) shimizukawa (2010-08-25)
9679 unicode DNS names in urllib, urlopen normal normal Python 3.2   Martin v. Löwis (loewis) (2010-08-25) r.david.murray (2010-08-25)
9682 socket.create_connection error message for domain subpart with invalid length is very confusing low normal Python 3.2 easy R. David Murray (r.david.murray) * (2010-08-25) loewis (2010-08-26)
9683 Dead code in py3k inspect module normal normal Python 3.1, Python 3.2 patch Andreas Stührk (Trundle) (2010-08-25) georg.brandl (2010-08-29)
9685 tuples should remember their hash value low normal Python 3.2 easy David Albert Torpey (dtorp) (2010-08-25) benjamin.peterson (2010-08-25)
9686 asyncore infinite loop on raise normal normal Python 2.7   mmw (mmw) (2010-08-25) giampaolo.rodola (2010-08-26)
9687 dbmmodule.c:dbm_contains fails on 64bit big-endian (test_dbm.py fails) when built against gdbm (int vs Py_ssize_t) normal normal Python 3.1, Python 2.7, Python 3.2 patch Dave Malcolm (dmalcolm) (2010-08-25) dmalcolm (2010-08-25)
9667 NetBSD curses KEY_* constants normal normal Python 3.1, Python 2.7, Python 3.3, Python 3.2, Python 2.6, Python 2.5   Bill Green (bgreen) (2010-08-24) bgreen (2010-08-24)
9668 strings in json.dump in '' instead of "" normal normal     refresh (refresh) (2010-08-24) terry.reedy (2010-08-27)
9669 regexp: zero-width matches in MIN_UNTIL normal normal Python 2.7   Armin Rigo (arigo) (2010-08-24) terry.reedy (2010-08-27)
9670 Exceed Recursion Limit in Thread normal normal Python 3.1, Python 2.7, Python 3.2   Jared Lang (jaredlang) (2010-08-24) r.david.murray (2010-08-24)
9671 test_executable_without_cwd fails: AssertionError: 1 != 47 normal normal Python 2.7   Sridhar Ratnakumar (srid) (2010-08-24) srid (2010-08-24)
9672 test_xpickle fails on Windows: invokes pythonx.y instead of pythonxy normal normal Python 2.7   Sridhar Ratnakumar (srid) (2010-08-24) pitrou (2010-08-27)
9673 Entry Widget Not Editable under Windows XP normal normal Python 2.6   Firat Ozgul (firatozgul) (2010-08-24) firatozgul (2010-08-24)
9674 make install DESTDIR=/home/blah fails when the prefix specified is / normal normal Python 3.1, Python 2.7, Python 3.2 patch aj (mailtome) (2010-08-24) rpetrov (2010-08-25)
9675 segfault: PyDict_SetItem: Assertion `value' failed. normal normal Python 2.7 patch Florent Xicluna (flox) * (2010-08-24) jcea (2010-08-25)
9665 Buid issues on Cygwin - _curses, _curses_panel, and _io normal normal Python 3.1, Python 2.7, Python 3.2 patch Brian Curtin (brian.curtin) * (2010-08-23) brian.curtin (2010-08-24)
9660 PEP 383: socket module doesn't handle undecodable protocol or service names normal normal Python 3.1, Python 3.2 patch David Watson (baikie) (2010-08-22) baikie (2010-08-23)
9662 ctypes not building under OS X because of ffi_closure_free not being defined early enough release blocker normal Python 3.2   Brett Cannon (brett.cannon) * (2010-08-22) brett.cannon (2010-08-22)
9663 importlib should exclusively open bytecode files normal normal Python 3.3   Brett Cannon (brett.cannon) * (2010-08-22) jnoller (2010-08-22)
9650 format codes in time.strptime docstrings normal normal Python 3.2 easy Catherine Devlin (catherine) (2010-08-20) skip.montanaro (2010-08-30)
9651 ctypes crash when writing zerolength string buffer to file normal normal Python 2.6 patch André Bjärby (andbj) (2010-08-20) amaury.forgeotdarc (2010-08-21)
9652 Enhance argparse help output customizability normal normal Python 3.2   Tom Browder (Tom.Browder) (2010-08-20) r.david.murray (2010-08-27)
9653 New default argparse output to be added normal normal Python 2.7   Tom Browder (Tom.Browder) (2010-08-20) Tom.Browder (2010-08-24)
9654 merge PC/getpathp.c into Modules/getpath.c normal normal Python 3.2   Amaury Forgeot d'Arc (amaury.forgeotdarc) * (2010-08-20) tim.golden (2010-08-23)
9637 docs do not say that urllib uses HTTP_PROXY normal normal Python 2.7   Kirikaza (kirikaza) (2010-08-19) kirikaza (2010-08-21)
9640 Improved doctest REPORT_*DIFFs with ELLIPSIS and/or NORMALIZE_WHITESPACE normal normal Python 2.7 patch W. Trevor King (labrat) (2010-08-19) labrat (2010-08-19)
9642 #ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T) normal normal Python 3.2 patch STINNER Victor (haypo) (2010-08-19) loewis (2010-08-19)
9643 urllib2 - Basic,Digest Proxy Auth Handlers failure will give 401 code instead of 407 normal normal Python 3.2   Senthil Kumaran (orsenthil) * (2010-08-19) terry.reedy (2010-08-20)
9644 PEP 383: os.statvfs() does not accept surrogateescape arguments normal normal Python 3.1, Python 3.2 patch David Watson (baikie) (2010-08-19) baikie (2010-08-19)
9645 PEP 383: os.pathconf() does not accept surrogateescape arguments normal normal Python 3.1, Python 3.2 patch David Watson (baikie) (2010-08-19) baikie (2010-08-19)
9647 os.confstr() does not handle value changing length between calls normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2   David Watson (baikie) (2010-08-19) baikie (2010-08-19)
9631 Python 2.7 installation issue for Linux gcc-4.1.0-3 (Fedora Core 5?) normal normal Python 2.7   Prakash Palanivel (spprakash) (2010-08-18) dmalcolm (2010-08-18)
9632 Remove sys.setfilesystemencoding() normal normal Python 3.2 patch STINNER Victor (haypo) (2010-08-18) lemburg (2010-08-27)
9633 pdb go stack up/down normal normal Python 3.2 patch Markus Pröller (Markus.Pröller) (2010-08-18) meador.inge (2010-09-02)
9635 Add Py_BREAKPOINT and sys.breakpoint hooks normal normal Python 3.3, Python 3.2 patch Dave Malcolm (dmalcolm) (2010-08-18) eric.araujo (2010-08-19)
9625 argparse: Problem with defaults for variable nargs normal normal Python 2.7, Python 3.2   Martin Pengelly-Phillips (thesociable) (2010-08-17) georg.brandl (2010-08-21)
9628 runtests.sh -x doesn't work with more than two args (sed error) normal normal Python 3.1, Python 3.3, Python 3.2 needs review, patch, easy Dave Malcolm (dmalcolm) (2010-08-17) dmalcolm (2010-08-17)
9630 Reencode filenames when setting the filesystem encoding normal normal Python 3.2 patch STINNER Victor (haypo) (2010-08-17) haypo (2010-08-19)
9621 Graphviz output for 2to3 fixer patterns normal normal Python 2.6 patch Matt Bond (gmattbond) (2010-08-16) gmattbond (2010-08-16)
9624 Error 2755, "failure to find drive" when installing Python normal normal Python 2.7   Jay Ballard (Kartton) (2010-08-16) brian.curtin (2010-08-27)
9607 Test file 'test_keyword.py' submission for use with keyword.py normal normal Python 3.2 patch Greg Malcolm (gregmalcolm) (2010-08-15) r.david.murray (2010-08-25)
9608 Re-phrase best way of using exceptions in doanddont.rst normal normal Python 3.1, Python 2.7, Python 3.2 patch Floris Bruynooghe (flub) (2010-08-15) terry.reedy (2010-08-20)
9609 make cProfile multi-stack aware normal normal Python 3.2 patch Kristján Valur Jónsson (krisvale) * (2010-08-15) krisvale (2010-08-15)
9610 buildbot: uncaptured python exception (smtpd), but no failure in regrtest normal normal Python 3.2 buildbot Florent Xicluna (flox) * (2010-08-15) ronaldoussoren (2010-08-25)
9611 FileIO not 64-bit safe under Windows normal normal Python 3.1, Python 2.7, Python 3.2   Antoine Pitrou (pitrou) (2010-08-15) pitrou (2010-08-15)
9613 Python considers pid longs under 64-bit Windows normal normal Python 3.2   Antoine Pitrou (pitrou) (2010-08-15) amaury.forgeotdarc (2010-08-26)
9614 _pickle is not entirely 64-bit safe normal normal Python 3.1, Python 3.2 patch Antoine Pitrou (pitrou) (2010-08-15) amaury.forgeotdarc (2010-08-17)
9602 PyObject_AsCharBuffer() should only accept read-only objects normal normal Python 3.2 patch STINNER Victor (haypo) (2010-08-14) terry.reedy (2010-08-20)
9584 Allow curly braces in fnmatch normal normal Python 3.2 patch Mathieu Bridon (bochecha) (2010-08-13) terry.reedy (2010-08-17)
9586 "warning: comparison between pointer and integer" in multiprocessing build on Tiger normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 patch Mark Dickinson (mark.dickinson) (2010-08-13) jnoller (2010-08-15)
9591 kqueue not reporting EOF under certain circumstances normal normal Python 3.1   Volodymyr Kostyrko (Volodymyr.Kostyrko) (2010-08-13) Volodymyr.Kostyrko (2010-08-21)
9592 Limitations in objects returned by multiprocessing Pool normal normal Python 2.6, Python 3.1, Python 3.2 buildbot Freek Dijkstra (macfreek) (2010-08-13) jnoller (2010-08-16)
9594 typo on Mac/Makefile.in? s/pythonw/python/ normal normal Python 3.2   Sridhar Ratnakumar (srid) (2010-08-13) srid (2010-08-13)
9597 mac: Install 2to3 in /usr/local/bin normal normal Python 2.7, Python 3.2   Sridhar Ratnakumar (srid) (2010-08-13) loewis (2010-08-13)
9598 untabify.py fails on files that contain non-ascii characters normal normal Python 3.2   Alexander Belopolsky (belopolsky) (2010-08-13) eric.araujo (2010-08-25)

You're viewing the open tickets from 9598 to 9747
Choose the page here at your right
9598
to
9747
9350
to
9576
9188
to
9352
8998
to
9191
8777
to
8988
8503
to
8765
8192
to
8508
7842
to
8184
7469
to
7827
7089
to
7474
6697
to
7094
6335
to
6699
5936
to
6331
5497
to
5926
5033
to
5492
4591
to
5023
3955
to
4573
3170
to
3949
2466
to
3163
1641
to
2459
1724366
to
1625
1602133
to
1721083
1442493
to
1599329
1103213
to
1440472
793069
to
1100562
416670
to
786827


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

Updated: Fri Sep 3 03:11:15 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.13 secs - Powered by Python, of course, :)