Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. | Serhiy Storchaka | 2014-02-24 | 2 | -0/+12 |
|\ | | | | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
| * | Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. | Serhiy Storchaka | 2014-02-24 | 2 | -0/+12 |
| | | | | | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | Null merge | Serhiy Storchaka | 2014-02-24 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Closes #20755: port sphinx-1.1 fixes from default | Georg Brandl | 2014-02-24 | 1 | -11/+11 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2014-02-24 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Closes #20735: remove erroneous deprecated marker from stringprep docs | Georg Brandl | 2014-02-24 | 1 | -1/+0 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2014-02-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | whitespace | Terry Jan Reedy | 2014-02-24 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2014-02-24 | 2 | -1/+22 |
|\ \ | |/ | |||||
| * | Issue #9974: When untokenizing, use row info to insert backslash+newline. | Terry Jan Reedy | 2014-02-24 | 2 | -1/+22 |
| | | | | | | | | Original patches by A. Kuchling and G. Rees (#12691). | ||||
* | | Fix wording in NEWS entry. | R David Murray | 2014-02-24 | 1 | -1/+1 |
| | | |||||
* | | whatsnew: threading.main_thread, os.urandom persistent handle, sunau.open with. | R David Murray | 2014-02-24 | 1 | -1/+17 |
| | | |||||
* | | whatsnew: unittest uses argparse now. | R David Murray | 2014-02-24 | 1 | -0/+5 |
| | | |||||
* | | whatsnew: unittest drops references to successful tests. | R David Murray | 2014-02-24 | 1 | -0/+18 |
| | | |||||
* | | Merge with 3.3, #20750 | Terry Jan Reedy | 2014-02-23 | 1 | -14/+38 |
|\ \ | |/ | |||||
| * | Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. The | Terry Jan Reedy | 2014-02-23 | 1 | -14/+38 |
| | | | | | | | | | | | | constructed examples and all but 7 of the test/test_*.py files (run with -ucpu) pass. Remove those that fail the new test from the selection list. Patch partly based on patches by G. Brandl (#8478) and G. Rees (#12691). | ||||
* | | Issue #20743: Fix a reference leak in test_tcl. | Antoine Pitrou | 2014-02-23 | 2 | -0/+6 |
|\ \ | |/ | |||||
| * | Issue #20743: Fix a reference leak in test_tcl. | Antoine Pitrou | 2014-02-23 | 2 | -0/+3 |
| | | |||||
| * | Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. | Victor Stinner | 2014-02-09 | 1 | -0/+3 |
| | | | | | | | | The decoder does not support partial decoding yet for this code page. | ||||
| * | Update pydoc topics. | Georg Brandl | 2014-02-23 | 1 | -2/+2 |
| | | |||||
* | | whatsnew: pyvenv --copies option. | R David Murray | 2014-02-23 | 2 | -1/+8 |
| | | | | | | | | Also added the missing documentation for new new option. | ||||
* | | Fix wording in news entry. | R David Murray | 2014-02-23 | 1 | -1/+1 |
| | | |||||
* | | whatsnew: devnull fileno/close/closed. | R David Murray | 2014-02-23 | 1 | -0/+5 |
| | | |||||
* | | whatsnew: hashlib.hash.name is now public and returns lowercase always. | R David Murray | 2014-02-23 | 1 | -2/+13 |
| | | |||||
* | | whatsnew: textwrap.shorten. | R David Murray | 2014-02-23 | 2 | -0/+24 |
| | | | | | | | | Also add the missing TextWrapper.shorten method doc. | ||||
* | | whatsnew: ExtensionFileLoader.get_filename. | R David Murray | 2014-02-23 | 1 | -2/+7 |
| | | | | | | | | Also reflow mmap paragraph. | ||||
* | | Issue #20637: Key-sharing now also works for instance dictionaries of ↵ | Antoine Pitrou | 2014-02-23 | 4 | -2/+34 |
| | | | | | | | | subclasses. Patch by Peter Ingebretson. | ||||
* | | #20677: fix typo in enum docs. Patch by Saimadhav Heblikar. | Ezio Melotti | 2014-02-23 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2014-02-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #20730: Fix typo reported by Claudiu Popa. | Terry Jan Reedy | 2014-02-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. | Martin v. Löwis | 2014-02-22 | 2 | -11/+12 |
| | | |||||
* | | Reflow paragraph. | R David Murray | 2014-02-22 | 1 | -8/+8 |
| | | |||||
* | | whatsnew: os.path.ismount recognizes volumes mounted below root. | R David Murray | 2014-02-22 | 2 | -1/+10 |
| | | |||||
* | | whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes. | R David Murray | 2014-02-22 | 2 | -0/+16 |
| | | | | | | | | | | I'm documenting this new function, but I'm wondering if this will trigger someone to think about whether or not this actually makes sense :) | ||||
* | | whatsnew: Windows uses VirtualAlloc, --version goes to stdout. | R David Murray | 2014-02-22 | 1 | -0/+9 |
| | | |||||
* | | Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. | Eric Snow | 2014-02-22 | 1 | -1/+3 |
| | | | | | | | | I'll look into re-enabling them in issue #20128. | ||||
* | | whatsnew: frozen package __path__; and min/max versionadded. | R David Murray | 2014-02-22 | 2 | -3/+16 |
| | | |||||
* | | whatsnew: importlib deprecations. | R David Murray | 2014-02-22 | 1 | -4/+24 |
| | | | | | | | | | | This addresses issue #20199, if I got it right. The deprecation and replacement lists are based on the importlib documentation. | ||||
* | | inspect.signature: Check for function-like objects before builtins. Issue #17159 | Yury Selivanov | 2014-02-21 | 2 | -4/+20 |
| | | |||||
* | | Issue #11188, #19748: mktime() returns -1 on error. On Linux, the tm_wday field | Victor Stinner | 2014-02-21 | 1 | -0/+7 |
| | | | | | | | | | | | | is used as a sentinel () to detect if -1 is really an error or a valid timestamp. On AIX, tm_wday is unchanged even on success and so cannot be used as a sentinel. | ||||
* | | Issue #20114: Double timeout in test_semaphore_tracker() to reduce | Richard Oudkerk | 2014-02-21 | 1 | -1/+1 |
| | | | | | | | | chance of sporadic failures. | ||||
* | | Upgrade pip from 1.5.3 to 1.5.4 | Donald Stufft | 2014-02-21 | 2 | -1/+1 |
| | | |||||
* | | Issue #19748: On AIX, time.mktime() now raises an OverflowError for year | Victor Stinner | 2014-02-21 | 3 | -1/+22 |
| | | | | | | | | outsize range [1902; 2037]. | ||||
* | | Issue #20710: The pydoc summary line no longer displays the "self" parameter | Larry Hastings | 2014-02-21 | 3 | -10/+54 |
| | | | | | | | | | | | | for bound methods. Previous to this change, it displayed "self" for methods implemented in Python but not methods implemented in C; it is now both internally consistent and consistent with inspect.Signature. | ||||
* | | inspect: Fix getfullargspec to support builtin module-level functions. Issue ↵ | Yury Selivanov | 2014-02-21 | 2 | -2/+16 |
| | | | | | | | | #20711 | ||||
* | | Upgrade pip from 1.5.2 to 1.5.3 | Donald Stufft | 2014-02-21 | 2 | -1/+1 |
| | | |||||
* | | asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. | Yury Selivanov | 2014-02-21 | 1 | -5/+49 |
| | | |||||
* | | Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat | Victor Stinner | 2014-02-20 | 1 | -1/+1 |
| | | | | | | | | Use the same default timeout than test.bat: 1 hour (3600 seconds). | ||||
* | | Issue #20221: Removed conflicting (or circular) hypot definition | Zachary Ware | 2014-02-20 | 2 | -0/+7 |
|\ \ | |/ | | | | | when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed. | ||||
| * | Issue #20221: Removed conflicting (or circular) hypot definition | Zachary Ware | 2014-02-20 | 2 | -0/+7 |
| | | | | | | | | when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed. |