summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.Ned Deily2015-03-193-12/+12
* Fixed Misc/NEWS entry for issue #23136.Serhiy Storchaka2015-03-191-1/+1
* Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-193-5/+26
* wrap properlyBenjamin Peterson2015-03-191-2/+2
* Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 sinceNed Deily2015-03-172-1/+31
* Fix up PCbuild/readme.txt a bit.Zachary Ware2015-01-151-7/+4
* Issue #22585, #23115: make URandomFDTests test case actually runNed Deily2015-03-171-0/+1
* versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-8/+11
* Use non-zero and non-last positions in error handler tests.Serhiy Storchaka2015-03-161-16/+24
* Increased coverage of standard codec error handlers.Serhiy Storchaka2015-03-151-30/+42
* Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
* Fix minor docs markup errors.Serhiy Storchaka2015-03-143-5/+5
* the default is sys.maxsize not sys.maxint (closes #23645)Benjamin Peterson2015-03-131-9/+9
* Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-133-15/+57
* Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-134-14/+75
* Issue #22928: Disabled HTTP header injections in httplib.Serhiy Storchaka2015-03-123-1/+98
* Issue #23615: Module tarfile is now can be reloaded with imp.reload().Serhiy Storchaka2015-03-113-2/+4
* close files explicit (closes #21610)Benjamin Peterson2015-03-111-6/+8
* Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-103-13/+4
* Issue #22028: Ensure mimetypes will not open registry keys with embedded nullsSteve Dower2015-03-101-1/+4
* Issue #23617: Correct plurals typo noted by Kentrell Johnson.Ned Deily2015-03-091-1/+1
* replace Amazon links in the documentation (closes #23579)Benjamin Peterson2015-03-072-4/+4
* Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.Serhiy Storchaka2015-03-064-6/+29
* fix potential refleak in PyFloat_AsDouble (closes #23590)Benjamin Peterson2015-03-062-0/+7
* Issue #23593: fix Misc/NEWS entriesNed Deily2015-03-061-1/+1
* Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.Ned Deily2015-03-063-15/+19
* use _import_symbols to import VERIFY_* constantsBenjamin Peterson2015-03-051-2/+1
* adjust test_crl_check for trusted first being defaultBenjamin Peterson2015-03-051-1/+2
* expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-053-5/+18
* enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)Benjamin Peterson2015-03-052-0/+12
* Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...Antoine Pitrou2015-03-042-20/+3
* Issue #23504: Added an __all__ to the types module.Serhiy Storchaka2015-03-042-0/+4
* fix possible overflow bugs in unicodedata (closes #23367)Benjamin Peterson2015-03-022-1/+10
* wrap everything at 80 charsBenjamin Peterson2015-03-021-76/+78
* Added more tests for urllib utility functions.Serhiy Storchaka2015-03-021-13/+103
* remove mention of Python 2.2 and 2.3Benjamin Peterson2015-03-021-6/+5
* Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-011-0/+2
* fix merge_collapse to actually maintain the invariant it purports to (closes ...Benjamin Peterson2015-02-251-1/+2
* Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on WindowsVictor Stinner2015-02-241-0/+2
* Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is nowVictor Stinner2015-02-244-0/+72
* Issue #23499: Fix grammar error noticed by SilentGhostNed Deily2015-02-231-2/+2
* Broke reference loops in tests added in issue #5700.Serhiy Storchaka2015-02-221-0/+3
* Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-223-34/+39
* Issue #22113: struct.pack_into() now supports new buffer protocol (inSerhiy Storchaka2015-02-213-15/+29
* Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-214-6/+70
* Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-203-11/+25
* Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-203-9/+58
* Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with emptyBerker Peksag2015-02-203-2/+34
* Fix typo pointed out on docs@ by Yaniv SayehZachary Ware2015-02-201-1/+1
* remove rc4 from the default client ciphers (closes #23481)Benjamin Peterson2015-02-192-4/+4