summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Visit the initial test element of the listmaker for a listJeremy Hylton2001-01-231-1/+2
* prevent symtable_params() from dereferencing off the end of theJeremy Hylton2001-01-231-0/+2
* A few more contributors.Guido van Rossum2001-01-231-0/+4
* - Use "exec ... in dict" to avoid having to walk on eggshells; localsGuido van Rossum2001-01-221-14/+20
* Typo repair.Tim Peters2001-01-221-1/+1
* Reorganize pickle/cPickle testing so the tests pass regardless of the orderTim Peters2001-01-224-170/+157
* A variety of updates of out-of-date information.Fred Drake2001-01-221-21/+29
* When generating the source package, copy in the LICENSE file from the mainFred Drake2001-01-221-4/+6
* Never mind ignoring a copied LICENSE file; let's do this another way.Fred Drake2001-01-221-1/+0
* Ignore the generated LICENSE file needed for the documentation sourceFred Drake2001-01-221-0/+1
* Change the main targets to generate HTML instead of PostScript.Fred Drake2001-01-221-27/+30
* Added link to the "Python Codecs" project at SourceForge.Fred Drake2001-01-221-8/+18
* Added dictionary.popitem() and the improved XML modules.Andrew M. Kuchling2001-01-221-18/+41
* The "user" module cannot reasonably be tested. Moved to the end (andFred Drake2001-01-221-2/+6
* OK, changed my mind once more on this. The comparison hierarchy isGuido van Rossum2001-01-221-1/+1
* New special case in comparisons: None is smaller than any other objectGuido van Rossum2001-01-221-0/+6
* Change some wording to make this work with PDF generation -- using a PDFFred Drake2001-01-221-2/+3
* Worked around bug SF #125880: changed the text of three sections thatFred Drake2001-01-221-3/+3
* Clean up the docs for the "random" module according to comments from TimFred Drake2001-01-221-90/+71
* Add reference to PEP 232.Andrew M. Kuchling2001-01-221-7/+34
* Remove the dollar sign from the formatting of environment variables --Fred Drake2001-01-221-3/+3
* Make "PythonLabs" bold.Fred Drake2001-01-221-1/+1
* Updated note about collection of cyclic garbage, based on comments fromFred Drake2001-01-221-3/+6
* Minor markup adjustment.Fred Drake2001-01-221-2/+1
* Fix \seepep handling -- correct URL to the online PEP repository on SF isFred Drake2001-01-221-27/+39
* Remove include-file-dependant half-prototype of clnt_create().Thomas Wouters2001-01-221-3/+0
* Regenerated (shoulnd't make a difference).Jack Jansen2001-01-2223-69/+78
* Unicodedatabase.c has gone.Jack Jansen2001-01-226-7/+0
* Fill out various transcripts and XXX bits, thanks to the WMATA.Andrew M. Kuchling2001-01-221-18/+137
* Numeric-smelling objects now once again compare smaller thanGuido van Rossum2001-01-221-1/+1
* Once again, numeric-smelling objects compare smaller than non-numericGuido van Rossum2001-01-221-2/+17
* Better test for skipping project creation: the project file should also exist...Jack Jansen2001-01-221-2/+9
* SF Patch #103185, by jlt63: Some more standard modules cleanup for CygwinGuido van Rossum2001-01-224-5/+15
* Finn Bock (SF patch #103349):Guido van Rossum2001-01-221-0/+33
* Finn Bock (SF patch #103345): Avoid outdated exec form inGuido van Rossum2001-01-221-2/+2
* No need to make the S_ constants 32 bit (and its actually harmful because of ...Jack Jansen2001-01-221-3/+3
* Waste needs the ICProgKit API.Jack Jansen2001-01-221-1/+3
* It's SetControlData_Handle, not SetControl_DataHandle.Jack Jansen2001-01-221-1/+1
* unicodedatabase.c is no longer needed thanks to Fredrik's patches.Marc-André Lemburg2001-01-221-2/+1
* Fix off-by-one error in array size.Martin v. Löwis2001-01-221-1/+1
* unicodedatabase.[ch] are no longer used.Fredrik Lundh2001-01-222-2/+0
* removed unicodedatabase.[ch] references from Makefile.pre.in.Fredrik Lundh2001-01-221-3/+2
* com_init(): My entry into the smallest patch possible category.Barry Warsaw2001-01-221-1/+1
* Beginning of a "What's New in Python 2.1" articleAndrew M. Kuchling2001-01-221-0/+253
* Fixed teensy memory leak, but doesn't help test_sax on Windows.Tim Peters2001-01-221-0/+1
* Remove unicodedatabase.c from the unicodedata subproject.Tim Peters2001-01-211-4/+0
* Move declaration of 'clnt_create()' NIS function to pyport.h, as it'sThomas Wouters2001-01-212-1/+4
* Unicode nits: Don't include unicodedatabase.h no more. And make sureFredrik Lundh2001-01-212-3/+2
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-217-10721/+7505
* Re-generated with relative paths.Jack Jansen2001-01-2123-324/+324