]> granicus.if.org Git - python/shortlog
python
2009-10-14 Antoine PitrouFix py3k warnings in the uuid module
2009-10-14 Antoine PitrouFix py3k warnings in httplib
2009-10-14 Antoine PitrouSilence py3k warning claiming to affect the random...
2009-10-14 Georg Brandl#7116: str.join() takes an iterable.
2009-10-14 Antoine PitrouFix failures in test_profilehooks when run with -3
2009-10-14 Antoine PitrouSilence some py3k warnings claiming to affect _pyio
2009-10-14 Antoine PitrouFix a py3k warning in the sndhdr module (found with...
2009-10-14 Antoine PitrouFix py3k warnings in the socket module
2009-10-14 Antoine PitrouFix a py3k warning in the StringIO module (exhibited...
2009-10-14 Antoine PitrouSilence a py3k warning claiming to affect Lib/calendar.py
2009-10-14 Antoine PitrouFix py3k warnings in bsddb
2009-10-14 Antoine PitrouFix a test_atexit failure when run with -3
2009-10-14 Antoine PitrouFix py3k warnings in the aifc module
2009-10-14 Neil SchemenauerIssue #1754094: Improve the stack depth calculation...
2009-10-14 Georg Brandl#7126: os.environ changes *do* take effect in subproces...
2009-10-14 Georg Brandl#7125: fix typo.
2009-10-14 R. David MurrayEnhanced Issue 7058 patch, which will not be backported...
2009-10-13 Amaury Forgeot... #7112: Fix compilation warning in unicodetype_db.h
2009-10-13 Georg BrandlFix markup.
2009-10-13 Andrew M. KuchlingVarious link, textual, and markup fixes
2009-10-13 Andrew M. KuchlingLink to PEP
2009-10-12 Benjamin Petersonplatform we don't care about
2009-10-11 Georg BrandlUpdate Misc/README.
2009-10-11 Georg BrandlAdd find_recursionlimit.py to README.
2009-10-11 Georg BrandlMove find_recursionlimit.py to Tools/scripts; it is...
2009-10-11 Antoine PitrouIssue #7084: Fix a (very unlikely) crash when printing...
2009-10-11 Georg BrandlFix broken links found by "make linkcheck". scipy...
2009-10-11 Georg BrandlAdd the Python FAQ lists to the documentation. Copied...
2009-10-11 Georg BrandlOverhaul of Demo/xml.
2009-10-11 Georg BrandlRemove ftpstats script, the daemon whose log files...
2009-10-11 Georg BrandlUpdate lpwatch script.
2009-10-11 Georg BrandlFix variable.
2009-10-11 Georg BrandlUse getopt in script.py demo.
2009-10-11 Mark DickinsonSet missing executable property on scripts
2009-10-11 Mark DickinsonFix 'primes 0 1'
2009-10-11 Georg BrandlUpdate primes script.
2009-10-11 Georg BrandlRemove useless script "mkrcs" and update README.
2009-10-11 Georg BrandlUpdate markov demo.
2009-10-11 Georg BrandlUpdate morse script, avoid globals, use iterators.
2009-10-11 Senthil KumaranFixed Issue6894, urllib2 doesn't respect "no_proxy...
2009-10-10 Georg BrandlModernize all around (dont ask me how useful that scrip...
2009-10-10 Georg BrandlStyle fixes.
2009-10-10 Georg BrandlModernize factorisation demo (mostly augassign.)
2009-10-10 Georg BrandlShow use of range() step argument nicely.
2009-10-10 Georg BrandlRemove outdated comment and fix a few style issues.
2009-10-10 Benjamin Petersonremove script which uses long gone module
2009-10-10 Georg BrandlRemove unneeded "L" suffixes.
2009-10-10 Georg BrandlBring old demo up-to-date.
2009-10-10 Antoine PitrouIssue #7055: test___all__ now greedily detects all...
2009-10-10 Vinay SajipIssue #7086: Added TCP support to SysLogHandler and...
2009-10-09 Benjamin Petersonreplace has_key with 'in' operator
2009-10-09 Benjamin Petersonreplace callable()
2009-10-09 R. David MurrayIssue #7082: When falling back to the MIME 'name' param...
2009-10-09 Benjamin Petersonfix some coding style
2009-10-09 Kristján Valur... http://bugs.python.org/issue7029
2009-10-09 Benjamin Petersondeath to old CVS keyword
2009-10-08 Mark DickinsonIssue #7051: Clarify behaviour of 'g' and 'G'-style...
2009-10-08 Mark DickinsonUpdate decimal test data to the most recent set from...
2009-10-08 Mark DickinsonIssue #7078: _struct.__doc__ was being ignored. Impor...
2009-10-08 Ronald OussorenEnsure that _scproxy gets build even when --disable...
2009-10-07 Mark DickinsonIssue #7048: logb should round its result when that...
2009-10-06 Amaury Forgeot... Add Anders Chrigstrom to Misc/ACKS for his work on...
2009-10-06 Amaury Forgeot... #1571184: makeunicodedata.py now generates the function...
2009-10-05 Andrew M. KuchlingRemove two notes
2009-10-05 Andrew M. KuchlingBackport r73983: Document the thousands separator.
2009-10-05 Andrew M. KuchlingUse standard comma punctuation; reword some sentences...
2009-10-05 Andrew M. KuchlingReword sentence
2009-10-05 Andrew M. KuchlingAdd various items
2009-10-05 Andrew M. KuchlingNote side benefit of socket.create_connection()
2009-10-05 Andrew M. KuchlingDocument 'skip' parameter to constructor
2009-10-05 Andrew M. KuchlingFix narkup
2009-10-05 Andrew M. KuchlingWording fix
2009-10-05 Amaury Forgeot... Fix compilation warning on Windows, where size_t is...
2009-10-05 R. David MurrayIssue #7058: Added save/restore for argv and os.environ...
2009-10-04 Mark DickinsonIssue #7042: Fix test_signal failure on OS X 10.6...
2009-10-04 Benjamin Petersontest logging
2009-10-03 Benjamin Peterson#7050 fix a SystemError when using tuple unpacking...
2009-10-03 Tarek Ziadénow uses the right exception type
2009-10-03 Mark DickinsonIssue #7028: Add note to hex() builtin docs pointing...
2009-10-03 Tarek Ziadéremoving the last remaning apply() calls
2009-10-02 Tarek Ziadé#6516 added owner/group support for tarfiles in Distutils
2009-10-01 Georg BrandlAdd NEWS entry for r75180.
2009-10-01 Georg Brandl#7031: Add TestCase.assertIsInstance and negated method.
2009-10-01 Georg BrandlFix some weird whitespace and two other overlong lines.
2009-10-01 Antoine PitrouSync the 2.x `io` docs with py3k, with a small note...
2009-10-01 Senthil KumaranThat's self.env.unset(k) and not env.unset(k) I was...
2009-10-01 Senthil Kumaranusing dict.unset(k) instead of del dict[k]. consistent...
2009-10-01 Senthil KumaranFix for issue7026 test_urllib: unsetting missing 'env...
2009-09-30 Mark DickinsonFix buggy accuracy test
2009-09-29 Gregory P.... Mention issue6972 in extractall docs about overwriting...
2009-09-29 Ronald OussorenFix for issue6957: ensure that the OSX installer
2009-09-29 Philip Jenvey#5329: fix os.popen* regression from 2.5: don't execute...
2009-09-29 Mark DickinsonIssue #7019: Unmarshalling of bad long data could...
2009-09-29 Raymond HettingerIssue 7008: Better document str.title and show how...
2009-09-29 Antoine PitrouIssue #6790: Make it possible again to pass an `array...
2009-09-29 Ronald Oussoren* Update the Mac/README file. Add the list of OSX-speci...
2009-09-29 Vinay SajipIssue #7014: logging: Improved IronPython 2.6 compatibi...
2009-09-29 Philip Jenvey#6990: clear threading.local's key only after its threa...
2009-09-28 Mark DickinsonIssue #3366: Add gamma function to math module.
2009-09-28 R. David MurrayApplying patches backported from 3.1, by Gregor Lingl.
next