summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23290: Optimize set_merge() for cases where the target is empty.Raymond Hettinger2015-05-131-0/+3
| | | | (Contributed by Serhiy Storchaka.)
* Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-131-0/+3
| | | | (Patch by Berker Peksag.)
* Issue #22486: Added the math.gcd() function. The fractions.gcd() function ↵Serhiy Storchaka2015-05-121-0/+3
| | | | | | now is deprecated. Based on patch by Mark Dickinson.
* 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
| | | | | | if they called on a closed object. Patch by John Hergenroeder.
* 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
| | | | | | | | | | | | Patch by Milan Oberkirch, with a few updates. This changeset also tweaks the smtpd and whatsnew docs for smtpd into what should be the final form for the 3.5 release.
* | merge headsBenjamin Peterson2015-05-111-0/+4
|\ \
| * | #21800: Add RFC 6855 support to imaplib.R David Murray2015-05-101-0/+4
| | | | | | | | | | | | | | | Original patch by Milan Oberkirch, updated by myself and Maciej Szulik.
* | | 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
| | | | | | | | Closes issue #22906.
* | 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
|\ \ | |/ | | | | | | | | any keyword arguments. Previously it silently ignored them. Also: merge related change from 3.4, also reported on Issue #20274.
| * Issue #20274: Remove ignored and erroneous "kwargs" parameters from threeLarry Hastings2015-05-081-0/+3
| | | | | | | | METH_VARARGS methods on _sqlite.Connection.
* | 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
| | | | | | | | anywhere in the name of the current directory.
* | Issue #24000: Improved Argument Clinic's mapping of converters to legacyLarry Hastings2015-05-081-0/+3
| | | | | | | | "format units". Updated the documentation to match.
* | Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-061-0/+3
|\ \ | |/ | | | | | | | | assertWarnsRegex() checks are not longer successful if the callable is None. Added tests for assertRaises().
| * Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-061-0/+3
| | | | | | | | | | | | assertWarnsRegex() checks are not longer successful if the callable is None. Added tests for assertRaises().
* | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.Serhiy Storchaka2015-05-061-0/+3
| | | | | | | | Tkinter's getdouble() now supports any numbers (in particular int).
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-0/+6
| | | | | | | | Patch by Christie Wilson.
* | PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-062-0/+3
| | | | | | | | Patch by Neil Girdhar.
* | Issue #24001: Argument Clinic converters now use accept={type}Larry Hastings2015-05-041-0/+3
| | | | | | | | instead of types={'type'} to specify the types the converter accepts.
* | 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
| | | | | | | | | | | | Based on patch by Dmitry Kazakov.
* | | 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 ↵Guido van Rossum2015-05-031-0/+27
|\ \ \ | |/ / | | | | | | without __name__. (Merged from 3.4 branch.)
| * | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions ↵Guido van Rossum2015-05-031-0/+3
| | | | | | | | | | | | without __name__.
| * | Defer deleted item decref until after the deque is restored to a consistent ↵Raymond Hettinger2015-05-021-0/+4
| | | | | | | | | | | | state.
| * | 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
|\ \ \ | |/ /