summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Bug #1500293: fix memory leaks in _subprocess module.Georg Brandl2006-06-041-5/+5
* Patch #1346214: correctly optimize away "if 0"-style stmtsGeorg Brandl2006-06-041-3/+3
* Patch #1359618: Speed-up charmap encoder.Martin v. Löwis2006-06-0445-11441/+180
* Drop Mac wrappers for the WASTE library.Ronald Oussoren2006-06-042-414/+0
* Fixes in struct and socket from merge reviews.Martin Blais2006-06-044-24/+24
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-045-1/+70
* Whitespace normalization.Tim Peters2006-06-041-2/+1
* pprint functions used to sort a dict (by key) if and only ifTim Peters2006-06-022-5/+32
* Fixed struct test to not use unittest.Martin Blais2006-06-021-78/+84
* Fix memory leak found by valgrind.Neal Norwitz2006-06-021-2/+4
* Convert docstrings to comments so regrtest -v prints method namesNeal Norwitz2006-06-021-7/+7
* Re-enable a new empty-string test added during the NFS sprint,Tim Peters2006-06-011-6/+1
* Whitespace normalization.Tim Peters2006-06-011-10/+10
* [ 1497053 ] Let dicts propagate the exceptions in user __eq__().Armin Rigo2006-06-013-49/+58
* Some code style tweaks, and remove apply.Georg Brandl2006-06-011-63/+67
* Correctly dispatch Faults in loads (patch #1498627)Georg Brandl2006-06-011-3/+3
* [Bug #1473048]Andrew M. Kuchling2006-05-312-0/+32
* On 64-bit platforms running test_struct after test_tarfile would failNeal Norwitz2006-05-311-0/+6
* Whitespace normalization.Tim Peters2006-05-301-4/+4
* changed count to return 0 for slices outside the source stringFredrik Lundh2006-05-301-1/+2
* Change wrapping terminology to overflow maskingBob Ippolito2006-05-301-3/+3
* changed find/rfind to return -1 for matches outside the source stringFredrik Lundh2006-05-301-0/+8
* Convert test_exceptions to unittest.Georg Brandl2006-05-302-349/+287
* Do the check for no keyword arguments in __init__ so thatGeorg Brandl2006-05-301-1/+1
* Disallow keyword args for exceptions.Georg Brandl2006-05-301-0/+7
* Don't fail if the (sub)pkgname already exist.Neal Norwitz2006-05-301-0/+3
* Add a test case for exception pickling. args is never NULL.Georg Brandl2006-05-301-0/+13
* Whitespace normalization.Tim Peters2006-05-302-4/+4
* deprecated_err(): Stop bizarre warning messages when the testsTim Peters2006-05-301-2/+6
* Add a length check to aifc to ensure it doesn't write a bogus fileBob Ippolito2006-05-301-0/+2
* struct: modulo math plus warning on all endian-explicit formats for compatibi...Bob Ippolito2006-05-291-11/+36
* fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying onFredrik Lundh2006-05-291-0/+8
* Patches #1497027 and #972322: try HTTP digest auth first,Georg Brandl2006-05-292-6/+65
* When adding a module like functools, it helps to let SVN know about the file.Nick Coghlan2006-05-291-0/+26
* Fix #1494787 (pyclbr counts whitespace as superclass name)Georg Brandl2006-05-291-2/+4
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-3/+3
* A clearer error message when passing -R to regrtest.py withArmin Rigo2006-05-281-0/+3
* Patch #1496206: urllib2 PasswordMgr ./. default portsGeorg Brandl2006-05-282-18/+79
* ("Forward-port" of r46506)Armin Rigo2006-05-288-16/+24
* Patch #1080727: add "encoding" parameter to doctest.DocFileSuiteGeorge Yoshida2006-05-283-8/+82
* The cheery optimism of old age.Tim Peters2006-05-271-13/+1
* Always close BZ2Proxy object. Remove unnecessary struct usage.Georg Brandl2006-05-271-13/+10
* More random thrashing trying to understand spuriousTim Peters2006-05-271-1/+13
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-277-100/+94
* Fix up struct docstrings, add struct.pack_to function for symmetryBob Ippolito2006-05-272-0/+34
* Patch 1494554: Update numeric properties to Unicode 4.1.Martin v. Löwis2006-05-271-2/+2
* enable all of the struct tests, use ssize_t, fix some whitespaceBob Ippolito2006-05-261-1/+1
* added rpartition method to UserString classFredrik Lundh2006-05-261-1/+4
* needspeed: rpartition documentation, tests, and a bug fixes.Fredrik Lundh2006-05-261-2/+17
* Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache ...Georg Brandl2006-05-261-2/+4