Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
73bcde2 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. Patch by Bohuslav Kabrda. 31 January 2015, 09:48:36 UTC
9797bc3 Completed Misc/NEWS entry. 31 January 2015, 09:42:04 UTC
5312a7f Avoid deprecation warnings. 31 January 2015, 09:27:06 UTC
7ece150 test_spwd skipping is expected on win32. 31 January 2015, 08:20:31 UTC
d484605 Restored test_xpickle compatibility with Python 2.5. Python 2.5 has no unittest.skipUnless. 31 January 2015, 07:25:16 UTC
b84e5da Use float division to avoid deprecation warning in test_timeit (issue #11578). 31 January 2015, 00:12:17 UTC
227526d Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. 30 January 2015, 23:15:29 UTC
5ec0bbf Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV. 30 January 2015, 21:35:03 UTC
5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Richard Hansen. 30 January 2015, 19:11:10 UTC
61ec71d Upgrade setuptools to 12.0.5 and pip to 6.0.7 28 January 2015, 22:58:53 UTC
a99e48c ifdef our way to compatibility with old openssl (closes #23335) 28 January 2015, 17:06:39 UTC
4c54387 Issue #22079: PyType_Ready() now checks that statically allocated type has no dynamically allocated bases. 28 January 2015, 08:52:49 UTC
9e74fc3 Added a logging cookbook entry on customized exception formatting. 28 January 2015, 07:29:13 UTC
0d8fe3b Issue #19949: The test_xpickle test now tests compatibility with installed Python 2.7 and reports skipped tests. Based on patch by Zachary Ware. 27 January 2015, 20:44:45 UTC
179fe5e Merge heads 27 January 2015, 20:32:34 UTC
0e0282e Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis and fix by Guido Vranken. 27 January 2015, 20:17:56 UTC
f4bb231 disable ALPN on LibreSSL, which has a large version number, but not ALPN support (closes #23329) 27 January 2015, 16:10:18 UTC
3ce465a Issue #23191: fnmatch functions that use caching are now threadsafe. 27 January 2015, 09:40:51 UTC
c328d11 Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). 26 January 2015, 11:45:04 UTC
09d7e7e Use test.test_support instead of test.support. 26 January 2015, 10:30:56 UTC
73c0863 Issue #18518: timeit now rejects statements which can't be compiled outside a function or a loop (e.g. "return" or "break"). 26 January 2015, 10:08:37 UTC
0013207 Issue #11578: Backported test for the timeit module. 26 January 2015, 09:54:32 UTC
5f1909a Merge heads 26 January 2015, 08:27:31 UTC
38a33ec Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the directory containing a backslash. 26 January 2015, 08:26:00 UTC
bfd976f simply ignore headers with no name (#19996) Patch by Cory Benfield. 26 January 2015, 04:34:42 UTC
9a6d32e #23251: Reflow paragraph. 25 January 2015, 20:48:47 UTC
f8fe12a #23251: note that time.sleep affects the current thread only. This is parallel to the language used in the unix man page. 25 January 2015, 20:48:26 UTC
812b975 Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport instead of (non-existing) _set_hostport. (Fix the regression introduced in 568041fd8090 ) 24 January 2015, 20:58:10 UTC
aa70758 prefer server alpn ordering over the client's 23 January 2015, 22:30:26 UTC
65aa261 fix versionchanged 23 January 2015, 21:47:52 UTC
b10bfbe pep 466 backport of alpn (#20188) 23 January 2015, 21:35:37 UTC
5e3b2df Issue #23305: clarified RotatingFileHandler documentation. 23 January 2015, 21:18:02 UTC
6e3c3c3 detect 64-bit systems using maxsize not maxint 21 January 2015, 05:47:54 UTC
1b6e538 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. Patch by Mike Short. 20 January 2015, 04:55:51 UTC
c3edc19 Issue #23248: Update ssl error codes from latest OpenSSL git master. 18 January 2015, 16:39:32 UTC
e8c9e14 Issue #23181: More "codepoint" -> "code point". 18 January 2015, 09:42:50 UTC
2098d61 Issue #23098: 64-bit dev_t is now supported in the os module. 18 January 2015, 09:11:25 UTC
b5daa3d Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. 18 January 2015, 05:03:41 UTC
1a94b2b Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis) 15 January 2015, 17:15:45 UTC
7ff0360 Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. 15 January 2015, 07:16:01 UTC
3700cc3 Issue20467: clarify __init__'s role 15 January 2015, 06:02:10 UTC
95ee9c7 fix parsing reST with code or code-block directives (closes #23063) Patch by Marc Abramowitz. 15 January 2015, 04:56:35 UTC
a44ec3f Closes #23181: codepoint -> code point 14 January 2015, 07:26:30 UTC
07f9047 fix instances of consecutive articles (closes #23221) Patch by Karan Goel. 13 January 2015, 14:17:24 UTC
6022f38 Bump setuptools to 11.3.1 11 January 2015, 20:49:22 UTC
a8efb6b Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. Patch by Davin Potts. 11 January 2015, 14:09:27 UTC
a024f80 Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. 11 January 2015, 13:03:06 UTC
7a3082f Issue #23212: 2.7-specific OS X installer updates 09 January 2015, 21:29:04 UTC
ef9ee93 Issue #23212: Update OS X installer build OpenSSL to 1.0.1k. (currently only used for builds with <= 10.5 deployment targets) 09 January 2015, 21:26:13 UTC
22a041f Issue #23184: delete unused idlelib file. 08 January 2015, 04:48:28 UTC
96556a7 Silence a Sphinx warning in ftplib.rst. ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect ed unindent. 06 January 2015, 16:36:02 UTC
8015458 Fix a markup error in the argparse documentation. Reported by Jason Sachs on docs@. 06 January 2015, 16:29:04 UTC
7c90667 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The availability of the function is checked during the compilation. Patch written by Bernard Spil. 06 January 2015, 12:53:37 UTC
7ba8cdc Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY 06 January 2015, 11:39:45 UTC
6fcb9a5 Clarified documentation for logging exception function/method. 06 January 2015, 11:10:12 UTC
0258c5d emphasize that cffi is better than extension modules for portability 05 January 2015, 20:38:46 UTC
7b4b284 allow a SSLContext to be given to ftplib.FTP_TLS 04 January 2015, 21:36:31 UTC
9fe67ce make SSLv23 the default version in ftplib (closes #23111) 04 January 2015, 16:20:16 UTC
c1edb58 Update bundled pip and setuptools to 6.0.6 and 11.0 03 January 2015, 10:23:39 UTC
b09ec90 Add missing URL link to Modernize docs. 03 January 2015, 08:45:25 UTC
fef9b6c Update copyright dates in OS X installer. 01 January 2015, 00:30:09 UTC
dd87637 update for copyright for 2015 01 January 2015, 00:09:36 UTC
35452b3 delete old ftpmirror script, which now has security bugs (closes #23130) 30 December 2014, 16:08:16 UTC
87d415f Issue #23125: Update nose project page link. Reported by Damien Marié. 28 December 2014, 16:51:25 UTC
27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) 26 December 2014, 17:09:00 UTC
a71cfc5 fix behavior of trailing slash redirection when a query string is involved (closes #23112) 26 December 2014, 16:53:43 UTC
cb36d24 improve incorrect French (#23109) Following suggestions from Clément. 24 December 2014, 19:58:05 UTC
a7516ed Upgrade pip to 6.0.2 and setuptools to 8.2.1 23 December 2014, 14:08:47 UTC
53ae614 allow more operations to work on detached streams (closes #23093) Patch by Martin Panter. 22 December 2014, 02:51:50 UTC
4e9dbfb explicitly close files (closes #23090) Patch by Brian Kearns. 20 December 2014, 19:41:14 UTC
74a651b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. 20 December 2014, 15:42:24 UTC
d4f5c14 Issue #23070: Fix a comment in the tutorial. "Python" has 6 characters, not 7. Reported by Ross Burnett. 17 December 2014, 12:59:33 UTC
16e093d Issue #20577: move configuration of FormatParagraph extension to new extension configuration dialog. Patch by Tal Einat. 16 December 2014, 08:21:19 UTC
3004b40 remove extra ssl imports (closes #23053) Patch from Jan Matejek. 15 December 2014, 15:04:13 UTC
655720e Issue #22777: Test pickling with all protocols. 15 December 2014, 12:02:43 UTC
c3741a0 Issue #23015: Improved testing of the uuid module. 15 December 2014, 10:03:33 UTC
64e8f6e use autoconf macro to check for pkg-config (closes #15506) 15 December 2014, 05:00:23 UTC
7a6a973 pop the loop block even for infinite while loops (closes #23048) 13 December 2014, 21:06:19 UTC
0bf02c8 Issue #23047: Fix typo in pyporting.rst. Patch by Chaitanya agrawal. 13 December 2014, 13:51:18 UTC
91d0a55 Use rtf format files for legacy OS X installer builds. (Backport from 3.4 changes for Issue #17128.) 13 December 2014, 08:33:29 UTC
fcf094c Backport of porting HOWTO 12 December 2014, 20:15:49 UTC
df611a9 remove reference to dead irc channel (closes #23038) 12 December 2014, 14:56:33 UTC
2b565bb Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64, when Python is configure with --with-tsc. Patch written by Christian Heimes. 12 December 2014, 12:19:00 UTC
e4efc3d Issue 23005: Fix typos 12 December 2014, 07:55:54 UTC
0be4b1e Issue #23032: Fix installer build failures on OS X 10.4 Tiger by disabling assembly code in the OpenSSL build. 11 December 2014, 23:55:42 UTC
78cf9a5 Issue 22823: Use set literal in idlelib. 11 December 2014, 10:33:25 UTC
f0f09b9 Issue #23006: Improve the documentation and indexing of dict.__missing__. Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section. Backport the code example from 3.4. 10 December 2014, 23:38:07 UTC
e6b4243 Issue #23016: A warning no longer produces an AttributeError when sys.stderr is None. 10 December 2014, 21:05:33 UTC
083f6fb move 2.7 branch to 2.7.9+ 10 December 2014, 16:57:12 UTC
402bd79 fix path to patchlevel.py 10 December 2014, 16:04:17 UTC
e57af0f merge 2.7.9 release branch 10 December 2014, 15:58:13 UTC
0a82111 Added tag v2.7.9 for changeset 648dcafa7e5f 10 December 2014, 15:57:29 UTC
a5f49f5 bump to 2.7.9 final 10 December 2014, 15:57:00 UTC
3660198 merge 2.7.9 release branch 10 December 2014, 15:47:01 UTC
15a2c15 Fix typo in OS X installer readmes. 10 December 2014, 09:14:43 UTC
8dc7af3 Fix typo in OS X installer readmes. 10 December 2014, 09:14:43 UTC
04f49c1 Update the deprecated plain text version of the OS X installer readme to match the rtf one and update the installer build instructions README. 10 December 2014, 09:06:57 UTC
2058678 Update the deprecated plain text version of the OS X installer readme to match the rtf one and update the installer build instructions README. 10 December 2014, 09:06:57 UTC
62a8660 Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer. Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores. 10 December 2014, 07:45:13 UTC
92b2b48 Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer. Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores. 10 December 2014, 07:45:13 UTC
back to top