summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Some tests were incorrectly marked as C specific.Raymond Hettinger2011-05-071-3/+8
* | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-072-2/+11
* | #10169: Fix argument parsing in socket.sendto() to avoid error masking.Ezio Melotti2011-05-071-0/+39
* | #12017: Fix segfault in json.loads() while decoding highly-nested objects usi...Ezio Melotti2011-05-071-0/+19
|/
* Fix potential resource leak in test_mmap.Nadeem Vawda2011-05-071-0/+1
* Issue #11277: Fix tests - crash will not trigger if the file is closed and re...Nadeem Vawda2011-05-071-14/+12
* Issue #11277: Add tests for mmap crash when using large sparse files on OS X.Nadeem Vawda2011-05-071-26/+34
* Issue #11277: Remove useless test from test_zlib.Nadeem Vawda2011-05-071-42/+0
* #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-062-53/+56
* Backport fix for issue #10684 from 3.xRonald Oussoren2011-05-062-0/+24
* #8158: add missing 'description' description to optparse docstring.R David Murray2011-05-041-0/+5
* Issue #11277: oops, fix checksum values of test_zlib on 32 bitsVictor Stinner2011-05-041-2/+6
* Issue #11277: test_zlib tests a buffer of 1 GB on 32 bitsVictor Stinner2011-05-041-6/+15
* #11985: update docstring of platform.python_implementation.Ezio Melotti2011-05-041-3/+4
* Issue #11277: fix issue number in a test_zlib commentVictor Stinner2011-05-041-1/+1
* #11982: fix json.loads('""') to return u'' rather than ''.Ezio Melotti2011-05-041-1/+2
* Issue #10276: Fix test_zlib, m may be undefined in the finally blockVictor Stinner2011-05-031-1/+1
* Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly byVictor Stinner2011-05-031-3/+38
* Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-05-031-0/+16
* Branch mergeÉric Araujo2011-05-025-29/+33
|\
| * Branch mergeÉric Araujo2011-05-0117-244/+512
| |\
| | * 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