summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update build procedure to VC 7.1; make more modules builtin.Martin v. Löwis2004-01-021-0/+14
* Update build procedure to VC 7.1.Martin v. Löwis2004-01-0241-3152/+5132
* Update build procedure to VC 7.1 and newer versions of several packages.Martin v. Löwis2004-01-021-27/+31
* The script now takes an optional command-line argument to specify how manyAlex Martelli2004-01-021-4/+19
* [Bug #812325 ] tarfile.close() can write out more bytes to the outputAndrew M. Kuchling2004-01-021-0/+1
* list the Python Software Foundation on all the documentsFred Drake2004-01-027-7/+28
* PythonLabs --> Python Software FoundationFred Drake2004-01-021-1/+1
* - Print correct exception even if source file changed since shell wasKurt B. Kaiser2004-01-022-2/+7
* Use 'input' as variable name, even though it shadows a built-inAndrew M. Kuchling2004-01-011-9/+7
* in the section "The interpreter stack":Fred Drake2004-01-011-30/+39
* Add sets to list of picklable objects.Raymond Hettinger2004-01-011-1/+1
* clean up indexing for None, NotImplementedFred Drake2004-01-013-6/+4
* fix reference to File Object documentationFred Drake2004-01-011-1/+3
* SF Patch 681780: Faster commonprefix (OS independent)Raymond Hettinger2003-12-311-10/+7
* SF patch #859286: documentation bool change fixRaymond Hettinger2003-12-314-8/+11
* * Simplify and speedup logic for tp_print.Raymond Hettinger2003-12-311-15/+29
* use conventional whitespace in interactive exampleFred Drake2003-12-311-2/+2
* Correct misrepresentation of print (it uses str(), not `...` forGuido van Rossum2003-12-311-3/+5
* - general markup cleanupFred Drake2003-12-311-21/+19
* general markup improvementsFred Drake2003-12-311-5/+6
* - add link to the datetime moduleFred Drake2003-12-311-0/+1
* - update description of isleap()Fred Drake2003-12-311-1/+5
* - use the same markup for the deprecation as for that ofFred Drake2003-12-311-1/+1
* - add a "See also" reference to the doctest moduleFred Drake2003-12-311-24/+25
* Strengthen the test for hash effectivenessRaymond Hettinger2003-12-311-4/+4
* Various fixups:Raymond Hettinger2003-12-311-26/+36
* fix truly evil markup typoFred Drake2003-12-301-1/+1
* minor cleanup of exampleFred Drake2003-12-301-4/+6
* - we *really* don't care about Python 1.5 alphas any more!Fred Drake2003-12-301-6/+4
* fix a variety of markup bugsFred Drake2003-12-301-24/+24
* work around whitespace bugs in the HTML versionFred Drake2003-12-301-3/+3
* fix markup errorsFred Drake2003-12-301-3/+2
* lots of markup adjustmentsFred Drake2003-12-301-34/+43
* markup fixFred Drake2003-12-302-4/+5
* Fixes to support CJKCodecs as per SF bug #852347. Actually, thisBarry Warsaw2003-12-301-19/+16
* Bump version number to 2.5.5Barry Warsaw2003-12-301-1/+1
* remove ancient cruftFred Drake2003-12-301-4/+0
* - make "--" in code text not get converted to "-"Fred Drake2003-12-301-7/+21
* - remove crufty markup that's no longer needed to make theFred Drake2003-12-301-3/+3
* use consistent email address for TimFred Drake2003-12-303-3/+3
* - update Tim's email addressFred Drake2003-12-301-4/+2
* Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012.Martin v. Löwis2003-12-301-0/+71
* Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.Hye-Shik Chang2003-12-292-3/+24
* complete backout of listobject.c v2.171Andrew MacIntyre2003-12-283-13/+0
* Revert previous two checkins to repair test failure.Jeremy Hylton2003-12-261-24/+6
* Fix name problem in previous checkin: Dict not ListJeremy Hylton2003-12-261-1/+1
* At 2.2, the Py<type>_Check() family of API functions (macros) changedAndrew MacIntyre2003-12-261-0/+1
* reverting 2.29: the patch was Ok, but the commit msg wrongAndrew MacIntyre2003-12-261-1/+0
* use the correct macro to access list sizeAndrew MacIntyre2003-12-261-1/+1
* At 2.2, the Py<type>_Check() family of API functions (macros) changedAndrew MacIntyre2003-12-261-0/+6