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

sort by:
Revision Author Date Message Commit Date
f84499a rstlint: Fix "default role used" warning This should make buildbots green. 20 October 2015, 00:41:38 UTC
19ff697 Issue #24885: Update note in docs about stream convenience functions. 19 October 2015, 20:18:04 UTC
06d48db Fix whitespace. 19 October 2015, 19:00:04 UTC
c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. 19 October 2015, 18:49:30 UTC
2bf91bf - Issue #25440: Fix output of python-config --extension-suffix. 19 October 2015, 12:07:57 UTC
277640a Closes #25411: Improved Unicode support in SMTPHandler. 17 October 2015, 15:13:10 UTC
4de9dae Added entry to logging cookbook. 17 October 2015, 12:58:19 UTC
edb9111 Issue #25418: Fix markup in object.__hash__ documentation Patch by TAKASE Arihiro. 16 October 2015, 08:22:50 UTC
b2f8760 Issue #24782: whitespace 14 October 2015, 02:09:06 UTC
93f3542 Issue #24782: Finish converting the Configure Extension dialog into a new tab in the IDLE Preferences dialog. Code patch by Mark Roseman. 14 October 2015, 02:03:51 UTC
5805dde Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes. 13 October 2015, 18:12:32 UTC
83fd0a8 Issue #25093: Fix test_tcl's testloadWithUNC for paths with spaces Patch by Serhiy Storchaka. 13 October 2015, 04:27:58 UTC
b395188 actually link to the version attributes documentation 12 October 2015, 06:03:22 UTC
d0cadba Issue #22726: Re-activate config dialog help button with some content about the other buttons and the new IDLE Dark theme. 12 October 2015, 02:07:31 UTC
1fdc80b Cleanup test_descr: remove C8 that is the same as C3. 11 October 2015, 14:42:39 UTC
0071b3d don't mention Python 2.2 (closes #25375) 11 October 2015, 06:23:55 UTC
414918a use the with statement for locking the internal condition (closes #25362) Patch by Nir Soffer. 11 October 2015, 02:34:46 UTC
b397e3b add a missing comma (closes #25371) 11 October 2015, 02:32:20 UTC
0289155 Correct Misc/NEWS. 10 October 2015, 17:26:16 UTC
89065d9 Issue #25099: Skip relevant tests in test_compileall when an entry on sys.path has an unwritable __pycache__ directory. This typically comes up when someone runs the test suite from an administrative install of Python on Windows where the user does not have write permissions to the stdlib's directory. Thanks to Zachary Ware and Matthias Klose for reporting bugs related to this issue. (grafted from 34bbd537b3e688dfbb6498e9083445a6a72fc4b1) 09 October 2015, 22:09:43 UTC
7b2cfc4 Issue #25365: test_pickle now works in threads disabled builds. 10 October 2015, 17:10:07 UTC
7c6420a Issue #25322: Fix test for nested contextlib.suppress 10 October 2015, 11:04:44 UTC
d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro 10 October 2015, 10:36:22 UTC
cfad543 Issue #22413: Document newline effect on StringIO initializer and getvalue Also add to comment in the C code. 10 October 2015, 03:01:20 UTC
e44dba3 Issue #24402: Factor out PtyTests.run_child() in input() tests This reuses existing code to hopefully make the new test_input_no_stdout_ fileno() test work. It is hanging Free BSD 9 and OS X Tiger buildbots, and I don't know why. 10 October 2015, 05:27:15 UTC
c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun Also factored out some test cases into a new PtyTests class. 10 October 2015, 01:25:38 UTC
ff1f3d9 Closes #25344: Added cookbook recipe to show buffering of logging events. 09 October 2015, 23:52:35 UTC
24a6109 Issue #16802: Document fileno parameter of socket.socket() Patch by Henrik Heimbuerger and Bar Harel. 08 October 2015, 03:34:01 UTC
9955a37 Various minor typos in documentation and comments 07 October 2015, 10:26:23 UTC
85b8f45 Issue #25286: Dictionary views are not sequences Also change glossary heading from view 07 October 2015, 09:56:46 UTC
bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) 07 October 2015, 02:36:54 UTC
106ddf0 Issue #25097: Re-raise any other pywin32 error 06 October 2015, 20:28:43 UTC
22226c5 Issue #25097: fix Windows error number access 06 October 2015, 20:22:13 UTC
a6d04cf Merge heads 06 October 2015, 15:38:25 UTC
36bbd0f Issue #23972: Fix tests for Windows and Debian. 06 October 2015, 15:24:10 UTC
5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. Made test_tokenize discoverable. 06 October 2015, 15:16:28 UTC
15982aa reinitialize an Event's Condition with a regular lock (closes #25319) 06 October 2015, 04:56:22 UTC
601953b Docs and one small improvement for issue #25304, by Vincent Michel. 05 October 2015, 23:20:00 UTC
b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. 05 October 2015, 16:15:28 UTC
d17e978 Issue #24820: Update IDLE NEWS items. 04 October 2015, 05:14:51 UTC
be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. 04 October 2015, 04:31:05 UTC
841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. 03 October 2015, 15:31:42 UTC
3795d12 Issue #16701: Document += and *= for mutable sequences 03 October 2015, 07:46:04 UTC
cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query Initial patch from Xiang Zhang. Also fix out-of-date _url_collapse_path() doc string. 03 October 2015, 05:55:46 UTC
a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query Patch from Xiang Zhang. 03 October 2015, 05:38:07 UTC
d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and curious users. The previous user content is now in the IDLE doc and is redundant. IDLE now means 'Integrated Development and Learning Environment'. 03 October 2015, 03:22:59 UTC
a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> Custom Highlighting. Original patch by Mark Roseman. 03 October 2015, 02:12:17 UTC
620279b asyncio: ensure_future() now understands awaitables 02 October 2015, 19:00:19 UTC
e2382c5 Issue #25290: Fix typo in csv.reader() docstring Patch by Johannes Niediek. 02 October 2015, 16:25:32 UTC
28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: 1. Non-ASCII bytes were accepted after shift sequence. 2. A low surrogate could be emitted in case of error in high surrogate. 02 October 2015, 10:07:28 UTC
223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. 01 October 2015, 19:37:54 UTC
f223c53 Closes #25185: Use UTF-8 encoding when reading pyvenv.cfg. 01 October 2015, 10:27:00 UTC
f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no longer formatted twice. 01 October 2015, 08:08:50 UTC
78cc2e8 Issue #25003: os.urandom() doesn't use getentropy() on Solaris because getentropy() is blocking, whereas os.urandom() should not block. getentropy() is supported since Solaris 11.3. 01 October 2015, 07:59:32 UTC
3f18f10 Issue #25274: test_recursionlimit_recovery() of test_sys now checks sys.gettrace() when the test is executed, not when the module is loaded. sys.settrace() may be after after the test is loaded. 01 October 2015, 06:55:33 UTC
1c62b52 Reflect parameter name change in the doc 01 October 2015, 06:48:08 UTC
89719e1 Issue #25182: Fix compilation on Windows Restore also errno value before calling PyErr_SetFromErrno(). 30 September 2015, 13:01:34 UTC
a59018c Issue #25182: The stdprinter (used as sys.stderr before the io module is imported at startup) now uses the backslashreplace error handler. 30 September 2015, 12:46:53 UTC
b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary now accept the self and the dict keyword arguments. 29 September 2015, 20:52:09 UTC
68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword argument. 29 September 2015, 20:36:06 UTC
e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of unpickler. Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored on 32-bit platforms in C implementation. 29 September 2015, 19:10:07 UTC
d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). 29 September 2015, 18:54:45 UTC
d94c1b9 Fix StreamReader.__repr__ 29 September 2015, 15:36:00 UTC
85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering and nested format_specs. Patch by Anthon van der Neut. 29 September 2015, 14:27:38 UTC
b8b951f Added additional unpickling tests. 29 September 2015, 12:49:58 UTC
c6b54b4 Moved unpickling tests with prepickled data to separate class. 29 September 2015, 12:33:24 UTC
37f8135 Issue #24028: Add subsection about Idle calltips. 29 September 2015, 05:55:57 UTC
f38356a Remove indent in news item. Error when building 3.x docs. 29 September 2015, 05:00:31 UTC
9af7fe7 Add recent IDLE NEWS items. 29 September 2015, 03:38:57 UTC
9af30ac Correct Misc/NEWS about asyncio.Queue rewrite. 28 September 2015, 23:50:38 UTC
99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. 28 September 2015, 14:42:34 UTC
16a1f28 Issue #25249: Remove unneeded mkstemp helper in test_subprocess The helper was added in 76641824cf05 11 years ago and it can be removed now since all supported Python versions have tempfile.mkstemp(). Patch by Nir Soffer. 28 September 2015, 10:33:14 UTC
d351706 Issue #24972: New option is only valid in tk 8.5+. 28 September 2015, 08:52:49 UTC
507a5c4 Issue #24972: Inactive selection background now matches active selection background, as selected by user, on all systems. This also fixes a problem with found items not highlighted on Windows. Initial patch by Mark Roseman. Fix replaces workaround with obscure but proper configuration option. 28 September 2015, 08:16:32 UTC
2122b62 Backed out changeset: 70c01dd35100 28 September 2015, 02:50:54 UTC
7082cbc Issue #24972: Inactive selection background now matches active selection background, as selected by user, on all systems. This also fixes a problem with found items not highlighted on Windows. Initial patch by Mark Roseman. Fix replaces workaround with obscure but proper configuration option. 28 September 2015, 02:46:17 UTC
672be19 merge 28 September 2015, 02:34:07 UTC
edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). 28 September 2015, 02:31:45 UTC
c79447b Closes issue #23600: Wrong results from tzinfo.fromutc(). 28 September 2015, 01:41:55 UTC
1138439 Issue #25203: Failed readline.set_completer_delims() no longer left the module in inconsistent state. 27 September 2015, 19:34:59 UTC
87d0066 Fix English phrasing. 27 September 2015, 16:36:19 UTC
3c0769d fix spacing 27 September 2015, 09:13:40 UTC
c76b1c9 merge heads 27 September 2015, 09:07:19 UTC
1dd72e6 make wikipedia link https 27 September 2015, 09:05:01 UTC
28670d1 Issue #25198: When using the Idle dov TOC menu, put the section title at the top of the window, unless it is too near the bottom to do do. 27 September 2015, 08:40:08 UTC
c402d8d shorten and fix casing of title 27 September 2015, 08:23:10 UTC
6aa1564 initialize return value to NULL to avoid compiler compliants (closes #25245) 27 September 2015, 08:16:03 UTC
d2134c7 Issue #24570: Idle: make calltip and completion boxes appear on Macs affected by a tk regression. Initial patch by Mark Roseman. 27 September 2015, 00:03:57 UTC
00e4ce3 Issue #24988: Idle ScrolledList context menus (used in debugger) now work on Mac Aqua. Patch by Mark Roseman. 26 September 2015, 22:50:26 UTC
e48cf7e prevent overflow in _Unpickler_Read 26 September 2015, 07:08:34 UTC
3be2e54 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. This associates the message box with the widget and is better for Mac OSX. Patch by Mark Roseman. 26 September 2015, 02:22:55 UTC
cbe16ae Issue #25211: Eliminate lazy error message class by using subTest Some of the calls to the Frm class were buggy anyway. 25 September 2015, 23:50:47 UTC
52736dd Issue #25198: Idle doc viewer now uses user width and height setting. The height is reduced by 3/4 to account for extra spacing between lines, relative to an Idle editor, and extra tall header lines. 25 September 2015, 04:49:18 UTC
ce021db Issue #25225: add revised .html. 25 September 2015, 03:18:57 UTC
f660ce2 Issue #25225: Condense and rewrite Idle doc section on text colors. 25 September 2015, 03:13:49 UTC
974a271 Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text by adding a new tag. Patch by Mark Roseman. Also give <pre> text a very light blueish-gray background similar to that used by Sphinx html. 24 September 2015, 21:32:01 UTC
74edd35 Add Benjamin Hodgson to Misc/ACK 24 September 2015, 11:34:07 UTC
4919907 Fix #25208: Improve "Develop with asyncio" doc page. Patch by Benjamin Hodgson. 24 September 2015, 11:32:39 UTC
0053c47 Issue 21995: Explain some differences between IDLE and console Python. 24 September 2015, 07:09:43 UTC
bfd9767 Issue #24894: Document the codec iso8859_11 Patch written by Prashant Tyagi. 24 September 2015, 07:04:05 UTC
back to top