]> granicus.if.org Git - python/shortlog
python
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.
2009-09-28 R. David MurrayPrevent test_bad_address failure when a domain in the...
2009-09-28 Mark DickinsonStyle/consistency/nano-optimization nit: replace occur...
2009-09-28 Kristján Valur... http://bugs.python.org/issue6836
2009-09-28 Kristján Valur... http://bugs.python.org/issue6836
2009-09-28 Kristján Valur... http://bugs.python.org/issue6836
2009-09-28 Skip MontanaroPatch from Thomas Barr so that csv.Sniffer will set...
2009-09-27 Michael FoordDocumentation improvement for load_tests protocol in...
2009-09-27 Michael FoordTest creation moved from TestProgram.parseArgs to TestP...
2009-09-27 Mark DickinsonEliminate unnecessary get_wrapped_(u)long defines in...
2009-09-27 Mark DickinsonIssue #6713: Improve decimal int -> string conversions...
2009-09-26 Vinay SajipTidied up name of parameter in StreamHandler
2009-09-26 Ezio Melotti#7000: document "sep" in capwords. Add a few tests
2009-09-26 Benjamin Petersoncomment out ugly xxx
2009-09-25 Andrew M. Kuchling#6243: fix segfault when keyname() returns a NULL pointer.
2009-09-25 Ezio Melotti#6994: fix typo in enumerate docstring
2009-09-25 Kristján Valur... http://bugs.python.org/issue6971
2009-09-24 Mark DickinsonIssue #6982: Add generated Lib/lib2to3/*.pickle files...
2009-09-23 Ezio Melottiimproved phrasing, markup and example
2009-09-22 Benjamin Petersonfix typos/rephrase
2009-09-22 Brett CannonFix a minor doc syntax typo.
2009-09-22 Ronald OussorenHalf of the fix for issue 6957: ensure that distutils
2009-09-22 Brett CannonFix whitespace.
2009-09-22 Vinay SajipFixed a typo, and added sections on optimization and...
2009-09-22 Ronald OussorenThe 'Navigation Toolbox' is not available at all for...
2009-09-22 Georg BrandlFix encoding name.
2009-09-22 Brett CannonWhen range checking was added to time.strftime() a...
2009-09-21 Antoine PitrouIssue #6236, #6348: Fix various failures in the io...
2009-09-21 Mark DickinsonSilence MSVC compiler warnings.
2009-09-21 Tarek Ziadéforgot to commit a file in previous commit (r74994...
2009-09-21 Tarek Ziadé#6954: Fixed crash when using DISTUTILS_DEBUG flag...
2009-09-21 Tarek Ziadéimproving distutils coverage
2009-09-21 Tarek Ziadéimproved distutils test coverage: now the DEBUG mode...
2009-09-20 Doug HellmannFix markup for external links.
2009-09-20 Ronald Oussoren* Make it easier to build custom installers (such as...
2009-09-20 Ronald OussorenFix typo in error message
2009-09-20 Ronald OussorenMerge a newer version of libffi_osx, based on the
2009-09-20 Ronald OussorenIssue 6877: this patch makes it possible to link the...
2009-09-20 Ronald OussorenFor for issue 6934: failures in postflight script in...
2009-09-20 Ronald OussorenFollowup for r74962
2009-09-20 Ronald OussorenFix for issue 6851: urllib.urlopen crashes in a thread...
2009-09-20 Ezio Melotti#6881 - fixed wrong return type; improved the formatting
2009-09-19 Georg BrandlAdd Mark Summerfield.
2009-09-19 Georg BrandlAdd Doug.
2009-09-19 Georg BrandlFix references to threading.enumerate().
2009-09-19 Georg Brandl#6946: fix duplicate index entries for datetime classes.
2009-09-19 Thomas HellerRemove unused variable and static function to fix compi...
2009-09-19 Georg BrandlUpdate bug tracker reference.
2009-09-19 Georg Brandl#6944: the argument to PyArg_ParseTuple should be a...
2009-09-18 Benjamin Petersontypo
2009-09-18 Benjamin Petersonbackport keyword argument support for bytearray.decode
2009-09-18 Georg Brandl#6930: clarify description about byteorder handling...
next