Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a NEWS entry for Issue #22642. | Senthil Kumaran | 2016-01-13 | 1 | -0/+3 |
* | Issue22642 - Convert trace module's option handling mechanism from getopt to ... | Senthil Kumaran | 2016-01-13 | 2 | -205/+156 |
* | Issue25347 - Format the error message output of mock's assert_has_calls method. | Senthil Kumaran | 2016-01-12 | 1 | -1/+1 |
* | #26001: merge with 3.5. | Ezio Melotti | 2016-01-12 | 1 | -7/+8 |
|\ | |||||
| * | #26001: mention in the tutorial that files in binary mode expect bytes, not str. | Ezio Melotti | 2016-01-12 | 1 | -7/+8 |
* | | #19006: merge with 3.5. | Ezio Melotti | 2016-01-12 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | #19006: fix wording in unittest docs. | Ezio Melotti | 2016-01-12 | 1 | -3/+4 |
* | | Closes #25348: Merge with 3.5 | Zachary Ware | 2016-01-12 | 3 | -53/+56 |
|\ \ | |/ | |||||
| * | Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat | Zachary Ware | 2016-01-12 | 3 | -51/+61 |
* | | Merge 3.5 (issue #25486) | Yury Selivanov | 2016-01-12 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. | Yury Selivanov | 2016-01-12 | 1 | -2/+1 |
* | | #25517: merge with 3.5. | Ezio Melotti | 2016-01-11 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | #25517: fix regex in the regex howto. Patch by Elena Oat. | Ezio Melotti | 2016-01-11 | 1 | -3/+4 |
* | | #25991: merge with 3.5. | Ezio Melotti | 2016-01-11 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | #25991: fix readline example to limit history size. Patch by Daniel Dye. | Ezio Melotti | 2016-01-11 | 1 | -0/+4 |
| * | Merge heads. | Barry Warsaw | 2016-01-11 | 2 | -37/+11 |
| |\ | |||||
* | \ | Merge heads. | Barry Warsaw | 2016-01-11 | 2 | -12/+0 |
|\ \ \ | |||||
| * \ \ | As per further discussion, re-enable the typeobject.c guard for picklability. | Barry Warsaw | 2016-01-11 | 2 | -12/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Comment out some tests that won't pass now that we've reverted the | Barry Warsaw | 2016-01-11 | 2 | -37/+11 |
* | | | | Merge 3.5 | doko@ubuntu.com | 2016-01-11 | 2 | -1/+9 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars | doko@ubuntu.com | 2016-01-11 | 2 | -1/+9 |
| | |/ | |/| | |||||
* | | | Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. | Yury Selivanov | 2016-01-11 | 5 | -10/+79 |
| |/ |/| | |||||
* | | Issue #22995: [UPDATE] Comment out the one of the pickleability tests in | Barry Warsaw | 2016-01-11 | 2 | -0/+12 |
|\ \ | |/ | |||||
| * | Issue #22995: [UPDATE] Comment out the one of the pickleability tests in | Barry Warsaw | 2016-01-11 | 2 | -0/+12 |
* | | Merge 3.5 (issue #26050) | Yury Selivanov | 2016-01-11 | 3 | -39/+317 |
|\ \ | |/ | |||||
| * | Merge 3.4 (Issue #26050) | Yury Selivanov | 2016-01-11 | 3 | -39/+317 |
| |\ | |||||
| | * | Issue #26050: Add asyncio.StreamReader.readuntil() method. | Yury Selivanov | 2016-01-11 | 3 | -39/+317 |
* | | | Issue #26069: Remove the deprecated apis in the trace module. | Senthil Kumaran | 2016-01-11 | 3 | -90/+3 |
* | | | merge 3.5 | Andrew Svetlov | 2016-01-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix versionadded to use 3.5.1 only for 3.5 branch | Andrew Svetlov | 2016-01-11 | 1 | -1/+1 |
* | | | merge 3.5 | Andrew Svetlov | 2016-01-11 | 1 | -48/+64 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 | Andrew Svetlov | 2016-01-11 | 1 | -48/+64 |
| |\ \ | | |/ | |||||
| | * | Document asyncio.timeout() | Andrew Svetlov | 2016-01-11 | 1 | -46/+63 |
* | | | merge 3.5 | Andrew Svetlov | 2016-01-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 | Andrew Svetlov | 2016-01-11 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Sync with asyncio | Andrew Svetlov | 2016-01-11 | 1 | -1/+1 |
* | | | merge 3.5 | Andrew Svetlov | 2016-01-11 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Add missing Misc/NEWS update | Andrew Svetlov | 2016-01-11 | 1 | -0/+5 |
* | | | merge 3.5 | Andrew Svetlov | 2016-01-11 | 4 | -7/+235 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 | Andrew Svetlov | 2016-01-11 | 3 | -7/+230 |
| |\ \ | | |/ | |||||
| | * | Sync with asyncio repo | Andrew Svetlov | 2016-01-11 | 4 | -7/+235 |
| * | | Issue #26070: py.exe launcher fails to find in-place built binaries from earl... | Mark Hammond | 2016-01-11 | 1 | -0/+3 |
* | | | Issue #26070: py.exe launcher fails to find in-place built binaries from earl... | Mark Hammond | 2016-01-11 | 1 | -0/+3 |
* | | | merge 3.5 (#26066) | Benjamin Peterson | 2016-01-10 | 1 | -11/+0 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 (#26066) | Benjamin Peterson | 2016-01-10 | 1 | -11/+0 |
| |\ \ | | |/ | |||||
| | * | delete old crypto prose (closes #26066) | Benjamin Peterson | 2016-01-10 | 1 | -11/+0 |
* | | | merge from 3.5 | Senthil Kumaran | 2016-01-10 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue23675 - A tiny clarification in the MRO glossary term. | Senthil Kumaran | 2016-01-10 | 1 | -1/+2 |
* | | | Merge with 3.5 | Terry Jan Reedy | 2016-01-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #26029: Finish correction. | Terry Jan Reedy | 2016-01-09 | 1 | -1/+1 |