| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #656590: /dev/ptmx support for ptys. | Martin v. Löwis | 2002-12-31 | 6 | -10/+76 |
|
|
* | Make sure zip_path is null-terminated, since it's on the stack | Neal Norwitz | 2002-12-31 | 1 | -0/+1 |
|
|
* | Document standard encodings. | Martin v. Löwis | 2002-12-31 | 1 | -0/+343 |
|
|
* | Make sure zip_path is null-terminated, since it's on the stack | Neal Norwitz | 2002-12-31 | 1 | -0/+1 |
|
|
* | SmartCookie and SerialCookie were recently deprecated | Neal Norwitz | 2002-12-31 | 1 | -0/+2 |
|
|
* | InterpolationSyntaxError was added in 2.3 | Neal Norwitz | 2002-12-31 | 1 | -0/+1 |
|
|
* | OS/2 EMX has no popen2.Popen3 even though bunzip2 is available | Andrew MacIntyre | 2002-12-31 | 1 | -1/+1 |
|
|
* | add list of expected skips for the OS/2 EMX port | Andrew MacIntyre | 2002-12-31 | 1 | -0/+28 |
|
|
* | DLL export definition refresh | Andrew MacIntyre | 2002-12-31 | 1 | -18/+73 |
|
|
* | add universal newline support to configuration | Andrew MacIntyre | 2002-12-31 | 1 | -0/+3 |
|
|
* | whitespace cleanup | Andrew MacIntyre | 2002-12-31 | 1 | -16/+21 |
|
|
* | getenv() replacement not required | Andrew MacIntyre | 2002-12-31 | 1 | -16/+0 |
|
|
* | Build process updates: | Andrew MacIntyre | 2002-12-31 | 1 | -9/+47 |
|
|
* | Broke the zipimport/PEP 302 news item into two separate items. | Just van Rossum | 2002-12-31 | 1 | -9/+12 |
|
|
* | - added missing decref | Just van Rossum | 2002-12-31 | 1 | -4/+5 |
|
|
* | Make sure PrettyPrinter methods that mirror the module-level | Fred Drake | 2002-12-31 | 1 | -3/+27 |
|
|
* | - PrettyPrinter.isreadable(), .isrecursive(): | Fred Drake | 2002-12-31 | 1 | -21/+16 |
|
|
* | Add a test that InterpolationError is constructed properly and raised | Fred Drake | 2002-12-31 | 1 | -2/+20 |
|
|
* | ConfigParser._interpolate(): Pass the missing key to the | Fred Drake | 2002-12-31 | 1 | -4/+3 |
|
|
* | Update version numbers. | Fred Drake | 2002-12-31 | 2 | -2/+2 |
|
|
* | Phrase repair. | Guido van Rossum | 2002-12-31 | 1 | -1/+1 |
|
|
* | Minor markup and spelling repair. | Guido van Rossum | 2002-12-31 | 1 | -2/+3 |
|
|
* | Since the *_Init() are private, prefix with _, suggested by Skip | Neal Norwitz | 2002-12-31 | 5 | -6/+6 |
|
|
* | Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS and | Greg Ward | 2002-12-31 | 1 | -0/+45 |
|
|
* | Rename the parameter 'xp' in several methods to 'self', since that's | Greg Ward | 2002-12-31 | 1 | -23/+23 |
|
|
* | For symmetry with the mixer interface, rename oss_t to oss_audio_t and | Greg Ward | 2002-12-31 | 1 | -29/+29 |
|
|
* | Add a bunch of comments to clearly delineate sections of the code. | Greg Ward | 2002-12-31 | 1 | -1/+28 |
|
|
* | Yet another renaming of some mixer methods: | Greg Ward | 2002-12-31 | 1 | -9/+9 |
|
|
* | Add a hurriedly-written section on the datetime module | Andrew M. Kuchling | 2002-12-31 | 1 | -6/+50 |
|
|
* | Dedent a paragraph that was accidentally aligned with a preceding | Guido van Rossum | 2002-12-31 | 1 | -8/+8 |
|
|
* | Bump the Windows build # for 2.3a1. | Tim Peters | 2002-12-31 | 2 | -1/+3 |
|
|
* | Various updates to the version number, on the eve of the 2.3a1 release. | Guido van Rossum | 2002-12-31 | 3 | -15/+16 |
|
|
* | Add lots of items. | Andrew M. Kuchling | 2002-12-31 | 1 | -11/+192 |
|
|
* | Fix name error, found by pychecker. | Guido van Rossum | 2002-12-31 | 1 | -1/+1 |
|
|
* | Fix SF #639945, 64-bit bug on AIX | Neal Norwitz | 2002-12-31 | 1 | -3/+2 |
|
|
* | Tix update from Mike Clarkson (maintainer) | Neal Norwitz | 2002-12-30 | 3 | -21/+68 |
|
|
* | - added InterpolationSyntaxError to __all__ | Fred Drake | 2002-12-30 | 1 | -4/+25 |
|
|
* | - re-mark ESR's warning about extended registry syntax | Fred Drake | 2002-12-30 | 1 | -3/+11 |
|
|
* | Add missing InterpolationSyntaxError. | Neal Norwitz | 2002-12-30 | 1 | -0/+2 |
|
|
* | sys was already imported, remove second import | Neal Norwitz | 2002-12-30 | 1 | -2/+0 |
|
|
* | - prefer "import ... as" to "import / (assignments) / del" for most things | Fred Drake | 2002-12-30 | 1 | -18/+11 |
|
|
* | Rename more mixer methods: getrecsrc() -> get_recsrc(), | Greg Ward | 2002-12-30 | 1 | -6/+6 |
|
|
* | Added zipimport and _random module. | Jack Jansen | 2002-12-30 | 3 | -0/+4 |
|
|
* | Changed sys.path initializer because of addition of Lib/plat-mac and a few minor | Jack Jansen | 2002-12-30 | 1 | -4/+3 |
|
|
* | Added casts to forestall warnings with MetroWerks. | Jack Jansen | 2002-12-30 | 1 | -4/+4 |
|
|
* | Updated the expected skips for MacOSX. | Jack Jansen | 2002-12-30 | 1 | -0/+3 |
|
|
* | Skip this test on MacOSX: the locale support is too minimal to make | Jack Jansen | 2002-12-30 | 1 | -1/+3 |
|
|
* | Add entries for the dummy_thread and dummy_threading modules. | Fred Drake | 2002-12-30 | 1 | -0/+2 |
|
|
* | - fix use of \refmodule markup | Fred Drake | 2002-12-30 | 4 | -13/+15 |
|
|
* | News about zipimport. | Guido van Rossum | 2002-12-30 | 1 | -0/+16 |
|
|