Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove tab (closes #21587) | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | fix typo in variable name (closes #21586) | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Issue #21481: Teach argparse equality tests to return NotImplemented when ↵ | Raymond Hettinger | 2014-05-26 | 3 | -0/+13 |
| | | | | comparing to unknown types. | ||||
* | Issue 8743: Improve interoperability between sets and the collections.Set ↵ | Raymond Hettinger | 2014-05-26 | 3 | -6/+180 |
| | | | | abstract base class. | ||||
* | Issue 21558: Fix a typo in the contextlib docs | Raymond Hettinger | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Issue 13355: Make random.triangular degrade gracefully when low == high. | Raymond Hettinger | 2014-05-26 | 3 | -2/+8 |
| | |||||
* | Issue #21477: Idle htest: modify run; add more tests. | Terry Jan Reedy | 2014-05-25 | 9 | -79/+160 |
| | | | | Patch by Saimadhav Heblikar. 2.7 version will follow. | ||||
* | Mention setuptools & wheel as key terms for distribution | Nick Coghlan | 2014-05-25 | 1 | -1/+17 |
| | |||||
* | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. | Serhiy Storchaka | 2014-05-25 | 2 | -0/+62 |
| | |||||
* | Issue #18918: Removed non-existing topic from a list of available topics. | Serhiy Storchaka | 2014-05-25 | 1 | -1/+0 |
| | | | | | The 'File objects' section was removed in Python 3. Patch by Claudiu Popa. | ||||
* | Issue #21477: Idle htest: merge and modify run and runall; add many tests. | Terry Jan Reedy | 2014-05-24 | 18 | -181/+414 |
| | | | | Patch by Saimadhav Heblikar | ||||
* | Fixed new Tkinter tests added in issue #21522 with Tk 8.4. | Serhiy Storchaka | 2014-05-23 | 1 | -6/+13 |
| | |||||
* | Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not | Brett Cannon | 2014-05-23 | 3 | -1/+23 |
| | | | | | | raise an exception when a module doesn't exist. Thanks to Pavel Aslanov for the bug report. | ||||
* | Issue #21538: The plistlib module now supports loading of binary plist files | Serhiy Storchaka | 2014-05-23 | 3 | -6/+28 |
| | | | | when reference or offset size is not a power of two. | ||||
* | Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), | Serhiy Storchaka | 2014-05-23 | 2 | -0/+187 |
| | | | | PanedWindow.paneconfigure(), and Menu.entryconfigure(). | ||||
* | Issue #21523: Fix over-pessimistic computation of the stack effect of some ↵ | Antoine Pitrou | 2014-05-23 | 3 | -5/+59 |
| | | | | | | | opcodes in the compiler. This also fixes a quadratic compilation time issue noticeable when compiling code with a large number of "and" and "or" operators. | ||||
* | Issue #21545: Add .pop example and tweak comment about pure mutation methods. | Terry Jan Reedy | 2014-05-23 | 2 | -2/+8 |
| | | | | Patch prepared by David Harrigan. | ||||
* | Issue 21479: Fix markup for the TarFile.open() classmethod. | Raymond Hettinger | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | Issue 21198: Minor tarfile documentation bug. | Raymond Hettinger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Issue 21554: Repair an out-of-date tutorial example to reflect changes in ↵ | Raymond Hettinger | 2014-05-22 | 1 | -0/+2 |
| | | | | shutil. | ||||
* | Issue #21383: OS X installer builds now use "make touch". | Ned Deily | 2014-05-22 | 1 | -0/+3 |
| | |||||
* | asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to | Victor Stinner | 2014-05-20 | 1 | -1/+1 |
| | | | | simplify the synchronization with Trollius | ||||
* | merge heads | Terry Jan Reedy | 2014-05-20 | 2 | -27/+26 |
|\ | |||||
| * | Issue #21477: idle htests - lower case function names, other cleanups. | Terry Jan Reedy | 2014-05-19 | 2 | -27/+26 |
| | | |||||
* | | Issue 20620: Update the min()/max() docs for the new default argument. | Raymond Hettinger | 2014-05-19 | 1 | -6/+10 |
| | | | | | | | | Patch provided by Berker Peksag. | ||||
* | | Merge. | Larry Hastings | 2014-05-19 | 1 | -5/+7 |
|\ \ | |/ | |||||
| * | Don't grow strings by concatenation. Use ''.join() instead. | Raymond Hettinger | 2014-05-18 | 1 | -5/+7 |
| | | |||||
* | | Added tag v3.4.1 for changeset c0e311e010fc | Larry Hastings | 2014-05-18 | 1 | -0/+1 |
| | | |||||
* | | Version bump for 3.4.1.v3.4.1 | Larry Hastings | 2014-05-18 | 4 | -6/+6 |
| | | |||||
* | | Rebuild pydoc topics. | Larry Hastings | 2014-05-18 | 1 | -78/+78 |
|/ | |||||
* | Merge. | Larry Hastings | 2014-05-18 | 69 | -4598/+5120 |
|\ | |||||
| * | Upgrade pip to 1.5.6 | Donald Stufft | 2014-05-17 | 2 | -1/+1 |
| | | |||||
| * | Issue #21430: additions to the description of non-blocking SSL sockets | Antoine Pitrou | 2014-05-17 | 1 | -3/+20 |
| | | |||||
| * | support pep 3118 format strings for ctypes objects with nontrivial shapes ↵ | Benjamin Peterson | 2014-05-17 | 5 | -15/+74 |
| | | | | | | | | | | | | (closes #10744) Patch by Matti Picus. | ||||
| * | Miscellaneous corrections and updates to the OS X README file. | Ned Deily | 2014-05-17 | 1 | -13/+17 |
| | | |||||
| * | Issue #18104: revise docstrings, remove obsolete comments. | Terry Jan Reedy | 2014-05-16 | 1 | -29/+32 |
| | | |||||
| * | Issue #21364: remove recommendation of broken pattern. | Antoine Pitrou | 2014-05-15 | 1 | -15/+12 |
| | | |||||
| * | Issue #21488: Oops, the patch for codecs.encode/decode doc was written by | Victor Stinner | 2014-05-14 | 1 | -1/+0 |
| | | | | | | | | | | Berker Peksag (already present in Misc/ACKS). The issue was reported by Brad Aylsworth. | ||||
| * | Issue #20998: Fixed re.fullmatch() of repeated single character pattern | Serhiy Storchaka | 2014-05-14 | 5 | -19/+25 |
| | | | | | | | | with ignore case. Original patch by Matthew Barnett. | ||||
| * | Issue #21075: fileinput.FileInput now reads bytes from standard stream if | Serhiy Storchaka | 2014-05-14 | 4 | -2/+17 |
| | | | | | | | | binary mode is specified. Patch by Sam Kimbrel. | ||||
| * | Issue #21497: faulthandler functions now raise a better error if sys.stderr is | Victor Stinner | 2014-05-14 | 2 | -0/+29 |
| | | | | | | | | | | None: RuntimeError("sys.stderr is None") instead of AttributeError("'NoneType' object has no attribute 'fileno'"). | ||||
| * | Backed out changeset 6ceedbd88b5f | Victor Stinner | 2014-05-14 | 2 | -22/+6 |
| | | |||||
| * | Issue #21488: Add support of keyword arguments for codecs.encode and ↵ | Victor Stinner | 2014-05-14 | 2 | -6/+22 |
| | | | | | | | | codecs.decode | ||||
| * | Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword ↵ | Victor Stinner | 2014-05-14 | 2 | -4/+7 |
| | | | | | | | | | | | | support. Patch written by Brad Aylsworth. | ||||
| * | #21347: use string not list in shell=True example. | R David Murray | 2014-05-14 | 1 | -1/+1 |
| | | | | | | | | Patch by Akira. | ||||
| * | Issue #21470: Do a better job seeding the random number generator | Raymond Hettinger | 2014-05-14 | 2 | -1/+6 |
| | | | | | | | | to fully cover its state space. | ||||
| * | Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. | Eric Snow | 2014-05-13 | 2 | -7/+10 |
| | | |||||
| * | Fix test-order-dependend asyncio test failure caused by rev ↵ | Guido van Rossum | 2014-05-13 | 1 | -6/+9 |
| | | | | | | | | 909ea8cc86bbab92dbb6231668f403b7360f30fa. | ||||
| * | - Issue #17756: Fix test_code test when run from the installed location. | doko@ubuntu.com | 2014-05-13 | 2 | -1/+3 |
| | | |||||
| * | Issue 21469: Add missing news item | Raymond Hettinger | 2014-05-13 | 1 | -0/+4 |
| | |