summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added CarbonAccessors.o to the non-carbon targets, and probably a few minor t...Jack Jansen2001-01-214-0/+0
* Added support for forced project building.Jack Jansen2001-01-212-17/+42
* Added a force option (to force project generation, the default is now to only...Jack Jansen2001-01-211-10/+16
* Don't generate project if the XML file already exists and is identical to wha...Jack Jansen2001-01-211-1/+9
* Patch #103342: Make shutil.copytree more useful under Jython.Tim Peters2001-01-211-5/+8
* Patch #103343: Allow the important test_pkg to succeed under Jython.Tim Peters2001-01-212-6/+6
* In format(), consider sign only after grouping.Martin v. Löwis2001-01-211-4/+9
* Patch #103344: Sort dicts from extcall for easier comparison with Jython.Tim Peters2001-01-212-41/+49
* forgot to check in the new makeunicodedata.py scriptFredrik Lundh2001-01-215-8383/+8294
* Remove a smelly export.Neil Schemenauer2001-01-211-1/+1
* Check for None to decide when pyexpat should not be built.Martin v. Löwis2001-01-211-1/+1
* Fix typo: MICRO instead of MINOR.Martin v. Löwis2001-01-211-1/+1
* Merge with 1.25 of PyXML:Martin v. Löwis2001-01-211-40/+355
* Whitespace normalization.Tim Peters2001-01-213-187/+187
* Whitespace normalization.Tim Peters2001-01-213-13/+12
* Bug #128475: mimetools.encode (sometimes) fails when called from a thread.Tim Peters2001-01-212-3/+11
* more __all__ updatesSkip Montanaro2001-01-2012-0/+34
* added some tests for urlencodeSkip Montanaro2001-01-201-0/+16
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-2039-0/+138
* docstring typoSkip Montanaro2001-01-201-1/+1
* I've been using gdb a lot lately -- I'm missing 'bt' as a command inGuido van Rossum2001-01-201-1/+4
* rewrite of robotparser.py by Bastian Kleineidam. Closes patch 102229.Skip Montanaro2001-01-201-60/+179
* modify urlencode so sequences in the dict are treated as multivaluedSkip Montanaro2001-01-201-6/+36
* Fix comment.Neil Schemenauer2001-01-201-2/+2
* Better error message if ucnhash cannot be found (obscure attributeFredrik Lundh2001-01-202-3/+17
* Updating NEWS to match the current state of affairs.Marc-André Lemburg2001-01-201-7/+4
* Tim chastens:Barry Warsaw2001-01-201-1/+5
* default_3way_compare(): When comparing the pointers, they must be castBarry Warsaw2001-01-201-2/+2
* SF patch #103336: Missing cast.Tim Peters2001-01-201-1/+1
* When running the tests twice, stuck a "Press any key to continue ..." pauseTim Peters2001-01-201-6/+5
* Various tweaks for Python 2.1a1.Jack Jansen2001-01-193-8/+17