| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merge between my version and Jim Fulton's version; removed RCS keywords | Guido van Rossum | 1997-12-04 | 1 | -8/+2 |
|
|
* | New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1 | Guido van Rossum | 1997-12-04 | 2 | -345/+648 |
|
|
* | When --with-thread(s) is specified, the thread module is now automatically | Guido van Rossum | 1997-12-04 | 2 | -115/+127 |
|
|
* | Moved the thread module to its own Setup.thread(.in) file, | Guido van Rossum | 1997-12-04 | 3 | -7/+16 |
|
|
* | Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1"). | Guido van Rossum | 1997-12-03 | 1 | -1/+3 |
|
|
* | Refinement of home for NT, courtesy Jeff Bauer. | Guido van Rossum | 1997-12-03 | 1 | -3/+8 |
|
|
* | Added handler for opcodedesc environment. | Fred Drake | 1997-12-03 | 1 | -41/+67 |
|
|
* | make_str_index_entry(): New function. Similar to make_index_entry(), but | Fred Drake | 1997-12-03 | 1 | -0/+101 |
|
|
* | Provide default for blocksize on retrbinary (Skip Montanaro). | Guido van Rossum | 1997-12-03 | 3 | -9/+11 |
|
|
* | More generated files for netbsd 1.x, by Anders Andersen. | Guido van Rossum | 1997-12-03 | 4 | -0/+376 |
|
|
* | (py-jump-on-exception): Variable which if t, means that if an | Barry Warsaw | 1997-12-03 | 1 | -7/+19 |
|
|
* | Removed redundant eval-when-compile. | Barry Warsaw | 1997-12-03 | 1 | -19/+13 |
|
|
* | The biggie: changed the funcdesc environments used for opcode descriptions | Fred Drake | 1997-12-03 | 2 | -350/+352 |
|
|
* | Added environment for defining PyVM instructions. This is only used in | Fred Drake | 1997-12-03 | 1 | -0/+6 |
|
|
* | Change the default repr() and str() of class instance objects to look | Guido van Rossum | 1997-12-03 | 1 | -1/+9 |
|
|