summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove comment about improvement: pystone is about the same, andAndrew M. Kuchling2008-09-171-3/+0
* Markup fixesAndrew M. Kuchling2008-09-171-7/+5
* usageSkip Montanaro2008-09-171-1/+1
* #3888: add some deprecated modules in whatsnew.Georg Brandl2008-09-171-1/+18
* be less wordyBenjamin Peterson2008-09-161-6/+6
* Fix typo.Georg Brandl2008-09-161-1/+1
* Merged revisions 66470 via svnmerge fromBenjamin Peterson2008-09-151-4/+2
* Rewrite item a bitAndrew M. Kuchling2008-09-151-3/+6
* mention that object.__init__ no longer takes arbitrary args and kwargsBenjamin Peterson2008-09-151-0/+4
* Pick up a few more definitions from the glossary on the wiki.Skip Montanaro2008-09-151-0/+29
* Review usage. Fix a mistake in the new-style class definition. Add aSkip Montanaro2008-09-151-85/+104
* Fix grammar.Martin v. Löwis2008-09-151-2/+2
* Set eol-style to native.Martin v. Löwis2008-09-141-44/+44
* Issue #3617: Include a licensing statement regarding the Microsoft C runtime ...Martin v. Löwis2008-09-143-0/+51
* clarify that radix for int is not 'guessed'Benjamin Peterson2008-09-141-8/+8
* fix a name issue; note all doc files should be encoded in utf8Benjamin Peterson2008-09-131-6/+4
* Issue #3850: Misc/find_recursionlimit.py was broken.Antoine Pitrou2008-09-132-8/+27
* Merged revisions 66191,66418,66438,66445 via svnmerge fromBenjamin Peterson2008-09-136-11/+452
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-1334-205/+189
* remove duplicate targetBenjamin Peterson2008-09-131-1/+0
* Incorporate some suggestions by Tait Stevens.Georg Brandl2008-09-134-27/+42
* Change product code of Win64 installer to allow simultaneous installation on ...Martin v. Löwis2008-09-131-1/+9
* Issue #3833: Use a different upgrade code for Win64 installers.Martin v. Löwis2008-09-132-0/+7
* Use title caseAndrew M. Kuchling2008-09-131-1/+1
* #3288: Document as_integer_ratioAndrew M. Kuchling2008-09-131-1/+12
* Remove extra 'the'; the following title includes itAndrew M. Kuchling2008-09-131-1/+1
* Use title caseAndrew M. Kuchling2008-09-131-1/+1
* Update uses of string exceptionsAndrew M. Kuchling2008-09-134-9/+7
* Fix SyntaxErrorAndrew M. Kuchling2008-09-131-2/+2
* Subclass exceptionAndrew M. Kuchling2008-09-131-1/+2
* Remove semicolonAndrew M. Kuchling2008-09-131-1/+1
* #687648 from Robert Schuppenies: use classic division.Andrew M. Kuchling2008-09-1312-33/+33
* #687648 from Robert Schuppenies: use classic division. From me: remove two s...Andrew M. Kuchling2008-09-131-2/+2
* #687648 from Robert Schuppenies: use classic division. From me: don't use st...Andrew M. Kuchling2008-09-131-5/+10
* #687648 from Robert Schuppenies: use classic division. From me: don't use st...Andrew M. Kuchling2008-09-131-3/+11
* #687648 from Robert Schuppenies: use classic division. (RM Barry gave permis...Andrew M. Kuchling2008-09-132-28/+28
* post release updatesBarry Warsaw2008-09-132-1/+13
* Tagging 2.6rc1Barry Warsaw2008-09-131-0/+1
* Fix the release levelv2.6rc1Barry Warsaw2008-09-121-2/+2
* Bumping to 2.6rc1Barry Warsaw2008-09-126-9/+9
* Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concu...Gerhard Häring2008-09-123-0/+10
* Fixes issue #3103. In the sqlite3 module, made one more function static. All ...Gerhard Häring2008-09-129-28/+31
* sqlite3 module: Mark iterdump() method as "Non-standard" like all the other m...Gerhard Häring2008-09-122-1/+3
* fix typoBenjamin Peterson2008-09-111-3/+3
* #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...Amaury Forgeot d'Arc2008-09-113-64/+139
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-1111-93/+254
* Issue #3642: Suppress warning in obmalloc when size_t isMartin v. Löwis2008-09-112-4/+5
* update asdl_c.py from r66377Benjamin Peterson2008-09-101-1/+1
* #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not forAmaury Forgeot d'Arc2008-09-105-6/+13
* Read unidata_version from unicodedata module.Martin v. Löwis2008-09-101-2/+9