summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.Serhiy Storchaka2014-02-242-0/+12
|\ | | | | | | Patch by Arfrever Frehtes Taifersar Arahesis.
| * Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.Serhiy Storchaka2014-02-242-0/+12
| | | | | | | | Patch by Arfrever Frehtes Taifersar Arahesis.
* | Null mergeSerhiy Storchaka2014-02-240-0/+0
|\ \ | |/
| * Closes #20755: port sphinx-1.1 fixes from defaultGeorg Brandl2014-02-241-11/+11
| |
* | merge with 3.3Georg Brandl2014-02-241-1/+0
|\ \ | |/
| * Closes #20735: remove erroneous deprecated marker from stringprep docsGeorg Brandl2014-02-241-1/+0
| |
* | Merge with 3.3Terry Jan Reedy2014-02-241-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2014-02-241-1/+1
| |
* | Merge with 3.3Terry Jan Reedy2014-02-242-1/+22
|\ \ | |/
| * Issue #9974: When untokenizing, use row info to insert backslash+newline.Terry Jan Reedy2014-02-242-1/+22
| | | | | | | | Original patches by A. Kuchling and G. Rees (#12691).
* | Fix wording in NEWS entry.R David Murray2014-02-241-1/+1
| |
* | whatsnew: threading.main_thread, os.urandom persistent handle, sunau.open with.R David Murray2014-02-241-1/+17
| |
* | whatsnew: unittest uses argparse now.R David Murray2014-02-241-0/+5
| |
* | whatsnew: unittest drops references to successful tests.R David Murray2014-02-241-0/+18
| |
* | Merge with 3.3, #20750Terry Jan Reedy2014-02-231-14/+38
|\ \ | |/
| * Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. TheTerry Jan Reedy2014-02-231-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 Pitrou2014-02-232-0/+6
|\ \ | |/
| * Issue #20743: Fix a reference leak in test_tcl.Antoine Pitrou2014-02-232-0/+3
| |
| * Issue #20571: skip test_readline() of test_codecs for Windows code page 65001.Victor Stinner2014-02-091-0/+3
| | | | | | | | The decoder does not support partial decoding yet for this code page.
| * Update pydoc topics.Georg Brandl2014-02-231-2/+2
| |
* | whatsnew: pyvenv --copies option.R David Murray2014-02-232-1/+8
| | | | | | | | Also added the missing documentation for new new option.
* | Fix wording in news entry.R David Murray2014-02-231-1/+1
| |
* | whatsnew: devnull fileno/close/closed.R David Murray2014-02-231-0/+5
| |
* | whatsnew: hashlib.hash.name is now public and returns lowercase always.R David Murray2014-02-231-2/+13
| |
* | whatsnew: textwrap.shorten.R David Murray2014-02-232-0/+24
| | | | | | | | Also add the missing TextWrapper.shorten method doc.
* | whatsnew: ExtensionFileLoader.get_filename.R David Murray2014-02-231-2/+7
| | | | | | | | Also reflow mmap paragraph.
* | Issue #20637: Key-sharing now also works for instance dictionaries of ↵Antoine Pitrou2014-02-234-2/+34
| | | | | | | | subclasses. Patch by Peter Ingebretson.
* | #20677: fix typo in enum docs. Patch by Saimadhav Heblikar.Ezio Melotti2014-02-231-1/+1
| |
* | Merge with 3.3Terry Jan Reedy2014-02-231-1/+1
|\ \ | |/
| * Issue #20730: Fix typo reported by Claudiu Popa.Terry Jan Reedy2014-02-231-1/+1
| |
* | Issue #20641: Run custom actions with the NoImpersonate flag to support UAC.Martin v. Löwis2014-02-222-11/+12
| |
* | Reflow paragraph.R David Murray2014-02-221-8/+8
| |
* | whatsnew: os.path.ismount recognizes volumes mounted below root.R David Murray2014-02-222-1/+10
| |
* | whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes.R David Murray2014-02-222-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 Murray2014-02-221-0/+9
| |
* | Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc.Eric Snow2014-02-221-1/+3
| | | | | | | | I'll look into re-enabling them in issue #20128.
* | whatsnew: frozen package __path__; and min/max versionadded.R David Murray2014-02-222-3/+16
| |
* | whatsnew: importlib deprecations.R David Murray2014-02-221-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 #17159Yury Selivanov2014-02-212-4/+20
| |
* | Issue #11188, #19748: mktime() returns -1 on error. On Linux, the tm_wday fieldVictor Stinner2014-02-211-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 reduceRichard Oudkerk2014-02-211-1/+1
| | | | | | | | chance of sporadic failures.
* | Upgrade pip from 1.5.3 to 1.5.4Donald Stufft2014-02-212-1/+1
| |
* | Issue #19748: On AIX, time.mktime() now raises an OverflowError for yearVictor Stinner2014-02-213-1/+22
| | | | | | | | outsize range [1902; 2037].
* | Issue #20710: The pydoc summary line no longer displays the "self" parameterLarry Hastings2014-02-213-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 Selivanov2014-02-212-2/+16
| | | | | | | | #20711
* | Upgrade pip from 1.5.2 to 1.5.3Donald Stufft2014-02-212-1/+1
| |
* | asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694.Yury Selivanov2014-02-211-5/+49
| |
* | Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.batVictor Stinner2014-02-201-1/+1
| | | | | | | | Use the same default timeout than test.bat: 1 hour (3600 seconds).
* | Issue #20221: Removed conflicting (or circular) hypot definitionZachary Ware2014-02-202-0/+7
|\ \ | |/ | | | | when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
| * Issue #20221: Removed conflicting (or circular) hypot definitionZachary Ware2014-02-202-0/+7
| | | | | | | | when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.