| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated the list of expected skips for MacPython-OS9. | Jack Jansen | 2003-01-08 | 1 | -0/+8 |
|
|
* | n the Mac the frozen import that should fail actually succeeds, and we know i... | Jack Jansen | 2003-01-08 | 1 | -6/+7 |
|
|
* | Added the Mac to platforms that don't have user/group/other modes. | Jack Jansen | 2003-01-08 | 1 | -3/+6 |
|
|
* | Made "ascii" the default encoding for MacPython, as suggested by MvL, and rip... | Jack Jansen | 2003-01-08 | 1 | -0/+5 |
|
|
* | Added a couple of casts to make this compile with CodeWarrior. | Jack Jansen | 2003-01-08 | 1 | -3/+3 |
|
|
* | Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. | Jack Jansen | 2003-01-08 | 27 | -290/+220 |
|
|
* | Mention the change from patch #664376. | Thomas Heller | 2003-01-08 | 1 | -0/+3 |
|
|
* | Patch #664376: sys.path[0] should contain absolute pathname. | Thomas Heller | 2003-01-08 | 1 | -0/+12 |
|
|
* | Add notes about the linuxaudiodev and ossaudiodev modules. | Fred Drake | 2003-01-08 | 1 | -0/+8 |
|
|
* | - be explicit: audio data files should be opened in binary mode | Fred Drake | 2003-01-08 | 1 | -2/+2 |
|
|
* | command doesn't work, but program does, not sure it's correct, though | Neal Norwitz | 2003-01-08 | 1 | -1/+1 |
|
|
* | There's no such method as has_option() -- should be has_extn(). | Greg Ward | 2003-01-08 | 1 | -2/+2 |
|
|
* | Rewrite awkward/ungrammatical sentence. | Greg Ward | 2003-01-08 | 1 | -3/+3 |
|
|
* | Bump version number | Andrew M. Kuchling | 2003-01-08 | 1 | -1/+1 |
|
|
* | Add reminder that ossaudiodev can/should also be built on FreeBSD. | Greg Ward | 2003-01-08 | 1 | -0/+2 |
|
|
* | Enable building and testing of ossaudiodev for Linux. | Guido van Rossum | 2003-01-08 | 2 | -0/+8 |
|
|
* | Note about rexec.py and Bastion.py. This requires doc changes and | Guido van Rossum | 2003-01-07 | 1 | -0/+3 |
|
|
* | Document EX_OK and friends. | Barry Warsaw | 2003-01-07 | 1 | -0/+114 |
|
|
* | Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used | Barry Warsaw | 2003-01-07 | 3 | -542/+1391 |
|
|
* | SF #664011, move tarfile module in docs | Neal Norwitz | 2003-01-07 | 1 | -1/+1 |
|
|
* | all_ins(): EX_OK and friends, constants from sysexits.h | Barry Warsaw | 2003-01-07 | 1 | -0/+57 |
|
|
* | A note about EX_OK and friends in the posixmodule. | Barry Warsaw | 2003-01-07 | 1 | -0/+2 |
|
|
* | Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread | Guido van Rossum | 2003-01-07 | 3 | -13/+12 |
|
|
* | A few more whitespace normalizations. | Guido van Rossum | 2003-01-07 | 1 | -1/+4 |
|
|
* | Various cleanups: | Guido van Rossum | 2003-01-07 | 1 | -45/+80 |
|
|
* | Use regular expressions for branch matching, to avoid including | Guido van Rossum | 2003-01-07 | 1 | -8/+11 |
|
|
* | Fix for SF bug #642358: only provide a new with a __dict__ or | Guido van Rossum | 2003-01-07 | 2 | -4/+38 |
|
|
* | Much clearer when super() is used. | Raymond Hettinger | 2003-01-07 | 1 | -5/+5 |
|
|
* | SF bug #652933 (for IdleFork): Open Module "math" Fails | Raymond Hettinger | 2003-01-07 | 1 | -1/+4 |
|
|
* | Revert change 1.37. | Raymond Hettinger | 2003-01-07 | 1 | -12/+12 |
|
|
* | SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots | Raymond Hettinger | 2003-01-07 | 2 | -2/+127 |
|
|
* | CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean | Barry Warsaw | 2003-01-07 | 1 | -0/+37 |
|
|
* | Add tarfile module | Andrew M. Kuchling | 2003-01-07 | 1 | -0/+4 |
|
|
* | Add a test for a feature added in rev. 2.82 of typeobject.c: | Guido van Rossum | 2003-01-06 | 1 | -0/+53 |
|
|
* | Add a refinement to SLOT1BINFULL() that fixes the problem reported in | Guido van Rossum | 2003-01-06 | 1 | -1/+36 |
|
|
* | GvR's idea to use memset() for the most common special case of repeating | Raymond Hettinger | 2003-01-06 | 1 | -1/+5 |
|
|
* | Add some print statements in verbose mode to announce that the newest | Guido van Rossum | 2003-01-06 | 1 | -0/+8 |
|
|
* | * add mms (windows media) as another scheme | Skip Montanaro | 2003-01-06 | 2 | -19/+18 |
|
|
* | Add Tix and rexec changes | Andrew M. Kuchling | 2003-01-06 | 1 | -1/+17 |
|
|
* | Fix spelling. | Raymond Hettinger | 2003-01-06 | 1 | -1/+1 |
|
|
* | delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOS | Skip Montanaro | 2003-01-06 | 1 | -6/+5 |
|
|
* | removing - contains outdated information | Skip Montanaro | 2003-01-06 | 1 | -24/+0 |
|
|
* | SF #642236, optparse LaTeX docs by Johannes Gijsbers | Neal Norwitz | 2003-01-06 | 6 | -0/+1821 |
|
|
* | Strike any hint that from-import-* could ever be reasonable; it's a | Fred Drake | 2003-01-06 | 1 | -2/+1 |
|
|
* | Disable the rexec test now that rexec is out of grace. | Guido van Rossum | 2003-01-06 | 1 | -0/+2 |
|
|
* | Remove bastion test output | Guido van Rossum | 2003-01-06 | 1 | -10/+0 |
|
|
* | Fix some nits Guido brought up last August: | Fred Drake | 2003-01-06 | 1 | -10/+8 |
|
|
* | Disable the Bastion test now that Bastion is out of grace. | Guido van Rossum | 2003-01-06 | 1 | -3/+3 |
|
|
* | Sabotage rexec.py. It is not safe since the new-style classes. | Guido van Rossum | 2003-01-06 | 2 | -0/+5 |
|
|
* | Fix markup so this will format again. | Fred Drake | 2003-01-06 | 1 | -1/+1 |
|
|