| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow opening of alternate databases. | Jack Jansen | 2003-02-14 | 1 | -7/+38 |
| * | Factored out classes for handling source and binary distributions. Source | Jack Jansen | 2003-02-14 | 1 | -40/+126 |
| * | Got building documentation from source to work. | Jack Jansen | 2003-02-14 | 1 | -4/+3 |
| * | Port test_charmapcodec to PyUnit. From SF patch #662807 | Walter Dörwald | 2003-02-14 | 2 | -44/+32 |
| * | extsep description: | Fred Drake | 2003-02-14 | 1 | -2/+3 |
| * | add missing description of os.extsep | Skip Montanaro | 2003-02-14 | 1 | -0/+5 |
| * | SF bug #663701: sets module review | Raymond Hettinger | 2003-02-14 | 2 | -11/+11 |
| * | SF bug #663701. The caret wasn't printing well in the PDF documentation. | Raymond Hettinger | 2003-02-14 | 1 | -1/+1 |
| * | Remove deps on mac doc files which have been removed | Neal Norwitz | 2003-02-14 | 1 | -2/+0 |
| * | Fix docstring typo | Andrew M. Kuchling | 2003-02-14 | 1 | -1/+1 |
| * | Fix comment typo | Andrew M. Kuchling | 2003-02-14 | 1 | -1/+1 |
| * | Minor assorted cleanups; no semantic changes. | Tim Peters | 2003-02-13 | 1 | -10/+16 |
| * | SF 685011: calendar module overflow handling | Raymond Hettinger | 2003-02-13 | 1 | -1/+1 |
| * | Add SF reference to news item. | Guido van Rossum | 2003-02-13 | 1 | -1/+1 |
| * | The version of PyImport_Import() in cPickle is no longer needed (an edited | Tim Peters | 2003-02-13 | 1 | -64/+0 |
| * | - Finally fixed the bug in compile() and exec where a string ending | Guido van Rossum | 2003-02-13 | 10 | -13/+47 |
| * | save(): Reformat tail end just for clarity. | Tim Peters | 2003-02-13 | 1 | -16/+17 |
| * | Removed unused cut'n'paste import. | Tim Peters | 2003-02-13 | 1 | -1/+0 |
| * | We didn't have any tests making pickles with one of {pickle, cPickle}, | Tim Peters | 2003-02-13 | 2 | -0/+52 |
| * | Another dummy type. | Guido van Rossum | 2003-02-13 | 1 | -0/+61 |
| * | Added a simple NEWOBJ test. This is in the pickle-only part of the | Tim Peters | 2003-02-13 | 1 | -0/+15 |
| * | Remove filecmp | Andrew M. Kuchling | 2003-02-13 | 1 | -1/+0 |
| * | first cut at a shell script to view a single section from the library | Skip Montanaro | 2003-02-13 | 1 | -0/+129 |
| * | Taught cPickle how to read pickles containing NEWOBJ. This won't get | Tim Peters | 2003-02-13 | 1 | -1/+75 |
| * | Port test_userlist to PyUnit and add a few tests to increase code | Walter Dörwald | 2003-02-13 | 1 | -197/+257 |
| * | SF patch #685738 by Michael Stone. | Guido van Rossum | 2003-02-13 | 4 | -12/+39 |
| * | Re-enable compiling ossaudiodev now that it seems to work again. | Guido van Rossum | 2003-02-13 | 2 | -2/+1 |
| * | Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. | Tim Peters | 2003-02-13 | 3 | -10/+20 |
| * | Conditionalize another constant | Andrew M. Kuchling | 2003-02-13 | 1 | -0/+2 |
| * | Use python_d.exe to build _ssl_d.pyd - we can not express that we depend | Mark Hammond | 2003-02-13 | 1 | -1/+1 |
| * | socket_inet_aton(): ip_addr was left undefined before use in the | Tim Peters | 2003-02-13 | 1 | -9/+9 |
| * | Try to doc the new pickle details being implemented as part of PEP 307. | Neal Norwitz | 2003-02-13 | 1 | -7/+63 |
| * | SF patch #682432, add lookbehind tests | Neal Norwitz | 2003-02-13 | 1 | -0/+7 |
| * | Ummm, try to get it right this time | Neal Norwitz | 2003-02-13 | 1 | -1/+1 |
| * | Use configure to check for inet_aton. | Neal Norwitz | 2003-02-13 | 4 | -4/+8 |
| * | Fix typo. | Walter Dörwald | 2003-02-12 | 1 | -1/+1 |
| * | Add test to ensure files (fds) don't leak | Neal Norwitz | 2003-02-12 | 1 | -0/+6 |
| * | Addressing SF bug #643005, implement socket.inet_aton() using | Guido van Rossum | 2003-02-12 | 1 | -1/+17 |
| * | Cleanup from patch #683257: | Neal Norwitz | 2003-02-12 | 3 | -4/+46 |
| * | Provide access to the import lock, fixing SF bug #580952. This is | Guido van Rossum | 2003-02-12 | 2 | -7/+59 |
| * | Issue a warning when int('0...', 0) returns an int with the sign | Guido van Rossum | 2003-02-12 | 2 | -3/+20 |
| * | Expect test_ossaudiodev to skip on Linux, too. (It's broken. | Guido van Rossum | 2003-02-12 | 1 | -0/+1 |
| * | Systematic testing of hex/oct constants. | Guido van Rossum | 2003-02-12 | 1 | -0/+81 |
| * | SF #660455 : patch by NNorwitz. | Guido van Rossum | 2003-02-12 | 1 | -0/+12 |
| * | SF #660455 : patch by NNorwitz. | Guido van Rossum | 2003-02-12 | 3 | -8/+14 |
| * | - Use distutils to find site-python (suggested by Thomas Heller, thanks!) | Jack Jansen | 2003-02-12 | 1 | -7/+3 |
| * | Icons for the package manager. | Jack Jansen | 2003-02-12 | 1 | -0/+0 |
| * | Thank you sir, can I have another. | Just van Rossum | 2003-02-12 | 1 | -3/+3 |
| * | Photoshop source file for package manager icon. | Jack Jansen | 2003-02-12 | 1 | -0/+0 |
| * | Use bundlebuilder directly to build applets. | Jack Jansen | 2003-02-12 | 1 | -7/+34 |