summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* always use os.urandom for the uuid4 algorithm (closes #25515)Benjamin Peterson2015-10-291-20/+6
* Issue25506: Fixed a copy-pasting error in test_pprint.Serhiy Storchaka2015-10-291-1/+1
* Merge headsSerhiy Storchaka2015-10-293-4/+2
|\
| * remove duplicated imports (closes #25502)Benjamin Peterson2015-10-283-4/+2
* | Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.Serhiy Storchaka2015-10-293-9/+15
|/
* Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-4/+13
|\
| * Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-4/+13
* | Issue #25494: Merge with 3.4Zachary Ware2015-10-271-1/+1
|\ \ | |/
| * Issue #25494: Remove extra quote from docstring.Zachary Ware2015-10-271-1/+1
* | Merge with 3.4Terry Jan Reedy2015-10-271-3/+5
|\ \ | |/
| * Display IDLE warning as a warning rather than as an error.Terry Jan Reedy2015-10-271-3/+5
* | Issue #23391: Merge OSError doc from 3.4 into 3.5Martin Panter2015-10-261-5/+12
|\ \ | |/
| * Issue #23391: Restore OSError constructor argument documentationMartin Panter2015-10-261-5/+12
| * Issue #25456: Fix test_idle when Tcl/Tk DLLs are loaded from python.exe's homeZachary Ware2015-10-241-2/+4
* | merge 3.4 (#25471)Benjamin Peterson2015-10-242-1/+6
|\ \ | |/
| * accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)Benjamin Peterson2015-10-242-1/+6
* | Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić.Serhiy Storchaka2015-10-241-5/+7
|\ \ | |/
| * Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić.Serhiy Storchaka2015-10-241-5/+7
* | Removed redundant call of update_wrapper().Serhiy Storchaka2015-10-241-1/+1
* | Issue #25447: The lru_cache() wrapper objects now can be copied and pickledSerhiy Storchaka2015-10-241-2/+56
* | Merge with 3.4Terry Jan Reedy2015-10-221-1/+1
|\ \ | |/
| * Issue #24782: Limit width of canvas and hence IDLE settings dialog.Terry Jan Reedy2015-10-221-1/+1
* | Issue #25417: Remove the extra dot from docstringBerker Peksag2015-10-221-1/+1
* | Issue #23981: Update test_unicodedata to use script_helpersBerker Peksag2015-10-221-10/+5
* | Issue #25417: Fix typo in Path.samefile() docstringBerker Peksag2015-10-211-2/+2
* | Issue #21515: Elaborate tempfile.TemporaryFile() commentVictor Stinner2015-10-211-2/+10
* | Merge with 3.4Terry Jan Reedy2015-10-201-1/+1
|\ \ | |/
| * Issue #24782: Don't try to run now-removed extension dialog test.Terry Jan Reedy2015-10-201-1/+1
* | Issue #25390: typing: Don't crash on Union[str, Pattern].Guido van Rossum2015-10-192-0/+7
* | Fix whitespace.Guido van Rossum2015-10-191-1/+1
|\ \ | |/
| * Fix whitespace.Guido van Rossum2015-10-191-1/+1
* | Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge...Guido van Rossum2015-10-192-0/+52
|\ \ | |/
| * Issue #25441: asyncio: Raise error from drain() when socket is closed.Guido van Rossum2015-10-192-0/+52
* | Closes #25411: Merged fix from 3.4.Vinay Sajip2015-10-172-10/+12
|\ \ | |/
| * Closes #25411: Improved Unicode support in SMTPHandler.Vinay Sajip2015-10-172-12/+14
* | Issue #25407: Drop the mention of the formatter module being removedBrett Cannon2015-10-161-2/+2
* | Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()Serhiy Storchaka2015-10-141-0/+14
* | Merge with 3.4Terry Jan Reedy2015-10-131-1/+1
|\ \ | |/
| * Issue #24782: whitespaceTerry Jan Reedy2015-10-131-1/+1
* | Merge with 3.4Terry Jan Reedy2015-10-135-197/+144
|\ \ | |/
| * Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-135-197/+144
* | Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-131-1/+1
|\ \ | |/
| * Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-131-1/+1
* | Issue #25093: Merge with 3.4Zachary Ware2015-10-121-4/+4
|\ \ | |/
| * Issue #25093: Fix test_tcl's testloadWithUNC for paths with spacesZachary Ware2015-10-121-4/+4
* | sys.setrecursionlimit() now raises RecursionErrorVictor Stinner2015-10-131-7/+45
* | Issue #25277: Use a longer sleep in test_eintr to reduce the risk of raceVictor Stinner2015-10-121-5/+5
* | Merge with 3.4Terry Jan Reedy2015-10-112-20/+33
|\ \ | |/
| * Issue #22726: Re-activate config dialog help button with some content aboutTerry Jan Reedy2015-10-112-20/+33
* | No longer skip tests for classes with __getnewargs_ex__. The copy moduleSerhiy Storchaka2015-10-111-4/+0