summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make this test work under Windows as well.Fred Drake2001-07-231-2/+5
* Test for the "glob" module, contributed by Nick Mathewson.Fred Drake2001-07-231-0/+110
* Patch number #422106 by Greg Ball, to fix segmentationMoshe Zadka2001-07-231-0/+5
* Alex Coventry (SF patch 441791).Guido van Rossum2001-07-231-0/+1
* SF Patch #441791, with changes: when "import foo.bar" fails with anGuido van Rossum2001-07-231-4/+16
* Whitespace normalization.Tim Peters2001-07-231-4/+3
* Before declaring h_errno, do not check for Win32 only. Instead, do checkMartin v. Löwis2001-07-232-2/+2
* Tests for the "commands" module, contributed by Nick Mathewson.Fred Drake2001-07-231-0/+45
* New tests by Nick Mathewson, for the fpformat module.Fred Drake2001-07-231-0/+67
* Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access ...Martin v. Löwis2001-07-233-335/+335
* Leave the Inno script in better shape. Added registration of .py etcTim Peters2001-07-211-16/+51
* Set ai_addrlen even if there is no sa_len.Martin v. Löwis2001-07-211-0/+1
* Patch #401196: IPv6 extensions to the socket module.Martin v. Löwis2001-07-211-103/+546
* Add item about the new xml.sax.saxutils.quoteaddr() function.Fred Drake2001-07-211-0/+4
* updated about info for 0.8.1 releaseSteven M. Gava2001-07-211-3/+3
* new material for 0.8.1 releaseSteven M. Gava2001-07-212-9/+30
* Silence warnings in MSVC++: hide unused variables, add constness back toMartin v. Löwis2001-07-213-7/+14
* Get started on 2.2a2 NEWS.Tim Peters2001-07-211-0/+17
* On WIndows, skip the part of test_dircache that can't work on Windows.Tim Peters2001-07-211-9/+15
* Whitespace normalization, plus:Tim Peters2001-07-215-19/+19
* Corrected a section reference (title was wrong).Fred Drake2001-07-201-5/+8
* Typo: PyArgs_ParseTuple --> PyArg_ParseTupleFred Drake2001-07-201-30/+62
* Added information on Py_BuildValue().Fred Drake2001-07-201-0/+3
* Make the add*() helper functions more robust for use after intializationFred Drake2001-07-201-6/+33
* Patch #429442 from Jason Tishler: Corrects sys.platform andAndrew M. Kuchling2001-07-203-381/+384
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-2015-18/+17
* Add a missing "\" to the markup.Fred Drake2001-07-201-1/+1
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-202-3/+9
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-3/+3
* Use string.ascii_letters instead of string.letters.Fred Drake2001-07-201-2/+2
* Added the constants ascii_letters, ascii_lowercase, and ascii_uppercaseFred Drake2001-07-203-3/+33
* More Unicode corrections from MAL to match a post-2.2a1 changeAndrew M. Kuchling2001-07-201-23/+13
* Make the unicode-escape and the UTF-16 codecs handle surrogatesMarc-André Lemburg2001-07-202-24/+54
* #ifdef out generation of \U escapes unless Py_UNICODE_WIDE. ThisGuido van Rossum2001-07-201-0/+2
* Removed unnecessary section "Unicode literals"; all the discussion isFred Drake2001-07-201-6/+1
* Copying this 2.1.1 bugfix to the trunk:Guido van Rossum2001-07-201-1/+0
* Fix typo in description of raw strings: "value" --> "valid"Fred Drake2001-07-201-1/+1
* apply patch item #416254Piers Lauder2001-07-201-3/+48
* apply patch item #416253Piers Lauder2001-07-201-38/+115
* fix missed conversion in ESR's string conversionPiers Lauder2001-07-201-1/+1
* A full Inno Setup script for Python, except for the few hard and esotericTim Peters2001-07-201-0/+206
* update in preparation for 0.8.1 alpha releaseSteven M. Gava2001-07-201-0/+567
* Remove the TENTATIVE marker from the now-historic Windows buildnos.Tim Peters2001-07-201-2/+2
* Bump release number to 1.00, while I'm at itAndrew M. Kuchling2001-07-201-1/+1
* bring up to date for 0.8.1 releaseSteven M. Gava2001-07-202-4/+74
* Regression test for the dircache module, contributed by Nick Mathewson.Fred Drake2001-07-191-0/+62
* Test for the repr module, contributed by Nick Mathewson.Fred Drake2001-07-191-0/+108
* Kill more warnings from the SGI compiler.Fred Drake2001-07-192-2/+2
* Make more warnings go away on the SGI compiler.Fred Drake2001-07-194-11/+6
* Clean up some warnings from the SGI compiler.Fred Drake2001-07-191-3/+3