summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use regular expressions for branch matching, to avoid includingGuido van Rossum2003-01-071-8/+11
* Fix for SF bug #642358: only provide a new with a __dict__ orGuido van Rossum2003-01-072-4/+38
* Much clearer when super() is used.Raymond Hettinger2003-01-071-5/+5
* SF bug #652933 (for IdleFork): Open Module "math" FailsRaymond Hettinger2003-01-071-1/+4
* Revert change 1.37.Raymond Hettinger2003-01-071-12/+12
* SF patch #662433: Fill arraymodule's tp_iter and sq_contains slotsRaymond Hettinger2003-01-072-2/+127
* CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, KoreanBarry Warsaw2003-01-071-0/+37
* Add tarfile moduleAndrew M. Kuchling2003-01-071-0/+4
* Add a test for a feature added in rev. 2.82 of typeobject.c:Guido van Rossum2003-01-061-0/+53
* Add a refinement to SLOT1BINFULL() that fixes the problem reported inGuido van Rossum2003-01-061-1/+36
* GvR's idea to use memset() for the most common special case of repeatingRaymond Hettinger2003-01-061-1/+5
* Add some print statements in verbose mode to announce that the newestGuido van Rossum2003-01-061-0/+8
* * add mms (windows media) as another schemeSkip Montanaro2003-01-062-19/+18
* Add Tix and rexec changesAndrew M. Kuchling2003-01-061-1/+17
* Fix spelling.Raymond Hettinger2003-01-061-1/+1
* delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOSSkip Montanaro2003-01-061-6/+5
* removing - contains outdated informationSkip Montanaro2003-01-061-24/+0
* SF #642236, optparse LaTeX docs by Johannes GijsbersNeal Norwitz2003-01-066-0/+1821
* Strike any hint that from-import-* could ever be reasonable; it's aFred Drake2003-01-061-2/+1
* Disable the rexec test now that rexec is out of grace.Guido van Rossum2003-01-061-0/+2
* Remove bastion test outputGuido van Rossum2003-01-061-10/+0
* Fix some nits Guido brought up last August:Fred Drake2003-01-061-10/+8
* Disable the Bastion test now that Bastion is out of grace.Guido van Rossum2003-01-061-3/+3
* Sabotage rexec.py. It is not safe since the new-style classes.Guido van Rossum2003-01-062-0/+5
* Fix markup so this will format again.Fred Drake2003-01-061-1/+1
* SF bug #592859: os.chmod is underdocumentedRaymond Hettinger2003-01-061-0/+22
* Translate spaces in the machine name to underscoresAndrew M. Kuchling2003-01-061-2/+3
* SF bug #661848 and #631055: Clarify use of __all__.Raymond Hettinger2003-01-061-1/+4
* Patch #661760: Cygwin auto-import module patchJason Tishler2003-01-068-60/+33
* Used dictionaries rather than lists for membership testing.Raymond Hettinger2003-01-061-12/+12
* always also search on sys.path for res filesJust van Rossum2003-01-061-3/+2
* Optimize string_repeat.Raymond Hettinger2003-01-061-2/+11
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-061-0/+3
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-062-5/+6
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-058-0/+2637
* Fix a typoNeal Norwitz2003-01-051-1/+1
* - squashed bare except in rmtree()Just van Rossum2003-01-051-5/+5
* At least one Solaris box in the snake farm only supports "C" locale.Neal Norwitz2003-01-051-1/+5
* Move the statistical tests for four distributions into the unittest suite.Raymond Hettinger2003-01-052-3/+41
* PyCFunction_Call(): Combined two switch cases w/ identical bodies.Tim Peters2003-01-051-4/+2
* Add a test case.Raymond Hettinger2003-01-051-0/+19
* Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.Greg Ward2003-01-041-1/+1
* module to run commands in a Terminal.app windowJust van Rossum2003-01-041-0/+54
* datetime_from_timet_and_us(): ignore leap seconds if the platformTim Peters2003-01-043-21/+50
* correct comment (and add newline at end)Just van Rossum2003-01-041-2/+2
* Add Shockwave Flash.Guido van Rossum2003-01-041-0/+1
* Correct long standing bugs in the methods for random distributions.Raymond Hettinger2003-01-041-4/+6
* Fix typo.Martin v. Löwis2003-01-041-1/+1
* Remove appartment check from dooneevent. Fixes #660961.Martin v. Löwis2003-01-041-6/+17
* A new implementation of astimezone() that does what we agreed on in allTim Peters2003-01-045-65/+191