summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix faq example with division.Eric V. Smith2014-04-141-1/+1
* | | Fix text about int() with octal numbers. Closes #21212.Eric V. Smith2014-04-141-1/+1
* | | fix sending tuples to custom generator objects with yield from (closes #21209)Benjamin Peterson2014-04-143-1/+23
* | | merge 3.3Benjamin Peterson2014-04-144-1/+12
|\ \ \ | |/ /
| * | merge 3.2Benjamin Peterson2014-04-144-1/+12
| |\ \ | | |/
| | * in scan_once, prevent the reading of arbitrary memory when passed a negative ...Benjamin Peterson2014-04-144-1/+12
* | | #21169: fix getpass to use replace error handler on UnicodeEncodeError.R David Murray2014-04-143-2/+19
* | | Issue #20635: Added tests for Tk geometry managers.Serhiy Storchaka2014-04-133-0/+915
* | | Issue #21171: Fixed undocumented filter API of the rot13 codec.Serhiy Storchaka2014-04-132-1/+4
* | | Remove references to the obsolete Mac Carbon modules in the GUINed Deily2014-04-121-8/+4
* | | Issue #21170: Removed invalid parameter names from unittest doc.Terry Jan Reedy2014-04-111-2/+2
* | | Issue #21172: isinstance check relaxed from dict to collections.Mapping.Vinay Sajip2014-04-102-2/+11
* | | teach 2to3 about 'yield from'Benjamin Peterson2014-04-103-1/+11
* | | add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-106-9/+19
* | | Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.Ned Deily2014-04-091-1/+1
* | | Issue #20644: Keep build-installer.py in sync across active versions.Ned Deily2014-04-091-9/+18
* | | issue #21190: Fix the broken docs download linkSenthil Kumaran2014-04-091-1/+1
* | | Issue #21097: Update Makefile with changed install locations of test director...Ned Deily2014-04-091-20/+20
* | | Issue #20644: OS X installer build support for documentation build changesNed Deily2014-04-073-21/+40
* | | docs: Better wording for __objclass__ docs. Issue #19281Yury Selivanov2014-04-081-6/+6
* | | docs: Document __objclass__. Closes #19281.Yury Selivanov2014-04-081-0/+8
* | | inspect.signautre: Fix functools.partial support. Issue #21117Yury Selivanov2014-04-083-93/+146
* | | use imperativeBenjamin Peterson2014-04-081-1/+1
* | | PySequence_Fast generally returns a list not a tuple (closes #16395)Benjamin Peterson2014-04-081-4/+4
* | | the name of the slot of nb_multiply not nb_mulBenjamin Peterson2014-04-081-1/+2
* | | fix verb (closes #21174)Benjamin Peterson2014-04-071-1/+1
* | | Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError ifVictor Stinner2014-04-073-0/+18
* | | 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