Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20383: Introduce importlib.util.module_from_spec(). | Brett Cannon | 2014-05-30 | 17 | -4727/+4527 |
| | | | | | | Along the way, dismantle importlib._bootstrap._SpecMethods as it was no longer relevant and constructing the new function required partially dismantling the class anyway. | ||||
* | Closes #21608: Merged documentation update from 3.4. | Vinay Sajip | 2014-05-30 | 1 | -1/+18 |
|\ | |||||
| * | Issue #21608: Updated HTTPHandler documentation. | Vinay Sajip | 2014-05-30 | 1 | -1/+18 |
| | | |||||
* | | Move import.c to use Clinic file output. | Brett Cannon | 2014-05-30 | 2 | -330/+340 |
| | | |||||
* | | Test correct getXXX methods in Tkinter bigmem tests. | Serhiy Storchaka | 2014-05-30 | 1 | -3/+3 |
|\ \ | |/ | | | | | Tk.getint is just int, true Tk wrapper is available as Tk.tk.getint. | ||||
| * | Test correct getXXX methods in Tkinter bigmem tests. | Serhiy Storchaka | 2014-05-30 | 1 | -3/+3 |
| | | | | | | | | Tk.getint is just int, true Tk wrapper is available as Tk.tk.getint. | ||||
* | | Issue #21552: Fixed possible integer overflow of too long string lengths in | Serhiy Storchaka | 2014-05-30 | 3 | -2/+64 |
|\ \ | |/ | | | | | the tkinter module on 64-bit platforms. | ||||
| * | Issue #21552: Fixed possible integer overflow of too long string lengths in | Serhiy Storchaka | 2014-05-30 | 3 | -2/+64 |
| | | | | | | | | the tkinter module on 64-bit platforms. | ||||
* | | Add tests for getint, getdouble and getboolean methods of the tkapp object. | Serhiy Storchaka | 2014-05-30 | 1 | -0/+44 |
|\ \ | |/ | |||||
| * | Add tests for getint, getdouble and getboolean methods of the tkapp object. | Serhiy Storchaka | 2014-05-30 | 1 | -0/+44 |
| | | |||||
* | | Issue #13742: Add key and reverse parameters to heapq.merge() | Raymond Hettinger | 2014-05-30 | 5 | -19/+98 |
| | | |||||
* | | Fix issue #14315: The zipfile module now ignores extra fields in the central | Gregory P. Smith | 2014-05-30 | 3 | -1/+21 |
|\ \ | |/ | | | | | | | | | directory that are too short to be parsed instead of letting a struct.unpack error bubble up as this "bad data" appears in many real world zip files in the wild and is ignored by other zip tools. | ||||
| * | Fix issue #14315: The zipfile module now ignores extra fields in the central | Gregory P. Smith | 2014-05-30 | 3 | -1/+21 |
| | | | | | | | | | | | | directory that are too short to be parsed instead of letting a struct.unpack error bubble up as this "bad data" appears in many real world zip files in the wild and is ignored by other zip tools. | ||||
* | | Issue #21226: Merge from 3.4. | Eric Snow | 2014-05-29 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #21226: fix a ref leak. | Eric Snow | 2014-05-29 | 1 | -0/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-29 | 5 | -21/+108 |
|\ \ | |/ | |||||
| * | Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. | Terry Jan Reedy | 2014-05-29 | 5 | -21/+108 |
| | | | | | | | | Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar. | ||||
* | | (Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc | Victor Stinner | 2014-05-28 | 2 | -6/+6 |
|\ \ | |/ | | | | | The function sets the the pipe to non-blocking mode. | ||||
| * | Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc | Victor Stinner | 2014-05-28 | 2 | -6/+6 |
| | | | | | | | | The function sets the the pipe to non-blocking mode. | ||||
* | | (Merge 3.4) Issue #21376: document asyncio.TimeoutError | Victor Stinner | 2014-05-28 | 1 | -4/+17 |
|\ \ | |/ | |||||
| * | Issue #21376: document asyncio.TimeoutError | Victor Stinner | 2014-05-28 | 1 | -4/+17 |
| | | |||||
* | | Restore performance of some dumb database methods (regression introduced by ↵ | Serhiy Storchaka | 2014-05-28 | 1 | -8/+19 |
|\ \ | |/ | | | | | #19385). | ||||
| * | Restore performance of some dumb database methods (regression introduced by ↵ | Serhiy Storchaka | 2014-05-28 | 1 | -8/+19 |
| | | | | | | | | #19385). | ||||
* | | Issue #21402: tkinter.ttk now works when default root window is not set. | Serhiy Storchaka | 2014-05-28 | 3 | -36/+57 |
|\ \ | |/ | |||||
| * | Issue #21402: tkinter.ttk now works when default root window is not set. | Serhiy Storchaka | 2014-05-28 | 3 | -36/+57 |
| | | |||||
* | | Issue #21493: Added test for ntpath.expanduser(). Original patch by | Serhiy Storchaka | 2014-05-28 | 2 | -2/+40 |
|\ \ | |/ | | | | | Claudiu Popa. | ||||
| * | Issue #21493: Added test for ntpath.expanduser(). Original patch by | Serhiy Storchaka | 2014-05-28 | 2 | -0/+38 |
| | | | | | | | | Claudiu Popa. | ||||
* | | Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by | Serhiy Storchaka | 2014-05-28 | 2 | -1/+4 |
| | | | | | | | | default. | ||||
* | | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr | Serhiy Storchaka | 2014-05-28 | 4 | -5/+50 |
|\ \ | |/ | | | | | it supports reverse() and negative indices. Original patch by Claudiu Popa. | ||||
| * | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr | Serhiy Storchaka | 2014-05-28 | 4 | -5/+50 |
| | | | | | | | | it supports reverse() and negative indices. Original patch by Claudiu Popa. | ||||
* | | Issue #18807: Merged fix from 3.4. | Vinay Sajip | 2014-05-28 | 2 | -1/+8 |
|\ \ | |/ | |||||
| * | Issue #18807: If copying (no symlinks) specified for a venv, then the python ↵ | Vinay Sajip | 2014-05-28 | 2 | -1/+8 |
| | | | | | | | | interpreter aliases (python, python3) are now created by copying rather than symlinking. | ||||
* | | Fix for raising exception not derived from BaseException in ↵ | Andrew Svetlov | 2014-05-27 | 2 | -1/+5 |
|\ \ | |/ | | | | | _SelectorSslTransport.resume_reading | ||||
| * | Fix for raising exception not derived from BaseException in ↵ | Andrew Svetlov | 2014-05-27 | 2 | -1/+5 |
| | | | | | | | | _SelectorSslTransport.resume_reading | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-27 | 4 | -15/+73 |
|\ \ | |/ | |||||
| * | Issue #21477: Add htests for Search and Replace dialogs. | Terry Jan Reedy | 2014-05-27 | 4 | -15/+73 |
| | | | | | | | | Patch by Saimadhav Heblikar. | ||||
* | | merge | Raymond Hettinger | 2014-05-27 | 5 | -84/+102 |
|\ \ | |/ | |||||
| * | Issue 21439: Minor issues in the reference manual. | Raymond Hettinger | 2014-05-27 | 5 | -84/+102 |
| | | | | | | | | (Contributed by Feliks Kluzniak.) | ||||
* | | Issue 21575: Show list.sort() arguments in the tutorial. | Raymond Hettinger | 2014-05-27 | 2 | -2/+4 |
| | | |||||
* | | Minor clean-ups for heapq.merge(). | Raymond Hettinger | 2014-05-27 | 1 | -14/+13 |
| | | |||||
* | | null merge 3.4 | Benjamin Peterson | 2014-05-26 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | a post 3.4.1 world | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-05-26 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | grammar and sentence flow fix | Benjamin Peterson | 2014-05-26 | 1 | -2/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-05-26 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | format reST directive in the usual way | Benjamin Peterson | 2014-05-26 | 1 | -3/+5 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-05-26 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | link to wikipedia description of cryptographic salt | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
| | | |||||
| * | oxford comma | Benjamin Peterson | 2014-05-26 | 1 | -3/+3 |
| | | |||||
* | | merge 3.4 (#21587) | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
|\ \ | |/ |