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 8256 to 8548
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)
8548 Building on CygWin 1.7: PATH_MAX redefined normal normal Python 3.1   Jeff Binder (jbinder) (2010-04-27) flox (2010-08-10)
8552 msilib can't create large CAB files normal normal Python 2.6   Bill Janssen (janssen) * (2010-04-27) janssen (2010-04-29)
8533 regrtest: use backslashreplace error handler for stdout normal normal Python 3.1, Python 3.2 patch STINNER Victor (haypo) (2010-04-26) haypo (2010-05-19)
8534 multiprocessing not working from egg low normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 needs review, patch simon (simonsteiner) (2010-04-26) asksol (2010-08-31)
8535 passing optimization flags to the linker required for builds with gcc -flto normal normal Python 2.7, Python 3.2 needs review, patch Matthias Klose (doko) (2010-04-26) lemburg (2010-05-03)
8536 Support new features of ZLIB 1.2.4 normal normal Python 3.2 easy Jesús Cea Avión (jcea) * (2010-04-26) Todd.Rovito (2010-08-02)
8538 Add ConfigureAction to argparse normal normal Python 3.2   Eric Smith (eric.smith) (2010-04-26) Jeremiah.Jordan (2010-08-09)
8526 msilib doesn't support multiple CAB instances in same installer normal normal Python 2.6, Python 2.7, Python 3.3   Bill Janssen (janssen) * (2010-04-25) loewis (2010-08-10)
8515 idle "Run Module" (F5) does not set __file__ variable normal normal Python 2.6 patch Bruce Frederiksen (dangyogi) (2010-04-24) taleinat (2010-06-11)
8516 Speed difference between Python 2.5 and 2.6 during filling bsddb database. normal normal Python 2.6   Peter Landgren (PeterL) (2010-04-24) guy.linton (2010-04-24)
8519 doc: termios and ioctl reference links normal normal Python 2.7 patch anatoly techtonik (techtonik) (2010-04-24) brian.curtin (2010-06-07)
8521 Allow some winreg functions to accept named arguments normal normal Python 3.2 patch Daniel Stutzbach (stutzbach) (2010-04-24) brian.curtin (2010-08-25)
8523 shutil.rmtree and os.listdir cannot recover on error conditions low normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 easy (rubenlm) (2010-04-24) eric.araujo (2010-05-16)
8525 Small enhancement to help() normal normal Python 3.2   Rob Cliffe (robcliffe) (2010-04-24) brian.curtin (2010-04-30)
8502 proposal: encourage xgettext rather than pygettext.py in gettext docs normal normal Python 2.7 patch jhg (jhg) (2010-04-23) jhg (2010-06-12)
8503 smtpd SMTPServer does not allow domain filtering normal normal Python 3.2   mike s (mike.s) (2010-04-23) mike.s (2010-04-23)
8507 abc.abstractproperty does not copy docstring normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2   Robert Escriva (rescrv) (2010-04-23) durban (2010-07-23)
8508 2to3 fixer for gettext's .ugettext normal normal Python 3.1, Python 2.7, Python 3.2   Barry A. Warsaw (barry) (2010-04-23) benjamin.peterson (2010-04-23)
8498 Cannot use backlog = 0 for sockets low normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 patch Daniel Evers (Daniel.Evers) (2010-04-22) exarkun (2010-04-25)
8499 Set a timeout in test_urllibnet normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 patch STINNER Victor (haypo) (2010-04-22) haypo (2010-04-30)
8501 --dry-run option doesn't work normal normal Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2 easy Jim Fulton (j1m) * (2010-04-22) eric.araujo (2010-08-25)
8478 tokenize.untokenize first token missing failure case normal normal Python 2.6   (rb) (2010-04-21) rb (2010-05-25)
8481 doc: ctypes no need to explicitly allocate writable memory with Structure normal normal Python 2.6, Python 2.7   anatoly techtonik (techtonik) (2010-04-21) eric.araujo (2010-05-29)
8488 Docstrings of non-data descriptors "ignored" normal normal Python 3.2   Torsten Landschoff (torsten) (2010-04-21) r.david.murray (2010-04-21)
8489 smtplib.SMTP.login() breaks with unicode input normal normal Python 2.6   Domen Kožar (iElectric) (2010-04-21) iElectric (2010-04-21)
8491 Need readline command and keybinding information normal normal Python 3.1, Python 2.7, Python 3.2   Mitchell Model (MLModel) (2010-04-21) MLModel (2010-08-16)
8492 Addition to readline module to get dictionary of keystrokes and commands normal normal Python 3.2   Mitchell Model (MLModel) (2010-04-21) BreamoreBoy (2010-07-11)
8473 doctest fails if you have inconsistent lineendings normal normal Python 2.7 patch Lennart Regebro (lregebro) (2010-04-20) terry.reedy (2010-08-04)
8458 buildbot: test_cmd_line failure on Tiger: [Errno 9] Bad file descriptor normal normal Python 3.2 buildbot STINNER Victor (haypo) (2010-04-19) ned.deily (2010-04-19)
8465 re: Backreferences vs. escapes: a silent failure solved normal normal Python 3.2   Aaron Sherman (Aaron.Sherman) (2010-04-19) terry.reedy (2010-07-11)
8445 buildbot: test_ttk_guionly failures (test_traversal, test_tab_identifiers, test_identify, test_heading_callback) normal normal Python 3.1, Python 2.7, Python 3.2 buildbot STINNER Victor (haypo) (2010-04-18) haypo (2010-04-18)
8448 buildbot: test_subprocess failure (test_no_leaking, Broken pipe) normal normal Python 3.1 buildbot STINNER Victor (haypo) (2010-04-18) haypo (2010-04-18)
8450 httplib: false BadStatusLine() raised normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2   (mschu) (2010-04-18) djc (2010-08-03)
8431 buildbot: hung on ARM Debian normal normal Python 2.7, Python 3.2 buildbot STINNER Victor (haypo) (2010-04-17) pitrou (2010-04-18)
8432 buildbot: test_send_signal of test_subprocess failure normal normal Python 2.7, Python 3.2 buildbot STINNER Victor (haypo) (2010-04-17) flox (2010-08-24)
8414 Add test cases for assert normal normal Python 2.7, Python 3.2 patch Gregory Nofi (gnofi) (2010-04-16) gnofi (2010-04-21)
8416 python 2.6.5 documentation can't search normal normal Python 2.6   Santiago Gala (sgala) (2010-04-16) terry.reedy (2010-08-05)
8418 Crash 0xc0000417 STATUS_INVALID_CRUNTIME_PARAMETER on program exit normal normal Python 3.1   Alf P. Steinbach (alfps) (2010-04-16) r.david.murray (2010-04-17)
8420 Objects/setobject.c contains unsafe code normal normal Python 3.1, Python 2.7, Python 3.2 patch Eugene Kapun (abacabadabacaba) (2010-04-16) eric.araujo (2010-09-08)
8423 tiger buildbot: test_pep277 failures normal normal Python 2.7, Python 3.2 buildbot STINNER Victor (haypo) (2010-04-16) haypo (2010-08-18)
8425 a -= b should be fast if a is a small set and b is a large set normal normal Python 2.7, Python 3.2 patch, easy Eugene Kapun (abacabadabacaba) (2010-04-16) stutzbach (2010-09-01)
8426 multiprocessing.Queue fails to get() very large objects normal normal Python 3.1, Python 2.7, Python 3.2   Ian Davis (Ian.Davis) (2010-04-16) jnoller (2010-08-05)
8427 toplevel jumps to another location on the screen normal normal Python 2.6   Andrei Paraschivescu (aparasch) (2010-04-16) terry.reedy (2010-08-05)
8428 buildbot: test_multiprocessing timeout (test_notify_all? test_pool_worker_lifetime?) normal normal Python 2.7, Python 3.2 buildbot STINNER Victor (haypo) (2010-04-16) flox (2010-08-15)
8429 buildbot: test_subprocess timeout normal normal Python 3.1, Python 2.7, Python 3.2 buildbot STINNER Victor (haypo) (2010-04-16) pitrou (2010-04-17)
8402 glob returns empty list with "[" character in the folder name normal normal Python 3.2   george hu (george.hu) (2010-04-15) eric.smith (2010-07-09)
8406 Make some setup.py paths exclude-able normal normal Python 2.7 patch Skip Montanaro (skip.montanaro) * (2010-04-15) skip.montanaro (2010-05-20)
8407 expose signalfd(2) and sigprocmask(2) in the signal module normal normal Python 2.7 needs review Jean-Paul Calderone (exarkun) (2010-04-15) benjamin.peterson (2010-05-06)
8409 gettext should honor $LOCPATH environment variable normal normal Python 3.1, Python 2.7, Python 3.2 easy Barry A. Warsaw (barry) (2010-04-15) rpetrov (2010-04-15)
8410 Fix emulated lock to be 'fair' normal normal Python 3.2 needs review, patch Kristján Valur Jónsson (krisvale) * (2010-04-15) ronaldoussoren (2010-07-23)
8400 zipimporter find_module fullname mis-documented normal normal Python 2.7, Python 3.2   Karen Tracey (kmtracey) (2010-04-14) terry.reedy (2010-08-04)
8401 Strange behavior of bytearray slice assignment normal normal Python 3.1, Python 2.7, Python 3.2 patch Eugene Kapun (abacabadabacaba) (2010-04-14) georg.brandl (2010-09-04)
8384 Distutils C extension build with MinGW on Windows fails low normal Python 2.7, Python 3.2 easy Craig McQueen (cmcqueen1975) (2010-04-13) techtonik (2010-04-17)
8387 use universal newline mode in csv module examples normal normal Python 3.1, Python 2.7, Python 3.2   (sfinnie) (2010-04-13) r.david.murray (2010-08-08)
8376 Tutorial offers dangerous advice about iterators: “__iter__() can just return self” low normal Python 2.6, Python 3.1, Python 2.7, Python 3.2   Anders Kaseorg (andersk) (2010-04-12) andersk (2010-07-22)
8378 PYTHONSTARTUP is not run by default when Idle is started normal normal Python 3.2   John Van Praag (jvanpraag) (2010-04-12) r.david.murray (2010-04-12)
8381 IDLE 2.6 freezes on OS X 10.6 normal normal Python 2.6   Aaron (aaron.the.cow) (2010-04-12) l0nwlf (2010-04-19)
8369 Add a lint command to distutils normal normal Python 3.3   Éric Araujo (eric.araujo) (2010-04-11) eric.araujo (2010-04-11)
8371 Add a command to download distributions normal normal Python 3.3   Éric Araujo (eric.araujo) (2010-04-11) eric.araujo (2010-08-12)
8372 socket: Buffer overrun while reading unterminated AF_UNIX addresses high normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 patch David Watson (baikie) (2010-04-11) baikie (2010-09-06)
8373 socket: AF_UNIX socket paths not handled according to PEP 383 normal normal Python 3.1, Python 3.2 patch David Watson (baikie) (2010-04-11) pitrou (2010-04-11)
8357 Add a --show-installation-paths in the install command normal normal Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2   Tim Kersten (timkersten) (2010-04-09) eric.araujo (2010-07-17)
8343 improve re parse error messages for named groups normal normal Python 3.2 patch anatoly techtonik (techtonik) (2010-04-08) amaury.forgeotdarc (2010-07-21)
8350 Document lack of support for keyword arguments in C functions normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 patch Todd Whiteman (twhitema) (2010-04-08) eric.smith (2010-07-30)
8330 Failures seen in test_gdb on buildbots normal normal Python 2.7 buildbot, patch Dave Malcolm (dmalcolm) (2010-04-07) loewis (2010-04-12)
8332 regrtest single TestClass/test_method normal normal Python 2.7   anatoly techtonik (techtonik) (2010-04-07) techtonik (2010-04-07)
8335 distutils test_build_ext's test_get_outputs fails in bootstrap environment normal normal Python 2.6   jan matejek (matejcik) (2010-04-07) matejcik (2010-05-26)
8340 bytearray undocumented on trunk normal normal Python 2.7 patch Brian Curtin (brian.curtin) * (2010-04-07) terry.reedy (2010-08-07)
8326 Cannot import name SemLock on Ubuntu lucid normal normal Python 3.1   David Coconut (coconutrb) (2010-04-06) mark.dickinson (2010-04-15)
8314 test_ctypes fails in test_ulonglong on sparc buildbots normal normal Python 2.7 buildbot, patch R. David Murray (r.david.murray) * (2010-04-05) mark.dickinson (2010-04-21)
8315 ./python -m unittest test.test_importlib doesn't work normal normal Python 3.2   Barry A. Warsaw (barry) (2010-04-05) michael.foord (2010-08-05)
8318 Deprecation of multifile inappropriate or incomplete normal normal Python 2.7   Tres Seaver (tseaver) (2010-04-05) terry.reedy (2010-08-04)
8323 multiprocessing.Queue ignores pickle restrictions in .put() normal normal Python 2.6, Python 2.7   Robin Schoonover (rschoon) (2010-04-05) benjamin.peterson (2010-04-05)
8311 wave module sets data subchunk size incorrectly when writing wav file normal normal Python 2.6   Jeff Pursell (Jeff.Pursell) (2010-04-04) r.david.murray (2010-04-04)
8296 multiprocessing.Pool hangs when issuing KeyboardInterrupt normal normal Python 2.6, Python 2.7 patch Andrey Vlasovskikh (vlasovskikh) (2010-04-03) gdb (2010-08-27)
8297 AttributeError message text should include module name low normal Python 2.7, Python 3.2 patch Chris Jerdonek (cjerdonek) (2010-04-03) ysj.ray (2010-07-23)
8304 strftime and Unicode characters normal normal Python 3.1, Python 3.2   (AndiDog) (2010-04-03) brian.curtin (2010-04-04)
8305 memoview[0] creates an invalid view if ndim != 1 normal normal Python 3.1, Python 2.7, Python 3.2   STINNER Victor (haypo) (2010-04-03) pitrou (2010-04-22)
8286 distutils: path '[...]' cannot end with '/' -- need better error message normal normal Python 3.3, Python 3.2   Sridhar Ratnakumar (srid) (2010-04-02) srid (2010-07-21)
8289 multiprocessing.Process.__init__ pickles all arguments normal normal Python 3.2   Ram Rachum (cool-RR) (2010-04-02) terry.reedy (2010-07-11)
8293 HTTPSConnection.close() does not immediately close the connection. normal normal Python 2.6   David Andrzejewski (dandrzejewski) (2010-04-02) pitrou (2010-07-21)
8277 ElementTree won't parse comments normal normal Python 3.2   Patrick W. (poke) (2010-04-01) flox (2010-08-08)
8278 os.utime doesn't allow a atime (Last Access) which is 27 years in the future. normal normal Python 2.6 patch ramson (ramson) (2010-04-01) amaury.forgeotdarc (2010-04-02)
8285 IDLE not smart indenting correctly in nested statements normal normal Python 3.1, Python 2.7, Python 3.2   (Tofystedeth) (2010-04-01) terry.reedy (2010-08-05)
8270 Should socket.PF_PACKET be removed, in favor of socket.AF_PACKET? low normal Python 3.2   Denilson Figueiredo de Sá (denilsonsa) (2010-03-31) pitrou (2010-03-31)
8271 str.decode('utf8', 'replace') -- conformance with Unicode 5.2.0 normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2 needs review, patch John Machin (sjmachin) (2010-03-31) sjmachin (2010-07-03)
8273 move generally useful test.support functions into the unittest package low normal Python 3.3, Python 3.2   Tarek Ziadé (tarek) * (2010-03-31) flox (2010-09-03)
8274 test_run failing normal normal Python 2.6   Zubin Mithra (zubin71) (2010-03-31) aconrad (2010-04-20)
8275 callback function on win64 results in bad behavior. mem corruption? normal normal Python 2.6, Python 2.7   Jasmit (ocrush) (2010-03-31) ocrush (2010-04-07)
8264 hasattr doensn't show private (double underscore) attributes exist normal normal Python 2.6, Python 3.1, Python 2.7, Python 3.2   Nick Craig-Wood (ncw) (2010-03-30) r.david.murray (2010-03-30)
8267 Tutorial section on dictionary keys recommends sort instead of sorted low normal Python 2.7 easy Kent Engström (kent) (2010-03-30) terry.reedy (2010-08-04)
8269 Missing return values for PyUnicode C/API functions normal normal Python 3.1, Python 2.7, Python 3.2   Arnaud Fontaine (arnau) (2010-03-30) terry.reedy (2010-08-07)
8260 When I use codecs.open(...) and f.readline() follow up by f.read() return bad result normal normal Python 2.6 patch harobed (harobed) (2010-03-29) amaury.forgeotdarc (2010-03-31)
8247 Can't Import Tkinter normal normal Python 2.6   Matt B (SevenThunders) (2010-03-28) loewis (2010-03-28)
8252 add a metadata section in setup.cfg normal normal Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2 gsoc Tarek Ziadé (tarek) * (2010-03-28) eric.araujo (2010-07-17)
8253 add a resource+files section in setup.cfg normal normal Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2 gsoc Tarek Ziadé (tarek) * (2010-03-28) eric.araujo (2010-08-21)
8254 write a configure command normal normal Python 2.6, Python 3.1, Python 2.5, Python 2.7, Python 3.2 gsoc Tarek Ziadé (tarek) * (2010-03-28) eric.araujo (2010-08-20)
8255 step-by-step tutorial normal normal Python 3.1, Python 2.7, Python 3.3, Python 3.2, Python 2.6, Python 2.5   Tarek Ziadé (tarek) * (2010-03-28) meatballhat (2010-05-01)
8256 input() doesn't catch _PyUnicode_AsString() exception; io.StringIO().encoding is None normal normal Python 3.1, Python 3.2 patch Bruce Frederiksen (dangyogi) (2010-03-28) haypo (2010-05-14)

You're viewing the open tickets from 8256 to 8548
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.09 secs - Powered by Python, of course, :)