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

sort by:
Revision Author Date Message Commit Date
6556698 rstlint: make the "html leaked markup" regex a bit less sensitive 30 October 2014, 21:49:06 UTC
d4754b0 rstlint: add more directives we use 30 October 2014, 21:35:55 UTC
f3f5052 Doc: fix default role usage (except in unittest mock docs) 30 October 2014, 21:26:26 UTC
78be2f4 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. This allows use with special filesystems such as VirtualBox shared folders. 30 October 2014, 18:37:07 UTC
0f5d6c0 Fixing broken links in doc, part 4: some more breaks and redirects 29 October 2014, 09:57:37 UTC
cea2725 linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again). 29 October 2014, 09:57:01 UTC
97ae466 Fixing broken links in doc, part 3: the rest 29 October 2014, 09:26:56 UTC
0ffb462 Fixing broken links in doc, part 2: howto/ 29 October 2014, 08:37:43 UTC
fa55a31 Fixing broken links in doc, part 1: faq/ 29 October 2014, 08:24:54 UTC
ea64fb7 Fix external links to docs.python.org to use internal links instead. 29 October 2014, 08:00:30 UTC
66e624b Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs. 29 October 2014, 07:55:14 UTC
00da140 Update "where is python.org hosted" FAQ. 29 October 2014, 07:52:43 UTC
06f3b3b Use https:// URLs when referring to python.org hosts. 29 October 2014, 07:36:35 UTC
42bf486 Use https:// URLs in the HTML templates. 29 October 2014, 07:36:15 UTC
23dd65b Doc readme: Fix markup, use https:// URLs. 29 October 2014, 07:18:43 UTC
ecc0cc0 Adjust the author field of the .tex files to reflect that docs are now maintained by all of us 29 October 2014, 07:14:04 UTC
160cbce Move Sphinx templates and extensions to their own subdirs. 29 October 2014, 07:41:02 UTC
8a91c5b Fix link to ABOP install chapter. 28 October 2014, 22:00:25 UTC
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
back to top