summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #17532: merge from 3.3Ned Deily2013-07-201-1/+5
|\
| * Issue #17532: Prevent exception when changing key sets if Options menu is empty.Ned Deily2013-07-201-1/+5
* | test_ssl: use a bytestring hereAntoine Pitrou2013-07-201-1/+1
* | Issue #9177: Calling read() or write() now raises ValueError, not AttributeEr...Antoine Pitrou2013-07-202-0/+19
* | Change _names to _names_ since the latter is reserved for Enum use.Ethan Furman2013-07-202-41/+42
* | Close #18508 -- fix _value2member_map to always have the member's valueEthan Furman2013-07-202-11/+31
* | Merge.Richard Oudkerk2013-07-191-4/+7
|\ \ | |/
| * Prevent dangling threads/process warning for test_multiprocessing.Richard Oudkerk2013-07-191-4/+7
* | Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and r...Vinay Sajip2013-07-192-34/+30
* | closes issue18042 -- a `unique` decorator is added to enum.pyEthan Furman2013-07-192-2/+49
* | Issue #18266: test_largefile now works with unittest test discovery andSerhiy Storchaka2013-07-171-63/+51
|\ \ | |/
| * Issue #18266: test_largefile now works with unittest test discovery andSerhiy Storchaka2013-07-171-63/+51
* | Issue #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-171-58/+36
|\ \ | |/
| * Issue #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-171-58/+36
* | Merge: Closes #18475: add unittest.main() to test_email/test_inversions.R David Murray2013-07-161-0/+4
|\ \ | |/
| * Closes #18475: add unittest.main() to test_email/test_inversions.R David Murray2013-07-161-0/+4
* | Issue #17778: Fix test discovery for test_multiprocessing. (Patch byRichard Oudkerk2013-07-161-28/+3
|\ \ | |/
| * Issue #17778: Fix test discovery for test_multiprocessing. (Patch byRichard Oudkerk2013-07-161-122/+104
* | Also remove a (broken) leaker test for the code removed in issue #18393.Ronald Oussoren2013-07-161-14/+0
* | test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionErrorVictor Stinner2013-07-151-3/+6
* | Issue #18393: Remove use of deprecated API on OSXRonald Oussoren2013-07-151-63/+1
* | Merge: Closes #18464: fix typo in test name.R David Murray2013-07-151-1/+1
|\ \ | |/
| * Closes #18464: fix typo in test name.R David Murray2013-07-151-1/+1
* | Close issue 17482: don't overwrite __wrapped__Nick Coghlan2013-07-152-4/+14
* | mergeRaymond Hettinger2013-07-142-2/+2
|\ \ | |/
| * Issue #18432: Fix unintended API change in the sched moduleRaymond Hettinger2013-07-142-2/+2
* | Merge with 3.3Terry Jan Reedy2013-07-131-1/+4
|\ \ | |/
| * Issue #18365: convert buildbot errors to skips.Terry Jan Reedy2013-07-131-1/+4
* | Merge with 3.3Terry Jan Reedy2013-07-133-8/+88
|\ \ | |/
| * Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch byTerry Jan Reedy2013-07-133-8/+88
* | Merge: #18437: fix comment typo.R David Murray2013-07-131-1/+1
|\ \ | |/
| * #18437: fix comment typo.R David Murray2013-07-131-1/+1
* | Merge with 3.3Terry Jan Reedy2013-07-132-8/+7
|\ \ | |/
| * Issue #18365: normalize whitespaceTerry Jan Reedy2013-07-132-8/+7
* | Merge with 3.3Terry Jan Reedy2013-07-132-5/+449
|\ \ | |/
| * Issue #18365: Add mock Text class and test thereof versus tk.Text.Terry Jan Reedy2013-07-132-5/+449
| * Merged upstream changes.Vinay Sajip2013-07-123-3/+70
| |\
* | \ Merged upstream changes.Vinay Sajip2013-07-123-3/+70
|\ \ \
| * \ \ Merge: #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-123-3/+70
| |\ \ \ | | | |/ | | |/|
| | * | #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-123-3/+70
* | | | Closes #18435: Merged fix from 3.3.Vinay Sajip2013-07-121-7/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #18435: Replaced simple attribute container class Context with types.Si...Vinay Sajip2013-07-121-7/+2
| |/
* | Issue #18342: Use the repr of a module name for ``from ... importBrett Cannon2013-07-121-0/+8
* | Issue #18415: Normalize what type of quotes are used with stringBrett Cannon2013-07-121-30/+30
* | Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-114-40/+58
|\ \ | |/
| * #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-114-40/+58
* | Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-111-0/+12
|\ \ | |/
| * Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-111-0/+12
* | Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+60
|\ \ | |/
| * Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+60