summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-0827-290/+220
* Mention the change from patch #664376.Thomas Heller2003-01-081-0/+3
* Patch #664376: sys.path[0] should contain absolute pathname.Thomas Heller2003-01-081-0/+12
* Add notes about the linuxaudiodev and ossaudiodev modules.Fred Drake2003-01-081-0/+8
* - be explicit: audio data files should be opened in binary modeFred Drake2003-01-081-2/+2
* command doesn't work, but program does, not sure it's correct, thoughNeal Norwitz2003-01-081-1/+1
* There's no such method as has_option() -- should be has_extn().Greg Ward2003-01-081-2/+2
* Rewrite awkward/ungrammatical sentence.Greg Ward2003-01-081-3/+3
* Bump version numberAndrew M. Kuchling2003-01-081-1/+1
* Add reminder that ossaudiodev can/should also be built on FreeBSD.Greg Ward2003-01-081-0/+2
* Enable building and testing of ossaudiodev for Linux.Guido van Rossum2003-01-082-0/+8
* Note about rexec.py and Bastion.py. This requires doc changes andGuido van Rossum2003-01-071-0/+3
* Document EX_OK and friends.Barry Warsaw2003-01-071-0/+114
* Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. UsedBarry Warsaw2003-01-073-542/+1391
* SF #664011, move tarfile module in docsNeal Norwitz2003-01-071-1/+1
* all_ins(): EX_OK and friends, constants from sysexits.hBarry Warsaw2003-01-071-0/+57
* A note about EX_OK and friends in the posixmodule.Barry Warsaw2003-01-071-0/+2
* Fix from Michael Stone for SF bug #660476 and #513033 (bogus threadGuido van Rossum2003-01-073-13/+12
* A few more whitespace normalizations.Guido van Rossum2003-01-071-1/+4
* Various cleanups:Guido van Rossum2003-01-071-45/+80
* 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