https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
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
ec92b4a #5904: Add sentence about the encoding of strftime's result. 13 June 2014, 21:23:34 UTC
04349c6 Issue #19493: Backport 6f63fff5c120 13 June 2014, 19:40:16 UTC
925c6ad Issue #21726: Remove unnecessary and contextually wrong line. 13 June 2014, 18:57:44 UTC
ba301de Issue #12387: Add missing upper(lower)case versions of default Windows key bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy. 12 June 2014, 05:03:01 UTC
df0e8f9 #21693 - Fix the broken link for pylons project. 11 June 2014, 13:18:43 UTC
c5767a6 Issue #21695: Catch AttributeError created when user closes grep output window while still being written to. With no console, this closed Idle. Also add missing import and a few other changes. 10 June 2014, 06:49:29 UTC
1d6a0c4 Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual names are not available. Initial patch by Serhiy Storchaka. 10 June 2014, 00:02:18 UTC
dd35484 #20903: clarify what happens when an smtp connection timeout occurs. Patch by Milan Oberkirch. 09 June 2014, 20:40:47 UTC
05b0a1b Issue #21310: Fixed possible resource leak in failed open(). 09 June 2014, 10:32:08 UTC
6453a01 Issue #21683: Add Tix build to the Windows buildbot scripts. 08 June 2014, 19:28:13 UTC
2ce98f8 whitespace 08 June 2014, 18:57:18 UTC
76cdcf7 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. Patch by Saimadhav Heblikar. (2 head merge) 08 June 2014, 18:47:16 UTC
75a55c3 make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) Original patch by Amaury Forgeot d'Arc with a test by bdettmer. 08 June 2014, 03:14:26 UTC
7e1eb5c backed out 86ba41b7bb46 (#18910) for test breakage 08 June 2014, 00:57:36 UTC
806f9d7 document TokenError and unclosed expression behavior (closes #12063) Patch by Amandine Lee. 08 June 2014, 00:47:41 UTC
c3e1e90 don't remove self from example code in the HTML output (closes #13223) Patch by Víctor Terrón. 07 June 2014, 23:44:00 UTC
4547d37 specify that getuid() returns the real uid (closes #10503) Patch by εσχατοκυριος. 07 June 2014, 20:50:34 UTC
3afd956 document the compress_level argument to tarfile.open (closes #21404) Patch by Katherine Busch. 07 June 2014, 19:45:37 UTC
93e51aa allow the keyword else immediately after (no space) an integer (closes #21642) 07 June 2014, 19:36:39 UTC
4807dd0 Updates to Python 2.7 What's New preamble - refers to release PEP for lifecycle information - refers to Python Package Index for migration tools - covers enhancements added in maintenance releases Closes issue #21569 07 June 2014, 13:36:13 UTC
ffd6576 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. Patch by Saimadhav Heblikar. 07 June 2014, 08:27:45 UTC
5d1049c Issue #18910: test_textView - since all tests require 'gui', make root global. Subclass TextViewer to add mock methods instead of monkey-patching it. 06 June 2014, 21:43:14 UTC
6b86266 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h 06 June 2014, 06:13:37 UTC
90bcdd7 Issue #18292: s/tkinter/Tkinter/ 05 June 2014, 20:57:44 UTC
7b02ef0 #21653: fix doc for return type of sqlite3.Row.keys(). 05 June 2014, 19:15:43 UTC
649570a whitespace 05 June 2014, 07:53:42 UTC
562495a Issue #18910: Add unittest for textView. Patch by Phil Webster. 05 June 2014, 07:38:28 UTC
6e66cb0 Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. 05 June 2014, 00:50:49 UTC
ee0b672 Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger. 04 June 2014, 07:09:56 UTC
8ba9e45 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. 04 June 2014, 00:54:15 UTC
1e92709 Update references to Python docs in the sidebar index. Patch contributed by Auke Willem Oosterhoff. 03 June 2014, 05:57:07 UTC
a4b538d Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. 03 June 2014, 00:42:48 UTC
9ce635f Issue #18492: Allow all resources when tests are not run by regrtest.py. This changeset also includes cleanup allowed by this behavior change. 02 June 2014, 21:01:16 UTC
f94686f Issue #6181: Fixed minor bugs in tkinter.Listbox methods: bbox(), curselection() and get(). 02 June 2014, 18:30:53 UTC
417367a Issue #6181: Fixed errors in tkinter.Listbox docstrings. Based on patch by Guilherme Polo. 02 June 2014, 13:50:03 UTC
9e51f50 Updated logging HOWTO section on optimization. 01 June 2014, 23:24:47 UTC
79fa98a Issue #19656: Running Python with the -3 option now also warns about non-ascii bytes literals. 01 June 2014, 19:13:39 UTC
e75a555 Issue #21605: Added tests for Tkinter images. 01 June 2014, 09:34:42 UTC
adad50c Added missed calls of splitlist(). 01 June 2014, 08:21:34 UTC
f74805b Issue #21477: Update htest docstring and remove extraneous differences between 2.7 and 3.4. Original patch by Saimadhav Heblikar. 01 June 2014, 04:30:28 UTC
e047f56 post 2.7.7 version bump 31 May 2014, 22:25:38 UTC
48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) Backport by Alex Gaynor. 31 May 2014, 20:26:22 UTC
back to top