| Commit message (Expand) | Author | Age | Files | Lines |
* | Get started on 2.2a2 NEWS. | Tim Peters | 2001-07-21 | 1 | -0/+17 |
|
|
* | On WIndows, skip the part of test_dircache that can't work on Windows. | Tim Peters | 2001-07-21 | 1 | -9/+15 |
|
|
* | Whitespace normalization, plus: | Tim Peters | 2001-07-21 | 5 | -19/+19 |
|
|
* | Corrected a section reference (title was wrong). | Fred Drake | 2001-07-20 | 1 | -5/+8 |
|
|
* | Typo: PyArgs_ParseTuple --> PyArg_ParseTuple | Fred Drake | 2001-07-20 | 1 | -30/+62 |
|
|
* | Added information on Py_BuildValue(). | Fred Drake | 2001-07-20 | 1 | -0/+3 |
|
|
* | Make the add*() helper functions more robust for use after intialization | Fred Drake | 2001-07-20 | 1 | -6/+33 |
|
|
* | Patch #429442 from Jason Tishler: Corrects sys.platform and | Andrew M. Kuchling | 2001-07-20 | 3 | -381/+384 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 15 | -18/+17 |
|
|
* | Add a missing "\" to the markup. | Fred Drake | 2001-07-20 | 1 | -1/+1 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 2 | -3/+9 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -3/+3 |
|
|
* | Use string.ascii_letters instead of string.letters. | Fred Drake | 2001-07-20 | 1 | -2/+2 |
|
|
* | Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase | Fred Drake | 2001-07-20 | 3 | -3/+33 |
|
|
* | More Unicode corrections from MAL to match a post-2.2a1 change | Andrew M. Kuchling | 2001-07-20 | 1 | -23/+13 |
|
|
* | Make the unicode-escape and the UTF-16 codecs handle surrogates | Marc-André Lemburg | 2001-07-20 | 2 | -24/+54 |
|
|
* | #ifdef out generation of \U escapes unless Py_UNICODE_WIDE. This | Guido van Rossum | 2001-07-20 | 1 | -0/+2 |
|
|
* | Removed unnecessary section "Unicode literals"; all the discussion is | Fred Drake | 2001-07-20 | 1 | -6/+1 |
|
|
* | Copying this 2.1.1 bugfix to the trunk: | Guido van Rossum | 2001-07-20 | 1 | -1/+0 |
|
|
* | Fix typo in description of raw strings: "value" --> "valid" | Fred Drake | 2001-07-20 | 1 | -1/+1 |
|
|
* | 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 |
|
|