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

sort by:
Revision Author Date Message Commit Date
8ce6e11 Close #20365: Skip test_asyncio.test_events.test_read_pty_output() on Mac OS X older than 10.9 (Maverick). kqueue doesn't support character devices (PTY) on Mac OS X older than 10.9. 23 January 2014, 16:26:06 UTC
418e80b Fixed test_user_command on OpenSolaris where floats can have different string representation in Tcl and Python. 23 January 2014, 14:49:22 UTC
bdf0cb5 Fixed test_user_command on OpenSolaris where floats can have different string representation in Tcl and Python. 23 January 2014, 14:48:44 UTC
fe5fff6 Issue #19936: Restored executable bits for several libffi files. These files have shebangs and executable bits in the libffi distribution. 23 January 2014, 14:23:50 UTC
744135d Issue #19936: Restored executable bits for several libffi files. These files have shebangs and executable bits in the libffi distribution. 23 January 2014, 14:22:55 UTC
da94b9e Issue #20311: add debug help in test_selectors 23 January 2014, 14:07:26 UTC
c520edc asyncio doc: add an client example using streams 23 January 2014, 10:25:48 UTC
24f8ebf asyncio doc: Move streams to their own dedicated page 23 January 2014, 10:05:01 UTC
c8ea813 asyncio doc: link create_connection() to open_connection() and create_server() to start_server() Rename also the "Network functions" section to "Stream functions" and move it to the Stream section. 23 January 2014, 10:02:09 UTC
7235c05 asyncio doc: move stream classes to their own class 23 January 2014, 09:54:57 UTC
3eb45d3 asyncio: Fix open_connection() documentation, writer is a StreamWriter 23 January 2014, 09:20:18 UTC
d869a0b Added test_user_command in test_tcl. It tests the convertion Tcl values to Python values when Tcl calls a command implemented on Python. Currently all values are passed as strings. 23 January 2014, 07:49:42 UTC
4b73016 Added test_user_command in test_tcl. It tests the convertion Tcl values to Python values when Tcl calls a command implemented on Python. Currently all values are passed as strings. 23 January 2014, 07:44:05 UTC
8860443 Merge with 3.3 23 January 2014, 05:39:11 UTC
94338de Issue #17390: Add Python version to Idle editor window title bar. Original patches by Edmond Burnett and Kent Johnson. 23 January 2014, 05:36:46 UTC
42d9e1b Doc fixes for Argument Clinic. 22 January 2014, 13:49:11 UTC
d58831e Merge #20317 from 3.3 22 January 2014, 13:04:37 UTC
09761e7 Issue #20317: Don't create a reference loop in ExitStack 22 January 2014, 12:24:46 UTC
4a2dbeb asyncio: Cleanup logging in BaseEventLoop._run_once() logger.log() is now responsible to format the timeout. It might be faster if the log is disabled for DEBUG level, but it's also more readable and fix an issue with Python 2.6 in the Trollius project. 22 January 2014, 11:26:01 UTC
4625826 Two minor Argument Clinic bugfixes: use the name of the class in the docstring for __new__ and __init__, and always use "goto exit" instead of returning "NULL" for failure to parse (as _new__ and __init__ return ints). 22 January 2014, 11:05:49 UTC
071baa6 Argument Clinic: make 'destination' directive work. 22 January 2014, 05:07:12 UTC
45726d3 Merge with 3.3 22 January 2014, 02:13:25 UTC
0e3b0e3 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now completely redundant. After 16638 patch, CallTips.get_argspec trims over-long signature strings as well as docstring lines. 22 January 2014, 02:12:24 UTC
3f440de Merge with 3.3 22 January 2014, 01:45:38 UTC
d5710f8 Issue #16638: Include up to 5 docstring header lines (before first blank) in Idle calltips. This is needed for builtins, such bytes (which is why 5). Based on patch by Serhiy Storchaka. 22 January 2014, 01:45:17 UTC
45e124e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. 22 January 2014, 00:16:25 UTC
758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. 22 January 2014, 00:11:43 UTC
f1e4fdc whatsnew: smtpd *map* argument, new ssl functions/methods. Fleshed out Christian's placeholder for the new ssl methods. 21 January 2014, 23:30:42 UTC
b772f2e Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. 21 January 2014, 21:59:57 UTC
6b2e559 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. 21 January 2014, 21:58:40 UTC
502d80f Merge with 3.3 21 January 2014, 20:37:16 UTC
715476d Issue #16630: Make Idle calltips work even when __getattr__ raises. Initial patch by Roger Serwy. 21 January 2014, 20:36:51 UTC
2bd59da Issue #2382: SyntaxError cursor "^" now is written at correct position in most cases when multibyte characters are in line (before "^"). This still not works correctly with wide East Asian characters. 21 January 2014, 20:29:47 UTC
65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most cases when multibyte characters are in line (before "^"). This still not works correctly with wide East Asian characters. 21 January 2014, 20:26:52 UTC
567b26e Issue #20311: EpollSelector now also rounds the timeout towards zero, as PollSelector. This change is not really required in Python 3.4, since select.epoll.poll() now rounds also correctly the timeout. But Guido van Rossum prefers to have exactly the same selectors.py file in CPython and Tulip projects: "it's not harmful". 21 January 2014, 20:00:47 UTC
2d854c8 Issue #20024: Py_BuildValue() now saves/restores the current exception before building an item if the build of a previous item failed. 21 January 2014, 19:52:17 UTC
5116f78 Issue #20301: Merge with 3.3 21 January 2014, 19:50:13 UTC
f7d2874 Issue #20301: Mention the correct KEY_* value as the default for 'access' in winreg.DeleteKeyEx. Already correct in the docs function signature and docstring. Noticed by Justin Foo. 21 January 2014, 19:49:22 UTC
2866c6a merge with 3.3 21 January 2014, 18:20:58 UTC
7ed509a fix deprecated-removed directive with sphinx 1.2 21 January 2014, 18:20:31 UTC
7067b5d selectors: add a comment to explain why and how poll timeout is rounded 21 January 2014, 16:49:41 UTC
781a544 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. Pending Clinic/inspect changes will probably require change to this file. 21 January 2014, 08:10:01 UTC
eed1661 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. 21 January 2014, 08:07:51 UTC
83b8105 Merge with 3.3 21 January 2014, 05:26:49 UTC
681ede8 Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. 21 January 2014, 05:26:21 UTC
a67a79d Merge with 3.3 21 January 2014, 05:02:17 UTC
30ffe7e Issue #20222: file is no longer a builtin in 3.x. 21 January 2014, 05:01:51 UTC
b645724 Fix the description of pickle protocol numbers 21 January 2014, 01:39:54 UTC
240cae7 (Merge 3.3) Issue #20311: Try to fix the unit test, use time.monotonic() instead of time.perf_counter() 21 January 2014, 01:38:33 UTC
39d798e Issue #20311: Try to fix the unit test, use time.monotonic() instead of time.perf_counter() Move also the unit test at the end. 21 January 2014, 01:37:41 UTC
11da8e2 Issue #20311: selector.PollSelector.select() now rounds the timeout away from zero, instead of rounding towards zero. For example, a timeout of one microsecond is now rounded to one millisecond, instead of being rounded to zero. Move also a test in test_epoll which was moved by my previous merge. 21 January 2014, 00:48:28 UTC
09354fd (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from zero, instead of rounding towards zero. For example, a timeout of one microsecond is now rounded to one millisecond, instead of being rounded to zero. 21 January 2014, 00:42:11 UTC
665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, instead of rounding towards zero. For example, a timeout of one microsecond is now rounded to one millisecond, instead of being rounded to zero. 21 January 2014, 00:41:00 UTC
22463aa Close #20275: Optimize BaseEventLoop._run_once() Logger.log() is "slow", logger.isEnabledFor() is faster and the logger is disabled in most cases. A microbenchmark executing 100,000 dummy tasks is 22% faster with this change. 20 January 2014, 22:56:40 UTC
c46d1fa Issue #20262: Warnings are raised now when duplicate names are added in the ZIP file or too long ZIP file comment is truncated. 20 January 2014, 19:59:33 UTC
9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the ZIP file or too long ZIP file comment is truncated. 20 January 2014, 19:57:40 UTC
ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. Removed backward compatibility alias curses.window.nooutrefresh which should be removed in 2.3. 20 January 2014, 19:35:06 UTC
7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. 20 January 2014, 19:29:31 UTC
679688e Fix grammar and add markup 20 January 2014, 16:13:31 UTC
3245e79 Formatting & rst link markup fixes 20 January 2014, 15:51:31 UTC
029981b Clarify what the loop arguments means for functions listed in 18.5.2.5 20 January 2014, 15:02:22 UTC
2d26af8 Explain the 'result' argument in asyncio.sleep 20 January 2014, 14:59:23 UTC
34e4628 Merge from 3.3. 20 January 2014, 14:35:38 UTC
6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. 20 January 2014, 14:31:08 UTC
5a6d4bf Fixes Issue #20165: The unittest module no longer considers tests marked with @expectedFailure successful if they pass. 20 January 2014, 09:11:18 UTC
b599c61 Fix the unittest to run properly when the working directory has additional bits set (such as the setgid or sticky bits). 20 January 2014, 09:10:33 UTC
27b490c merge 3.3 (#6627) 20 January 2014, 05:12:24 UTC
1cfe009 put notes in a ..note section 20 January 2014, 05:10:23 UTC
f6ffb4b document that a new Python thread context is created in ctypes callbacks (closes #6627) Patch by Nikolaus Rath. 20 January 2014, 05:09:53 UTC
6657578 Improve fix for issue #20300. 19 January 2014, 11:01:23 UTC
c4fe092 Issue #20300: Fix exception when setting conversion class member "default" to None. 19 January 2014, 10:27:34 UTC
b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and __init__ functions. 19 January 2014, 07:50:21 UTC
b470575 Issue #20299: Argument Clinic custom converters may now change the default value of c_default and py_default with a class member. 19 January 2014, 05:54:15 UTC
dc3cce0 merge 3.3 (#17811) 19 January 2014, 03:57:05 UTC
e83ed43 improve description of buffers argument for readv/writev (closes #17811) Patch by Nikolaus Rath. 19 January 2014, 03:54:59 UTC
bd22d39 merge 3.3 (#18574) 19 January 2014, 03:32:05 UTC
a96860c correct news entry for #18574 19 January 2014, 03:31:27 UTC
c28ab08 merge 3.3 (#18574) 19 January 2014, 02:51:11 UTC
3836593 add Nikolaus Rath to ACKS 19 January 2014, 02:50:35 UTC
0442423 fix handling of 100-continue status code (closes #18574) 19 January 2014, 02:50:18 UTC
49776ef Use correct C type in byte_converter. 18 January 2014, 22:38:36 UTC
5de3278 Fix test failures (--without-doc-strings). 18 January 2014, 22:18:39 UTC
bbf18be Merge #19855: restore use of LC_ALL, not LC_MESSAGES 18 January 2014, 20:02:00 UTC
4295353 #19855: restore use of LC_ALL, not LC_MESSAGES I didn't realize LC_ALL was an override, and I should have. I tried to make a test, but it is not clear that the LC variables actually affect the strings that uuid is using to parse the command output. 18 January 2014, 19:56:10 UTC
5d83d1a Issue #20270: urllib.urlparse now supports empty ports. 18 January 2014, 16:31:41 UTC
ff97b08 Issue #20270: urllib.urlparse now supports empty ports. 18 January 2014, 16:30:33 UTC
2d1f092 Issue #20244: Fixed possible file leaks when unexpected error raised in tarfile open functions. 18 January 2014, 14:28:37 UTC
e413cde Issue #20244: Fixed possible file leaks when unexpected error raised in tarfile open functions. 18 January 2014, 14:28:08 UTC
aee0e63 Issue #20243: TarFile no longer raise ReadError when opened in write mode. 18 January 2014, 14:14:49 UTC
c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. 18 January 2014, 14:14:10 UTC
7d68a1c Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't write complete output on close. 18 January 2014, 13:53:39 UTC
9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't write complete output on close. 18 January 2014, 13:53:05 UTC
ce644a0 Issue #20245: The open functions in the tarfile module now correctly handle empty mode. 18 January 2014, 13:37:21 UTC
53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. 18 January 2014, 13:35:37 UTC
537d760 Doc improvements for Clinic howto "Goals" section. 18 January 2014, 09:08:50 UTC
4903e00 Issue #20292: Small bug fix for Argument Clinic supporting format units for strings with explicit encodings. 18 January 2014, 08:26:16 UTC
3c16c1d merge 3.3 18 January 2014, 05:49:30 UTC
af69fe2 rm extra whitespace 18 January 2014, 05:49:04 UTC
9308c42 merge 3.3 18 January 2014, 05:47:06 UTC
eacec1c link to builtin open not io.open 18 January 2014, 05:47:00 UTC
back to top