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

sort by:
Revision Author Date Message Commit Date
0e0cd46 Catching up on NEWS entries. I'll make sure and include them in future patches. 18 October 2013, 02:34:12 UTC
3c97e46 Issue #19262: Install asyncio and test_asyncio directories. 18 October 2013, 01:08:00 UTC
fc29e0f Rename the logger to plain "logger". 17 October 2013, 22:39:45 UTC
b795aa8 Issue #19275: Fix test_site failure on OS X due to typo. 17 October 2013, 22:21:40 UTC
5ea7f93 Make asyncio tests run on Windows. 17 October 2013, 21:23:17 UTC
27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). 17 October 2013, 20:40:50 UTC
5b37f97 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. 17 October 2013, 20:05:19 UTC
d3b7505 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. 17 October 2013, 20:04:04 UTC
2bb0ac0 merge with 3.3 17 October 2013, 17:52:33 UTC
9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. 17 October 2013, 17:51:34 UTC
8f9571e Skip #16129 test until I debug cross-platform issues 17 October 2013, 15:46:19 UTC
6508dc5 Try to debug overspecified test :( 17 October 2013, 15:44:22 UTC
cc5c728 Fix signal handler in test. 17 October 2013, 14:22:10 UTC
240f86d Close #19266: contextlib.ignore -> contextlib.suppress Patch by Zero Piraeus. 17 October 2013, 13:40:57 UTC
1eb509a Merge. 17 October 2013, 13:31:51 UTC
a0f074f Issue #16129: Move Py_SetStandardStreamEncoding declaration 17 October 2013, 13:27:17 UTC
1e2f67c Try doing a raw test of os.fork()/os.kill(). 17 October 2013, 13:24:06 UTC
7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` This new pre-initialization API allows embedding applications like Blender to force a particular encoding and error handler for the standard IO streams. Also refactors Modules/_testembed.c to let us start testing multiple embedding scenarios. (Initial patch by Bastien Montagne) 17 October 2013, 12:35:35 UTC
26f9268 Stop trying to use strace, but add a sleep before terminate(). 17 October 2013, 12:56:18 UTC
86823a5 Issue #19275: Fix test_site on AMD64 Snow Leopard 17 October 2013, 11:40:00 UTC
e4508ee Try strace instead of gdb to see what wedged child is doing. 17 October 2013, 11:10:45 UTC
a3cf1aa Merge heads 17 October 2013, 09:48:32 UTC
b5f8a5e Issue 19276: Fix tests for wave files on big-endian platforms. Skip tests for 24-bit wave file on big-endian platforms. 17 October 2013, 09:46:53 UTC
c955291 Issue 19276: Fix tests for wave files on big-endian platforms. Skip tests for 24-bit wave file on big-endian platforms. 17 October 2013, 09:46:00 UTC
d44500a Try to print a backtrace of wedged child process in test. 17 October 2013, 09:38:37 UTC
3da240f #18891: Complete new provisional email API. This adds EmailMessage and, MIMEPart subclasses of Message with new API methods, and a ContentManager class used by the new methods. Also a new policy setting, content_manager. Patch was reviewed by Stephen J. Turnbull and Serhiy Storchaka, and reflects their feedback. I will ideally add some examples of using the new API to the documentation before the final release. 17 October 2013, 02:48:40 UTC
1a16288 Close #19252: better test coverage for Enum. Thanks, CliffM 17 October 2013, 02:09:31 UTC
1f2eaa9 Fix import of SimpleQueue. 16 October 2013, 16:06:22 UTC
b1694cf Issue #18999: Make multiprocessing use context objects. This allows different parts of a program to use different methods for starting processes without interfering with each other. 16 October 2013, 15:41:56 UTC
3e4b528 Add shorten to __all_ (issues #18585 and #18725). 16 October 2013, 10:07:53 UTC
2532497 Issue #18468: The re.split, re.findall, and re.sub functions and the group() and groups() methods of match object now always return a string or a bytes object. 16 October 2013, 09:46:28 UTC
355dda8 Issue #14407: Fix unittest test discovery in test_concurrent_futures. 15 October 2013, 21:24:44 UTC
9816a1e Issue #14407: Fix unittest test discovery in test_concurrent_futures. 15 October 2013, 21:23:32 UTC
acc9f3f Issue #18725: The textwrap module now supports truncating multiline text. 15 October 2013, 18:22:54 UTC
bc2bfa6 Merge 15 October 2013, 15:49:59 UTC
b46fe79 Print process instead of pid. 15 October 2013, 15:48:51 UTC
b6ca62a Issue #17221: Merge 3.4.0 Alpha 1 entries before and after 3.3.1 release candidate 1. 15 October 2013, 09:05:57 UTC
42c25f5 Close #19260: remove outdated comment in marshal.c 14 October 2013, 18:50:32 UTC
e1426b6 Issue #18919: Add test/audiodata to LIBSUBDIRS. 14 October 2013, 18:19:24 UTC
c3a9b35 Issue #18919: Add test/audiodata to LIBSUBDIRS. 14 October 2013, 18:18:50 UTC
481c6dd Issue #18919: Fixed resource leaks in audio tests. 14 October 2013, 17:10:18 UTC
85812bc Issue #18919: Fixed resource leaks in audio tests. 14 October 2013, 17:09:47 UTC
1f56a94 Issue #18919: Check warnings messages in the aifc module tests. 14 October 2013, 17:06:04 UTC
4606d36 Issue #18919: Check warnings messages in the aifc module tests. 14 October 2013, 17:05:33 UTC
fb0b5f2 merge with 3.3 14 October 2013, 14:53:07 UTC
d98d6cb Closes #19258: close WSGI server after handling request in demo code. 14 October 2013, 14:52:13 UTC
9795419 merge with 3.3 14 October 2013, 14:08:25 UTC
0079ffc Closes #17154: error out gracefully on "ignore" or "condition" without argument. 14 October 2013, 14:08:15 UTC
0186721 Issue #19189: Improved cross-references in the pickle module documentation. 14 October 2013, 07:44:25 UTC
5bbbc94 Issue #19189: Improved cross-references in the pickle module documentation. 14 October 2013, 07:43:46 UTC
142ad66 Re #18521: move array bounds check before array access. 14 October 2013, 05:01:11 UTC
6083a4b Re #18521: remove assignments of variables that are immediately reassigned. 14 October 2013, 04:51:46 UTC
782952b Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are macros defined with () around them. 14 October 2013, 04:46:12 UTC
33fc6d6 #4965: merge with 3.3. 13 October 2013, 23:59:54 UTC
47fd9d8 #4965: Implement intelligent scrolling of the sidebar in the docs. 13 October 2013, 23:58:59 UTC
64bed06 merge with 3.3 13 October 2013, 21:34:06 UTC
9e091e1 Closes #16657: fix docstring of traceback.format_tb(). 13 October 2013, 21:32:14 UTC
b3e4144 Null merge 13 October 2013, 20:30:53 UTC
ca1d6db Merge heads 13 October 2013, 20:27:44 UTC
72aabb6 Merge heads 13 October 2013, 20:27:23 UTC
a7c17e5 Fix spacing of toplevel items. 13 October 2013, 20:25:10 UTC
3e30d47 merge with 3.3 13 October 2013, 20:23:34 UTC
810f1d5 Wing IDE is switching to PyQt... 13 October 2013, 20:23:27 UTC
6c64f23 Merge heads 13 October 2013, 20:22:09 UTC
03d010b merge with 3.3 13 October 2013, 20:20:08 UTC
c3a2916 Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. 13 October 2013, 20:19:49 UTC
12ec29f Closes #17335: remove no-op assignment. 13 October 2013, 20:16:48 UTC
881bfba Remove unexpected headings from Misc/NEWS 13 October 2013, 20:13:56 UTC
98b28fd Issue #18758: Fixed and improved cross-references. 13 October 2013, 20:12:09 UTC
bfdcd43 Issue #18758: Fixed and improved cross-references. 13 October 2013, 20:09:14 UTC
6039db8 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. 13 October 2013, 19:54:15 UTC
24201d4 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. 13 October 2013, 19:53:13 UTC
fbc3c3c Closes #17730: in code.interact(), when banner="", do not print anything. Also adds tests for banner printing. 13 October 2013, 19:49:06 UTC
a8fc7f6 #18714: add attribution. 13 October 2013, 18:56:25 UTC
6e22055 pdb: modernize find_function() and add tests for it. Closes #18714. 13 October 2013, 18:51:47 UTC
7ff4520 Issue #19197: Improved cross-references in the shlex module documentation. 13 October 2013, 18:20:30 UTC
4e98567 Issue #19197: Improved cross-references in the shlex module documentation. 13 October 2013, 18:19:00 UTC
9efcb6b Issue19030: commit tests for DynamicClassAttribute 13 October 2013, 17:52:10 UTC
690a6a9 Issue #19207: Improved cross-references in the os, os.path, and posix modules documentation. 13 October 2013, 17:13:37 UTC
dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules documentation. 13 October 2013, 17:12:43 UTC
10e73ba Improve #19204: Improved cross-references in the urllib package documentation. 13 October 2013, 17:07:51 UTC
5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. 13 October 2013, 17:06:50 UTC
ef1605a merge with 3.3 13 October 2013, 16:38:53 UTC
b7117af Refer to strftime(3) manpage for platform specific format codes. Suggested by Skip Montanaro on docs@. 13 October 2013, 16:28:25 UTC
287da2e Issue #19203: Improved cross-references in the curses howto. 13 October 2013, 16:24:30 UTC
5f613dc Merge heads 13 October 2013, 16:17:46 UTC
04d11a7 Issue #19203: Improved cross-references in the curses howto. 13 October 2013, 15:51:59 UTC
221d943 Issue #19198: Improved cross-references in the cgi module documentation. 13 October 2013, 15:29:08 UTC
fd1c3d3 Issue #19198: Improved cross-references in the cgi module documentation. 13 October 2013, 15:28:26 UTC
0a7697b Catch a few extra error cases in marshal.c 13 October 2013, 15:19:56 UTC
26e066d Null merge 13 October 2013, 15:12:22 UTC
5fa41f1 Merge heads 13 October 2013, 15:11:11 UTC
8362006 Merge heads 13 October 2013, 15:11:05 UTC
eb7414f Issue #18919: Unified and extended tests for audio modules: aifc, sunau and wave. 13 October 2013, 15:06:45 UTC
e206b6e Issue #17827: document codecs.encode and codecs.decode - Merge from 3.3 - Added to What's New since these are more important in 3.x, as the bytes<->bytes and str<->str codecs don't fit the text model convenience methods in 3.x the way they did the basestring<->basestring methods in the 2.x text model - Included under Library in Misc/NEWS for the same reason 13 October 2013, 14:55:46 UTC
1b80e63 Issue #18919: Unified and extended tests for audio modules: aifc, sunau and wave. 13 October 2013, 14:55:07 UTC
6cb2b5b Issue #17827: Document codecs.encode and codecs.decode 13 October 2013, 14:22:13 UTC
5983258 Issue #19219 Remove a lot of "retval = NULL" statements, now that retval is pre-initialized to that value. Test show a 5% speedup as a bonus. 13 October 2013, 13:41:59 UTC
b4534ae Docs tweaks for contextlib additions 13 October 2013, 13:23:08 UTC
ed7bb48 Remove failing checks for explicit error messages. 13 October 2013, 10:34:01 UTC
back to top