| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | apply patch item #416254 | Piers Lauder | 2001-07-20 | 1 | -3/+48 |
|
|
* | apply patch item #416253 | Piers Lauder | 2001-07-20 | 1 | -38/+115 |
|
|
* | fix missed conversion in ESR's string conversion | Piers Lauder | 2001-07-20 | 1 | -1/+1 |
|
|
* | A full Inno Setup script for Python, except for the few hard and esoteric | Tim Peters | 2001-07-20 | 1 | -0/+206 |
|
|
* | update in preparation for 0.8.1 alpha release | Steven M. Gava | 2001-07-20 | 1 | -0/+567 |
|
|
* | Remove the TENTATIVE marker from the now-historic Windows buildnos. | Tim Peters | 2001-07-20 | 1 | -2/+2 |
|
|
* | Bump release number to 1.00, while I'm at it | Andrew M. Kuchling | 2001-07-20 | 1 | -1/+1 |
|
|
* | bring up to date for 0.8.1 release | Steven M. Gava | 2001-07-20 | 2 | -4/+74 |
|
|
* | Regression test for the dircache module, contributed by Nick Mathewson. | Fred Drake | 2001-07-19 | 1 | -0/+62 |
|
|
* | Test for the repr module, contributed by Nick Mathewson. | Fred Drake | 2001-07-19 | 1 | -0/+108 |
|
|
* | Kill more warnings from the SGI compiler. | Fred Drake | 2001-07-19 | 2 | -2/+2 |
|
|
* | Make more warnings go away on the SGI compiler. | Fred Drake | 2001-07-19 | 4 | -11/+6 |
|
|
* | Clean up some warnings from the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -3/+3 |
|
|
* | Kill a warning on the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -1/+1 |
|
|
* | Make the new docstrings better conform to Guido's style guide. | Fred Drake | 2001-07-19 | 1 | -7/+15 |
|
|
* | Remove warnings from the SGI compiler. | Fred Drake | 2001-07-19 | 2 | -7/+4 |
|
|
* | Elaborate a comment. | Fred Drake | 2001-07-19 | 1 | -1/+4 |
|
|
* | Added docstrings based on a patch by Evelyn Mitchell. | Fred Drake | 2001-07-19 | 1 | -11/+16 |
|
|
* | Make sure path names inserted into ZIP files are normalized to use "/" as | Fred Drake | 2001-07-19 | 1 | -1/+12 |
|
|
* | Add some test cases for ntpath.join(). | Tim Peters | 2001-07-19 | 1 | -3/+19 |
|
|
* | Cosmetic: break the long lines in test_ntpath.py, and get rid of its | Tim Peters | 2001-07-19 | 2 | -9/+14 |
|
|
* | Port getaddrinfo to MSVC++. | Martin v. Löwis | 2001-07-19 | 3 | -15/+15 |
|
|
* | SF bug #44271: os.path.expanduser problem w/o HOME set. | Tim Peters | 2001-07-19 | 1 | -6/+16 |
|
|
* | Added function xml.sax.saxutils.quoteattr(). | Fred Drake | 2001-07-19 | 4 | -4/+68 |
|
|
* | Fis SF bug #442647: not all forms of legal future statements were | Guido van Rossum | 2001-07-19 | 1 | -3/+9 |
|
|
* | Thomas, I don't care about unset either, but setting PYTHONHOME= | Guido van Rossum | 2001-07-19 | 1 | -2/+1 |
|
|
* | Revise the Unicode section after getting comments from MAL, GvR, and others. | Andrew M. Kuchling | 2001-07-19 | 1 | -25/+49 |
|
|
* | Patch #442512: put block indices in the right byte order on bigendian systems. | Martin v. Löwis | 2001-07-19 | 1 | -2/+5 |
|
|
* | Use -Kpthread when trying to find out the size of pthread_t. | Martin v. Löwis | 2001-07-19 | 2 | -241/+249 |
|
|
* | Add a low-level API to access interpreters, for David Beazley. | Guido van Rossum | 2001-07-19 | 2 | -0/+32 |
|
|
* | Patch #418659: Fixes for UnixWare and ReliantUnix. | Martin v. Löwis | 2001-07-19 | 3 | -575/+598 |
|
|
* | Replace __import__ with import as. | Martin v. Löwis | 2001-07-19 | 1 | -1/+1 |
|
|
* | Avoid the use of 'unset', which isn't available on all platforms. Fixes SF | Thomas Wouters | 2001-07-19 | 1 | -1/+1 |
|
|
* | minor tidy-ups ready for 0.8.1 alpha tarball release | Steven M. Gava | 2001-07-19 | 7 | -9/+31 |
|
|
* | Remove some false statements. | Fred Drake | 2001-07-19 | 1 | -4/+2 |
|
|
* | Remove some false comments. | Fred Drake | 2001-07-19 | 1 | -159/+156 |
|
|
* | Fill out the Unicode section, somewhat uncertainly | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+24 |
|
|
* | Finish the "Other changes" section | Andrew M. Kuchling | 2001-07-19 | 1 | -34/+45 |
|
|
* | Fix a few typos | Andrew M. Kuchling | 2001-07-19 | 1 | -3/+3 |
|
|
* | Remove note about this being a draft document. | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+1 |
|
|
* | Look to the future: bump the version number. | Fred Drake | 2001-07-18 | 1 | -18/+29 |
|
|
* | 2.2a1 is out; look to the future. | Fred Drake | 2001-07-18 | 1 | -1/+1 |
|
|
* | Ignore all .tar files in the top directory; we're about to generate | Fred Drake | 2001-07-18 | 1 | -1/+1 |
|
|
* | SF bug #442520: test_struct fails on SPARC. | Tim Peters | 2001-07-18 | 1 | -4/+10 |
|
|
* | If the user's environment has set the BROWSER environment variable (as Gnome | Skip Montanaro | 2001-07-18 | 1 | -6/+9 |
|
|
* | Lots of small updates, some long overdue. | Fred Drake | 2001-07-18 | 1 | -24/+35 |
|
|
* | Add a more substantial example startup file for the interactive shell; | Fred Drake | 2001-07-18 | 1 | -7/+44 |
|
|
* | Minor changes for stylistic cleanliness and consistency. | Fred Drake | 2001-07-18 | 1 | -16/+20 |
|
|
* | Change the command lines to use a similar "phrasing" to that used in the | Fred Drake | 2001-07-18 | 1 | -15/+15 |
|
|
* | "Make small changes, but carry a big diff." | Fred Drake | 2001-07-18 | 1 | -248/+247 |
|
|