Python Open Tickets

Public info source | My blog | What is Python?


Priority Severity Version Keyword


Quantity: 3192
Oldest opened: 2001-04-11 (prescod)
Last update: 2012-01-26 (skrah)

You're viewing the open tickets from 13682 to 13869
Choose the page here at your right
13682
to
13869
13478
to
13685
13244
to
13473
13032
to
13238
12845
to
13038
12616
to
12830
12347
to
12602
12069
to
12350
11734
to
12053
11441
to
11726
11117
to
11429
10803
to
11122
10479
to
10799
10136
to
10482
9751
to
10133
9399
to
9761
9035
to
9403
8639
to
9022
8098
to
8627
7615
to
8083
6983
to
7593
6529
to
6978
5945
to
6500
5302
to
5930
4713
to
5256
3693
to
4683
2636
to
3702
1621
to
2623
1648890
to
1616
1443875
to
1648268
1047540
to
1440472
415492
to
1043706

Id Summary Prior Sever Vers Keyws Opened by (when) Temporal location Last update by (when)
13869 CFLAGS="-UNDEBUG" build failure normal normal Python 3.3   skrah (2012-01-26) -
13871 namedtuple does not normalize field names when checking for duplicates low normal     Jim.Jewett (2012-01-26) rhettinger (2012-01-26)
13857 Add textwrap.indent() as counterpart to textwrap.dedent() normal normal Python 3.3   ncoghlan (2012-01-25) brandj (2012-01-25)
13860 PyBuffer_FillInfo() return value normal normal Python 3.3   skrah (2012-01-25) -
13861 test_pydoc failure normal normal Python 3.3   skrah (2012-01-25) -
13863 import.c sometimes generates incorrect timestamps on Windows + NTFS normal normal Python 2.7, Python 3.3, Python 3.2   mark.dickinson (2012-01-25) mark.dickinson (2012-01-26)
13865 distutils documentation says Extension has "optional" argument normal normal Python 2.7   tebeka (2012-01-25) -
13866 {urllib,urllib.parse}.urlencode should not use quote_plus normal normal Python 3.4, Python 3.1, Python 2.7, Python 3.3, Python 3.2   Stephen.Day (2012-01-25) -
13867 misleading comment in weakrefobject.h normal normal     Jim.Jewett (2012-01-25) -
13868 Add hyphen doc fix normal normal Python 2.7, Python 3.3, Python 3.2 patch Retro (2012-01-25) -
13845 Use GetSystemTimeAsFileTime() to get a resolution of 100 ns on Windows normal normal Python 3.3 patch haypo (2012-01-24) -
13846 Add time.monotonic() function normal normal Python 3.3 patch haypo (2012-01-24) giampaolo.rodola (2012-01-24)
13847 Catch time(), ftime(), localtime() and clock() errors normal normal Python 3.3 patch haypo (2012-01-24) -
13848 io.open() doesn't check for embedded NUL characters normal normal Python 2.7, Python 3.3, Python 3.2 patch, easy pitrou (2012-01-24) hynek (2012-01-24)
13849 Add tests for NUL checking in certain strs normal normal Python 2.7   alex (2012-01-24) loewis (2012-01-24)
13850 Summary tables for argparse add_argument options normal normal Python 2.7, Python 3.3, Python 3.2   ncoghlan (2012-01-24) rhettinger (2012-01-25)
13851 Packaging distutils2 for Fedora normal normal Python 2.7   vikash (2012-01-24) dmalcolm (2012-01-24)
13854 multiprocessing: SystemExit from child with non-int, non-str arg causes TypeError normal normal Python 3.1, Python 2.7, Python 3.2   brandj (2012-01-24) brandj (2012-01-25)
13855 Add qualname support to types.FunctionType normal normal Python 3.3   meador.inge (2012-01-24) Arfrever (2012-01-24)
13856 xmlrpc / httplib changes to allow for certificate verification normal normal Python 2.7 patch Nathanael.Noblet (2012-01-24) orsenthil (2012-01-25)
13839 -m pstats should combine all the profiles given as arguments normal normal Python 3.1, Python 2.7, Python 3.3, Python 3.2, Python 3.4, Python 2.6 patch anacrolix (2012-01-23) -
13840 create_string_buffer rejects str init_or_size parameter normal normal Python 3.3, Python 3.2 patch vpelletier (2012-01-23) meador.inge (2012-01-25)
13841 multiprocessing should use sys.exit() where possible normal normal Python 3.3, Python 3.2   brandj (2012-01-23) neologix (2012-01-25)
13842 Cannot pickle Ellipsis or NotImplemented normal normal Python 3.3 patch James.Sanders (2012-01-23) James.Sanders (2012-01-24)
13843 Python doesn't compile anymore on our Solaris buildbot: undefined libintl_* symbols normal normal Python 3.3, Python 3.2   haypo (2012-01-23) jcea (2012-01-25)
13836 Define key failed normal normal Python 2.7   olivier57 (2012-01-22) -
13837 test_shutil fails with symlinks enabled under Windows normal normal Python 3.3   pitrou (2012-01-22) -
13821 misleading return from isidentifier normal normal     Jim.Jewett (2012-01-19) benjamin.peterson (2012-01-19)
13822 is(upper/lower/title) are not exactly correct normal normal Python 3.3   benjamin.peterson (2012-01-19) giampaolo.rodola (2012-01-20)
13823 xml.etree.ElementTree.ElementTree.write - argument checking normal normal Python 3.2   patrick.vrijlandt (2012-01-19) -
13824 argparse.FileType opens a file without excepting resposibility for closing it normal normal Python 2.7   David.Layton (2012-01-19) -
13825 Datetime failing while reading active directory time attribute normal normal Python 2.7   scape (2012-01-19) -
13826 Having a shlex example in the subprocess.Popen docs is confusing low normal Python 2.7, Python 3.3, Python 3.2   Julian (2012-01-19) -
13828 Further improve casefold documentation normal normal Python 3.3   Jim.Jewett (2012-01-19) benjamin.peterson (2012-01-20)
13829 exception error in _scproxy.so normal normal Python 2.7   Dan.kamp (2012-01-19) ned.deily (2012-01-23)
13830 codecs error handler is called with a UnicodeDecodeError with the same args normal normal     amaury.forgeotdarc (2012-01-19) -
13831 get method of multiprocessing.pool.Async should return full traceback normal normal Python 2.6   fmitha (2012-01-19) -
13833 No documentation for PyStructSequence normal normal Python 3.3 patch torsten (2012-01-19) -
13812 multiprocessing package doesn't flush stderr on child exception normal normal Python 3.3, Python 3.2 patch brandj (2012-01-18) brandj (2012-01-24)
13814 Document why generators don't support the context management protocol normal normal Python 3.3   yak (2012-01-18) meador.inge (2012-01-22)
13815 tarfile.ExFileObject can't be wrapped using io.TextIOWrapper normal normal Python 3.3 patch cjwatson (2012-01-18) terry.reedy (2012-01-21)
13817 deadlock in subprocess while running several threads using Popen normal normal Python 3.3, Python 3.2 needs review, patch glaubich (2012-01-18) Martijn.van.Oosterhout (2012-01-20)
13818 argparse: -h listening required options under optional arguments normal normal Python 2.7   mgodinho (2012-01-18) terry.reedy (2012-01-21)
13819 _warnings settings are process-wide low normal Python 2.7, Python 3.3, Python 3.2   pitrou (2012-01-18) alex (2012-01-18)
13806 Audioop decompression frames size check fix normal normal Python 2.7, Python 3.3, Python 3.2 patch Oleg.Plakhotnyuk (2012-01-17) pitrou (2012-01-20)
13797 Allow objects implemented in pure Python to export PEP 3118 buffers normal normal Python 3.3   ncoghlan (2012-01-16) rhettinger (2012-01-23)
13799 Base 16 should be hexadecimal in Unicode HOWTO normal normal Python 2.7, Python 3.3, Python 3.2   ramchandra.apte (2012-01-16) terry.reedy (2012-01-21)
13801 The Python 3 Docs don't highlight nonlocal normal normal Python 3.3, Python 3.2   ramchandra.apte (2012-01-16) sandro.tosi (2012-01-16)
13802 IDLE Prefernces/Fonts: use multiple alphabets in examples normal normal Python 2.7, Python 3.3, Python 3.2   terry.reedy (2012-01-16) -
13788 os.closerange optimization normal normal   patch ferringb (2012-01-15) gregory.p.smith (2012-01-15)
13789 _tkinter does not build on Windows 7 normal normal Python 2.7, Python 3.3, Python 3.2   terry.reedy (2012-01-15) terry.reedy (2012-01-16)
13790 In str.format an incorrect error message for list, tuple, dict, set normal normal Python 2.7, Python 3.3, Python 3.2 patch, easy py.user (2012-01-15) terry.reedy (2012-01-22)
13792 The "os.execl" call doesn't give programs exit code normal normal Python 2.7   kayhayen (2012-01-15) amaury.forgeotdarc (2012-01-17)
13782 xml.etree.ElementTree: Element.append doesn't type-check its argument normal normal Python 2.7, Python 3.3, Python 3.2   sjmachin (2012-01-14) terry.reedy (2012-01-20)
13783 Clean up PEP 380 C API additions normal normal Python 3.3   ncoghlan (2012-01-14) meador.inge (2012-01-22)
13784 Documentation of xml.sax.xmlreader: Locator.getLineNumber() and Locator.getColumnNumber() normal normal Python 3.2   patrick.vrijlandt (2012-01-14) -
13785 Make concurrent.futures.Future state public normal normal Python 3.3 patch jjdominguezm (2012-01-14) pitrou (2012-01-15)
13779 os.walk: bottom-up normal normal Python 3.2   patrick.vrijlandt (2012-01-13) zbysz (2012-01-16)
13775 Access Denied message on symlink creation misleading for an existing file/directory target. normal normal Python 3.3, Python 3.2 patch santa4nt (2012-01-12) loewis (2012-01-12)
13777 socket: communicating with Mac OS X KEXT controls normal normal Python 3.3 patch goderbauer (2012-01-12) rosslagerwall (2012-01-12)
13758 compile() should not encode 'filename' (at least on Windows) normal normal Python 3.3, Python 3.2   terry.reedy (2012-01-11) -
13759 Python 3.2.2 Mac installer version doesn't accept multibyte character in interactive mode normal normal Python 3.2   ats (2012-01-11) -
13769 json.dump(ensure_ascii=False) return str instead of unicode normal normal Python 2.7   mmarkk (2012-01-11) ezio.melotti (2012-01-14)
13770 python3 & json: add ensure_ascii documentation normal normal Python 2.7, Python 3.3, Python 3.2   mmarkk (2012-01-11) eric.araujo (2012-01-15)
13771 HTTPSConnection __init__ super implementation causes recursion error normal normal Python 3.3, Python 3.2   michael.mulich (2012-01-11) pitrou (2012-01-11)
13773 Support sqlite3 uri filenames normal normal Python 3.3 patch poq (2012-01-11) eric.araujo (2012-01-14)
13756 Python3.2.2 make fail on cygwin normal normal Python 3.2   holgerd00d (2012-01-10) Luis.Marsano (2012-01-16)
13742 Add a key parameter (like sorted) to heapq.merge low normal Python 3.3 patch ssapin (2012-01-09) ssapin (2012-01-16)
13743 xml.dom.minidom.Document class is not documented normal normal Python 2.7, Python 3.3, Python 3.2   sandro.tosi (2012-01-09) -
13744 raw byte strings are described in a confusing way normal normal Python 2.7, Python 3.3, Python 3.2   barry (2012-01-09) terry.reedy (2012-01-14)
13745 configuring --with-dbmliborder=bdb doesn't build the gdbm extension low normal Python 2.7, Python 3.3, Python 3.2   doko (2012-01-09) -
13747 ssl_version documentation error normal normal Python 2.7   Ben.Darnell (2012-01-09) Ben.Darnell (2012-01-10)
13749 socketserver can't stop normal normal Python 2.7, Python 3.3, Python 3.2   teamnoir (2012-01-09) terry.reedy (2012-01-14)
13751 multiprocessing.pool hangs if any worker raises an Exception whose constructor requires a parameter normal normal Python 2.7, Python 3.3, Python 3.2   fmitha (2012-01-09) fmitha (2012-01-14)
13734 Add a generic directory walker method to avoid symlink attacks normal normal Python 3.3 patch hynek (2012-01-08) neologix (2012-01-12)
13736 urllib.request.urlopen leaks exceptions from socket and httplib.client normal normal Python 3.3 patch jmoy (2012-01-08) pitrou (2012-01-20)
13740 winsound.SND_NOWAIT ignored on modern Windows platforms normal normal     bughunter2 (2012-01-08) -
13733 Change required to sysconfig.py for Python 2.7.2 on OS/2 normal normal Python 2.7 patch Paul.Smedley (2012-01-07) Paul.Smedley (2012-01-10)
13719 bdist_msi upload fails normal normal 3rd party, Python 2.7, Python 3.3, Python 3.2 patch schmir (2012-01-06) brian.curtin (2012-01-06)
13720 argparse print_help() fails if COLUMNS is set to a low value normal normal Python 3.3   zbysz (2012-01-06) terry.reedy (2012-01-07)
13721 ssl.wrap_socket on a connected but failed connection succeeds and .peer_certificate gives AttributeError normal normal Python 2.7, Python 3.3, Python 3.2   kiilerix (2012-01-06) kiilerix (2012-01-09)
13716 distutils doc contains lots of XXX normal normal Python 2.7, Python 3.3, Python 3.2   flox (2012-01-05) flox (2012-01-07)
13708 Document ctypes.wintypes normal normal     ramchandra.apte (2012-01-04) -
13709 Capitalization mistakes in the documentation for ctypes normal normal     ramchandra.apte (2012-01-04) meador.inge (2012-01-12)
13712 pysetup create should not convert package_data to extra_files normal normal 3rd party, Python 3.3 patch christian.heimes (2012-01-04) erik.bray (2012-01-05)
13700 imaplib.IMAP4.authenticate authobject fails with PLAIN mechanism normal normal Python 3.3, Python 3.2 patch etukia (2012-01-03) -
13701 Remove Decimal Python 2.3 Compatibility low normal Python 3.3, Python 3.2   ramchandra.apte (2012-01-03) rhettinger (2012-01-06)
13702 relative symlinks in tarfile.extract broken (windows) normal normal Python 3.3, Python 3.2   Patrick.von.Reth (2012-01-03) lars.gustaebel (2012-01-05)
13703 Hash collision security issue release blocker normal Python 2.6, Python 3.1, Python 2.7, Python 3.3, Python 3.2 patch barry (2012-01-03) pitrou (2012-01-25)
13704 Random number generator in Python core release blocker normal Python 2.6, Python 3.1, Python 2.7, Python 3.3, Python 3.2 patch christian.heimes (2012-01-03) dmalcolm (2012-01-18)
13706 non-ascii fill characters no longer work in formatting normal normal Python 3.3   skrah (2012-01-03) haypo (2012-01-21)
13694 asynchronous connect in asyncore.dispatcher does not set addr normal normal Python 2.7, Python 3.3, Python 3.2 patch anacrolix (2012-01-02) anacrolix (2012-01-03)
13697 python RLock implementation unsafe with signals normal normal Python 2.7, Python 3.3, Python 3.2   rbcollins (2012-01-02) pitrou (2012-01-05)
13698 Mailbox module should support other mbox formats in addition to mboxo normal normal Python 3.3   endolith (2012-01-02) r.david.murray (2012-01-02)
13691 pydoc help (or help('help')) should show the doc for help normal normal Python 2.7, Python 3.3, Python 3.2 patch, easy Devin Jeanpierre (2012-01-01) eric.araujo (2012-01-17)
13686 Some notes on the docs of multiprocessing normal normal Python 2.7   eli.bendersky (2011-12-31) ezio.melotti (2012-01-24)
13689 fix CGI Web Applications with Python link in howto/urllib2 normal normal Python 2.7, Python 3.3, Python 3.2   sandro.tosi (2011-12-31) -
13681 Aifc read compressed frames fix normal normal Python 3.3, Python 3.2 patch Oleg.Plakhotnyuk (2011-12-30) pitrou (2012-01-17)
13682 Documentation of os.fdopen() refers to non-existing bufsize argument of builtin open() normal normal Python 3.3, Python 3.2   petri.lehtinen (2011-12-30) eric.araujo (2012-01-09)

You're viewing the open tickets from 13682 to 13869
Choose the page here at your right
13682
to
13869
13478
to
13685
13244
to
13473
13032
to
13238
12845
to
13038
12616
to
12830
12347
to
12602
12069
to
12350
11734
to
12053
11441
to
11726
11117
to
11429
10803
to
11122
10479
to
10799
10136
to
10482
9751
to
10133
9399
to
9761
9035
to
9403
8639
to
9022
8098
to
8627
7615
to
8083
6983
to
7593
6529
to
6978
5945
to
6500
5302
to
5930
4713
to
5256
3693
to
4683
2636
to
3702
1621
to
2623
1648890
to
1616
1443875
to
1648268
1047540
to
1440472
415492
to
1043706


Activity per day
Activity per day (from 2001-04-11 to 2012-01-26)

Updated: Thu Jan 26 12:09:29 2012

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 1.19 secs - Powered by Python, of course, :)