summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-0/+5
|\
| * Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-0/+5
* | merge 3.4 (#25471)Benjamin Peterson2015-10-251-0/+3
|\ \ | |/
| * accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)Benjamin Peterson2015-10-251-0/+3
* | Issue #25447: The lru_cache() wrapper objects now can be copied and pickledSerhiy Storchaka2015-10-241-0/+3
* | Merge 3.4 (Issue #25461)Victor Stinner2015-10-231-0/+1
|\ \ | |/
| * Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-0/+1
* | Fix merge conflict artifacts and move the entry to correct placeBerker Peksag2015-10-211-5/+6
* | Issue #25390: typing: Don't crash on Union[str, Pattern].Guido van Rossum2015-10-191-0/+2
* | Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge...Guido van Rossum2015-10-191-0/+2
|\ \ | |/
| * Issue #25441: asyncio: Raise error from drain() when socket is closed.Guido van Rossum2015-10-191-0/+2
* | - Issue #25440: Fix output of python-config --extension-suffix.doko@ubuntu.com2015-10-192-1/+6
|\ \ | |/
| * - Issue #25440: Fix output of python-config --extension-suffix.doko@ubuntu.com2015-10-192-1/+3
* | Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedD...Serhiy Storchaka2015-10-181-0/+3
* | Closes #25411: Merged fix from 3.4.Vinay Sajip2015-10-171-0/+3
|\ \ | |/
| * Closes #25411: Improved Unicode support in SMTPHandler.Vinay Sajip2015-10-171-0/+3
* | Issue #25407: Drop the mention of the formatter module being removedBrett Cannon2015-10-161-0/+3
* | Issue #25164: Changes default all-users install directory to match per-user d...Steve Dower2015-10-141-0/+3
* | Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()Serhiy Storchaka2015-10-141-0/+4
* | Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-131-0/+3
|\ \ | |/
| * Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-131-0/+3
| * Correct Misc/NEWS.Serhiy Storchaka2015-10-101-3/+3
| * Issue #25099: Skip relevant tests in test_compileall when an entry onBrett Cannon2015-10-091-0/+3
* | sys.setrecursionlimit() now raises RecursionErrorVictor Stinner2015-10-121-0/+5
* | Issue #25143: Improves installer error messages for unsupported platforms.Steve Dower2015-10-111-0/+2
* | Issue #25163: Display correct directory in installer when using non-default s...Steve Dower2015-10-111-0/+3
* | Issue #25361: Disables use of SSE2 instructions in Windows 32-bit buildSteve Dower2015-10-111-0/+2
* | Issue #25364: zipfile now works in threads disabled builds.Serhiy Storchaka2015-10-101-0/+2
* | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-0/+1
|\ \ | |/
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-0/+1
* | Issue #24402: Merge input() fix from 3.4 into 3.5Martin Panter2015-10-101-0/+3
|\ \ | |/
| * Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by EryksunMartin Panter2015-10-101-0/+3
* | Issue #25099: Skip relevant tests in test_compileall when an entry onBrett Cannon2015-10-091-0/+3
* | #25328: add missing raise keyword in decode_data+SMTPUTF8 check.R David Murray2015-10-091-0/+3
* | Issue #25089: Adds logging to installer for case where launcher is not select...Steve Dower2015-10-081-0/+3
* | Issue #23919: Prevents assert dialogs appearing in the test suite.Steve Dower2015-10-081-0/+2
* | More typos in 3.5 documentation and commentsMartin Panter2015-10-071-2/+2
* | Merge typo fixes from 3.4 into 3.5Martin Panter2015-10-072-2/+2
|\ \ | |/
| * Various minor typos in documentation and commentsMartin Panter2015-10-072-2/+2
* | merge 3.4 (#24806)Benjamin Peterson2015-10-071-0/+3
|\ \ | |/
| * prevent unacceptable bases from becoming bases through multiple inheritance (...Benjamin Peterson2015-10-071-0/+3
* | merge 3.4 (#25319)Benjamin Peterson2015-10-062-0/+4
|\ \ | |/
| * reinitialize an Event's Condition with a regular lock (closes #25319)Benjamin Peterson2015-10-062-0/+4
* | Issue #25316: distutils raises OSError instead of DistutilsPlatformError when...Steve Dower2015-10-051-0/+3
* | Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)Guido van Rossum2015-10-052-0/+7
|\ \ | |/
| * Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-052-0/+7
* | Issue #24820: Update IDLE NEWS items.Terry Jan Reedy2015-10-041-0/+19
|\ \ | |/
| * Issue #24820: Update IDLE NEWS items.Terry Jan Reedy2015-10-041-0/+19
* | Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning.Terry Jan Reedy2015-10-041-1/+1
* | Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Mer...Guido van Rossum2015-10-032-0/+5
|\ \ | |/