Patch / Bug Summary ___________________ Patches : 243 open ( +2) / 2319 closed ( +4) / 2562 total ( +6) Bugs : 728 open (+17) / 3904 closed (+12) / 4632 total (+29) RFE : 130 open ( +3) / 119 closed ( +1) / 249 total ( +4) New / Reopened Patches ______________________ Add Py_InitializeEx to allow embedding without signals. (2004-02-19) http://python.org/sf/900727 opened by Dave Wilson catch invalid chunk length in httplib read routine (2004-02-20) http://python.org/sf/900744 opened by Wummel markupbase misses comments (bug 736659) (2004-02-20) http://python.org/sf/901369 opened by Jim Jewett urllib2.parse_http_list bugfix 735248 (2004-02-20) http://python.org/sf/901480 opened by Jim Jewett FreeBSD new pthread problem with system scope (2004-02-23) http://python.org/sf/902444 opened by Hye-Shik Chang dict.update should take a 2-tuple sequence like dict.__init_ (2004-02-25) http://python.org/sf/904720 opened by Bob Ippolito Patches Closed ______________ bdist_wininst pre-install script, and --target-version fix (2004-02-08) http://python.org/sf/892660 closed by theller logging says to call shutdown - make it more likely (2004-01-21) http://python.org/sf/881676 closed by vsajip Refactored patch #815911 for logging with SocketHandler (2003-12-01) http://python.org/sf/851993 closed by vsajip Extension logging.handlers.SocketHandler (2003-10-01) http://python.org/sf/815911 closed by vsajip New / Reopened Bugs ___________________ Duplicated <link rel="next"> in <head> (2004-02-18) http://python.org/sf/899423 opened by Joseph Walton 1==float('nan') (2004-02-17) http://python.org/sf/899109 reopened by mwh optparse: usage issues (2004-02-19) http://python.org/sf/900071 opened by Simon Dahlbacka hotshot.stats.load (2004-02-19) http://python.org/sf/900092 opened by Simon Dahlbacka cgi.fieldStorage doesn't grok standards env. variables (2004-02-19) http://python.org/sf/900112 opened by Dominique Hazaël-Massieux win shell interpreter error (arithmetic) (2004-02-19) http://python.org/sf/900494 opened by Mark Okamura IDLE docs broken on OSX (2004-02-19) http://python.org/sf/900580 opened by Jonathan Brandmeyer add logging.shutdown() to python logging module example code (2004-02-19) http://python.org/sf/900626 opened by Manuel Schulte urllib2 AuthHandlers can pass a bad host to HTTPPasswordMgr (2004-02-20) http://python.org/sf/900898 opened by James Kruth plat-mac/videoreader.py not working on OS X (2004-02-20) http://python.org/sf/900949 opened by Dinu C. Gherman cygwinccompiler.get_versions fails on `ld -v` output (2004-02-20) http://python.org/sf/900977 opened by Pearu Peterson strange behaviour of xmlrpclib.Server proxy (2004-02-20) http://python.org/sf/901198 opened by Andreas Eisele random.randint fails for some ranges (2004-02-20) http://python.org/sf/901285 opened by paul rubin logging handlers can close without flush (2004-02-20) http://python.org/sf/901330 opened by Jim Jewett random.seed not initialized as advertised (2004-02-21) http://python.org/sf/901605 opened by paul rubin split method documentation can be improved (2004-02-21) http://python.org/sf/901654 opened by Sjoerd Mullender extra_path kwarg to setup() undocumented (2004-02-21) http://python.org/sf/901727 opened by Bob Ippolito relative on-disk SYSTEM id handling is incorrect (2004-02-22) http://python.org/sf/902037 opened by Bob Ippolito pydoc insists upon producing file: URLs (2004-02-22) http://python.org/sf/902061 opened by Matthias Klose fails building C++ extensions when configured --without-cxx (2004-02-22) http://python.org/sf/902065 opened by Matthias Klose urllib2 should be more robust for sloppy proxy URLs (2004-02-22) http://python.org/sf/902075 opened by Matthias Klose Thread start - strange error under Cygwin (2004-02-22) http://python.org/sf/902151 opened by Artur de Sousa Rocha Timezone miscalculation (time.mktime) (2004-02-22) http://python.org/sf/902172 opened by Marti Raudsepp Encodings: koi8-u.py -- errata in decoding map (2004-02-23) http://python.org/sf/902501 opened by Alexander Belchenko doctest confused by super-instances in class-dicts (2004-02-23) http://python.org/sf/902628 opened by Christian Tanzer help("exec") doesn't work (2004-02-23) http://python.org/sf/902998 opened by Tom Lynn OpenVMS file system and UNIVERSAL_NEWLINES support (2004-02-24) http://python.org/sf/903339 opened by Piéronne Jean-François cPickle/pickle incompatibility (2004-02-24) http://python.org/sf/903483 reopened by tismer File read of Chinese utf-16-le treats upper byte 1A as EOF (2004-02-25) http://python.org/sf/904474 opened by Ron Rother threading docs, start error should be specified (2004-02-25) http://python.org/sf/904498 opened by Russell Owen test_tcl fails -- "can't find package Tclx" (2004-02-26) http://python.org/sf/905046 opened by Michael Hudson Bugs Closed ___________ 1==float('nan') (2004-02-17) http://python.org/sf/899109 closed by mwh win shell interpreter error (arithmetic) (2004-02-19) http://python.org/sf/900494 closed by tim_one add logging.shutdown() to python logging module example code (2004-02-19) http://python.org/sf/900626 closed by vsajip logging.shutdown() exception (2003-11-14) http://python.org/sf/842170 closed by vsajip random.randint fails for some ranges (2004-02-20) http://python.org/sf/901285 closed by rhettinger logging handlers can close without flush (2004-02-20) http://python.org/sf/901330 closed by vsajip random.seed not initialized as advertised (2004-02-21) http://python.org/sf/901605 closed by rhettinger Incorrect ZeroDivisionError message with __future__ division (2004-01-26) http://python.org/sf/884841 closed by rhettinger Timezone miscalculation (time.mktime) (2004-02-22) http://python.org/sf/902172 closed by sipsick Encodings: koi8-u.py -- errata in decoding map (2004-02-23) http://python.org/sf/902501 closed by lemburg help("exec") doesn't work (2004-02-23) http://python.org/sf/902998 closed by tlynn cPickle/pickle incompatibility (2004-02-24) http://python.org/sf/903483 closed by tismer codecs.open().readlines(sizehint) bug (2003-11-18) http://python.org/sf/844561 closed by lemburg bsddb btree set_location() semantics changed (2003-08-13) http://python.org/sf/788421 closed by greg New / Reopened RFE __________________ bundlebuilder: some way to add non-py files in packages (2004-02-19) http://python.org/sf/900502 opened by Russell Owen bundlebuilder: an arg to disable zipping the code (2004-02-19) http://python.org/sf/900506 opened by Russell Owen bundlebuilder: easily keep main routine in orig location (2004-02-19) http://python.org/sf/900514 opened by Russell Owen cPickle/pickle incompatibility (2004-02-24) http://python.org/sf/903483 opened by Christian Tismer http://doc.python.org (2004-02-25) http://python.org/sf/904770 opened by Bob Ippolito RFE Closed __________ Enable __slots__ for meta-types (2003-03-02) http://python.org/sf/696184 closed by tismer
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4