[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Apr 29 18:07:22 CEST 2011


ACTIVITY SUMMARY (2011-04-22 - 2011-04-29) Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message.

Issues counts and deltas: open 2760 ( +8) closed 20976 (+39) total 23736 (+47)

Open issues with patches: 1201

Issues opened (33)

#3561: Windows installer should add Python and Scripts directories to http://bugs.python.org/issue3561 reopened by ncoghlan

#10912: PyObject_RichCompare differs in behaviour from PyObject_RichCo http://bugs.python.org/issue10912 reopened by ncoghlan

#10914: Python sub-interpreter test http://bugs.python.org/issue10914 reopened by pitrou

#11895: pybench prep_times calculation error http://bugs.python.org/issue11895 reopened by jcea

#11908: Weird slice.stop or sys.maxint http://bugs.python.org/issue11908 opened by cool-RR

#11909: Doctest sees directives in strings when it should only see the http://bugs.python.org/issue11909 opened by Devin Jeanpierre

#11910: test_heapq C tests are not skipped when _heapq is missing http://bugs.python.org/issue11910 opened by ezio.melotti

#11912: Python shouldn't use the mprotect() system call http://bugs.python.org/issue11912 opened by breun

#11913: sdist should allow for README.rst http://bugs.python.org/issue11913 opened by ingy

#11914: pydoc modules/help('modules') crash in dirs with unreadable su http://bugs.python.org/issue11914 opened by okopnik

#11916: A few errnos from OSX http://bugs.python.org/issue11916 opened by pcarrier

#11920: ctypes: Strange bitfield structure sizing issue http://bugs.python.org/issue11920 opened by Steve.Thompson

#11921: distutils2 should be able to compile an Extension based on the http://bugs.python.org/issue11921 opened by dholth

#11924: Pickle and copyreg modules don't document the interface http://bugs.python.org/issue11924 opened by jcea

#11925: test_ttk_guionly.test_traversal() failed on "x86 Windows7 3.x" http://bugs.python.org/issue11925 opened by haypo

#11927: SMTP_SSL doesn't use port 465 by default http://bugs.python.org/issue11927 opened by pitrou

#11928: fail on filename with space at the end http://bugs.python.org/issue11928 opened by techtonik

#11930: Remove time.accept2dyear http://bugs.python.org/issue11930 opened by belopolsky

#11931: Regular expression documentation patch http://bugs.python.org/issue11931 opened by Retro

#11933: newer() function in dep_util.py mixes up new vs. old files due http://bugs.python.org/issue11933 opened by jsjgruber

#11934: build with --prefix=/dev/null and zlib enabled in Modules/Setu http://bugs.python.org/issue11934 opened by ysj.ray

#11935: MMDF/MBOX mailbox need utime http://bugs.python.org/issue11935 opened by sdaoden

#11937: Interix support http://bugs.python.org/issue11937 opened by mduft

#11939: Implement stat.st_dev and os.path.samefile on windows http://bugs.python.org/issue11939 opened by amaury.forgeotdarc

#11941: Support st_atim, st_mtim and st_ctim attributes in os.stat_res http://bugs.python.org/issue11941 opened by Arfrever

#11943: Add TLS-SRP (RFC 5054) support to ssl, _ssl, http, and urllib http://bugs.python.org/issue11943 opened by sqs

#11944: Function call with * and generator hide exception raised by ge http://bugs.python.org/issue11944 opened by falsetru

#11945: Adopt and document consistent semantics for handling NaN value http://bugs.python.org/issue11945 opened by ncoghlan

#11948: Tutorial/Modules - small fix to better clarify the modules sea http://bugs.python.org/issue11948 opened by sandro.tosi

#11949: Make float('nan') unorderable http://bugs.python.org/issue11949 opened by belopolsky

#11950: logger use dict for loggers instead of WeakValueDictionary http://bugs.python.org/issue11950 opened by mmarkk

#11953: Missing WSA* error codes http://bugs.python.org/issue11953 opened by pitrou

#11954: 3.3 - 'make test' fails http://bugs.python.org/issue11954 opened by Jason.Vas.Dias

Most recent 15 issues with no replies (15)

#11950: logger use dict for loggers instead of WeakValueDictionary http://bugs.python.org/issue11950

#11935: MMDF/MBOX mailbox need utime http://bugs.python.org/issue11935

#11934: build with --prefix=/dev/null and zlib enabled in Modules/Setu http://bugs.python.org/issue11934

#11924: Pickle and copyreg modules don't document the interface http://bugs.python.org/issue11924

#11916: A few errnos from OSX http://bugs.python.org/issue11916

#11909: Doctest sees directives in strings when it should only see the http://bugs.python.org/issue11909

#11898: Sending binary data with a POST request in httplib can cause U http://bugs.python.org/issue11898

#11894: test_multiprocessing failure on "AMD64 OpenIndiana 3.x": KeyEr http://bugs.python.org/issue11894

#11893: Obsolete SSLFakeFile in smtplib? http://bugs.python.org/issue11893

#11887: unittest fails on comparing str with bytes if python has the - http://bugs.python.org/issue11887

#11870: test_3_join_in_forked_from_thread() of test_threading hangs 1 http://bugs.python.org/issue11870

#11869: Include information about the bug tracker Rietveld code review http://bugs.python.org/issue11869

#11866: race condition in threading._newname() http://bugs.python.org/issue11866

#11838: IDLE: make interactive code savable as a runnable script http://bugs.python.org/issue11838

#11836: multiprocessing.queues.SimpleQueue is undocumented http://bugs.python.org/issue11836

Most recent 15 issues waiting for review (15)

#11949: Make float('nan') unorderable http://bugs.python.org/issue11949

#11948: Tutorial/Modules - small fix to better clarify the modules sea http://bugs.python.org/issue11948

#11943: Add TLS-SRP (RFC 5054) support to ssl, _ssl, http, and urllib http://bugs.python.org/issue11943

#11937: Interix support http://bugs.python.org/issue11937

#11935: MMDF/MBOX mailbox need utime http://bugs.python.org/issue11935

#11931: Regular expression documentation patch http://bugs.python.org/issue11931

#11930: Remove time.accept2dyear http://bugs.python.org/issue11930

#11927: SMTP_SSL doesn't use port 465 by default http://bugs.python.org/issue11927

#11916: A few errnos from OSX http://bugs.python.org/issue11916

#11910: test_heapq C tests are not skipped when _heapq is missing http://bugs.python.org/issue11910

#11909: Doctest sees directives in strings when it should only see the http://bugs.python.org/issue11909

#11898: Sending binary data with a POST request in httplib can cause U http://bugs.python.org/issue11898

#11895: pybench prep_times calculation error http://bugs.python.org/issue11895

#11887: unittest fails on comparing str with bytes if python has the - http://bugs.python.org/issue11887

#11883: Call connect() before sending an email with smtplib http://bugs.python.org/issue11883

Top 10 most discussed issues (10)

#11954: 3.3 - 'make test' fails http://bugs.python.org/issue11954 16 msgs

#10914: Python sub-interpreter test http://bugs.python.org/issue10914 13 msgs

#11945: Adopt and document consistent semantics for handling NaN value http://bugs.python.org/issue11945 11 msgs

#3526: Customized malloc implementation on SunOS and AIX http://bugs.python.org/issue3526 9 msgs

#9614: _pickle is not entirely 64-bit safe http://bugs.python.org/issue9614 7 msgs

#11849: glibc allocator doesn't release all free()ed memory http://bugs.python.org/issue11849 7 msgs

#11912: Python shouldn't use the mprotect() system call http://bugs.python.org/issue11912 7 msgs

#11930: Remove time.accept2dyear http://bugs.python.org/issue11930 7 msgs

#11933: newer() function in dep_util.py mixes up new vs. old files due http://bugs.python.org/issue11933 7 msgs

#9390: Error in sys.excepthook on windows when redirecting output of http://bugs.python.org/issue9390 6 msgs

Issues closed (39)

#2736: datetime needs an "epoch" method http://bugs.python.org/issue2736 closed by belopolsky

#6780: startswith error message is incomplete http://bugs.python.org/issue6780 closed by ezio.melotti

#8326: Cannot import name SemLock on Ubuntu http://bugs.python.org/issue8326 closed by barry

#10517: test_concurrent_futures crashes with "--with-pydebug" on RHEL5 http://bugs.python.org/issue10517 closed by pitrou

#10632: multiprocessing generates a fatal error http://bugs.python.org/issue10632 closed by jnoller

#10761: tarfile.extractall fails to overwrite symlinks http://bugs.python.org/issue10761 closed by python-dev

#11005: Assertion error on RLock._acquire_restore http://bugs.python.org/issue11005 closed by haypo

#11236: getpass.getpass does not respond to ctrl-c or ctrl-z http://bugs.python.org/issue11236 closed by orsenthil

#11324: ConfigParser(interpolation=None) doesn't work http://bugs.python.org/issue11324 closed by python-dev

#11332: Increase logging/init.py coverage to 97% http://bugs.python.org/issue11332 closed by vinay.sajip

#11382: some posix module functions unnecessarily release the GIL http://bugs.python.org/issue11382 closed by pitrou

#11670: configparser read_file now iterates over f, docs still say it http://bugs.python.org/issue11670 closed by python-dev

#11786: ConfigParser.[Raw]ConfigParser optionxform() http://bugs.python.org/issue11786 closed by python-dev

#11811: ssl.get_server_certificate() does not work for IPv6 addresses http://bugs.python.org/issue11811 closed by pitrou

#11832: Add option to pause regrtest to attach a debugger http://bugs.python.org/issue11832 closed by brian.curtin

#11856: Optimize parsing of JSON numbers http://bugs.python.org/issue11856 closed by pitrou

#11858: configparser.ExtendedInterpolation and section case http://bugs.python.org/issue11858 closed by python-dev

#11860: reference 2.3 has text that runs past the page http://bugs.python.org/issue11860 closed by terry.reedy

#11884: Argparse calls ngettext but doesn't import it http://bugs.python.org/issue11884 closed by eric.araujo

#11901: Docs for sys.hexversion should give the algorithm http://bugs.python.org/issue11901 closed by r.david.murray

#11907: SysLogHandler can't send long messages http://bugs.python.org/issue11907 closed by vinay.sajip

#11911: Interlink Python versions docs http://bugs.python.org/issue11911 closed by ezio.melotti

#11915: test_ctypes hangs in sandbox http://bugs.python.org/issue11915 closed by Arfrever

#11917: Test Error http://bugs.python.org/issue11917 closed by Abbaszadeh

#11918: Drop OS/2 and VMS support in Python 3.3 http://bugs.python.org/issue11918 closed by haypo

#11919: test_imp failures http://bugs.python.org/issue11919 closed by pitrou

#11922: Add General Index to Windows .chm help file Contents http://bugs.python.org/issue11922 closed by terry.reedy

#11923: gcc: unrecognized option '-n32' http://bugs.python.org/issue11923 closed by paulg_ca

#11926: help("keywords") returns incomplete list of keywords http://bugs.python.org/issue11926 closed by ezio.melotti

#11929: Improve usage of PEP8 in Docs/includes/* http://bugs.python.org/issue11929 closed by rhettinger

#11932: Email multipart boundary detection fails on a wrapped header http://bugs.python.org/issue11932 closed by davidstrauss

#11936: plistlib.writePlistToBytes does not exist on 2.6 (osx) and do http://bugs.python.org/issue11936 closed by ned.deily

#11938: duplicated test name in getattr_static's test case http://bugs.python.org/issue11938 closed by ezio.melotti

#11940: Howto/Advocacy - update the link to John Ousterhout paper http://bugs.python.org/issue11940 closed by rhettinger

#11942: Fix signature of Py_AddPendingCall http://bugs.python.org/issue11942 closed by ezio.melotti

#11946: 2.7.1 'test_commands' build test fails http://bugs.python.org/issue11946 closed by r.david.murray

#11947: re.IGNORECASE does not match literal "_" (underscore) http://bugs.python.org/issue11947 closed by ezio.melotti

#11951: Mac OSX IDLE 3.2 does not allow entering text into toolbar win http://bugs.python.org/issue11951 closed by ned.deily

#11952: typo in multiprocessing documentation: main method should http://bugs.python.org/issue11952 closed by ezio.melotti



More information about the Python-Dev mailing list