Staging
v0.8.1

sort by:
Revision Author Date Message Commit Date
b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. 21 July 2014, 04:26:04 UTC
e2d1e64 add # 20 July 2014, 20:05:01 UTC
0fb88f7 correct ref counting of default_action (closes #22017) 20 July 2014, 20:04:11 UTC
69cd346 Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. 20 July 2014, 14:52:46 UTC
8f25762 args doesn't need to be a tuple (closes #17210) 19 July 2014, 23:34:33 UTC
70beff1 Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for the report. 19 July 2014, 20:47:13 UTC
ee5729d add missing 'because' (closes #22008) Patch from A Kaptur. 18 July 2014, 23:25:13 UTC
a2dd3b2 Issue #22004: Correct an argument name. 18 July 2014, 14:11:48 UTC
e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' attribute. Based on patch by Martin Panter. 16 July 2014, 20:58:12 UTC
fdfe9fc Add helpers for testing unicode disabled builds. 16 July 2014, 20:50:37 UTC
2d011e6 Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. 16 July 2014, 19:48:11 UTC
af0dce9 Issue #21982: Add minimal unittest for configDialog with 46% coverage. 15 July 2014, 03:07:21 UTC
5d93f40 Call PyErr_NoMemory() when PyMem_Malloc() fails. 14 July 2014, 09:20:01 UTC
6e9a3ac Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7. 14 July 2014, 06:07:26 UTC
e2c409f Issue #18592: Method return signature changes made to SearchDialogBase for test purposes are now reflected in GrepDialog and ReplaceDialog. Docstrings are improved. Initial patch by Saimadhav Heblikar 13 July 2014, 21:27:21 UTC
c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, broken by the fix for security issue #19435. Patch by Zach Byrne. 13 July 2014, 05:01:15 UTC
f289287 #21959: Adds 2.7.8 product code to Tools/msi/uuids.py 11 July 2014, 22:32:02 UTC
d6c3163 Issue #18592: Make unittest for SearchDialogBase work on all tk versions. 11 July 2014, 04:37:10 UTC
4761934 Idle News entries. 11 July 2014, 04:24:22 UTC
c03c110 #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. 11 July 2014, 04:15:54 UTC
d11dde4 Issue #21940: add docstrings to idlelib.WidgetRedirector. 10 July 2014, 05:16:42 UTC
f97376f #21945: fix typo in Cookie module docstring. 09 July 2014, 12:45:25 UTC
65a6436 Fix typo found by Scott Hinton on docs@ 07 July 2014, 20:31:21 UTC
5fc570f Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl. 07 July 2014, 11:47:17 UTC
668af7e Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN representations (on mips and m68k platforms). 07 July 2014, 10:44:11 UTC
9be5789 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler due to possible uninitialized _config_vars. Original patch by Alex Gaynor. 06 July 2014, 23:11:44 UTC
4f7e09a #20135: move FAQ about mutable default arguments to the programming FAQs page. 06 July 2014, 17:53:27 UTC
a830501 properly decref the return value of close() 05 July 2014, 00:00:25 UTC
6690eed Issue #21151: Fixed a segfault in the _winreg module. When ``None`` was passed as a ``REG_BINARY`` value to SetValueEx, PyMem_DEL was called on an uninitialized buffer. Patch by John Ehresman. (Also an incidental typo fix in a comment in test_winreg) 03 July 2014, 15:57:44 UTC
809b665 Fix guidance for subclassing collections.Set() 02 July 2014, 23:30:52 UTC
f6b3c84 Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, it ignored I/O errors if at least the first C call read() succeed. 02 July 2014, 21:12:48 UTC
cf0a706 Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. Backport of issue #16611. 02 July 2014, 07:48:27 UTC
228b99e More idlelib cleanup inspired by pyflakes. 02 July 2014, 01:33:26 UTC
9bc5056 Delete a few unused names suggested by pyflakes. 01 July 2014, 22:52:31 UTC
5b1b38c Issue #14097: Backport 796d1371605d and subsequent changes. The 2.7 tutorial introduction now matches the 3.x introduction as rewritten by Ezio Melotti, with appropriate changes for 2.x. 01 July 2014, 19:25:34 UTC
6a0fe8d Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods to remove duplication and return info for tests. Rewrite corresponding tests. Test_create_option_buttons was not testing anything because of buggy comparisons. Use Python subscripting to get widget options. 01 July 2014, 03:52:14 UTC
1530a82 whitespace 01 July 2014, 00:03:23 UTC
72eb075 Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. 30 June 2014, 23:59:57 UTC
f7f746a Issue #21882: In turtle demos, remove module scope gui and sys calls by moving them to the module's main function. 30 June 2014, 20:09:16 UTC
04a37be Issue #21811: Add Misc/NEWS entry. 30 June 2014, 06:38:55 UTC
7ce6a96 after 2.7.8 30 June 2014, 01:59:07 UTC
808335f Added tag v2.7.8 for changeset ee879c0ffa11 30 June 2014, 01:58:31 UTC
fdbdcfe bump to 2.7.8 30 June 2014, 01:58:16 UTC
f722c29 update pydoc-topics 30 June 2014, 01:57:11 UTC
bb4d352 add a test for access errors from OpenKey (closes #21871) Patch from Vladimir Iofik. 29 June 2014, 20:02:12 UTC
4becf85 don't allow unicode into type_map on Windows (closes #21652) Patch from Vladimir Iofik. 29 June 2014, 19:58:16 UTC
fd3ba7b Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris) 28 June 2014, 16:39:01 UTC
86af310 Fix typo pointed out by Dmitry Chaplinsky on docs@. 28 June 2014, 00:12:37 UTC
5937f39 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. 27 June 2014, 06:38:14 UTC
df71dcb don't overwrite the error from PyObject_GetAttrString (closes #4346) 27 June 2014, 06:27:41 UTC
e75f527 Issue #19897: Use python as executable instead of python3. 26 June 2014, 20:27:26 UTC
38017b3 Issue #19145: Remove duplicate ACKS entry 26 June 2014, 16:27:36 UTC
aa608fd Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, move two functions next to the functions that use them. 26 June 2014, 05:40:46 UTC
c40b903 Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite. 25 June 2014, 20:48:46 UTC
1f70b87 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. 25 June 2014, 20:33:57 UTC
33ad096 Issue #21729: Used the "with" statement in the dbm.dumb module to ensure files closing. Patch by Claudiu Popa. 25 June 2014, 17:37:49 UTC
6d52ced Closes #20872: dbm/gdbm/ndbm close methods are not documented 25 June 2014, 10:55:48 UTC
7de9971 Fixed typo in documentation. 25 June 2014, 06:29:19 UTC
58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> (Patch contributed by Vajrasky Kok.) 25 June 2014, 04:53:45 UTC
3fecd48 Issue #14117: Inprove help text and docstrings, some for clarity, some just to fit in the default width of the text window (45 chars). 25 June 2014, 02:21:36 UTC
5329681 Add news entry for 21832 25 June 2014, 01:14:53 UTC
3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. Windows was seeing the 'GET' generated by these tests as invalid and forcibly closing the socket, causing the test to fail. Patch by Jeff Allen. 24 June 2014, 20:49:24 UTC
de5170e Issue 21832: Require named tuple inputs to be exact strings 24 June 2014, 20:49:24 UTC
b23eef5 add Chris Foster 24 June 2014, 03:14:46 UTC
550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) 24 June 2014, 03:12:27 UTC
58eb605 Issue #11974: Add tutorial section on class and instance variables (Based on a patch from Renee Chu.) 24 June 2014, 01:03:21 UTC
c459755 adjust zipfile tests for splitdrive improvements 23 June 2014, 03:26:07 UTC
008651c Display the name not the group itself 23 June 2014, 02:45:07 UTC
f595a12 Issue #8343: Named group error msgs did not show the group name. 23 June 2014, 02:33:19 UTC
3bef935 fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672) 23 June 2014, 02:07:38 UTC
ecb4a1e clarify that islink only really works if python knows about symlinks (closes #13143) Patch from Yayoi Ukai. 23 June 2014, 00:59:35 UTC
ed6820d Issue #21824: Turtledemo 2.7 help menu entries now display help text instead of help file name. 22 June 2014, 06:32:26 UTC
122df1e Issue #21823: Catch turtle.Terminator exceptions in turtledemo. Add note to demohelp.txt about doing so. 22 June 2014, 05:18:48 UTC
4575010 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). 21 June 2014, 18:27:36 UTC
94919a4 Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag. 20 June 2014, 21:57:19 UTC
98fbdd6 Issue #21491: SocketServer: Fix a race condition in child processes reaping. 20 June 2014, 21:03:08 UTC
7299818 Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. 20 June 2014, 18:59:07 UTC
454a515 issue 20091 - index entry for __main__ in runpy docs. 20 June 2014, 08:36:58 UTC
33b810d #21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey. 19 June 2014, 21:47:11 UTC
e4cda6c Merge. 19 June 2014, 21:45:09 UTC
cee4f03 Issue #21810: Backport mmap-based arena allocation failure check. 19 June 2014, 21:42:51 UTC
077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. Patch by Martin Dengler. 19 June 2014, 03:07:46 UTC
fa3b9cc Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. 17 June 2014, 20:35:14 UTC
24b8209 Issue #21789: fix broken link (reported by Jan Varho) 17 June 2014, 19:24:53 UTC
a48162a add Ammar Brohi for running ssllab's test on python.org and reporting a problem 17 June 2014, 16:44:55 UTC
3232384 revert tstate_delete_common, since it's pretty much wrong 17 June 2014, 07:34:14 UTC
8166969 avoid a deadlock with the interpreter head lock and the GIL during finalization 17 June 2014, 06:07:49 UTC
1c78e6d check if the thread is finalizing after retaking the GIL 17 June 2014, 05:59:07 UTC
c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) 17 June 2014, 02:39:18 UTC
1a6561e Add Idle news entries (plus whitespace fix from other entries). 16 June 2014, 23:24:22 UTC
7c5318f Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav Heblikar. 16 June 2014, 23:00:54 UTC
487a143 Fix typo reported by Jesse W on docs@ 16 June 2014, 16:13:01 UTC
ee2cb3f Closes #21759: URL Typo in Documentation FAQ 16 June 2014, 12:11:14 UTC
9f2dcd2 Issue #19362: Tweek len() doc and docstring to expand the indicated range of arguments. Original patch by Gareth Rees. 16 June 2014, 07:05:30 UTC
357d312 whitespace 16 June 2014, 06:40:08 UTC
633c33b Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and replace \ line contiuation. Tested against nearly done test_hyperparser.py. 16 June 2014, 06:33:18 UTC
87d0136 clarify when the list of subdirectories is read (closes #13779) 16 June 2014, 03:51:12 UTC
efda558 document IOBase.__del__'s behavior (closes #21764) Patch from Nikolaus Rath. 15 June 2014, 01:51:34 UTC
8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) 15 June 2014, 01:36:29 UTC
ce817cb Issue #21742: Set stream to None after closing. 14 June 2014, 09:19:54 UTC
back to top