summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4 (#23165)Benjamin Peterson2015-01-041-0/+3
|\
| * merge 3.3 (closes #23165)Benjamin Peterson2015-01-041-0/+3
| |\
| | * merge 3.2 (closes #23165)Benjamin Peterson2015-01-041-0/+3
| | |\
| | | * add some overflow checks before multiplying (closes #23165)Benjamin Peterson2015-01-041-0/+3
* | | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.Antoine Pitrou2015-01-031-0/+2
* | | | Issue #23132: Improve performance and introspection support of comparisonSerhiy Storchaka2015-01-011-0/+3
* | | | merge 3.4 (#23111)Benjamin Peterson2014-12-301-0/+3
|\ \ \ \ | |/ / /
| * | | 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
* | | | Issue #19776: Add a expanduser() method on Path objects.Antoine Pitrou2014-12-301-0/+2
* | | | merge 3.4 (#23112)Benjamin Peterson2014-12-261-0/+3
|\ \ \ \ | |/ / /
| * | | fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-261-0/+3
* | | | Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,Serhiy Storchaka2014-12-231-0/+3
* | | | merge 3.4 (#23093)Benjamin Peterson2014-12-221-0/+3
|\ \ \ \ | |/ / /
| * | | allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-221-0/+3
* | | | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-211-0/+3
* | | | Issue #19104: pprint now produces evaluable output for wrapped strings.Serhiy Storchaka2014-12-201-0/+2
|\ \ \ \ | |/ / /
| * | | 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 #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-201-0/+2
* | | | Issue #22733: Added NEWS itemSteve Dower2014-12-171-0/+3
* | | | Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EXSerhiy Storchaka2014-12-161-0/+3
* | | | Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-161-1/+3
|\ \ \ \ | |/ / /
| * | | 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 #19858: pickletools.optimize() now aware of the MEMOIZE opcode, canSerhiy Storchaka2014-12-161-0/+4
* | | | Merge with 3.4Terry Jan Reedy2014-12-161-0/+5
|\ \ \ \ | |/ / /
| * | | Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-161-0/+5
* | | | #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-161-0/+3
* | | | Issue #21740: Fix module name in NEWS entry.Zachary Ware2014-12-151-1/+1
* | | | Add NEWS item for Windows Tcl/Tk update.Zachary Ware2014-12-151-0/+5
* | | | merge 3.4 (#15506)Benjamin Peterson2014-12-151-0/+3
|\ \ \ \ | |/ / /
| * | | use autoconf macro to check for pkg-config (closes #15506)Benjamin Peterson2014-12-151-0/+3
* | | | merge 3.4 (#23048)Benjamin Peterson2014-12-131-0/+2
|\ \ \ \ | |/ / /
| * | | pop the loop block even for infinite while loops (closes #23048)Benjamin Peterson2014-12-131-0/+2
* | | | Issue #17128: Merge / update from 3.4Ned Deily2014-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 #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-221-0/+5
* | | | Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The portSerhiy Storchaka2014-12-121-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The portSerhiy Storchaka2014-12-121-0/+3
* | | | Merge 3.4Terry Jan Reedy2014-12-101-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-101-0/+4
* | | | Issue #23016: A warning no longer produces an AttributeError when the programSerhiy Storchaka2014-12-101-0/+3
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \ | |/ / /
| * | | 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
* | | | inspect: Fix getsource() to load updated source of reloaded moduleYury Selivanov2014-12-081-0/+3
* | | | Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa.Yury Selivanov2014-12-081-0/+2