| Commit message (Expand) | Author | Age | Files | Lines |
* | Deleting ni.py; renamed to ni1.py, really. | Guido van Rossum | 1997-12-09 | 1 | -434/+0 |
|
|
* | Make close(), and hence __del__(), robust in the light of the world | Guido van Rossum | 1997-12-09 | 1 | -3/+6 |
|
|
* | Fix subtle bug in cleanup code in PyErr_NormalizeException(), detected | Guido van Rossum | 1997-12-09 | 1 | -2/+2 |
|
|
* | Mark file names with \file{} instead of \code{}. | Fred Drake | 1997-12-09 | 2 | -18/+20 |
|
|
* | Doc strings by Mitch Chapman (with a little reformatting). | Guido van Rossum | 1997-12-09 | 1 | -118/+174 |
|
|
* | Changed the finalization order again so that the reference count | Guido van Rossum | 1997-12-08 | 1 | -13/+18 |
|
|
* | (1) call mktime() just before strftime(); it normalizes the buffer and | Guido van Rossum | 1997-12-08 | 1 | -0/+8 |
|
|
* | Use long() instead of int() to compare mktime(localtime(t) with t... | Guido van Rossum | 1997-12-08 | 1 | -1/+1 |
|
|
* | Separated the definitions of ntohs(), ntohl(), htons(), htonl(). Separate | Fred Drake | 1997-12-08 | 2 | -16/+42 |
|
|
* | Added Emacs turd so this file has the correct mode in Emacs / X/Emacs, even | Fred Drake | 1997-12-08 | 1 | -1/+1 |
|
|
* | Added Emacs turd so this file has the correct mode in Emacs / X/Emacs. | Fred Drake | 1997-12-08 | 1 | -1/+12 |
|
|
* | Updated the README to the current status. Added a note about the | Guido van Rossum | 1997-12-08 | 1 | -72/+32 |
|
|
* | New version from AMK -- with minor corrections to make it legal latex. | Guido van Rossum | 1997-12-08 | 2 | -106/+240 |
|
|
* | New pcre version from AMK | Guido van Rossum | 1997-12-08 | 4 | -1209/+1797 |
|
|
* | New re version from AMK | Guido van Rossum | 1997-12-08 | 3 | -58/+201 |
|
|
* | Fixed SFT #23842: leave in non-standard style options when checking in an | Fred Drake | 1997-12-08 | 2 | -2/+2 |
|
|
* | Remove the last bits of log from the leading comments. | Guido van Rossum | 1997-12-08 | 1 | -13/+1 |
|
|
* | Jim Fulton: | Guido van Rossum | 1997-12-08 | 1 | -24/+50 |
|
|
* | For RedHat Linux 5.0, added notes about needing to remove the LinuxThreads | Fred Drake | 1997-12-08 | 1 | -0/+22 |
|
|
* | Add special handling for Python modules that are imported implicitly | Guido van Rossum | 1997-12-08 | 1 | -0/+6 |
|
|
* | Apply the same change to classes without an __getinitargs__() method | Guido van Rossum | 1997-12-07 | 1 | -5/+11 |
|
|
* | Some reorganization (all limit operations & constants together, and all usage | Fred Drake | 1997-12-06 | 2 | -108/+248 |
|
|
* | Some manipulations with tags to get the TOC and Index to look better | Guido van Rossum | 1997-12-06 | 4 | -0/+0 |
|
|
* | New WML file, this time with working Title and Author tags, and | Guido van Rossum | 1997-12-06 | 1 | -23/+33 |
|
|
* | Added some links to OO-Browser, given by Harri Pasanen. | Barry Warsaw | 1997-12-06 | 1 | -2/+8 |
|
|
* | Another large batch of patches from Jeff Rush for OS/2. | Guido van Rossum | 1997-12-05 | 1 | -15/+243 |
|
|
* | New batch of patches by Jeff Rush; moved his readme.txt portion here. | Guido van Rossum | 1997-12-05 | 5 | -13/+148 |
|
|
* | Moved Jeff Rush's ever expanding comments to os2vacpp/readme.txt. | Guido van Rossum | 1997-12-05 | 1 | -35/+2 |
|
|
* | Two changes by Jeff Rush (slightly tweaked): | Guido van Rossum | 1997-12-05 | 1 | -9/+26 |
|
|
* | Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2. | Guido van Rossum | 1997-12-05 | 1 | -0/+5 |
|
|
* | Use the proper OS2 test symbol: PYOS_OS2. | Guido van Rossum | 1997-12-05 | 1 | -1/+1 |
|
|
* | Reindented according to new standard, without tabs. | Guido van Rossum | 1997-12-05 | 1 | -117/+131 |
|
|
* | ospath.py has been obsolete for long enough. | Guido van Rossum | 1997-12-05 | 1 | -3/+0 |
|
|
* | When instantiating a class with no arguments and where the class does | Guido van Rossum | 1997-12-05 | 1 | -135/+40 |
|
|
* | Added doc strings and reindented according to new standard, without tabs. | Guido van Rossum | 1997-12-05 | 1 | -162/+194 |
|
|
* | Added doc strings and reindented according to new standard, without tabs. | Guido van Rossum | 1997-12-05 | 1 | -189/+223 |
|
|
* | Fix the exclusion of "config" in the methods copied from Pack to also | Guido van Rossum | 1997-12-05 | 1 | -1/+1 |
|
|
* | Forgot to use </> for some example output. | Guido van Rossum | 1997-12-05 | 1 | -2/+2 |
|
|
* | Use registry key ProgramFilesDir as default MAINDIR | Guido van Rossum | 1997-12-05 | 1 | -3/+16 |
|
|
* | Add a few more PyErr_ symbols | Guido van Rossum | 1997-12-05 | 1 | -0/+2 |
|
|
* | Add pretty icon to python.exe | Guido van Rossum | 1997-12-05 | 2 | -0/+16 |
|
|
* | Only parsing requires Python 1.5 | Barry Warsaw | 1997-12-04 | 1 | -6/+7 |
|
|
* | Updated world codes with latest iso3166 codes | Barry Warsaw | 1997-12-04 | 1 | -8/+7 |
|
|
* | Added parsing of ISO 3166 files | Barry Warsaw | 1997-12-04 | 1 | -7/+104 |
|
|
* | Make examples consistently use 4-space indentation. | Fred Drake | 1997-12-04 | 2 | -902/+902 |
|
|
* | Fixed unresolved reference problem; this module wasn't \label{}ed. | Fred Drake | 1997-12-04 | 2 | -8/+10 |
|
|
* | Removed unnecessary escaping. | Fred Drake | 1997-12-04 | 2 | -78/+78 |
|
|
* | Arg; more nits, but I may as well finish the job. | Fred Drake | 1997-12-04 | 2 | -40/+12 |
|
|
* | Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a left | Fred Drake | 1997-12-04 | 2 | -12/+12 |
|
|
* | Changed {\sc gdbm} to \code{gdbm} everywhere. | Fred Drake | 1997-12-04 | 2 | -26/+24 |
|
|