summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* #7050 fix a SystemError when using tuple unpacking and augmented assignmentBenjamin Peterson2009-10-033-0/+19
* now uses the right exception typeTarek Ziadé2009-10-031-2/+2
* Issue #7028: Add note to hex() builtin docs pointing to float.hex().Mark Dickinson2009-10-031-0/+5
* removing the last remaning apply() callsTarek Ziadé2009-10-033-3/+3
* #6516 added owner/group support for tarfiles in DistutilsTarek Ziadé2009-10-029-20/+234
* Add NEWS entry for r75180.Georg Brandl2009-10-011-0/+2
* #7031: Add TestCase.assertIsInstance and negated method.Georg Brandl2009-10-013-0/+41
* Fix some weird whitespace and two other overlong lines.Georg Brandl2009-10-011-4/+7
* Sync the 2.x `io` docs with py3k, with a small note as to the distinctionAntoine Pitrou2009-10-011-158/+267
* That's self.env.unset(k) and not env.unset(k) I was heading back to the problem.Senthil Kumaran2009-10-011-1/+1
* using dict.unset(k) instead of del dict[k]. consistent with release26-maintSenthil Kumaran2009-10-011-1/+1
* Fix for issue7026 test_urllib: unsetting missing 'env' variable.Senthil Kumaran2009-10-011-1/+1
* Fix buggy accuracy testMark Dickinson2009-09-301-1/+1
* Mention issue6972 in extractall docs about overwriting things outside ofGregory P. Smith2009-09-291-0/+7
* Fix for issue6957: ensure that the OSX installerRonald Oussoren2009-09-291-13/+35
* #5329: fix os.popen* regression from 2.5: don't execute commands as a sequencePhilip Jenvey2009-09-295-42/+109
* Issue #7019: Unmarshalling of bad long data could produce unnormalizedMark Dickinson2009-09-293-3/+21
* Issue 7008: Better document str.title and show how to work around the apostro...Raymond Hettinger2009-09-291-2/+22
* Issue #6790: Make it possible again to pass an `array.array` toAntoine Pitrou2009-09-294-2/+22
* * Update the Mac/README file. Add the list of OSX-specific configure optionsRonald Oussoren2009-09-293-18/+97
* Issue #7014: logging: Improved IronPython 2.6 compatibility.Vinay Sajip2009-09-291-6/+14
* #6990: clear threading.local's key only after its thread state is removed:Philip Jenvey2009-09-293-1/+42
* Issue #3366: Add gamma function to math module.Mark Dickinson2009-09-285-35/+571
* Applying patches backported from 3.1, by Gregor Lingl.R. David Murray2009-09-282-4/+10
* Prevent test_bad_address failure when a domain in the dns searchR. David Murray2009-09-281-8/+18
* Style/consistency/nano-optimization nit: replace occurrences ofMark Dickinson2009-09-281-6/+6
* http://bugs.python.org/issue6836Kristján Valur Jónsson2009-09-281-1/+1
* http://bugs.python.org/issue6836Kristján Valur Jónsson2009-09-283-20/+97
* http://bugs.python.org/issue6836Kristján Valur Jónsson2009-09-281-3/+11
* Patch from Thomas Barr so that csv.Sniffer will set doublequote property.Skip Montanaro2009-09-282-6/+25
* Documentation improvement for load_tests protocol in unittest. Issue 6515.Michael Foord2009-09-271-0/+5
* Test creation moved from TestProgram.parseArgs to TestProgram.createTests exc...Michael Foord2009-09-271-5/+8
* Eliminate unnecessary get_wrapped_(u)long defines in struct module.Mark Dickinson2009-09-271-9/+6
* Issue #6713: Improve decimal int -> string conversions. Thanks GawainMark Dickinson2009-09-272-11/+30
* Tidied up name of parameter in StreamHandlerVinay Sajip2009-09-262-7/+7
* #7000: document "sep" in capwords. Add a few testsEzio Melotti2009-09-263-10/+17
* comment out ugly xxxBenjamin Peterson2009-09-261-2/+2
* #6243: fix segfault when keyname() returns a NULL pointer.Andrew M. Kuchling2009-09-252-4/+12
* #6994: fix typo in enumerate docstringEzio Melotti2009-09-251-1/+1
* http://bugs.python.org/issue6971Kristján Valur Jónsson2009-09-252-15/+43
* Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target.Mark Dickinson2009-09-241-1/+2
* improved phrasing, markup and exampleEzio Melotti2009-09-231-8/+9
* fix typos/rephraseBenjamin Peterson2009-09-221-5/+5
* Fix a minor doc syntax typo.Brett Cannon2009-09-221-1/+1
* Half of the fix for issue 6957: ensure that distutilsRonald Oussoren2009-09-221-0/+23
* Fix whitespace.Brett Cannon2009-09-221-42/+43
* Fixed a typo, and added sections on optimization and using arbitrary objects ...Vinay Sajip2009-09-221-1/+48
* The 'Navigation Toolbox' is not available at all for 64-bitRonald Oussoren2009-09-221-22/+13
* Fix encoding name.Georg Brandl2009-09-221-1/+1
* When range checking was added to time.strftime() a check was placed on tm_isdstBrett Cannon2009-09-224-10/+12