summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #12057: Add tests for the HZ encodingVictor Stinner2011-05-253-0/+33
* Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoidCharles-François Natali2011-05-241-14/+4
* Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-241-0/+30
* correctly lookup __dir__Benjamin Peterson2011-05-231-0/+1
* test_codecs now removes the temporay file (created by the test)Victor Stinner2011-05-231-7/+6
* Issue #12012: test_ssl uses test_support.import_module()Victor Stinner2011-05-221-9/+1
* Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-211-17/+0
* Minor code cleanup.Raymond Hettinger2011-05-181-1/+1
* Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion ofVictor Stinner2011-05-171-5/+12
* (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX wi...Ronald Oussoren2011-05-171-0/+17
* (backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF...Ronald Oussoren2011-05-171-1/+1
* Fix closes issue #12088 - fixes the tarfile.extractall issue when theSenthil Kumaran2011-05-172-1/+63
* Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymoreVictor Stinner2011-05-171-1/+1
* Issue #12057: Convert CJK encoding testcase BLOB into multiple text filesVictor Stinner2011-05-1625-1019/+202
* Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...Ronald Oussoren2011-05-155-26/+105
* Fixes Issue #12059: Properly handle missing hash functions even whenGregory P. Smith2011-05-142-20/+41
* Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-0/+9
* #7960: fix docstrings for captured_output and captured_stdout.Ezio Melotti2011-05-141-8/+8
* #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-1419-213/+269
* Change import_fresh_module to work with packages.Ezio Melotti2011-05-141-10/+6
* Issue #11896: Save on Close failed despite selecting "Yes" in dialog.Kurt B. Kaiser2011-05-123-32/+34
* Issue #12062: In the `io` module, fix a flushing bug when doing a certainAntoine Pitrou2011-05-131-0/+26
* #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...Ezio Melotti2011-05-111-1/+21
* Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+7
* (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-102-33/+40
* Some more tests were incorrectly marked as C specific.Ezio Melotti2011-05-091-13/+14
* Issue 11164: Remove obsolete allnodes test from minidom test.Martin v. Löwis2011-05-091-20/+0
* #11910: Fix test_heapq to skip the C tests when _heapq is missing.Ezio Melotti2011-05-091-15/+29
* #11910: change import_fresh_module to return None when one of the "fresh" mod...Ezio Melotti2011-05-091-4/+8
* Fix deprecation warnings in test_unittest.Ezio Melotti2011-05-091-4/+4
* import_fresh_module ought to be in __all__Benjamin Peterson2011-05-081-1/+2
* Fix cut and paste error.Raymond Hettinger2011-05-071-1/+1
* 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