summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treat an empty kwdict argument the same as a missing one.Jack Jansen2001-01-191-20/+20
* Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution"...Jack Jansen2001-01-191-0/+8
* Use #if TARGET_API_MAC_CARBON to determine carbon/classic macos, not #ifdef.Jack Jansen2001-01-191-1/+1
* Make the 'time' argument to the timemodule functions strftime, asctime,Thomas Wouters2001-01-193-42/+75
* Fixed a bunch of typos caught by Gilles Civario.Fred Drake2001-01-191-17/+20
* Clarify comments about returning None using a return without an expression;Fred Drake2001-01-191-3/+2
* Now that Marc-Andre has retracted unistr(), remove the tests.Guido van Rossum2001-01-192-12/+0
* A hack to augment sys.path with the build/lib.<platform> directoryGuido van Rossum2001-01-191-0/+9
* Run tests twice by default, first time deleting .pyc/.pyo files.Tim Peters2001-01-191-2/+20
* Backed out the unistr() builtin.Marc-André Lemburg2001-01-192-25/+0
* Use a saner test filename, to work on Windows.Guido van Rossum2001-01-191-3/+1
* Delete the bytecode from the library and tests before running theGuido van Rossum2001-01-191-0/+4
* "make test" was still broken when building in a subdirectory: Andrew'sGuido van Rossum2001-01-191-2/+2
* OK, checking in patch 103329.Moshe Zadka2001-01-191-4/+5
* Add some regression tests of coredump bugs in funcobject.c 2.31. AlsoBarry Warsaw2001-01-191-0/+16
* Application and elaboration of patch #103305 to fix core dumps whenBarry Warsaw2001-01-191-30/+40
* gethash/cmpname both looked beyond the end of the character name.Fredrik Lundh2001-01-191-16/+14
* Repair "selective cut-&-paste" screwup.Tim Peters2001-01-191-3/+2
* Change verify() function to raise TestFailed, not AssertionError.Guido van Rossum2001-01-192-8/+8
* GvR pointed out the correct way to check for statically built modules;Andrew M. Kuchling2001-01-191-8/+8
* Bump __version__; add authorship note for the BaseServer patch.Guido van Rossum2001-01-191-1/+2