| Commit message (Expand) | Author | Age | Files | Lines |
* | Started on implementing support for FSCatalogInfo. Doesn't work yet, don't | Jack Jansen | 2003-01-09 | 2 | -2/+60 |
|
|
* | interpret utf-8 file names on OSX | Just van Rossum | 2003-01-09 | 1 | -0/+2 |
|
|
* | support unicode in menu items | Just van Rossum | 2003-01-09 | 1 | -1/+4 |
|
|
* | removed silly & mask, avoiding FutureWarning | Just van Rossum | 2003-01-09 | 1 | -2/+2 |
|
|
* | cleaned up Jack's Mac OS9 changes | Just van Rossum | 2003-01-09 | 1 | -5/+1 |
|
|
* | Purged reference to defunct datetimetz. | Tim Peters | 2003-01-09 | 1 | -1/+1 |
|
|
* | SF patch #664320: Replace push/pop clusters in ceval.c | Raymond Hettinger | 2003-01-09 | 1 | -150/+167 |
|
|
* | Various minor edits | Andrew M. Kuchling | 2003-01-09 | 1 | -27/+30 |
|
|
* | Markup fix | Andrew M. Kuchling | 2003-01-09 | 1 | -0/+1 |
|
|
* | Make the test scripts work again with narrow Python builds. | Walter Dörwald | 2003-01-09 | 1 | -1/+1 |
|
|
* | add newline to source before compilation | Just van Rossum | 2003-01-09 | 1 | -1/+1 |
|
|
* | Massive fiddling to reflect that datetimetz and timetz no longer exist. | Tim Peters | 2003-01-09 | 1 | -556/+266 |
|
|
* | Add a few test cases to increase code coverage: | Walter Dörwald | 2003-01-08 | 1 | -0/+115 |
|
|
* | Add a test that exercises the error handling part of | Walter Dörwald | 2003-01-08 | 1 | -0/+6 |
|
|
* | Fix charmapencode_lookup(), so that a None value in the mapping | Walter Dörwald | 2003-01-08 | 1 | -0/+2 |
|
|
* | SF patch 661583: Remove old code from lib\os.py | Tim Peters | 2003-01-08 | 1 | -10/+8 |
|
|
* | Deleted pickle/unpickle code for the old datetime and time classes -- it's | Tim Peters | 2003-01-08 | 1 | -160/+0 |
|
|
* | Utterly minimal changes to collapse datetimetz into datetime, and timetz | Tim Peters | 2003-01-08 | 3 | -86/+107 |
|
|
* | Remove variable owned from PyUnicode_FromEncodedObject, which is unused | Walter Dörwald | 2003-01-08 | 1 | -7/+0 |
|
|
* | Fix bug 427345 [related to IE's additional input on POST request]. | Steve Holden | 2003-01-08 | 1 | -0/+7 |
|
|
* | Various tweaks to make the test work on the Mac. | Jack Jansen | 2003-01-08 | 1 | -3/+12 |
|
|
* | Always define getenv(), as suggested by Guido. This means that os.getenv() is... | Jack Jansen | 2003-01-08 | 1 | -5/+5 |
|
|
* | Test that chmod() actually exists before calling it (it doesn't on MacOS9). | Jack Jansen | 2003-01-08 | 1 | -1/+2 |
|
|
* | Removed the SetDates warning. The warning is in the readme, and the print sta... | Jack Jansen | 2003-01-08 | 1 | -2/+2 |
|
|
* | quashed another case of the 32-bit warning. | Jack Jansen | 2003-01-08 | 1 | -1/+1 |
|
|
* | 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 |
|
|