summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...Serhiy Storchaka2015-05-121-0/+3
* Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-121-0/+2
* Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-121-0/+2
* Issue #15027: The UTF-32 encoder is now 3x to 7x faster.Serhiy Storchaka2015-05-121-0/+2
* Issue #23796: peak and read1 methods of BufferedReader now raise ValueErrorBerker Peksag2015-05-121-0/+3
* Issue 24017: Update NEWS file.Yury Selivanov2015-05-121-0/+2
* Merge 3.4 (asyncio changes)Yury Selivanov2015-05-111-2/+4
|\
| * asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-111-1/+3
* | 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