Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backout 0fb7789b5eeb for test breakage (#20578) | Benjamin Peterson | 2014-06-08 | 1 | -2/+0 |
| | |||||
* | merge 3.4 (#11709) | Benjamin Peterson | 2014-06-08 | 1 | -0/+3 |
|\ | |||||
| * | make sure the builtin help function doesn't fail when sys.stdin is not a ↵ | Benjamin Peterson | 2014-06-08 | 1 | -0/+3 |
| | | | | | | | | | | | | valid file (closes #11709) Original patch by Amaury Forgeot d'Arc with a test by bdettmer. | ||||
* | | add BufferedIOBase.readinto1 (closes #20578) | Benjamin Peterson | 2014-06-08 | 1 | -0/+2 |
| | | | | | | | | Patch by Nikolaus Rath. | ||||
* | | merge 3.4 (#12063) | Benjamin Peterson | 2014-06-08 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | document TokenError and unclosed expression behavior (closes #12063) | Benjamin Peterson | 2014-06-08 | 1 | -0/+1 |
| | | | | | | | | Patch by Amandine Lee. | ||||
* | | merge 3.4 (#13223) | Benjamin Peterson | 2014-06-07 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | don't remove self from example code in the HTML output (closes #13223) | Benjamin Peterson | 2014-06-07 | 1 | -0/+3 |
| | | | | | | | | Patch by Víctor Terrón. | ||||
* | | merge 3.4 (#21463) | Benjamin Peterson | 2014-06-07 | 2 | -0/+3 |
|\ \ | |/ | |||||
| * | in ftp cache pruning, avoid changing the size of a dict while iterating over ↵ | Benjamin Peterson | 2014-06-07 | 2 | -0/+3 |
| | | | | | | | | | | | | it (closes #21463) Patch by Skyler Leigh Amador. | ||||
* | | merge 3.4 (#21404) | Benjamin Peterson | 2014-06-07 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | document the compress_level argument to tarfile.open (closes #21404) | Benjamin Peterson | 2014-06-07 | 1 | -0/+1 |
| | | | | | | | | Patch by Katherine Busch. | ||||
* | | merge 3.4 (#21642) | Benjamin Peterson | 2014-06-07 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | allow the keyword else immediately after (no space) an integer (closes #21642) | Benjamin Peterson | 2014-06-07 | 1 | -0/+4 |
| | | |||||
* | | Issue #21671: Merge with 3.4 | Zachary Ware | 2014-06-06 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h | Zachary Ware | 2014-06-06 | 1 | -0/+6 |
| | | |||||
* | | Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is available | Victor Stinner | 2014-06-05 | 1 | -0/+2 |
| | | |||||
* | | Merge heads from 3.4. | Terry Jan Reedy | 2014-06-05 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #18910: Add unittest for textView. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-05 | 1 | -0/+2 |
| | | |||||
| * | Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. | Terry Jan Reedy | 2014-06-05 | 1 | -0/+2 |
| | | |||||
* | | merge from 3.4 | Terry Jan Reedy | 2014-06-05 | 1 | -0/+2 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-04 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-04 | 1 | -0/+5 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-03 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. | Terry Jan Reedy | 2014-06-03 | 1 | -0/+1 |
| | | |||||
* | | Issue #18492: Merge with 3.4 | Zachary Ware | 2014-06-02 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #18492: Allow all resources when tests are not run by regrtest.py. | Zachary Ware | 2014-06-02 | 1 | -0/+3 |
| | | | | | | | | This changeset also includes cleanup allowed by this behavior change. | ||||
* | | Issue #21233: Revert bytearray(int) optimization using calloc() | Victor Stinner | 2014-06-02 | 1 | -4/+3 |
| | | |||||
* | | (Merge 3.4) Issue #21634: Fix pystone micro-benchmark: use floor division | Victor Stinner | 2014-06-02 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | instead of true division to benchmark integers instead of floating point numbers. Set pystone version to 1.2. Patch written by Lennart Regebro. | ||||
| * | Issue #21634: Fix pystone micro-benchmark: use floor division instead of true | Victor Stinner | 2014-06-02 | 1 | -1/+5 |
| | | | | | | | | | | division to benchmark integers instead of floating point numbers. Set pystone version to 1.2. Patch written by Lennart Regebro. | ||||
* | | Issue #17095: Fix Modules/Setup *shared* support. | Ned Deily | 2014-06-02 | 1 | -0/+2 |
|\ \ | |/ | | | | | Original patch by Thomas Wouters. | ||||
| * | Issue #17095: Fix Modules/Setup *shared* support. | Ned Deily | 2014-06-02 | 1 | -0/+5 |
| | | | | | | | | Original patch by Thomas Wouters. | ||||
* | | Don't restrict ourselves to a "max" fd when closing fds before exec() | Gregory P. Smith | 2014-06-01 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | | | | | | | | | when we have a way to get an actual list of all open fds from the OS. Fixes issue #21618: The subprocess module would ignore fds that were inherited by the calling process and already higher than POSIX resource limits would otherwise allow. On systems with a functioning /proc/self/fd or /dev/fd interface the max is now ignored and all fds are closed. | ||||
| * | Don't restrict ourselves to a "max" fd when closing fds before exec() | Gregory P. Smith | 2014-06-01 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | when we have a way to get an actual list of all open fds from the OS. Fixes issue #21618: The subprocess module would ignore fds that were inherited by the calling process and already higher than POSIX resource limits would otherwise allow. On systems with a functioning /proc/self/fd or /dev/fd interface the max is now ignored and all fds are closed. | ||||
* | | Issue #21605: Added tests for Tkinter images. | Serhiy Storchaka | 2014-06-01 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #21605: Added tests for Tkinter images. | Serhiy Storchaka | 2014-06-01 | 1 | -0/+2 |
| | | |||||
* | | Issue #20383: Introduce importlib.util.module_from_spec(). | Brett Cannon | 2014-05-30 | 1 | -0/+3 |
| | | | | | | | | | | | | Along the way, dismantle importlib._bootstrap._SpecMethods as it was no longer relevant and constructing the new function required partially dismantling the class anyway. | ||||
* | | Issue #21552: Fixed possible integer overflow of too long string lengths in | Serhiy Storchaka | 2014-05-30 | 1 | -0/+3 |
|\ \ | |/ | | | | | the tkinter module on 64-bit platforms. | ||||
| * | Issue #21552: Fixed possible integer overflow of too long string lengths in | Serhiy Storchaka | 2014-05-30 | 1 | -0/+3 |
| | | | | | | | | the tkinter module on 64-bit platforms. | ||||
* | | Issue #13742: Add key and reverse parameters to heapq.merge() | Raymond Hettinger | 2014-05-30 | 1 | -0/+3 |
| | | |||||
* | | Fix issue #14315: The zipfile module now ignores extra fields in the central | Gregory P. Smith | 2014-05-30 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | | | 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 | 1 | -0/+5 |
| | | | | | | | | | | | | 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 #21402: tkinter.ttk now works when default root window is not set. | Serhiy Storchaka | 2014-05-28 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #21402: tkinter.ttk now works when default root window is not set. | Serhiy Storchaka | 2014-05-28 | 1 | -0/+2 |
| | | |||||
* | | Issue #21493: Added test for ntpath.expanduser(). Original patch by | Serhiy Storchaka | 2014-05-28 | 1 | -2/+5 |
|\ \ | |/ | | | | | Claudiu Popa. | ||||
| * | Issue #21493: Added test for ntpath.expanduser(). Original patch by | Serhiy Storchaka | 2014-05-28 | 1 | -0/+3 |
| | | | | | | | | Claudiu Popa. | ||||
* | | Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by | Serhiy Storchaka | 2014-05-28 | 1 | -0/+3 |
| | | | | | | | | default. | ||||
* | | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr | Serhiy Storchaka | 2014-05-28 | 1 | -0/+3 |
|\ \ | |/ | | | | | 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 | 1 | -0/+3 |
| | | | | | | | | it supports reverse() and negative indices. Original patch by Claudiu Popa. | ||||
* | | Issue #18807: Merged fix from 3.4. | Vinay Sajip | 2014-05-28 | 1 | -0/+4 |
|\ \ | |/ |