Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23290: Optimize set_merge() for cases where the target is empty. | Raymond Hettinger | 2015-05-13 | 1 | -0/+3 |
| | | | | (Contributed by Serhiy Storchaka.) | ||||
* | Issue #24064: Property() docstrings are now writeable. | Raymond Hettinger | 2015-05-13 | 1 | -0/+3 |
| | | | | (Patch by Berker Peksag.) | ||||
* | Issue #22486: Added the math.gcd() function. The fractions.gcd() function ↵ | Serhiy Storchaka | 2015-05-12 | 1 | -0/+3 |
| | | | | | | now is deprecated. Based on patch by Mark Dickinson. | ||||
* | Issue #22681: Added support for the koi8_t encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+2 |
| | |||||
* | Issue #22682: Added support for the kz1048 encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+2 |
| | |||||
* | Issue #15027: The UTF-32 encoder is now 3x to 7x faster. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+2 |
| | |||||
* | Issue #23796: peak and read1 methods of BufferedReader now raise ValueError | Berker Peksag | 2015-05-12 | 1 | -0/+3 |
| | | | | | | if they called on a closed object. Patch by John Hergenroeder. | ||||
* | Issue 24017: Update NEWS file. | Yury Selivanov | 2015-05-12 | 1 | -0/+2 |
| | |||||
* | Merge 3.4 (asyncio changes) | Yury Selivanov | 2015-05-11 | 1 | -2/+4 |
|\ | |||||
| * | asyncio: async() function is deprecated in favour of ensure_future(). | Yury Selivanov | 2015-05-11 | 1 | -1/+3 |
| | | |||||
* | | Merge 3.4 (asyncio) | Yury Selivanov | 2015-05-11 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Sync asyncio changes from the main repo. | Yury Selivanov | 2015-05-11 | 1 | -0/+2 |
| | | |||||
* | | Issue #24155: Optimize heapify for better cache utililzation. | Raymond Hettinger | 2015-05-11 | 1 | -0/+3 |
| | | |||||
* | | #21795: advertise 8BITMIME if decode_data is False. | R David Murray | 2015-05-11 | 1 | -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 heads | Benjamin Peterson | 2015-05-11 | 1 | -0/+4 |
|\ \ | |||||
| * | | #21800: Add RFC 6855 support to imaplib. | R David Murray | 2015-05-10 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Original patch by Milan Oberkirch, updated by myself and Maciej Szulik. | ||||
* | | | merge 3.4 | Benjamin Peterson | 2015-05-11 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | add trailing slash | Benjamin Peterson | 2015-05-11 | 1 | -1/+1 |
| | | |||||
* | | Fix news entry for issue 24018. | Guido van Rossum | 2015-05-09 | 1 | -1/+1 |
| | | |||||
* | | PEP 479: Change StopIteration handling inside generators. | Yury Selivanov | 2015-05-09 | 1 | -0/+2 |
| | | | | | | | | Closes issue #22906. | ||||
* | | Issue #24018: Add a collections.Generator abstract base class. | Raymond Hettinger | 2015-05-09 | 1 | -0/+3 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2015-05-09 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | ensure .keywords is always a dict | Benjamin Peterson | 2015-05-09 | 1 | -0/+2 |
| | | |||||
* | | Issue #20274: When calling a _sqlite.Connection, it now complains if passed | Larry Hastings | 2015-05-08 | 1 | -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 three | Larry Hastings | 2015-05-08 | 1 | -0/+3 |
| | | | | | | | | METH_VARARGS methods on _sqlite.Connection. | ||||
* | | Merge from 3.4. | Larry Hastings | 2015-05-08 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #21520: test_zipfile no longer fails if the word 'bad' appears | Larry Hastings | 2015-05-08 | 1 | -0/+3 |
| | | | | | | | | anywhere in the name of the current directory. | ||||
* | | Issue #24000: Improved Argument Clinic's mapping of converters to legacy | Larry Hastings | 2015-05-08 | 1 | -0/+3 |
| | | | | | | | | "format units". Updated the documentation to match. | ||||
* | | Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and | Serhiy Storchaka | 2015-05-06 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | assertWarnsRegex() checks are not longer successful if the callable is None. Added tests for assertRaises(). | ||||
| * | Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and | Serhiy Storchaka | 2015-05-06 | 1 | -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 Storchaka | 2015-05-06 | 1 | -0/+3 |
| | | | | | | | | Tkinter's getdouble() now supports any numbers (in particular int). | ||||
* | | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -0/+6 |
| | | | | | | | | Patch by Christie Wilson. | ||||
* | | PEP 448: additional unpacking generalizations (closes #2292) | Benjamin Peterson | 2015-05-06 | 2 | -0/+3 |
| | | | | | | | | Patch by Neil Girdhar. | ||||
* | | Issue #24001: Argument Clinic converters now use accept={type} | Larry Hastings | 2015-05-04 | 1 | -0/+3 |
| | | | | | | | | instead of types={'type'} to specify the types the converter accepts. | ||||
* | | merge 3.4 (#24096) | Benjamin Peterson | 2015-05-03 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | merge 3.3 (#24096) | Benjamin Peterson | 2015-05-03 | 1 | -0/+3 |
| |\ | |||||
| | * | be more robust against the filters list changing under us (closes #24096) | Benjamin Peterson | 2015-05-03 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #23330: h2py now supports arbitrary filenames in #include. | Serhiy Storchaka | 2015-05-03 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #23330: h2py now supports arbitrary filenames in #include. | Serhiy Storchaka | 2015-05-03 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #22619: Added negative limit support in the traceback module. | Serhiy Storchaka | 2015-05-03 | 2 | -0/+4 |
| | | | | | | | | | | | | Based on patch by Dmitry Kazakov. | ||||
* | | | merge 3.4 (#24094) | Benjamin Peterson | 2015-05-03 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 (#24094) | Benjamin Peterson | 2015-05-03 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | just sort the items tuple directly (closes #24094) | Benjamin Peterson | 2015-05-03 | 1 | -0/+3 |
| | | | |||||
* | | | remove merge markers | Benjamin Peterson | 2015-05-03 | 1 | -27/+0 |
| | | | |||||
* | | | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions ↵ | Guido van Rossum | 2015-05-03 | 1 | -0/+27 |
|\ \ \ | |/ / | | | | | | | without __name__. (Merged from 3.4 branch.) | ||||
| * | | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions ↵ | Guido van Rossum | 2015-05-03 | 1 | -0/+3 |
| | | | | | | | | | | | | without __name__. | ||||
| * | | Defer deleted item decref until after the deque is restored to a consistent ↵ | Raymond Hettinger | 2015-05-02 | 1 | -0/+4 |
| | | | | | | | | | | | | state. | ||||
| * | | Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. | Raymond Hettinger | 2015-05-02 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #23911: Move path-based bootstrap code to a separate frozen module. | Eric Snow | 2015-05-03 | 1 | -0/+3 |
| | | | |||||
* | | | merge 3.4 | Benjamin Peterson | 2015-04-30 | 1 | -6/+6 |
|\ \ \ | |/ / |