| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump to version 1.1 | Barry Warsaw | 1999-08-18 | 1 | -1/+1 |
|
|
* | __update(): Jeremy Hylton reports occurances of sunaudiodev.error | Barry Warsaw | 1999-08-18 | 1 | -5/+14 |
|
|
* | Typo in comment (on Mac, it's the *resource* fork that's not copied, | Guido van Rossum | 1999-08-18 | 1 | -1/+1 |
|
|
* | Patches by Michael Reilly to correctly deal with ftp URLs of the form | Guido van Rossum | 1999-08-18 | 1 | -0/+1 |
|
|
* | Add Tim Peters' shuffle() algorithm. | Guido van Rossum | 1999-08-18 | 1 | -0/+21 |
|
|
* | Implements the 'build_ext' command for building C/C++ extension modules. | Greg Ward | 1999-08-14 | 1 | -0/+192 |
|
|
* | Module to spawn sub-commands in a platform-independent way. | Greg Ward | 1999-08-14 | 1 | -0/+106 |
|
|
* | Changed to use 'spawn()', now that it exists. | Greg Ward | 1999-08-14 | 1 | -24/+62 |
|
|
* | Added 'verbose' and 'dry_run' flags to CCompiler constructor and | Greg Ward | 1999-08-14 | 1 | -15/+64 |
|
|
* | Comment tweak. | Greg Ward | 1999-08-14 | 1 | -5/+5 |
|
|
* | Better detection of bad entries in option table. | Greg Ward | 1999-08-14 | 1 | -3/+11 |
|
|
* | Added DistutilsExecError, DistutilsValueError. | Greg Ward | 1999-08-14 | 1 | -1/+13 |
|
|
* | Initial implementation | Barry Warsaw | 1999-08-13 | 1 | -0/+268 |
|
|
* | Explain the possible range of values for the pid parameter to | Fred Drake | 1999-08-13 | 1 | -6/+14 |
|
|
* | Initial revision | Barry Warsaw | 1999-08-11 | 1 | -0/+1 |
|
|
* | Moshe noticed an inconsistency in his comment, so I'm rephrasing it to | Guido van Rossum | 1999-08-11 | 1 | -2/+1 |
|
|
* | Patch inspired by Moshe Zadka to search for the Icons directory in the | Guido van Rossum | 1999-08-11 | 1 | -5/+11 |
|
|
* | Patch by Paul Sokolovsky to support the get() method. | Guido van Rossum | 1999-08-11 | 1 | -0/+5 |
|
|
* | (py-shell): Set the default shell if not set yet. It's sometimes | Barry Warsaw | 1999-08-10 | 1 | -0/+3 |
|
|
* | Allow comment characters (#) to be escaped: | Greg Ward | 1999-08-10 | 1 | -14/+37 |
|
|
* | Added __del__ method to GzipFile class that will flush and close the | Andrew M. Kuchling | 1999-08-10 | 1 | -0/+5 |
|
|
* | In note mentioning [].remove()'s exception, tell what exception is | Fred Drake | 1999-08-09 | 1 | -25/+21 |
|
|
* | Patch by Marc-Andre Lemburg to add a bunch more symbols. | Guido van Rossum | 1999-08-09 | 1 | -2/+86 |
|
|
* | Ofir Reichenberg suggested to apply htonl() to grpaddr in openmcastsock(). | Guido van Rossum | 1999-08-07 | 1 | -3/+3 |
|
|
* | Add index entries for open(): | Fred Drake | 1999-08-05 | 1 | -1/+4 |
|
|
* | Add index entry "I/O control, buffering" for fdopen(). | Fred Drake | 1999-08-05 | 1 | -0/+1 |
|
|
* | Add index entry "I/O control, buffering" for makefile(). | Fred Drake | 1999-08-05 | 1 | -3/+4 |
|
|
* | Vladimir Marangozov fixes an AIX-specific problem, writing: | Guido van Rossum | 1999-08-04 | 1 | -4/+7 |
|
|
* | Started documentation on buffer objects & types. Very preliminary. | Fred Drake | 1999-08-04 | 1 | -1/+66 |
|
|
* | PyBuffer_New(): Raise ValueError if size is negative (the other | Fred Drake | 1999-08-04 | 1 | -1/+6 |
|
|
* | Added available() method, which checks whether quicktime is installed at all (by | Jack Jansen | 1999-08-04 | 2 | -0/+104 |
|
|
* | Change the directory tree walking example to use clearer variable | Guido van Rossum | 1999-08-03 | 1 | -11/+14 |
|
|
* | It turns out that modifying the environment strings is not safe. | Guido van Rossum | 1999-08-03 | 1 | -6/+16 |
|
|
* | Re-write in Python for portability. About 30% slower, but who cares?! | Fred Drake | 1999-08-03 | 1 | -26/+61 |
|
|
* | remap_element_names(): Only used for things that the new conversion | Fred Drake | 1999-08-03 | 1 | -32/+6 |
|
|
* | The new conversion engine supports more of the table re-writing than | Fred Drake | 1999-08-03 | 1 | -6/+9 |
|
|
* | Removed PyMapping_Clear() -- it was wishful thinking and serves no | Guido van Rossum | 1999-08-02 | 1 | -6/+0 |
|
|
* | Use the mksourcepgk script instead of mktarball.sh. | Fred Drake | 1999-08-02 | 1 | -6/+7 |
|
|
* | Remove obsolete version of script. | Fred Drake | 1999-08-02 | 1 | -84/+0 |
|
|
* | Re-implementation of mktarball.sh as a more portable Python script; | Fred Drake | 1999-08-02 | 1 | -0/+139 |
|
|
* | bwrite(), ewrite(): Helpers for diagnostic output; essentially the | Fred Drake | 1999-08-02 | 1 | -30/+61 |
|
|
* | Mostly minor changes. | Fred Drake | 1999-08-02 | 1 | -52/+23 |
|
|
* | This doesn't need to do nearly as much for the new conversion, so | Fred Drake | 1999-08-02 | 1 | -24/+0 |
|
|
* | A few small improvements to the conversion. | Fred Drake | 1999-08-02 | 1 | -3/+7 |
|
|
* | Markup nits. | Fred Drake | 1999-08-02 | 1 | -40/+33 |
|
|
* | Fixed hyperlink references to the __builtin__ and __main__ modules; | Fred Drake | 1999-08-02 | 1 | -2/+2 |
|
|
* | Mark Hammond writes: | Guido van Rossum | 1999-07-30 | 3 | -3/+9 |
|
|
* | Remove some redundant code from Canvas.tag_bind(), which added all | Guido van Rossum | 1999-07-30 | 1 | -11/+2 |
|
|
* | Ripped out the old conversion. | Fred Drake | 1999-07-29 | 1 | -367/+7 |
|
|
* | Added a few more passes through the document fragment. Not actually | Fred Drake | 1999-07-29 | 1 | -11/+126 |
|
|