Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. | Serhiy Storchaka | 2015-05-06 | 1 | -7/+25 | |
| | | | | | | | | | | | | Tkinter's getdouble() now supports any numbers (in particular int). | |||||
* | | | Issue #24009: Got rid of using rare "y#" format unit in TextIOWrapper.tell(). | Serhiy Storchaka | 2015-05-06 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | Parsed value should be bytes, not general robuffer, this is required in other places. | |||||
* | | | PEP 448: additional unpacking generalizations (closes #2292) | Benjamin Peterson | 2015-05-06 | 1 | -124/+141 | |
| | | | | | | | | | | | | Patch by Neil Girdhar. | |||||
* | | | Issue #24001: Argument Clinic converters now use accept={type} | Larry Hastings | 2015-05-04 | 14 | -70/+70 | |
| | | | | | | | | | | | | instead of types={'type'} to specify the types the converter accepts. | |||||
* | | | Issue #20159. Converted the _elementtree module to Argument Clinic. | Serhiy Storchaka | 2015-05-04 | 2 | -400/+1222 | |
| | | | ||||||
* | | | Fix Windows build breakage from checkins on Issues #20148 and #20168. | Larry Hastings | 2015-05-03 | 2 | -179/+173 | |
| | | | ||||||
* | | | Issue #20179: Converted the _ssl module to Argument Clinic. | Serhiy Storchaka | 2015-05-03 | 2 | -479/+1646 | |
| | | | ||||||
* | | | Issue #20148: Converted the _sre module to Argument Clinic. | Serhiy Storchaka | 2015-05-03 | 2 | -311/+1084 | |
| | | | ||||||
* | | | Issue #20168: Converted the _tkinter module to Argument Clinic. | Serhiy Storchaka | 2015-05-03 | 2 | -246/+1041 | |
| | | | ||||||
* | | | merge 3.4 (#24094) | Benjamin Peterson | 2015-05-03 | 1 | -28/+3 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.3 (#24094) | Benjamin Peterson | 2015-05-03 | 1 | -28/+3 | |
| |\ \ | | |/ | ||||||
| | * | just sort the items tuple directly (closes #24094) | Benjamin Peterson | 2015-05-03 | 1 | -27/+3 | |
| | | | ||||||
| * | | Defer deleted item decref until after the deque is restored to a consistent ↵ | Raymond Hettinger | 2015-05-02 | 1 | -6/+6 | |
| | | | | | | | | | | | | state. | |||||
| * | | Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. | Raymond Hettinger | 2015-05-02 | 1 | -50/+21 | |
| | | | ||||||
* | | | remove the concept of an unoptimized function scope from the compiler, since ↵ | Benjamin Peterson | 2015-04-28 | 1 | -3/+0 | |
| | | | | | | | | | | | | it can't happen anymore | |||||
* | | | merge 3.4 (#24058) | Benjamin Peterson | 2015-04-26 | 1 | -2/+0 | |
|\ \ \ | |/ / | ||||||
| * | | remove extern definition, since it's in a header file (closes #24058) | Benjamin Peterson | 2015-04-26 | 1 | -2/+0 | |
| | | | ||||||
* | | | Fix computation of max_fd on OpenBSD. Issue #23852. | Gregory P. Smith | 2015-04-26 | 1 | -0/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Fix computation of max_fd on OpenBSD. Issue #23852. | Gregory P. Smith | 2015-04-26 | 1 | -0/+10 | |
| | | | ||||||
* | | | Switch binascii over to using the common _Py_strhex implementation for its hex | Gregory P. Smith | 2015-04-26 | 1 | -28/+3 | |
| | | | | | | | | | | | | and hexlify functions. issue9951. | |||||
* | | | Issue9951: update _hashopenssl and md5module to use _Py_strhex(). | Gregory P. Smith | 2015-04-25 | 3 | -41/+6 | |
| | | | | | | | | | | | | Also update _posixsubprocess to use Py_hexdigits instead of its own constant. | |||||
* | | | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. | Gregory P. Smith | 2015-04-25 | 3 | -63/+6 | |
| | | | | | | | | | | | | | | | | | | | | | Also updates a few internal implementations of the same thing to use the new built-in code. Contributed by Arnon Yaari. | |||||
* | | | (Merge 3.4) Issue #9246: On POSIX, os.getcwd() now supports paths longer than | Victor Stinner | 2015-04-24 | 1 | -8/+28 | |
|\ \ \ | |/ / | | | | | | | 1025 bytes. Patch written by William Orr. | |||||
| * | | Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes | Victor Stinner | 2015-04-24 | 1 | -7/+27 | |
| | | | | | | | | | | | | Patch written by William Orr. | |||||
* | | | Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the | Serhiy Storchaka | 2015-04-23 | 33 | -730/+335 | |
| | | | | | | | | | | | | same line as function name. | |||||
* | | | Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than ↵ | Serhiy Storchaka | 2015-04-22 | 2 | -11/+12 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | 8.5.8 (tclTomMath.h was broken) and non-final Tcl 8.6. Removed TK_VERSION_HEX. | |||||
| * | | Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than ↵ | Serhiy Storchaka | 2015-04-22 | 2 | -10/+19 | |
| | | | | | | | | | | | | | | | | | | 8.5.8 (tclTomMath.h was broken) and non-final Tcl 8.6. | |||||
* | | | Get rid of unused-but-set-variable warning. len and len2 should be equal and ↵ | Christian Heimes | 2015-04-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | len2 is technically more correct, too. | |||||
* | | | Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. | Serhiy Storchaka | 2015-04-20 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. | Serhiy Storchaka | 2015-04-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #23908: os functions now reject paths with embedded null character | Serhiy Storchaka | 2015-04-20 | 2 | -7/+11 | |
|\ \ \ | |/ / | | | | | | | | | | | | | on Windows instead of silently truncate them. Removed no longer used _PyUnicode_HasNULChars(). | |||||
| * | | Issue #23908: os functions now reject paths with embedded null character | Serhiy Storchaka | 2015-04-20 | 2 | -7/+11 | |
| | | | | | | | | | | | | on Windows instead of silently truncate them. | |||||
* | | | Issue #23728: binascii.crc_hqx() could return an integer outside of the range | Serhiy Storchaka | 2015-04-20 | 2 | -16/+16 | |
|\ \ \ | |/ / | | | | | | | 0-0xffff for empty data. | |||||
| * | | Issue #23728: binascii.crc_hqx() could return an integer outside of the range | Serhiy Storchaka | 2015-04-20 | 2 | -15/+15 | |
| | | | | | | | | | | | | 0-0xffff for empty data. | |||||
* | | | Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing ↵ | Serhiy Storchaka | 2015-04-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | tuples. | |||||
* | | | Issue #20181: Converted the unicodedata module to Argument Clinic. | Serhiy Storchaka | 2015-04-17 | 2 | -239/+556 | |
| | | | ||||||
* | | | Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic. | Serhiy Storchaka | 2015-04-17 | 4 | -200/+580 | |
| | | | ||||||
* | | | Remove redundant check fro md5module. | Christian Heimes | 2015-04-16 | 1 | -7/+2 | |
| | | | | | | | | | | | | CID 1294331 (#1 of 1): Identical code for different branches (IDENTICAL_BRANCHES) | |||||
* | | | Fix typo in assert statement | Christian Heimes | 2015-04-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #20175: Converted the _io module to Argument Clinic. | Serhiy Storchaka | 2015-04-16 | 14 | -1348/+4170 | |
| | | | ||||||
* | | | Issue #23935: Argument Clinic's understanding of format units | Larry Hastings | 2015-04-16 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | accepting bytes, bytearrays, and buffers is now consistent with both the documentation and the implementation. | |||||
* | | | Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari | Steve Dower | 2015-04-15 | 1 | -0/+10 | |
| | | | ||||||
* | | | Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. | Larry Hastings | 2015-04-14 | 28 | -225/+387 | |
| | | | ||||||
* | | | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 3 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 3 | -3/+3 | |
| | | | ||||||
* | | | Issue #20586: Argument Clinic now ensures signatures on functions without ↵ | Zachary Ware | 2015-04-13 | 3 | -15/+37 | |
| | | | | | | | | | | | | docstrings. | |||||
* | | | Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. | Larry Hastings | 2015-04-13 | 1 | -0/+3 | |
| | | | | | | | | | | | | Patch courtesy of Joe Jevnik. | |||||
* | | | - merge 3.4 | doko@ubuntu.com | 2015-04-13 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | - Use PLATDIR for the platform directory everywhere (refactoring only) | doko@ubuntu.com | 2015-04-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 2 | -18/+4 | |
| | | | | | | | | | | | | | | | | | | The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied. |