Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.3 | Benjamin Peterson | 2014-04-04 | 0 | -0/+0 |
|\ | |||||
| * | merge 3.2 | Benjamin Peterson | 2014-04-04 | 0 | -0/+0 |
| |\ | |||||
| | * | fix versionchanged version | Benjamin Peterson | 2014-04-04 | 1 | -2/+2 |
* | | | Issue #21149: Improved thread-safety in logging cleanup during interpreter sh... | Vinay Sajip | 2014-04-04 | 2 | -8/+12 |
* | | | Issue 21143: Fix typo in docs for max(). | Raymond Hettinger | 2014-04-03 | 1 | -1/+1 |
* | | | remove unused argument (closes #21135) | Benjamin Peterson | 2014-04-03 | 1 | -1/+1 |
* | | | Issue #20375: Clarify ET's parsing of comments and processing instructions. | Eli Bendersky | 2014-04-03 | 1 | -0/+22 |
* | | | make sure to test UnicodeEncodeError, too | Benjamin Peterson | 2014-04-02 | 1 | -1/+1 |
* | | | bail in unicode error's __str__ methods if the objects are not properly initi... | Benjamin Peterson | 2014-04-02 | 3 | -0/+21 |
* | | | make test name consistent with the rest of the file | Benjamin Peterson | 2014-04-02 | 1 | -1/+1 |
* | | | Issue #18652: Add an itertools recipe for first_true() | Raymond Hettinger | 2014-04-02 | 2 | -0/+29 |
* | | | Documentation nit. List the traditional keyword-only argument first and the ... | Raymond Hettinger | 2014-04-02 | 1 | -2/+2 |
* | | | Issue 21125: minor documentation tweak. | Raymond Hettinger | 2014-04-02 | 1 | -1/+1 |
* | | | update version changed | Benjamin Peterson | 2014-04-01 | 1 | -3/+3 |
* | | | merge 3.3 (#21082) | Benjamin Peterson | 2014-04-01 | 4 | -34/+20 |
|\ \ \ | |/ / | |||||
| * | | merge 3.2 (#21082) | Benjamin Peterson | 2014-04-01 | 4 | -34/+20 |
| |\ \ | | |/ | |||||
| | * | remove directory mode check from makedirs (closes #21082) | Benjamin Peterson | 2014-04-01 | 4 | -32/+20 |
* | | | fix typo | Benjamin Peterson | 2014-04-01 | 1 | -1/+1 |
* | | | simplify check, since now there are only new-style classes | Benjamin Peterson | 2014-04-01 | 1 | -5/+2 |
* | | | Issue #15067: Port 2.7 sqlite3 docs to 3.4 | Zachary Ware | 2014-04-01 | 1 | -46/+51 |
* | | | #16716: remove deprecation warning | Andrew Svetlov | 2014-03-31 | 1 | -4/+0 |
* | | | Get rid of deprecated IOError in the doc | Andrew Svetlov | 2014-03-31 | 5 | -12/+12 |
* | | | IOError -> OSError | Andrew Svetlov | 2014-03-31 | 1 | -1/+1 |
* | | | Fix the doc: add deprecation warning in select module. | Andrew Svetlov | 2014-03-31 | 1 | -1/+5 |
* | | | Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. | Antoine Pitrou | 2014-03-31 | 1 | -0/+2 |
* | | | use https docs url | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 |
* | | | merge 3.3 (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | merge 3.2 | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | use https docs url (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 |
* | | | Issue #20668: Remove tests.txt of test_asyncio | Victor Stinner | 2014-03-31 | 1 | -14/+0 |
* | | | merge 3.3 | Benjamin Peterson | 2014-03-31 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | merge 3.2 | Benjamin Peterson | 2014-03-31 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | add Ian Beer | Benjamin Peterson | 2014-03-31 | 1 | -0/+1 |
* | | | merge 3.3 | Benjamin Peterson | 2014-03-30 | 1 | -19/+19 |
|\ \ \ | |/ / | |||||
| * | | merge 3.2 | Benjamin Peterson | 2014-03-30 | 1 | -19/+19 |
| |\ \ | | |/ | |||||
| | * | fix expandtabs overflow detection to be consistent and not rely on signed ove... | Benjamin Peterson | 2014-03-30 | 1 | -19/+19 |
* | | | update notes to talk about -X showrefcount | Benjamin Peterson | 2014-03-30 | 1 | -3/+5 |
* | | | Add test case for freeze. | Martin v. Löwis | 2014-03-30 | 3 | -0/+15 |
* | | | Issue #16047: Fix module exception list and __file__ handling in freeze. | Martin v. Löwis | 2014-03-30 | 4 | -4/+16 |
* | | | make partialmethod example work (closes #21105) | Benjamin Peterson | 2014-03-30 | 1 | -0/+2 |
* | | | Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. | Martin v. Löwis | 2014-03-30 | 2 | -4/+8 |
* | | | Fix doc typo. | Guido van Rossum | 2014-03-30 | 1 | -1/+1 |
* | | | Issue #21097: Move test_namespace_pkgs into test_importlib. | Eric Snow | 2014-03-29 | 16 | -0/+2 |
* | | | Minor readability improvement. | Raymond Hettinger | 2014-03-29 | 1 | -1/+1 |
* | | | Issue #21093: Prevent failures of ctypes test_macholib on OS X if a | Ned Deily | 2014-03-29 | 2 | -2/+8 |
* | | | Issue #19697: document more __main__.__spec__ quirks | Nick Coghlan | 2014-03-29 | 1 | -2/+16 |
* | | | Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt. | Zachary Ware | 2014-03-29 | 1 | -2/+1 |
* | | | Issue #19697: Document cases where __main__.__spec__ is None. | Eric Snow | 2014-03-29 | 2 | -1/+43 |
* | | | Issue 21014: Use booleans instead of 0 and 1 in examples. | Raymond Hettinger | 2014-03-28 | 2 | -2/+2 |
* | | | undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) | Benjamin Peterson | 2014-03-28 | 1 | -0/+1 |