summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump to 2.7.8v2.7.8Benjamin Peterson2014-06-296-7/+7
* update pydoc-topicsBenjamin Peterson2014-06-291-2/+2
* add a test for access errors from OpenKey (closes #21871)Benjamin Peterson2014-06-291-0/+17
* don't allow unicode into type_map on Windows (closes #21652)Benjamin Peterson2014-06-293-16/+40
* Closes #11279: test_posix and lack of "id -G" support - less noise required? ...Jesus Cea2014-06-281-1/+1
* Fix typo pointed out by Dmitry Chaplinsky on docs@.Berker Peksag2014-06-281-1/+1
* Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.Ned Deily2014-06-262-10/+3
* don't overwrite the error from PyObject_GetAttrString (closes #4346)Benjamin Peterson2014-06-262-8/+7
* Issue #19897: Use python as executable instead of python3.Berker Peksag2014-06-261-2/+2
* Issue #19145: Remove duplicate ACKS entryRaymond Hettinger2014-06-261-1/+0
* Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings,Terry Jan Reedy2014-06-261-30/+57
* Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite.Ned Deily2014-06-252-20/+46
* Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.Ned Deily2014-06-256-18/+40
* Issue #21729: Used the "with" statement in the dbm.dumb module to ensureSerhiy Storchaka2014-06-252-33/+32
* Closes #20872: dbm/gdbm/ndbm close methods are not documentedJesus Cea2014-06-254-0/+29
* Fixed typo in documentation.Vinay Sajip2014-06-251-1/+1
* Issue #19145: Fix handling of negative values for a "times" keyword argument...Raymond Hettinger2014-06-244-2/+19
* Issue #14117: Inprove help text and docstrings, some for clarity, some just toTerry Jan Reedy2014-06-245-45/+46
* Add news entry for 21832Raymond Hettinger2014-06-241-0/+2
* #20155: use fake HTTP method names so windows doesn't hang the tests.R David Murray2014-06-243-2/+8
* Issue 21832: Require named tuple inputs to be exact stringsRaymond Hettinger2014-06-241-0/+3
* add Chris FosterBenjamin Peterson2014-06-231-0/+1
* avoid overflow with large buffer sizes and/or offsets (closes #21831)Benjamin Peterson2014-06-233-2/+11
* Issue #11974: Add tutorial section on class and instance variablesRaymond Hettinger2014-06-232-0/+72
* adjust zipfile tests for splitdrive improvementsBenjamin Peterson2014-06-221-4/+4
* Display the name not the group itselfRaymond Hettinger2014-06-221-1/+1
* Issue #8343: Named group error msgs did not show the group name.Raymond Hettinger2014-06-222-3/+9
* fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #...Benjamin Peterson2014-06-223-13/+68
* clarify that islink only really works if python knows about symlinks (closes ...Benjamin Peterson2014-06-221-1/+1
* Issue #21824: Turtledemo 2.7 help menu entries now display help text insteadTerry Jan Reedy2014-06-221-11/+15
* Issue #21823: Catch turtle.Terminator exceptions in turtledemo.Terry Jan Reedy2014-06-223-25/+37
* Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().Raymond Hettinger2014-06-213-2/+15
* Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag.Charles-Fran?ois Natali2014-06-201-2/+4
* Issue #21491: SocketServer: Fix a race condition in child processes reaping.Charles-Fran?ois Natali2014-06-202-28/+32
* Issue #21768: fix type in test_pydoc, patch by Claudiu Popa.Terry Jan Reedy2014-06-201-1/+1
* issue 20091 - index entry for __main__ in runpy docs.Senthil Kumaran2014-06-201-0/+6
* #21690: fix a couple of links in the docs of the re module. Noticed by Julia...Ezio Melotti2014-06-201-2/+2
* Merge.Charles-Fran?ois Natali2014-06-191-4/+9
|\
| * Issue #21810: Backport mmap-based arena allocation failure check.Charles-Fran?ois Natali2014-06-191-4/+9
* | Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-184-8/+22
* | Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-06-172-4/+131
* | Issue #21789: fix broken link (reported by Jan Varho)Ned Deily2014-06-171-1/+1
* | add Ammar Brohi for running ssllab's test on python.org and reporting a problemBenjamin Peterson2014-06-171-0/+1
* | revert tstate_delete_common, since it's pretty much wrongBenjamin Peterson2014-06-171-8/+1
* | avoid a deadlock with the interpreter head lock and the GIL during finalizationBenjamin Peterson2014-06-161-1/+8
* | check if the thread is finalizing after retaking the GILBenjamin Peterson2014-06-161-0/+7
* | avoid crashes and lockups from daemon threads during interpreter shutdown (#1...Benjamin Peterson2014-06-166-3/+65
* | Add Idle news entries (plus whitespace fix from other entries).Terry Jan Reedy2014-06-161-2/+11
* | Issue #21686: add unittest for idlelib.HyperParser. Original patch by SaimadhavTerry Jan Reedy2014-06-162-3/+199
* | Fix typo reported by Jesse W on docs@Zachary Ware2014-06-161-1/+2