summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup libregrtestVictor Stinner2016-08-222-37/+20
| | | | | * main.py: remove unused import * runtest: simplify runtest_inner() parameters, reuse ns parameter
* Issue #27792: force int return type for modulo operations involving bools.Mark Dickinson2016-08-223-2/+16
|
* Optimize call to Python function without argumentVictor Stinner2016-08-221-11/+31
| | | | | | Issue #27128. When a Python function is called with no arguments, but all parameters have a default value: use default values as arguments for the fast path.
* Issue #27539: Merge from 3.5.Mark Dickinson2016-08-224-1/+22
|\
| * Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ↵Mark Dickinson2016-08-224-1/+22
| | | | | | | | and base. Thanks Vedran Čačić.
* | Remove main section that was only used during testing and developmentRaymond Hettinger2016-08-221-38/+0
| |
* | Issue #27819: Add more detail in What's New in 3.6.Jason R. Coombs2016-08-211-0/+23
| |
* | remove unused list of pgen srcsBenjamin Peterson2016-08-211-23/+0
| |
* | Issue #26984: int() now always returns an instance of exact int.Serhiy Storchaka2016-08-213-13/+29
| |
* | Issue #21718: Merge from 3.5Berker Peksag2016-08-213-7/+48
|\ \ | |/
| * Issue #21718: cursor.description is now available for queries using CTEsBerker Peksag2016-08-213-7/+48
| | | | | | | | | | | | | | | | | | | | According to PEP 249, cursor.description must be available for any SELECT statements, such as those that use CTEs. Backported from https://github.com/ghaering/pysqlite/commit/f67fa9c898a4713850e16934046f0fe2cba8c44c Additional test cases added by me.
* | Untabify Objects/longobject.c.Mark Dickinson2016-08-211-2/+2
| |
* | Issue #25604: Fix minor bug in integer true division, which couldMark Dickinson2016-08-212-2/+6
| | | | | | | | have caused off-by-one-ulp results on certain platforms.
* | Issue #27662: add missing Misc/NEWS entry.Mark Dickinson2016-08-211-0/+4
| |
* | Issue #27662: don't use PY_SIZE_MAX for overflow checking in List_New. Patch ↵Mark Dickinson2016-08-211-11/+1
| | | | | | | | by Xiang Zhang.
* | Merge #27782 fix from 3.5Nick Coghlan2016-08-217-32/+83
|\ \ | |/
| * Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-217-32/+83
| | | | | | | | | | | | | | | | Multi-phase extension module import now correctly allows the ``m_methods`` field to be used to add module level functions to instances of non-module types returned from ``Py_create_mod``. Patch by Xiang Zhang.
* | Issue #27487: Merge runpy warning from 3.5Martin Panter2016-08-214-11/+52
|\ \ | |/
| * Issue #27487: Warn if submodule already imported before runpy executionMartin Panter2016-08-214-11/+52
| | | | | | | | Also try to clarify the find_spec() error message.
* | Fix typo in IDLE News.Terry Jan Reedy2016-08-212-6/+6
|\ \ | |/
| * Fix typo in IDLE News.Terry Jan Reedy2016-08-212-2/+2
| |
* | Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-212-0/+55
|\ \ | |/
| * Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-212-0/+18
| |
* | Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
|\ \ | |/
| * Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
| |
* | Issue #27819: Simply default to gztar for sdist formats by default on all ↵Jason R. Coombs2016-08-202-11/+4
| | | | | | | | platforms.
* | Issue #27692: Removed unnecessary NULL checks in exceptions.c.Serhiy Storchaka2016-08-201-4/+3
| | | | | | | | Patch by Xiang Zhang.
* | issue26981: fix typoEthan Furman2016-08-201-1/+1
| |
* | issue26981: add _order_ compatibility shim to enum.EnumEthan Furman2016-08-204-3/+100
| |
* | Fix more typosMartin Panter2016-08-201-2/+2
| |
* | Merge spelling fixes from 3.5Martin Panter2016-08-206-7/+7
|\ \ | |/
| * Minor spelling fixesMartin Panter2016-08-206-7/+7
| |
* | Issue #12982: Merge from 3.5Berker Peksag2016-08-201-3/+1
|\ \ | |/
| * Issue #12982: Thanks to PEP 488, Python no longer creates .pyo filesBerker Peksag2016-08-201-3/+1
| |
* | Issue #27614: Merge test_docxmlrpc from 3.5Martin Panter2016-08-201-30/+11
|\ \ | |/
| * Issue #27614: Avoid race in test_docxmlrpc server setupMartin Panter2016-08-201-30/+11
| |
* | Issue #27787: Merge regrtest fixup from 3.5Martin Panter2016-08-202-0/+7
|\ \ | |/
| * Issue #27787: Clean up weak references before checking for dangling threadsMartin Panter2016-08-202-0/+4
| |
* | Issue26988: remove AutoEnumEthan Furman2016-08-204-665/+79
| |
* | Issue #27713: merge from 3.5Ned Deily2016-08-202-0/+4
|\ \ | |/
| * Issue #27713: Surpress spurious build warnings when updating importlib'sNed Deily2016-08-202-0/+4
| | | | | | | | | | | | | | bootstrap files: Could not find platform dependent libraries <exec_prefix Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] Patch by Xiang Zhang
* | Fix reference leak in tb_printinternal()Victor Stinner2016-08-201-0/+2
| | | | | | | | Issue #26823.
* | Issue #27366: Fix init_subclass()Victor Stinner2016-08-201-0/+5
| | | | | | | | Handle PyTuple_New(0) failure.
* | pattern_subx() now uses fast callVictor Stinner2016-08-191-8/+1
| | | | | | | | Issue #27128.
* | _elementtree: deepcopy() now uses fast callVictor Stinner2016-08-191-8/+4
| | | | | | | | Issue #27128.
* | sys_pyfile_write_unicode() now uses fast callVictor Stinner2016-08-191-7/+2
| | | | | | | | Issue #27128.
* | call_trampoline() now uses fast callVictor Stinner2016-08-191-19/+10
| | | | | | | | Issue #27128.
* | PyErr_PrintEx() now uses fast callVictor Stinner2016-08-191-3/+7
| | | | | | | | Issue #27128.
* | import_name() now uses fast callVictor Stinner2016-08-191-13/+9
| | | | | | | | | | Issue #27128: import_name() now calls _PyObject_FastCall() to avoid the creation of a temporary tuple.
* | PyFile_WriteObject() now uses fast callVictor Stinner2016-08-191-9/+2
| | | | | | | | | | Issue #27128: PyFile_WriteObject() now calls _PyObject_FastCall() to avoid the creation of a temporary tuple.