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

sort by:
Revision Author Date Message Commit Date
ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) 23 November 2013, 11:27:24 UTC
0fb6072 merge 23 November 2013, 11:33:00 UTC
aa6a212 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1. 23 November 2013, 11:30:11 UTC
dec4338 Fix transport docstrings 23 November 2013, 11:30:00 UTC
2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ The patch removes the verify_flags feature on Mac OS X 10.4 with OpenSSL 0.9.7l 28 Sep 2006. 23 November 2013, 10:24:32 UTC
4a281a1 Issue #19551: Update installer Welcome file. 23 November 2013, 08:24:15 UTC
9fa4ced Update third-party libraries for OS X installers: XZ 5.0.3 -> 5.0.5 SQLite 3.7.13 -> 3.8.1 23 November 2013, 06:54:02 UTC
44a0db0 Issue #19551: Update whatsnew. 23 November 2013, 06:39:09 UTC
41ab6c3 Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default. 23 November 2013, 06:25:43 UTC
7bc4b3b Update What's New with PEP 453 progress 23 November 2013, 01:59:40 UTC
d76cdc1 Close #19694: venv now runs ensurepip in isolated mode 23 November 2013, 01:37:28 UTC
fd66cc5 Merge from 3.3 23 November 2013, 01:18:26 UTC
f92ef9b Update Itamar's name 23 November 2013, 01:17:24 UTC
9c1aed8 Close #7475: Restore binary & text transform codecs The codecs themselves were restored in Python 3.2, this completes the restoration by adding back the convenience aliases. These aliases were originally left out due to confusing errors when attempting to use them with the text encoding specific convenience methods. Python 3.4 includes several improvements to those errors, thus permitting the aliases to be restored as well. 23 November 2013, 01:13:36 UTC
12820c0 Revert utime(..., None) strategy (it has too poor resolution under Windows) and restore the previous test workaround (issue #19715) 23 November 2013, 01:11:02 UTC
c3055be Trying other strategy for #19715: use utime(..., None) 23 November 2013, 00:54:27 UTC
f8d0ff9 Add source link for asyncio. 23 November 2013, 00:53:25 UTC
bb6694d Try to fix issue #19715 (timestamp rounding inconsistencies under Windows?) 23 November 2013, 00:32:53 UTC
74193af Finish protocol documentation 23 November 2013, 00:21:11 UTC
a035e1b Start documenting protocols 23 November 2013, 00:08:43 UTC
f0f5d38 Mention threadpool interface in asyncio overview. 22 November 2013, 23:45:02 UTC
bba8682 Issue #19291: add crude stubs to the asyncio docs 22 November 2013, 23:34:26 UTC
6c86181 Issue #19715: Ensure that consecutive calls to monotonic() are monotonic 22 November 2013, 23:15:27 UTC
0f57564 Try to debug issue #19715 22 November 2013, 22:20:08 UTC
2dd38fb Issue #19718: add one more globbing test under POSIX 22 November 2013, 21:26:01 UTC
b3931d2 Wording changes 22 November 2013, 21:15:28 UTC
02ac74e merge 22 November 2013, 21:14:24 UTC
fe77f4e Issue #19718: Add a case-insensitive FS check to test.support to use in test_pathlib. Purposefully designed to work from a specified directory in case multiple file systems are used on the system. 22 November 2013, 21:14:10 UTC
2f66ffa Merge heads. 22 November 2013, 20:55:59 UTC
2ba66eb Issue #19724: clear out colliding temp module. 22 November 2013, 20:55:23 UTC
7a4e2d1 Wording changes to pathlib docs. Only possibly-controversial change: joinpath() was described as: "Calling this method is equivalent to indexing the path with each of the *other* arguments in turn." 'Indexing' is an odd word to use, because you can't subscript Path or PurePath objects, so I changed it to "combining". 22 November 2013, 20:45:02 UTC
e0d641a trunk merge 22 November 2013, 20:31:49 UTC
9121f8d Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths). 22 November 2013, 20:31:35 UTC
4da459c Fix markup of notes recommending asyncio. 22 November 2013, 20:27:45 UTC
9ae8742 Merge heads 22 November 2013, 20:04:01 UTC
e19e3f0 Issue #18326: merge with 3.3 22 November 2013, 20:03:10 UTC
e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. Also, attempt to reduce confusion in the glossary by not saying there are different "types" of arguments and parameters. 22 November 2013, 19:58:34 UTC
aa40775 Add note to asyncore/asynchat recommending asyncio for new code. 22 November 2013, 19:57:35 UTC
5467da8 Move select, selectors, asyncio to section 18 (IPC). 22 November 2013, 19:56:46 UTC
58ca93c NEWS entry for module name repr commit 22 November 2013, 19:54:13 UTC
df38a80 merge 22 November 2013, 19:53:07 UTC
224b261 User the repr for a module name in more places 22 November 2013, 19:52:36 UTC
7a46564 asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly). 22 November 2013, 19:47:22 UTC
873d122 Make test_importlib output easier to trace back to the failing test class. 22 November 2013, 19:47:09 UTC
e0c3bd7 Issue #18864: Don't try and use unittest as a testing module for built-in loading; leads to a reload scenario where attributes get set which are wrong after the test. 22 November 2013, 19:38:09 UTC
a24348c Make some tests more verbose in the face of failure 22 November 2013, 18:22:22 UTC
baacf4d Update xz to 5.0.5. 22 November 2013, 18:13:51 UTC
bc2f0ba Update SQLite to 3.8.1 on Windows. 22 November 2013, 17:36:28 UTC
175e725 Remove a commented-out line 22 November 2013, 17:07:43 UTC
330ce59 Hopefully fix test_is_socket_true 22 November 2013, 17:05:06 UTC
fddc311 Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows) 22 November 2013, 16:58:17 UTC
29eac42 Fix test failure under systems with an incompatible locale 22 November 2013, 16:57:03 UTC
0325a21 Fix whitespace 22 November 2013, 16:38:41 UTC
31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). 22 November 2013, 16:38:12 UTC
b523f84 Implement PEP 451 (ModuleSpec). 22 November 2013, 16:05:39 UTC
9e6097e Trunk merge. 22 November 2013, 16:08:25 UTC
87b9637 A fix for issue 19555 on Windows. 22 November 2013, 16:08:05 UTC
5398e1a Issue #19448: report name / NID in exception message of ASN1Object 22 November 2013, 15:20:53 UTC
c2d65e1 Issue #17134: check certs of CA and ROOT system store 22 November 2013, 15:13:55 UTC
50c48b8 Close #17916: dis.Bytecode based replacement for distb - Bytecode.from_traceback() alternate constructor - current_offset parameter and attribute Patch by Claudiu Popa 22 November 2013, 14:57:00 UTC
8fbdb09 Close #19552: venv and pyvenv ensurepip integration 22 November 2013, 14:30:34 UTC
0b61ef6 Update bundled pip to 1.5rc1 22 November 2013, 13:32:24 UTC
8afc8f6 Issue #19619: Update What's New for codec blacklist 22 November 2013, 13:00:22 UTC
c72e4e6 Issue #19619: Blacklist non-text codecs in method API str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings. 22 November 2013, 12:39:36 UTC
322f5ba Issue #19553: PEP 453 - "make install" and "make altinstall" now install or upgrade pip by default, using the bundled pip provided by the new ensurepip module. A new configure option, --with-ensurepip[=upgrade|install|no], is available to override the default ensurepip "--upgrade" option. The option can also be set with "make [alt]install ENSUREPIP=[upgrade|install\no]". 22 November 2013, 07:01:59 UTC
b8f944f Issue #19649: On OS X, the same set of file names are now installed in bin directories for all configurations: non-framework vs framework, and single arch vs universal builds. pythonx.y-32 is now always installed for 64-bit/32-bit universal builds. The obsolete and undocumented pythonw* symlinks are no longer installed anywhere. 22 November 2013, 06:42:25 UTC
c06d6fd Issue #14455: Fix maybe_open typo in Plist.fromFile(). 22 November 2013, 04:56:23 UTC
f6de9eb #19688: add back and deprecate the internal HTMLParser.unescape() method. 22 November 2013, 03:49:29 UTC
32f0c7a or VERIFY_CRL_CHECK_LEAF to verify_flags 22 November 2013, 02:43:48 UTC
d5b200c Issue #19664: fix another flake test_userdict test 22 November 2013, 02:36:28 UTC
f22e8e5 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). Also change the argument name to the same name as getpeercert() 22 November 2013, 01:22:51 UTC
44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and CRL enumeration are now two functions. enum_certificates() also returns purpose flags as set of OIDs. 22 November 2013, 00:51:30 UTC
d062892 Issue #19681: Apply a quick and minimal band-aid. The flaky buildbots make it hard to detect real issue. This is just a temporary fix until we agree on a permanent solution. 22 November 2013, 00:22:47 UTC
3591587 merge 22 November 2013, 00:17:34 UTC
5f8b0f5 Issue #19664: test_userdict's repr test no longer depends on the order of dict elements. Original patch by Serhiy Storchaka 22 November 2013, 00:16:56 UTC
99fc416 trunk merge 21 November 2013, 23:57:41 UTC
197a770 - Issue #19555: Restore sysconfig.get_config_var('SO'), with a DeprecationWarning pointing people at $EXT_SUFFIX. 21 November 2013, 23:57:14 UTC
ba72320 silence an overflow warning. slen is smaller than 1MB 21 November 2013, 23:46:18 UTC
d6dc952 one CERT_REQUIRED is enough 21 November 2013, 23:39:38 UTC
1dbf61f downcast len to int. The code has already checked that len < INT_MAX 21 November 2013, 23:34:18 UTC
18fc7be lst might be NULL here CID 1130752: Dereference after null check (FORWARD_NULL) 21 November 2013, 22:57:49 UTC
2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags of the context in order to enable certification revocation list (CRL) checks or strict X509 rules. 21 November 2013, 22:56:13 UTC
e079edd Close #18294: Fix the zlib module to make it 64-bit safe 21 November 2013, 21:33:21 UTC
8820c23 Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. 21 November 2013, 19:30:06 UTC
9c55a58 asyncio: Make Semaphore(0) work properly. 21 November 2013, 19:07:45 UTC
d88c6f9 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). 21 November 2013, 17:23:50 UTC
0b1386d Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). 21 November 2013, 17:23:19 UTC
1b62760 merge 21 November 2013, 15:27:33 UTC
949ec14 Issue #19682: Fix compatibility issue with old version of OpenSSL that was introduced by Issue #18379. 21 November 2013, 15:26:51 UTC
c5cf797 Issue #14455: plistlib now supports binary plists and has an updated API. This patch adds support for binary plists on OSX to plistlib (based on a patch by 'dpounces'). The patch also cleans up the API for the plistlib module. 21 November 2013, 14:46:49 UTC
8455723 Close #19568: Fix bytearray_setslice_linear(), fix handling of PyByteArray_Resize() failure: leave the bytearray object in an consistent state. If growth < 0, handling the memory allocation failure is tricky here because the bytearray object has already been modified. If lo != 0, the operation is completed, but a MemoryError is still raised and the memory block is not shrinked. If lo == 0, the bytearray is restored in its previous state and a MemoryError is raised. 21 November 2013, 11:29:51 UTC
35f2803 Close #19578: Fix list_ass_subscript(), handle list_resize() failure Notify the caller of the failure (MemoryError exception). 21 November 2013, 11:16:35 UTC
a282825 Issue #19183: Simplify test_gdb repr() is no more platform dependent, SipHash has been fixed 21 November 2013, 09:25:09 UTC
f4fd257 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms. 21 November 2013, 09:04:22 UTC
d9a0182 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms. 21 November 2013, 09:02:30 UTC
bd3a7f9 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP and CRL distribution points. 21 November 2013, 02:40:15 UTC
efff706 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() to load CA certificates and CRL from memory. It supports PEM and DER encoded strings. 21 November 2013, 02:35:02 UTC
e6e2d9b Clarify where "Documenting Python" can be found. 20 November 2013, 19:53:31 UTC
abc716b Issue #19474: Argument Clinic now always specifies a default value for variables in option groups, to prevent "uninitialized value" warnings. 20 November 2013, 17:13:52 UTC
f3bf35e Issue #16632: Enable DEP and ASLR on Windows. 20 November 2013, 16:43:23 UTC
back to top