summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | [minor] Doc fix in old python doc.Senthil Kumaran2016-04-211-1/+1
* | Merge 3.5Victor Stinner2016-04-201-10/+4
|\ \ | |/
| * gdb/libpython.py: inline _type_void_ptr()Victor Stinner2016-04-201-10/+4
* | Merge 3.5Victor Stinner2016-04-201-2/+2
|\ \ | |/
| * Issue #26799: Fix typo in Misc/NEWSVictor Stinner2016-04-201-2/+2
* | Merge 3.5: Issue #26799Victor Stinner2016-04-203-14/+39
|\ \ | |/
| * python-gdb.py: get C types at runtimeVictor Stinner2016-04-203-14/+39
* | Issue #21668: Add also Chi Hsuan Yen to Misc/ACKSVictor Stinner2016-04-201-0/+1
* | Issue #21668: Fix author of the patch.Victor Stinner2016-04-201-1/+1
* | Additional grammar fixMartin Panter2016-04-191-1/+1
* | Merge doc and comment fixes from 3.5Martin Panter2016-04-1911-15/+15
|\ \ | |/
| * Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-1911-15/+15
* | Null merge 3.5 (changes already applied to test_gdb)Victor Stinner2016-04-190-0/+0
|\ \ | |/
| * Backport test_gdb fix for s390x buildbotsVictor Stinner2016-04-191-17/+7
* | Optimize func(*tuple) function callVictor Stinner2016-04-191-0/+4
* | Merge with 3.5Paul Moore2016-04-190-0/+0
|\ \ | |/
| * Mention types.SimpleNamespace in collections.namedtuple docPaul Moore2016-04-191-0/+5
* | Issue #26802: Optimized calling a function with *args only positional arguments.Serhiy Storchaka2016-04-191-0/+15
* | Merge 3.5: issue #26801Victor Stinner2016-04-194-1/+8
|\ \ | |/
| * Fix shutil.get_terminal_size() error handlingVictor Stinner2016-04-194-1/+8
* | MERGE: Trivial typoJesus Cea2016-04-191-1/+1
|\ \ | |/
| * Trivial typoJesus Cea2016-04-191-1/+1
* | Mention types.SimpleNamespace in collections.namedtuple docPaul Moore2016-04-191-0/+5
* | Merge with 3.5Zachary Ware2016-04-191-280/+304
|\ \ | |/
| * Replace assert statements with self.assertXxx() callsZachary Ware2016-04-191-280/+304
* | Don't define _PyMem_PymallocEnabled() if pymalloc is disabledVictor Stinner2016-04-191-1/+1
* | Merge 3.5: Issue #21668Victor Stinner2016-04-192-9/+25
|\ \ | |/
| * setup.py: add missing libm dependencyVictor Stinner2016-04-192-9/+25
* | Issue #24838: Merge test_tarfile.py fix from 3.5.Lars Gustäbel2016-04-191-2/+2
|\ \ | |/
| * Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings.Lars Gustäbel2016-04-191-2/+2
* | Issue #24838: Merge tarfile fix from 3.5.Lars Gustäbel2016-04-193-19/+100
|\ \ | |/
| * Issue #24838: tarfile's ustar and gnu formats now correctly calculate name andLars Gustäbel2016-04-193-19/+100
* | Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docsBerker Peksag2016-04-181-4/+4
|\ \ | |/
| * Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docsBerker Peksag2016-04-181-4/+4
* | typing.py: merge 3.5->3.6 (Tuple/ellipsis/equality).Guido van Rossum2016-04-182-1/+8
|\ \ | |/
| * typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/...Guido van Rossum2016-04-182-1/+8
* | Merge 3.5 (test_asyncio)Victor Stinner2016-04-181-1/+3
|\ \ | |/
| * Fix test_asyncio.test_timeout_disable()Victor Stinner2016-04-181-1/+3
* | Issue #26657: Merge http.server fix from 3.5Martin Panter2016-04-183-3/+26
|\ \ | |/
| * Issue #26657: Fix Windows directory traversal vulnerability with http.serverMartin Panter2016-04-183-3/+26
* | #25987: add versionadded to Reversible.Georg Brandl2016-04-181-0/+2
* | Fix spelling errorRaymond Hettinger2016-04-181-1/+1
* | Sync test_typing.py with upstream git repo (typing.py was already synced). (3...Guido van Rossum2016-04-181-0/+2
|\ \ | |/
| * Sync test_typing.py with upstream git repo (typing.py was already synced).Guido van Rossum2016-04-181-0/+20
* | Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict.Serhiy Storchaka2016-04-171-30/+21
* | Avoid fcntl() if possible in set_inheritable()Victor Stinner2016-04-171-5/+13
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-1768-92/+93
|\ \ | |/
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-1764-87/+88
* | Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-04-172-86/+39
|\ \
| * | Shorten secrets module docstring, add function docstrings.Steven D'Aprano2016-04-171-76/+30