summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.4 (asyncio)Yury Selivanov2015-05-111-0/+2
|\
| * Sync asyncio changes from the main repo.Yury Selivanov2015-05-111-0/+2
* | Issue #24155: Optimize heapify for better cache utililzation.Raymond Hettinger2015-05-111-0/+3
* | #21795: advertise 8BITMIME if decode_data is False.R David Murray2015-05-111-0/+3
* | merge headsBenjamin Peterson2015-05-111-0/+4
|\ \
| * | #21800: Add RFC 6855 support to imaplib.R David Murray2015-05-101-0/+4
* | | merge 3.4Benjamin Peterson2015-05-111-1/+1
|\ \ \ | |/ / |/| / | |/
| * add trailing slashBenjamin Peterson2015-05-111-1/+1
* | Fix news entry for issue 24018.Guido van Rossum2015-05-091-1/+1
* | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-091-0/+2
* | Issue #24018: Add a collections.Generator abstract base class.Raymond Hettinger2015-05-091-0/+3
* | merge 3.4Benjamin Peterson2015-05-091-0/+2
|\ \ | |/
| * ensure .keywords is always a dictBenjamin Peterson2015-05-091-0/+2
* | Issue #20274: When calling a _sqlite.Connection, it now complains if passedLarry Hastings2015-05-081-0/+6
|\ \ | |/
| * Issue #20274: Remove ignored and erroneous "kwargs" parameters from threeLarry Hastings2015-05-081-0/+3
* | Merge from 3.4.Larry Hastings2015-05-081-0/+3
|\ \ | |/
| * Issue #21520: test_zipfile no longer fails if the word 'bad' appearsLarry Hastings2015-05-081-0/+3
* | Issue #24000: Improved Argument Clinic's mapping of converters to legacyLarry Hastings2015-05-081-0/+3
* | Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-061-0/+3
|\ \ | |/
| * Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-061-0/+3
* | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.Serhiy Storchaka2015-05-061-0/+3
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-0/+6
* | PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-062-0/+3
* | Issue #24001: Argument Clinic converters now use accept={type}Larry Hastings2015-05-041-0/+3
* | merge 3.4 (#24096)Benjamin Peterson2015-05-031-0/+3
|\ \ | |/
| * merge 3.3 (#24096)Benjamin Peterson2015-05-031-0/+3
| |\
| | * be more robust against the filters list changing under us (closes #24096)Benjamin Peterson2015-05-031-0/+3
* | | Issue #23330: h2py now supports arbitrary filenames in #include.Serhiy Storchaka2015-05-031-0/+3
|\ \ \ | |/ /
| * | Issue #23330: h2py now supports arbitrary filenames in #include.Serhiy Storchaka2015-05-031-0/+3
* | | Issue #22619: Added negative limit support in the traceback module.Serhiy Storchaka2015-05-032-0/+4
* | | merge 3.4 (#24094)Benjamin Peterson2015-05-031-0/+3
|\ \ \ | |/ /
| * | merge 3.3 (#24094)Benjamin Peterson2015-05-031-0/+3
| |\ \ | | |/
| | * just sort the items tuple directly (closes #24094)Benjamin Peterson2015-05-031-0/+3
* | | remove merge markersBenjamin Peterson2015-05-031-27/+0
* | | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...Guido van Rossum2015-05-031-0/+27
|\ \ \ | |/ /
| * | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...Guido van Rossum2015-05-031-0/+3
| * | Defer deleted item decref until after the deque is restored to a consistent s...Raymond Hettinger2015-05-021-0/+4
| * | Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.Raymond Hettinger2015-05-021-0/+3
* | | Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-031-0/+3
* | | merge 3.4Benjamin Peterson2015-04-301-6/+6
|\ \ \ | |/ /
| * | update linksBenjamin Peterson2015-04-301-6/+6
* | | Issue #23910: Optimize property() getter calls. Patch by Joe JevnikRaymond Hettinger2015-04-301-0/+2
* | | merge 3.4Benjamin Peterson2015-04-291-2/+1
|\ \ \ | |/ /
| * | improve phrasingBenjamin Peterson2015-04-291-2/+1
* | | Issue #24077: merge from 3.4Ned Deily2015-04-292-1/+3
|\ \ \ | |/ /
| * | Issue #24077: Fix typo in man page for -I command option: -s, not -S.Ned Deily2015-04-292-1/+3
* | | Merge 3.4Andrew Svetlov2015-04-271-0/+2
|\ \ \ | |/ /
| * | Issue #21354: PyCFunction_New function is exposed by python DLL again.Andrew Svetlov2015-04-271-0/+2
* | | Add missing newline in NEWSAntoine Pitrou2015-04-261-0/+1
* | | Issue #23996: Avoid a crash when a delegated generator raises an unnormalized...Antoine Pitrou2015-04-261-0/+3
|\ \ \ | |/ /