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

sort by:
Revision Author Date Message Commit Date
4d2cf55 Moved unpickling tests with prepickled data to separate class. 29 September 2015, 12:36:28 UTC
958a9c7 Issue #24028: Add subsection about Idle calltips. 29 September 2015, 05:55:50 UTC
6d49160 Remove indent in news item. Error when building 3.x docs. 29 September 2015, 05:00:25 UTC
da10017 Add recent IDLE NEWS items. Move Build sectios down. 29 September 2015, 03:38:46 UTC
b7c3515 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, 12:37:57 UTC
a667380 Issue #24972: New option is only valid in tk 8.5+. 28 September 2015, 08:52:44 UTC
62520b2 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:12 UTC
a8041ae Issue #25203: Failed readline.set_completer_delims() no longer left the module in inconsistent state. 27 September 2015, 19:34:59 UTC
96d2654 fix spacing 27 September 2015, 09:13:40 UTC
02dc7d1 merge heads 27 September 2015, 09:08:04 UTC
9fa7e2e Fix broken link in Doc/extending/index.rst 27 September 2015, 09:06:26 UTC
4e648f6 make wikipedia link https 27 September 2015, 09:05:01 UTC
4cdb054 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:02 UTC
9b4865a shorten and fix casing of title 27 September 2015, 08:23:10 UTC
0c58d31 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:51 UTC
83cce49 Issue #24988: Idle ScrolledList context menus (used in debugger) now work on Mac Aqua. Patch by Mark Roseman. 26 September 2015, 22:50:20 UTC
d2a4073 Issue #25135: Avoid possible reentrancy issues in deque_clear. 26 September 2015, 07:52:57 UTC
8bfacc7 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:48 UTC
647412f 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:02 UTC
bdf1d0d Issue #25225: add revised .html. 25 September 2015, 03:18:52 UTC
f56f8d1 Issue #25225: Condense and rewrite Idle doc section on text colors. 25 September 2015, 03:13:43 UTC
49095e2 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:31:54 UTC
7cca4e5 Issue 21995: Explain some differences between IDLE and console Python. 24 September 2015, 07:09:38 UTC
68dafe5 Issue #24894: Document the codec iso8859_11 Patch written by Prashant Tyagi. 24 September 2015, 07:05:19 UTC
cf5bf82 Issue #22820: Explain need for *print* when running file from Idle editor. 24 September 2015, 05:39:25 UTC
2bc50d7 Issue #25211: Fix error message code in test_long; patch from s-wakaba 24 September 2015, 00:19:42 UTC
328e1ec Issue 25224: Augment Idle doc feature list and no-subprocess section to finish making current README.txt obsolete. 24 September 2015, 00:02:25 UTC
6741a5a Issue 25224: Augment Idle doc feature list and no-subprocess section to finish making current README.txt obsolete. 24 September 2015, 00:00:22 UTC
c7025c6 Issue #25219: Update doc for Idle command line options. Some were missing and notes were not correct. 23 September 2015, 07:52:18 UTC
fea7fc1 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning so it is not triggered on import. The problem is creation of a now-unused instance "helpDialog = HelpDialog()", left for back compatibility. So instead trigger the warning when that instance or another is used. 23 September 2015, 02:59:35 UTC
b60d103 whitespace 23 September 2015, 01:13:09 UTC
ca33d56 Issue #24570: Right-click for context menus now work on Mac Aqual also. Patch by Mark Roseman. 23 September 2015, 01:10:22 UTC
e20c2a6 Handle calls to win32_ver from non-Windows platform 23 September 2015, 00:35:24 UTC
044cde5 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. 23 September 2015, 00:25:30 UTC
1234fd9 whitespace 22 September 2015, 02:42:17 UTC
13b21f8 Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. Change destination to help.html. Adjust NEWS entries. 22 September 2015, 02:36:36 UTC
4dd7887 Issue #24861: add Idle news items and correct previous errors. 21 September 2015, 23:28:18 UTC
79157ae Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. 21 September 2015, 05:44:00 UTC
1d2ce97 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines above "What's New and 0 lines above "Release date". Remove most old headers for non-final releases (they currently do not get carried forward. 21 September 2015, 05:07:54 UTC
0612ae5 Issue #23484: Document differences between synchronization primitives of threading and multiprocessing modules. In multiprocessing, the name of the first parameter of the acquire methods is "block", but "blocking" in threading. This commit also improves documentation of Lock and RLock. Patch by Davin Potts. 21 September 2015, 04:15:52 UTC
0eb8f01 Add NEWS items for Idle. 21 September 2015, 03:21:17 UTC
8b7122c Issue #16893: finish deprecation. 21 September 2015, 03:05:21 UTC
36443f1 Issue #25199: Idle: add synchronization comments for future maintainers. 21 September 2015, 02:55:17 UTC
37ad796 Issue #16893: whitespace in help.py. 21 September 2015, 00:05:51 UTC
72895c1 Issue #16893: whitespace in idle.html. 21 September 2015, 00:02:23 UTC
a2f257b Issue #16893: include new files 20 September 2015, 23:56:54 UTC
70e763c Issue #16893: Replace help.txt with idle.html for Idle doc display. The new idlelib/idle.html is copied from Doc/build/html/idle.html. It looks better than help.txt and will better document Idle as released. The tkinter html viewer that works for this file was written by Rose Roseman. The new code is in idlelib/help.py, a new file for help menu classes. The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated. 20 September 2015, 23:55:44 UTC
1b822d0 use a more modern UA (#25145) 20 September 2015, 18:16:45 UTC
c717e08 remove reference to PyGoogle (#25145) Patch by Bar Harel. 20 September 2015, 18:17:41 UTC
edc041d Issue #24199: Add stacklevel to deprecation warning call. 20 September 2015, 06:33:57 UTC
63550ee Issue #25108: Fixed test_traceback in the case when this test is run twice. In this case __file__ is the name of precompiled file (*.py[co]). 20 September 2015, 05:38:40 UTC
90f5f51 Issue #25101: Try to create a file to test write access in test_zipfile. 19 September 2015, 07:55:20 UTC
ab54ca7 Give proper credit for issue #24915 18 September 2015, 22:11:26 UTC
4ff151a Issue #24915: Make PGO builds support Clang and use the test suite for profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch. 18 September 2015, 22:09:42 UTC
62f0ffa Issue #25108: Backported tests for traceback functions print_stack(), format_stack(), and extract_stack() called without arguments. 18 September 2015, 07:09:29 UTC
b85154f Issue24756: clarify usage of run_docstring_examples() 18 September 2015, 05:19:48 UTC
df11d7c test_gdb: fix regex to parse the GDB version Fix the regex to support the version 7.10: minor version with two digits 14 September 2015, 22:19:47 UTC
0616530 fix name of argument in docstring and the docs (closes #25076) Patch by TAKASE Arihiro. 13 September 2015, 00:20:47 UTC
9b2e37f Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. 12 September 2015, 14:47:12 UTC
b2528c9 Issue #16473: Fix byte transform codec documentation; test quotetabs=True This changes the equivalent functions listed for the Base-64, hex and Quoted- Printable codecs to reflect the functions actually used. Also mention and test the "quotetabs" setting for Quoted-Printable encoding. 12 September 2015, 00:34:28 UTC
90bc71f Remove and enable misplaced codecs tests ported from Python 3 Most of these tests are about blacklisted non-text codecs, which are not relevant in Python 2. The only one remaining is TransformCodecTest.test_uu_ invalid(). 12 September 2015, 02:20:06 UTC
d038404 Fix grammatical error in csv docs. Reported by Nat Dunn on docs@ 11 September 2015, 15:51:47 UTC
9a2326b Issue #24684: socket.socket.getaddrinfo() now calls PyUnicode_AsEncodedString() instead of calling the encode() method of the host, to handle correctly custom unicode string with an encode() method which doesn't return a byte string. The encoder of the IDNA codec is now called directly instead of calling the encode() method of the string. 11 September 2015, 10:42:13 UTC
6f80464 Issue #25030: Do not document seek() as if it accepts keyword arguments Patch from Shiyao Ma. 11 September 2015, 03:58:30 UTC
397c210 Issue #25022: Avoid warning about unused suspicious rule 11 September 2015, 02:45:10 UTC
677688b Issue #25022: Add NEWS, fix docs to not mention the old example. 10 September 2015, 20:50:58 UTC
5eaf58b Issue #25022: Remove PC/example_nt/ It was very much outdated, and the topic is better covered elsewhere. 10 September 2015, 19:37:42 UTC
d076454 Add the original author of profile.py back to the docs, at his request. 10 September 2015, 19:11:17 UTC
f29ab72 Don't encode unicode dirname in test_support.temp_cwd() if unicode file names are supported by the filesystem. On Windows the encoding can convert some characters to '?' that is not legal in file name. 09 September 2015, 09:18:36 UTC
e1d38b0 Issue 24199: Deprecate idlelib.idlever with a warning on import. 09 September 2015, 06:10:10 UTC
672237e Fixed tests for shutil.make_archive() with relative base_name in the case when the path of the directory for temporary files contains symlinks. 08 September 2015, 06:59:02 UTC
bc07165 Update PCbuild/readme.txt It now better matches 3.5+ and the new reality of 2.7's PCbuild dir. 08 September 2015, 06:04:01 UTC
fe45f65 Issue #24982: shutil.make_archive() with the "zip" format now adds entries for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command. 08 September 2015, 02:47:01 UTC
f3bdc10 Backported new tests for attribute setting of expat parser. 07 September 2015, 19:42:12 UTC
ad7b0cd Issue #25018: Fixed testing shutil.make_archive() with relative base_name on Windows. The test now makes sense on non-Windows. Added similar test for zip format. 07 September 2015, 16:58:23 UTC
0ecf462 Explicitly test archive name in shutil.make_archive() tests to expose failure details in issue25018. 07 September 2015, 10:55:25 UTC
baf9ef9 Issue #24889: When starting Idle, force focus onto Idle window if not already there (as when opening Idle from interactive Python on Windows). 07 September 2015, 05:58:05 UTC
0ed1bcd Issue #23406: Clarify documentation on multiplying a sequence Patch from Matheus Vieira Portela. 07 September 2015, 01:40:33 UTC
b75a0e9 Issue #17849: Raise sensible exception for invalid HTTP tunnel response Initial patch from Cory Benfield. 07 September 2015, 01:18:47 UTC
04861dc Fix, refactor and extend tests for shutil.make_archive(). 06 September 2015, 15:31:23 UTC
7c7b4b5 Backport support.change_cwd() and use it in tests. 06 September 2015, 11:16:18 UTC
23ae488 Issue #16180: Exit pdb if file has syntax error, instead of trapping user in an infinite loop. Patch by Xavier de Gaye. 05 September 2015, 23:13:17 UTC
bda9bd1 #24998: fix cut and paste error in subprocess example. 04 September 2015, 14:00:22 UTC
99c1a6d Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. 04 September 2015, 08:37:02 UTC
eb49ccf Issue #24986: Save some bandwidth from svn.python.org Don't download sources that won't be used. 04 September 2015, 06:08:07 UTC
1db43f9 Issue #24986: Allow building Python without external libraries on Windows This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e' is not supplied, no attempt will be made to build extension modules that require external libraries, even if the external libraries are present. Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules (if '-e' is given). 04 September 2015, 04:27:05 UTC
7ab6cb4 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. This makes it possible to pass more than 7 tests by name through Tools\buildbot\test.bat 04 September 2015, 04:37:18 UTC
c97e18e merge heads. 03 September 2015, 09:50:51 UTC
f30e078 Remove unused imports in test_wsgiref.py 03 September 2015, 09:39:57 UTC
ccd6270 Issue #23375: Fix test_py3kwarn for modules implemented in C Don't check if importing a module emits a DeprecationWarning if the module is implemented in C and the module is already loaded. 03 September 2015, 08:46:17 UTC
cc1db4b python-gdb.py: enhance py-bt command * Add py-bt-full command * py-bt now gives an output similar to a regular Python traceback * py-bt indicates: - if the garbage collector is running - if the thread is waiting for the GIL - detect PyCFunction_Call to get the name of the builtin function 03 September 2015, 08:17:28 UTC
3c5ce40 test_gdb: enhance regex used to parse the GDB version 03 September 2015, 07:51:59 UTC
b50d3b2 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. 03 September 2015, 02:07:31 UTC
a4ce943 Turn 'rem' comments into a real usage message in PCbuild/build.bat Also fixes quoting to match 3.5+ 02 September 2015, 18:21:19 UTC
9ce9f77 Improve tutorial suggestion for looping techniques 01 September 2015, 09:20:44 UTC
6a31bb5 Issue #24952: Clarify default argument of stack_size() in threading, thread Patch from Mattip. 31 August 2015, 03:40:59 UTC
fe2f287 Make an example a little clearer 30 August 2015, 21:48:42 UTC
e0c8e26 Issue #24962: Remove space from filename 30 August 2015, 03:25:04 UTC
d155d72 Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows 29 August 2015, 04:52:31 UTC
34eab07 Issue #24790: correct typo noticed by Eric Smith 27 August 2015, 17:01:45 UTC
back to top