summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-141-0/+3
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-0/+1
* Issue #23209, #23225: selectors.BaseSelector.close() now clears its internalVictor Stinner2015-01-131-0/+4
* Issue 19548: update codecs module documentationNick Coghlan2015-01-071-0/+8
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-0/+4
* Issue #20896, #22935: The ssl.get_server_certificate() function now uses theVictor Stinner2015-01-061-0/+5
* Issue #23132: Mitigate regression in speed and clarity in functools.total_ord...Raymond Hettinger2015-01-051-0/+2
* merge 3.3 (closes #23165)Benjamin Peterson2015-01-0423-1637/+8203
|\
| * make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111)Benjamin Peterson2014-12-301-0/+3
| * Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-211-0/+3
| * fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-261-0/+3
| * allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-211-0/+3
| * Issue #19104: pprint now produces evaluable output for wrapped strings.Serhiy Storchaka2014-12-201-0/+2
| * Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-201-0/+2
| * Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-161-1/+3
| * Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, canSerhiy Storchaka2014-12-161-0/+4
| * Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-161-0/+5
| * use autoconf macro to check for pkg-config (closes #15506)Benjamin Peterson2014-12-151-0/+3
| * pop the loop block even for infinite while loops (closes #23048)Benjamin Peterson2014-12-131-0/+2
| * Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.Ned Deily2014-12-131-0/+2
| * Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The portSerhiy Storchaka2014-12-121-0/+3
| * Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-101-0/+4
| * Issue #23016: A warning no longer produces AttributeError when the programSerhiy Storchaka2014-12-101-0/+3
| * Issue #21775: shutil.copytree(): fix crash when copying to VFATBerker Peksag2014-12-101-0/+6
| * inspect: Fix getsource() to load updated source of reloaded moduleYury Selivanov2014-12-081-0/+3
| * NEWS: Remove duplicate entryYury Selivanov2014-12-081-3/+0
| * NEWS: Add news entry for issue #23009.Yury Selivanov2014-12-081-0/+6
| * HTTPSConnection: prefer the context's check_hostname attribute over the const...Benjamin Peterson2014-12-071-0/+3
| * allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-051-0/+3
| * merge 3.3 (#16043)Benjamin Peterson2014-12-0523-1637/+8141
| |\
| | * Issue #16893: Update Idle doc chapter to match current Idle and add newTerry Jan Reedy2014-12-051-0/+3
| | * Issue #22914: Update the Python 2/3 porting HOWTO to describe a moreBrett Cannon2014-12-051-0/+3
| | * Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-0/+5
| | * Issue #20335: bytes constructor now raises TypeError when encoding or errorsSerhiy Storchaka2014-12-021-0/+3
| | * - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile isBarry Warsaw2014-12-011-0/+4
| | |\
| | | * - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile isBarry Warsaw2014-12-011-0/+4
| | * | Add NEWS items for Idle patches and a turtledemo patch.Terry Jan Reedy2014-12-011-1/+23
| | * | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-012-5/+5
| | |/
| | * Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.Serhiy Storchaka2014-12-011-0/+3
| | * Issue #22838: All test_re tests now work with unittest test discovery.Serhiy Storchaka2014-12-011-0/+2
| | * backout 9fcf4008b626 (#9179) for further considerationBenjamin Peterson2014-11-301-3/+0
| | * add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-291-0/+2
| | * Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-0/+1
| | * Issue #22314: pydoc now works when the LINES environment variable is set.Serhiy Storchaka2014-11-281-0/+5
| | * Issue #22915: SAX parser now supports files opened with file descriptor orSerhiy Storchaka2014-11-271-0/+3
| | * Issue #21514: The documentation of the json module now refers to new JSON RFCSerhiy Storchaka2014-11-271-0/+6
| | * Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-271-0/+3
| | * add context parameter to HTTPHandler (closes #22788)Benjamin Peterson2014-11-231-0/+2
| | * add NEWS note for #22921Benjamin Peterson2014-11-231-0/+3
| | * Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...Antoine Pitrou2014-11-231-0/+3