summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Patch #553277: Accept callbacks that are callable, not callbacks that are true.Martin v. Löwis2002-05-081-1/+1
* Prevent convert_path from crashing if the path is an empty string. Bugfix ca...Andrew M. Kuchling2002-05-061-2/+2
* random.gauss() uses a piece of hidden state used by nothing else,Tim Peters2002-05-052-1/+23
* Remove all tests that rely on deprecated-in-2.2 features of xrange objects.Fred Drake2002-05-022-29/+0
* Patch 550804: Make os.environ.copy() return a copy.Martin v. Löwis2002-05-021-0/+4
* Added regression tests for xrange object attributes.Fred Drake2002-05-021-0/+23
* Buffer-object repitition and concatenation has worked all along; add a testFred Drake2002-05-021-0/+6
* Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.Fred Drake2002-05-011-0/+3
* Fred's recent changes to support "-u all" resulted in subset resourceAndrew MacIntyre2002-04-301-1/+1
* builtin_zip(): Take a good guess at how big the result list will be,Tim Peters2002-04-291-0/+28
* Mostly in SequenceMatcher.{__chain_b, find_longest_match}:Tim Peters2002-04-291-18/+55
* - New builtin function enumerate(x), from PEP 279. Example:Guido van Rossum2002-04-261-0/+118
* Clean up uses of some deprecated features.Fred Drake2002-04-263-17/+20
* Pass the full pathname to MSVC when compiling a debug version. ThisThomas Heller2002-04-251-0/+6
* Append the PC specific include 'PC' and library 'PCBuild' directoriesThomas Heller2002-04-251-1/+8
* Fix trivial typo.Thomas Heller2002-04-251-1/+1
* Add more tests for abstract isinstance() and issubclass().Neil Schemenauer2002-04-241-4/+93
* test_resource has no chance of running on Windows.Tim Peters2002-04-231-0/+1
* test_mmap started breaking on Windows, only when run after test_bsddb.Tim Peters2002-04-231-1/+1
* Unit tests for the changes in abstract.c version 2.101. The debugBarry Warsaw2002-04-231-0/+144
* Rewrote the PyUnit description so that it now recommends to useBarry Warsaw2002-04-231-6/+16
* Add tests for the recent resource module change.Jeremy Hylton2002-04-232-0/+50
* Whitespace normalization. Unka Timmy would be proud.Barry Warsaw2002-04-232-57/+57
* SF patch 546244 by John Williams: add Text.dump() method.Guido van Rossum2002-04-231-1/+38
* There was a non-ascii character in the source. Replaced by a hex escape.Jack Jansen2002-04-231-1/+1
* whitespace fixup. test__all__ and test_sundry were failingAnthony Baxter2002-04-231-1/+1
* don't fail if the audio device is busy, just skip.Anthony Baxter2002-04-231-1/+1
* SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)Anthony Baxter2002-04-231-19/+26
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-222-1/+25
* Fixes based on ideas from Christopher Smith:Jack Jansen2002-04-221-5/+21
* tracking python idle changes:Steven M. Gava2002-04-221-1/+1
* tracking python idle changes:Steven M. Gava2002-04-221-4/+12
* Enable universal newlines on Windows. Note that NEWS needs more words!Tim Peters2002-04-211-1/+0
* Assorted code cleanups for readability. Greatly boosted the size of theTim Peters2002-04-211-26/+33
* Forward port of patch # 500311: Work around for buggy https servers.Martin v. Löwis2002-04-201-1/+2
* Add test for eval() w/ free variables.Jeremy Hylton2002-04-202-0/+11
* Fix com_arglist() and update grammar fragment.Jeremy Hylton2002-04-191-6/+3
* Fix SF #544995 (zlib crash on second flush call)Jeremy Hylton2002-04-191-0/+6
* Fix bug 544473 - "Queue module can deadlock".Mark Hammond2002-04-192-14/+191
* ceval.c/do_raise(): Tighten the test to disallow raising an instance ofTim Peters2002-04-181-0/+26
* Remove more out-of-date comments and clarify explanation of visit().Jeremy Hylton2002-04-181-7/+1
* Remove out-of-date explanation in doc strings,Jeremy Hylton2002-04-181-3/+1
* SF bug 544733: Cygwin test_mmap fix for Python 2.2.1Tim Peters2002-04-181-0/+2
* SF bug 542984.Guido van Rossum2002-04-181-0/+20
* Apply diff3.txt from SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-172-0/+41
* Patch #531901 by Mark W. Alexander: adds a new distutils packagerMarc-André Lemburg2002-04-175-4/+976
* Added docstrings to the Profile class.Fred Drake2002-04-161-0/+31
* SF bug 544647.Guido van Rossum2002-04-161-0/+27
* test_mktime(): Removed. This wasn't really testing anything usefulBarry Warsaw2002-04-161-6/+0
* Whitespace normalization, while using non-whitespace literals forBarry Warsaw2002-04-161-26/+26