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

sort by:
Revision Author Date Message Commit Date
fcafe43 Fix inspect.signature tests for builtins when docstrings are compiled out. 24 November 2013, 01:35:48 UTC
3b7b1e5 Try to fix test_tarfile under Windows 24 November 2013, 00:55:05 UTC
5e8c809 Build a list of supported test tarfiles dynamically for CLI "test" command tests (issue13477). 24 November 2013, 00:30:59 UTC
b52d8ba merge 24 November 2013, 00:12:22 UTC
71135ac Add _opcode to Windows build env 24 November 2013, 00:11:57 UTC
c8635b4 Don't attempt to run the _opcode test if it wasn't built. 24 November 2013, 00:11:17 UTC
d27b455 Issue #13477: Added command line interface to the tarfile module. Original patch by Berker Peksag. 23 November 2013, 23:53:29 UTC
44e2eaa Issue #19674: inspect.signature() now produces a correct signature for some builtins. 23 November 2013, 23:37:55 UTC
7fa6e1a Keep asyncio working with Python 3.3 too. 23 November 2013, 23:36:43 UTC
085869b asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore. 23 November 2013, 23:09:16 UTC
dcd340e Issue #19358: "make clinic" now runs the Argument Clinic preprocessor over all CPython source files. 23 November 2013, 22:58:45 UTC
ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg "format units" as legacy converters, as well as two new features: "self converters" and the "version" directive. 23 November 2013, 22:54:00 UTC
3a90797 Issue #19722: Added opcode.stack_effect(), which accurately computes the stack effect of bytecode instructions. 23 November 2013, 22:49:22 UTC
8d0d369 Update Tcl/Tk to 8.6.1. 23 November 2013, 22:05:27 UTC
67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to create SSLContext objects in Python's stdlib module. It provides a single configuration point and makes use of SSLContext.load_default_certs(). 23 November 2013, 21:43:47 UTC
32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, which anchor the pattern at both ends of the string to match. Original patch by Matthew Barnett. 23 November 2013, 21:20:30 UTC
3ed82c5 Package _overlapped. 23 November 2013, 21:02:00 UTC
a7fbf58 Merge heads 23 November 2013, 20:45:06 UTC
5c24d0e Issue #13592: Improved the repr for regular expression pattern objects. Based on patch by Hugo Lopes Tavares. 23 November 2013, 20:42:43 UTC
057e58d Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests. 23 November 2013, 20:40:46 UTC
c1207c1 Fix signed / unsigned comparison 23 November 2013, 20:34:04 UTC
d5df194 test_pickle: speed up test_long 23 November 2013, 20:20:49 UTC
3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian samples to little-endian and vice versa. 23 November 2013, 20:26:01 UTC
2b38fc1 gcc doesn't realize that dummy is always initialized by the function call and warns about potential uninitialized use. Silence that by initializing it to null. 23 November 2013, 20:21:28 UTC
2489bd8 Issue #17810: Fixed NULL check in _PyObject_GetItemsIter() CID 1131948: Logically dead code (DEADCODE) 23 November 2013, 20:19:43 UTC
310e4c4 merge 23 November 2013, 20:14:01 UTC
e8b1ba1 Issue #17810: Add two missing error checks to save_global CID 1131946: Unchecked return value (CHECKED_RETURN) 23 November 2013, 20:13:39 UTC
dd52c5a Merge heads 23 November 2013, 20:12:36 UTC
6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. 23 November 2013, 20:12:06 UTC
6188d09 Merge 23 November 2013, 20:06:21 UTC
74d8d63 Issue #17810: return -1 on error 23 November 2013, 20:05:31 UTC
8f2ee6e Fix writing out 64-bit size fields on 32-bit builds 23 November 2013, 20:05:08 UTC
b3d3ee4 Issue #17810: Add NULL check to save_frozenset CID 1131949: Dereference null return value (NULL_RETURNS) 23 November 2013, 20:01:40 UTC
d41c343 asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé). 23 November 2013, 19:51:53 UTC
488b0da Fix typo. 23 November 2013, 19:51:09 UTC
6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. 23 November 2013, 19:14:42 UTC
7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. 23 November 2013, 18:27:27 UTC
7cd9fbe Fix whitespace 23 November 2013, 18:01:36 UTC
c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. Most of the work is by Alexandre. 23 November 2013, 17:59:12 UTC
95401c5 #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. 23 November 2013, 17:52:05 UTC
e7f87e1 Fixed incorrectly applying a patch for issue19668. 23 November 2013, 17:50:47 UTC
59b7ff2 Undo (hopefully) buildbot failures 23 November 2013, 17:22:02 UTC
23828f6 Undo (hopefully) buildbot failures 23 November 2013, 17:20:42 UTC
94097b0 Relax timing even more, hopefully again fixes issue 19579. 23 November 2013, 17:20:12 UTC
434d27a Merge heads 23 November 2013, 17:08:38 UTC
0da64f7 Isue #19634: test_y_before_1900() is expected to fail on Solaris 23 November 2013, 16:58:26 UTC
be0c325 Issue #19668: Added support for the cp1125 encoding. 23 November 2013, 16:52:23 UTC
cfc6901 Add news about pdb fix for yield[from]. 23 November 2013, 16:46:14 UTC
b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 23 November 2013, 16:40:36 UTC
e50240c Issue #19308: fix the gdb plugin on gdbs linked with Python 3 23 November 2013, 16:40:36 UTC
5bef410 Tweak ssl docs 23 November 2013, 15:16:29 UTC
46c5deb - Modules/_struct.c (unpackiter_type): Define static. 23 November 2013, 15:07:55 UTC
5de397e merge 23 November 2013, 14:59:07 UTC
4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates a new SSLContext object with secure default settings. 23 November 2013, 14:58:30 UTC
2cf3917 Issue #19715: try the utime(..., None) approach again, now that it should be more precise under Windows 23 November 2013, 14:25:59 UTC
91a7af3 Issue #19727: os.utime(..., None) is now potentially more precise under Windows. 23 November 2013, 14:23:26 UTC
93965f7 Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given a year before 1900. 23 November 2013, 13:59:33 UTC
235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. Patch by William Mallard. 23 November 2013, 13:55:38 UTC
8b78493 Issue #19716: add a test that Path.touch() doesn't change a file's contents. Patch by Kushal Das. 23 November 2013, 13:52:39 UTC
6b2ff98 Correct documentation clientAuth -> CLIENT_AUTH 23 November 2013, 13:42:01 UTC
7e45d25 Merge heads 23 November 2013, 13:34:05 UTC
514afeb Merge 23 November 2013, 13:30:03 UTC
e28bb15 Issue 17457: extend test discovery to support namespace packages 23 November 2013, 13:29:23 UTC
d311366 Issue #19733: Temporary disable test_image on MacOSX. 23 November 2013, 13:22:10 UTC
c17565e Issue #19733: Temporary disable test_image on MacOSX. 23 November 2013, 13:21:33 UTC
8933521 Fix refleak introduced by 4f730c045f5f (issue #18408) and unveiled by 95eea8624d05 (issue #16596). 23 November 2013, 13:05:23 UTC
72d2850 Issue #19292: Add SSLContext.load_default_certs() to load default root CA certificates from default stores or system stores. By default the method loads CA certs for authentication of server certs. 23 November 2013, 12:56:58 UTC
a30d82f Document create_connection 23 November 2013, 12:55:35 UTC
9a62a19 Start documenting the event loop 23 November 2013, 12:10:08 UTC
4d1046c Document asyncio transport APIs 23 November 2013, 11:50:52 UTC
3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() tracemalloc.start() now has an option nframe parameter 23 November 2013, 11:37:20 UTC
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
back to top