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

sort by:
Revision Author Date Message Commit Date
83ac36d Update Opensolaris advice to OpenCSW instead of defunct Blastwave. 28 October 2014, 21:52:49 UTC
443a43d Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param 28 October 2014, 21:45:27 UTC
e9e24b5 Closes #22748: there are no PyString C functions in 3.x. 28 October 2014, 20:38:49 UTC
ae4ca79 Closes #22736: move seealso to the bottom of the section about RE syntax. 28 October 2014, 20:41:51 UTC
cae81d0 #22237: fix patch attribution. 28 October 2014, 12:57:12 UTC
9f8a5b1 #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. 28 October 2014, 11:57:11 UTC
7876f72 Update OpenSSL version in PCbuild\readme.txt 26 October 2014, 04:04:33 UTC
7a16207 Issue #3068: Add Idle extension configuration dialog to Options menu. Original patch by Tal Einat. 23 October 2014, 00:15:12 UTC
ed91883 Issue #16863: Explain difference between text and 2.7 behavior. 22 October 2014, 21:59:53 UTC
55640c1 Updated cookbook entry to replace shutil.chown with os.chown. 22 October 2014, 17:27:59 UTC
9e4a933 Issue #22660: update various mentions in the ssl module documentation. 20 October 2014, 22:14:39 UTC
dd1be61 make plural s lowercase 19 October 2014, 14:48:50 UTC
6a1184c Closes #22663: patchcheck: only modify text files under Doc/ 19 October 2014, 09:54:08 UTC
7ca2a90 Fix a typo caught by Gabriella Capone on docs@ 19 October 2014, 06:06:58 UTC
0daddbd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, revised by R. David Murray. 18 October 2014, 21:10:02 UTC
af26c15 #9351: set_defaults on subparser is no longer ignored if set on parent. Before, if a default was set on the parent parser, any default for that variable set via set_defaults on a subparser would be ignored. Now the subparser set_defaults is honored. Patch by Jyrki Pullianinen. 18 October 2014, 00:07:08 UTC
10229a4 Issue #22644: Update the Windows build to OpenSSL 1.0.1j 17 October 2014, 21:20:15 UTC
8031566 Issue #20221: Removed conflicting (or circular) hypot definition when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed. 20 February 2014, 21:36:34 UTC
47ff6fa Fix badly merged NEWS item. 17 October 2014, 16:09:13 UTC
9d780a2 add back NEWS entries removed by 1c2c44313408 17 October 2014, 15:30:45 UTC
867dc37 remove link to the 'original package specification'; I doubt it's useful anymore (closes #22657) 17 October 2014, 15:07:14 UTC
0746b00 Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). 17 October 2014, 07:42:57 UTC
cf83476 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of htests to add # htest # marker for coveragepy and stop tcl errors. 17 October 2014, 05:31:29 UTC
833dfad Issue #22628: Increase Treewidge line spacing so lines do not overlap. Move test lines up with respect to icons. 17 October 2014, 03:12:41 UTC
0234fd1 Issue #16233: When the module browser is not invoked in an editor window with a filename, pop up the Open Module box. If a module is opened, open a corresponding browser. 16 October 2014, 02:01:23 UTC
cca5b69 Issue #3068: Change 0/1 to False/True so that extension configure dialog can easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle. 14 October 2014, 22:55:13 UTC
26e8252 Issue #22632: replace dead link with version-specific doc link. 14 October 2014, 20:56:36 UTC
20c049d Issue #21855: Fixed the decimal module in unicode disabled build. 14 October 2014, 18:10:56 UTC
9c2ce25 Use https:// URLs for the bug tracker in the :issue: role. Thanks to Ezio for noticing this 13 October 2014, 19:58:03 UTC
5560b42 issue22626: Use https:// for a link to the bug tracker 13 October 2014, 19:55:21 UTC
49714f4 merge heads 13 October 2014, 19:51:28 UTC
b29ab4a Merge. 13 October 2014, 17:42:49 UTC
977c424 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. 13 October 2014, 17:39:34 UTC
078ece2 note xmlrpclib doesn't verify certs (yet) 13 October 2014, 15:53:54 UTC
fbddffa Fixed the test of issue #13664 on platforms without unicode filenames support. 13 October 2014, 07:33:32 UTC
08da46e Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. 13 October 2014, 02:58:42 UTC
c0dc65e Change deprecated Exception.message to Exception.args-[0] where the use of .message is not an essential part of the test. 13 October 2014, 02:00:10 UTC
54edfb3 Issue #13664: GzipFile now supports non-ascii Unicode filenames. 12 October 2014, 19:23:28 UTC
55bf20a #13096: Fix segfault in CTypes POINTER handling of large values. Patch by Meador Inge. 12 October 2014, 18:26:30 UTC
e73b8c6 Always handle non-handled events before destoying root widget in tests. This gets rid of Tcl warnings when they are handled later when the root is already destroyed. 12 October 2014, 17:32:05 UTC
9511b54 #17325: Improve distutils PyPI documentation. Patch by Chris Jerdonek. 12 October 2014, 17:15:40 UTC
d7f44e2 #11973: add test for previously fixed kevent signed/unsigned bug. Patch by David Naylor. 12 October 2014, 16:42:58 UTC
fb29e35 Merge heads 12 October 2014, 14:15:56 UTC
f8757fd Closes #22586: clarify meaning of allow_fragments in urlparse. 12 October 2014, 14:13:32 UTC
80f0c82 Fixed and optimized a test of issue #22526. 12 October 2014, 14:13:06 UTC
987a02b Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. 12 October 2014, 05:10:58 UTC
d0a5e9b Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). 10 October 2014, 21:49:32 UTC
f126fa5 Issue #15414: Clean and correct the os.path.join docs. In particular, correctly describe the behavior of ntpath.join. Based on a patch by Dave Sawyer. 10 October 2014, 21:03:14 UTC
f85a856 Issue #11694: Raise ConversionError in xdrlib as documented 10 October 2014, 18:11:34 UTC
c305ad7 Issue #22575: Revise bytearray entry for 2.7. 10 October 2014, 17:02:55 UTC
a68109a #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. Patch by Ezio Melotti, docs by Berker Peksag. 10 October 2014, 03:13:42 UTC
1375538 De-'colour'ize stdlib except for idlelib.configDialog. Tweak docstrigs and comments in affected functions in idlelib.configHandler. 09 October 2014, 22:44:26 UTC
a6066ce Closes #22580: Fix documentation of PyUnicode_Tailmatch() The result type is Py_ssize_t (and not int). 09 October 2014, 09:14:04 UTC
23030db Issue 3068: Move idlelib.configDialog action button creation into a separate method so it can be reused by the new extension dialog. 09 October 2014, 00:29:05 UTC
163d7fb idlelib.configHandler: revise docstrings, add spaces, use False/True, add some TODOs (mostly to do after add tests), and make a few other changes. 07 October 2014, 03:26:17 UTC
05179d5 use source role instead of linking to svn 07 October 2014, 01:10:25 UTC
3d1f2d3 make _socket.socket weakrefable (closes #22569) Patch from Alex Gaynor. 06 October 2014, 18:38:20 UTC
7788dba Closes #19071: "self" argument is not the module for module functions in 2.x. 06 October 2014, 16:01:02 UTC
436ebf8 Closes #16155: fix a few errors in doctest output of the FAQ pages. 06 October 2014, 15:51:46 UTC
8d867cb Closes #17057: fix grammar in old-style vs new-style class docs. 06 October 2014, 15:46:43 UTC
c468aba #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. 04 August 2014, 16:34:29 UTC
ae41086 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, a, b in arg lists, and hanging indents for long arg lists. 04 August 2014, 03:02:53 UTC
c4a907d Issue #13540: Merge commits 03 August 2014, 18:57:20 UTC
2b49203 Issue #13540: Update references to Action class to match syntax used for other classes in this file. 03 August 2014, 18:54:11 UTC
9376c8b Fix typo in comment. 02 August 2014, 06:51:51 UTC
a16fd7a - update config.guess and config.sub to support openrisc. 01 August 2014, 15:48:17 UTC
04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" configure options of tkinter.PhotoImage. Added private Tkapp method _createbytearray(). 31 July 2014, 04:48:14 UTC
19b7a75 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. In 2.7, these become leaks and cause test_gc to fail. 30 July 2014, 23:24:26 UTC
77149a1 Issue #21951: Temporary skip crashing test_user_command on AIX. 30 July 2014, 07:58:34 UTC
2af8d2f Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). 29 July 2014, 22:39:05 UTC
af09c77 Issue #21591: add test for qualified exec in tuple form. 29 July 2014, 15:24:24 UTC
9b1d670 Issue #21591: Handle exec backwards compatibility in the AST builder. Instead of deferring until runtime. This makes sure we hit the right conditions in dealing with unqualified exec statements. Reviewed by Victor Stinner. Test follows in a later commit. 29 July 2014, 15:21:39 UTC
c382807 Issue #19612: subprocess.communicate() now also ignores EINVAL when using at least two pipes. 28 July 2014, 22:04:54 UTC
110796f Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. Only change 2.7 version. Remove ".keys()" from "x in y.keys()" (leave .keys() elsewhere alone). Change "string.join" to "' '.join" (and string.join(s, ';') to ';'.join(s)). Change spacing to match 3.4 (will later make spacing changes to both). 27 July 2014, 08:07:18 UTC
87355a7 Modernize turtledemo with conditional expressions; remove duplicate line. 27 July 2014, 07:00:47 UTC
0a649c7 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError on closed socket. 26 July 2014, 12:52:55 UTC
465db3c socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code 26 July 2014, 12:47:56 UTC
5a1427c Issue #19875: Fix random test_getsockaddrarg() failure. 26 July 2014, 12:44:50 UTC
6d8f29a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. Patch by Zachary Turner. 25 July 2014, 19:34:19 UTC
1b5f58d Issue #21990: Cleanup unnecessary inner class definition in saxutils. 25 July 2014, 17:26:36 UTC
2ce9ddd Issue #22061: Add deprecation warnings in empty obsolete methods. 25 July 2014, 09:23:08 UTC
98e6fa6 Issue #22061: remove call of useless function slated for removal. 25 July 2014, 07:06:27 UTC
8ac01bf Issue #22053: Make help work, after previous patch for this issue disabled it by removing global 'demo'. Refactor and remove duplicate code. 25 July 2014, 05:56:17 UTC
1d9457d Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") does crash on Mac OS X which uses libedit instead of readline. 24 July 2014, 20:11:21 UTC
fe9ebe4 Issue #16133: The asynchat.async_chat.handle_read() method now ignores socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY, EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye. 24 July 2014, 17:15:00 UTC
186f665 Issue #1730136: Fix comparison between a tk Font object and an object of a different type. 24 July 2014, 14:48:28 UTC
63a4747 Issue #19884: readline: Disable the meta modifier key if stdout is not a terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit characters. 24 July 2014, 10:22:24 UTC
909d61f Fix grammar 24 July 2014, 05:08:15 UTC
cbe6d24 Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning. 23 July 2014, 21:27:51 UTC
f2eb721 Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) and skip test_win32.FunctionCallTestCase.test_SEH when Python was compiled in debug configuration or by a non-MSC compiler. 23 July 2014, 19:29:25 UTC
12e7870 Merge heads 23 July 2014, 19:12:39 UTC
58f9b57 Merge heads 23 July 2014, 19:07:37 UTC
9cb68ca Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() from 6ae34a948cb4. 23 July 2014, 19:06:26 UTC
e2fbf4f Issue #21597: Turtledemo text pane can now be widened to view or copy complete lines or narrowed for small screens. Issie #19132: Turtledemo buttons no longer disappear when window is shrun. Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132). 23 July 2014, 19:01:07 UTC
85b5b73 Fix minor typo in round docs. Reported by Scott Hinton on docs@. 22 July 2014, 18:14:54 UTC
f6aac5d Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk on the buildbots. 2.7 does still support Win2k, but using those options makes default ttk ugly while not using them doesn't seem to break Win2k. 22 July 2014, 17:26:34 UTC
fc1ae6c Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. 22 July 2014, 08:11:01 UTC
7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on 2.7, as the os.fdopen sets the name attribute to '<fdopen>' and not to the fd. 22 July 2014, 07:39:59 UTC
7f7d99c Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ now display special message when and only when there are failures. 22 July 2014, 07:28:36 UTC
4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. Thanks to William Orr. 21 July 2014, 22:35:01 UTC
back to top