summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Document Task.cancel() properly.Victor Stinner2014-04-071-0/+19
* merge from 3.3Senthil Kumaran2014-04-061-2/+2
|\
| * minor docfix (reported at docs@python.org) trace.py argument is --count not -...Senthil Kumaran2014-04-061-2/+2
* | Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing formatVictor Stinner2014-04-041-1/+1
* | make temporary read-only files writable, so rmtree can remove them (#21128)Benjamin Peterson2014-04-041-0/+3
* | Issue #20942: PyImport_ImportFrozenModuleObject() no longer setsBrett Cannon2014-04-043-32/+63
* | merge 3.3Benjamin Peterson2014-04-040-0/+0
|\ \ | |/
| * merge 3.2Benjamin Peterson2014-04-040-0/+0
| |\
| | * fix versionchanged versionBenjamin Peterson2014-04-041-2/+2
* | | Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...Vinay Sajip2014-04-042-8/+12
* | | Issue 21143: Fix typo in docs for max().Raymond Hettinger2014-04-031-1/+1
* | | remove unused argument (closes #21135)Benjamin Peterson2014-04-031-1/+1
* | | Issue #20375: Clarify ET's parsing of comments and processing instructions.Eli Bendersky2014-04-031-0/+22
* | | make sure to test UnicodeEncodeError, tooBenjamin Peterson2014-04-021-1/+1
* | | bail in unicode error's __str__ methods if the objects are not properly initi...Benjamin Peterson2014-04-023-0/+21
* | | make test name consistent with the rest of the fileBenjamin Peterson2014-04-021-1/+1
* | | Issue #18652: Add an itertools recipe for first_true()Raymond Hettinger2014-04-022-0/+29
* | | Documentation nit. List the traditional keyword-only argument first and the ...Raymond Hettinger2014-04-021-2/+2
* | | Issue 21125: minor documentation tweak.Raymond Hettinger2014-04-021-1/+1
* | | update version changedBenjamin Peterson2014-04-011-3/+3
* | | merge 3.3 (#21082)Benjamin Peterson2014-04-014-34/+20
|\ \ \ | |/ /
| * | merge 3.2 (#21082)Benjamin Peterson2014-04-014-34/+20
| |\ \ | | |/
| | * remove directory mode check from makedirs (closes #21082)Benjamin Peterson2014-04-014-32/+20
* | | fix typoBenjamin Peterson2014-04-011-1/+1
* | | simplify check, since now there are only new-style classesBenjamin Peterson2014-04-011-5/+2
* | | Issue #15067: Port 2.7 sqlite3 docs to 3.4Zachary Ware2014-04-011-46/+51
* | | #16716: remove deprecation warningAndrew Svetlov2014-03-311-4/+0
* | | Get rid of deprecated IOError in the docAndrew Svetlov2014-03-315-12/+12
* | | IOError -> OSErrorAndrew Svetlov2014-03-311-1/+1
* | | Fix the doc: add deprecation warning in select module.Andrew Svetlov2014-03-311-1/+5
* | | Issue #21073: explain why Py_ReprEnter() allows for a missing thread state.Antoine Pitrou2014-03-311-0/+2
* | | use https docs urlBenjamin Peterson2014-03-311-2/+2
* | | merge 3.3 (#21115)Benjamin Peterson2014-03-311-2/+2
|\ \ \ | |/ /
| * | merge 3.2Benjamin Peterson2014-03-311-2/+2
| |\ \ | | |/
| | * use https docs url (#21115)Benjamin Peterson2014-03-311-2/+2
* | | Issue #20668: Remove tests.txt of test_asyncioVictor Stinner2014-03-311-14/+0
* | | merge 3.3Benjamin Peterson2014-03-311-0/+1
|\ \ \ | |/ /
| * | merge 3.2Benjamin Peterson2014-03-311-0/+1
| |\ \ | | |/
| | * add Ian BeerBenjamin Peterson2014-03-311-0/+1
* | | merge 3.3Benjamin Peterson2014-03-301-19/+19
|\ \ \ | |/ /
| * | merge 3.2Benjamin Peterson2014-03-301-19/+19
| |\ \ | | |/
| | * fix expandtabs overflow detection to be consistent and not rely on signed ove...Benjamin Peterson2014-03-301-19/+19
* | | update notes to talk about -X showrefcountBenjamin Peterson2014-03-301-3/+5
* | | Add test case for freeze.Martin v. Löwis2014-03-303-0/+15
* | | Issue #16047: Fix module exception list and __file__ handling in freeze.Martin v. Löwis2014-03-304-4/+16
* | | make partialmethod example work (closes #21105)Benjamin Peterson2014-03-301-0/+2
* | | Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.Martin v. Löwis2014-03-302-4/+8
* | | Fix doc typo.Guido van Rossum2014-03-301-1/+1
* | | Issue #21097: Move test_namespace_pkgs into test_importlib.Eric Snow2014-03-2916-0/+2
* | | Minor readability improvement.Raymond Hettinger2014-03-291-1/+1