summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Style fixes.Georg Brandl2009-10-101-6/+6
* Modernize factorisation demo (mostly augassign.)Georg Brandl2009-10-101-17/+19
* Show use of range() step argument nicely.Georg Brandl2009-10-101-5/+11
* Remove outdated comment and fix a few style issues.Georg Brandl2009-10-101-19/+16
* remove script which uses long gone moduleBenjamin Peterson2009-10-101-2/+0
* Remove unneeded "L" suffixes.Georg Brandl2009-10-101-5/+4
* Bring old demo up-to-date.Georg Brandl2009-10-101-32/+31
* Issue #7055: test___all__ now greedily detects all modules which have anAntoine Pitrou2009-10-102-145/+83
* Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...Vinay Sajip2009-10-105-77/+90
* replace has_key with 'in' operatorBenjamin Peterson2009-10-0929-71/+71
* replace callable()Benjamin Peterson2009-10-097-18/+18
* Issue #7082: When falling back to the MIME 'name' parameter, theR. David Murray2009-10-094-5/+7
* fix some coding styleBenjamin Peterson2009-10-091-13/+30
* http://bugs.python.org/issue7029Kristján Valur Jónsson2009-10-091-1/+1
* death to old CVS keywordBenjamin Peterson2009-10-091-6/+0
* Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting.Mark Dickinson2009-10-081-7/+25
* Update decimal test data to the most recent set from Mike Cowlishaw.Mark Dickinson2009-10-08143-148/+211
* Issue #7078: _struct.__doc__ was being ignored. Import it into struct.Mark Dickinson2009-10-083-8/+13
* Ensure that _scproxy gets build even when --disable-toolbox-glueRonald Oussoren2009-10-081-9/+9
* Issue #7048: logb should round its result when that result doesn't fitMark Dickinson2009-10-072-1/+5
* Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata.Amaury Forgeot d'Arc2009-10-061-0/+1
* #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,Amaury Forgeot d'Arc2009-10-067-1906/+3253
* Remove two notesAndrew M. Kuchling2009-10-051-5/+1
* Backport r73983: Document the thousands separator.Andrew M. Kuchling2009-10-051-1/+5
* Use standard comma punctuation; reword some sentences in the docsAndrew M. Kuchling2009-10-052-5/+5
* Reword sentenceAndrew M. Kuchling2009-10-051-1/+1
* Add various itemsAndrew M. Kuchling2009-10-051-144/+513
* Note side benefit of socket.create_connection()Andrew M. Kuchling2009-10-051-3/+7
* Document 'skip' parameter to constructorAndrew M. Kuchling2009-10-051-2/+10
* Fix narkupAndrew M. Kuchling2009-10-051-1/+1
* Wording fixAndrew M. Kuchling2009-10-051-1/+1
* Fix compilation warning on Windows, where size_t is 32bit but file offsets ar...Amaury Forgeot d'Arc2009-10-051-6/+7
* Issue #7058: Added save/restore for argv and os.environ to runtest_innerR. David Murray2009-10-052-0/+18
* Issue #7042: Fix test_signal failure on OS X 10.6 64-bit buildsMark Dickinson2009-10-042-0/+4
* test loggingBenjamin Peterson2009-10-041-0/+1
* #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