summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add docstring to anydbm.openÉric Araujo2011-05-011-11/+13
| | * Fix file handle leakÉric Araujo2011-05-011-11/+14
| * | Fix double use of f.close().Éric Araujo2011-04-161-1/+0
| * | Minor tweaks to a few comments in heapqÉric Araujo2011-04-151-3/+3
| * | Fix improper tests in RegisterTestCaseÉric Araujo2011-04-141-3/+3
* | | (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapperVictor Stinner2011-05-011-0/+16
| |/ |/|
* | whitespace fixBrian Curtin2011-04-291-1/+1
* | mergeBrian Curtin2011-04-291-2/+9
* | skip the extractall test on platforms where os.symlink is not available.Senthil Kumaran2011-04-281-0/+1
* | Fix closes issue10761: tarfile.extractall failure when symlinked files are ...Senthil Kumaran2011-04-282-0/+29
* | Backport test from #11926.Ezio Melotti2011-04-281-1/+9
* | #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...Ezio Melotti2011-04-272-0/+44
* | issue11236 getpass.getpass to respond ctrl-c or ctrl-zSenthil Kumaran2011-04-261-1/+1
* | #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-262-1/+23
* | Other minor clean-ups.Raymond Hettinger2011-04-241-8/+15
* | Remove unused branch in the clear() method. Minor comment edits.Raymond Hettinger2011-04-241-18/+15
* | Minor code clean-up.Raymond Hettinger2011-04-231-1/+2
* | Remove unused importsRaymond Hettinger2011-04-231-3/+3
* | Minor code simplification.Raymond Hettinger2011-04-231-15/+15
* | Minor code simplification.Raymond Hettinger2011-04-231-4/+2
* | Cleanups to remove dependencies and add docstrings.Raymond Hettinger2011-04-221-38/+49
* | Minor text rearrangement.Raymond Hettinger2011-04-201-10/+10
* | startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-202-0/+119
* | Fix #8886. Use context managers throughout zipfile tests.Brian Curtin2011-04-191-112/+110
* | Issue #11875: Alter the previous fix to work better with subclassesRaymond Hettinger2011-04-191-1/+1
* | Use a generic class lookup.Raymond Hettinger2011-04-191-1/+1
* | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-191-3/+2
* | Fix sporadic failure in test_startfile.Nadeem Vawda2011-04-191-0/+6
* | Rework multiset methods to use less memory and to make fewer calls to __hash__.Raymond Hettinger2011-04-171-12/+19
* | Fix minor subclassing issue with collections.CounterRaymond Hettinger2011-04-152-2/+11
|/
* Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...Ezio Melotti2011-04-151-0/+18
* Issue #11467: Fix urlparse behavior when handling urls which contains schemeSenthil Kumaran2011-04-152-7/+14
* #11848: replace dead link in random.betavariate comment.Ezio Melotti2011-04-151-1/+1
* Fix Issue11474 - url2pathname() handling of '/C|/' on WindowsSenthil Kumaran2011-04-142-2/+23
* Issue 3051: make pure python code pass the same tests as the C version.Raymond Hettinger2011-04-132-19/+17
* #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is...Ezio Melotti2011-04-132-0/+11
* Issue 11718: Teach IDLE's open module dialog to find packages.Raymond Hettinger2011-04-121-0/+15
* #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-122-1/+17
* Fix Issue11703 - urllib2.get_url does not handle fragment in url properly.Senthil Kumaran2011-04-134-4/+30
* Issue 11747: Fix output format for context diffs.Raymond Hettinger2011-04-122-28/+102
* Neaten-up the fix to issue 11830Raymond Hettinger2011-04-121-11/+11
* Remove unnecessary imports and use assertIs instead of assertTrue.Ezio Melotti2011-04-122-5/+3
* #9233: skip _json-specific tests when _json is not available.Ezio Melotti2011-04-122-2/+14
* Use floor division operator instead of deprecated division operator.Raymond Hettinger2011-04-111-1/+1
* Issue #11830: Remove unnecessary introspection code in the decimal module.Raymond Hettinger2011-04-111-14/+11
* Fix #5162. Allow child spawning from Windows services (via pywin32).brian.curtin2011-04-111-2/+3
* #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed...Ezio Melotti2011-04-111-0/+11
* Issue #8428: Fix a race condition in multiprocessing.Pool when terminatingAntoine Pitrou2011-04-111-2/+7
* Issue9670: Back out changeset b0d2b696da19; test fails on other platformsNed Deily2011-04-091-30/+0
* Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-04-091-0/+30