summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #23806: Merge susp-ignored.csv from 3.5Martin Panter2016-04-241-0/+1
|\
| * Issue #23806: Update susp-ignored.csvMartin Panter2016-04-241-0/+1
* | Issue #26041: Remove "will be removed in Python 3.7" from description messagesBerker Peksag2016-04-244-11/+10
|\ \ | |/
| * Issue #26041: Remove "will be removed in Python 3.7" from description messagesBerker Peksag2016-04-244-11/+10
* | Issue #19731: Update copyright year in docs.p.o footerBerker Peksag2016-04-241-1/+1
|\ \ | |/
| * Issue #19731: Update copyright year in docs.p.o footerBerker Peksag2016-04-241-1/+1
* | Issue #18572: Remove redundant note about surrogates in string escape docBerker Peksag2016-04-241-2/+1
|\ \ | |/
| * Issue #18572: Remove redundant note about surrogates in string escape docBerker Peksag2016-04-241-2/+1
* | Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rstBerker Peksag2016-04-241-2/+1
|\ \ | |/
| * Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rstBerker Peksag2016-04-241-2/+1
* | Issue #21382: Clarify signal.signal() documentation on WindowsBerker Peksag2016-04-231-0/+3
|\ \ | |/
| * Issue #21382: Clarify signal.signal() documentation on WindowsBerker Peksag2016-04-231-0/+3
* | Issue #26089: Remove duplicate field 'license' from DistributionMetadataBerker Peksag2016-04-231-2/+1
* | Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentationBerker Peksag2016-04-231-18/+11
|\ \ | |/
| * Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentationBerker Peksag2016-04-231-18/+11
* | Issue #26822: itemgetter, attrgetter and methodcaller objects no longerSerhiy Storchaka2016-04-233-0/+18
|\ \ | |/
| * Issue #26822: itemgetter, attrgetter and methodcaller objects no longerSerhiy Storchaka2016-04-233-0/+18
* | merge 3.5 (#26827)Benjamin Peterson2016-04-231-1/+1
|\ \ | |/
| * fix python 3 mod init function declaration (closes #26827)Benjamin Peterson2016-04-231-1/+1
* | Issue #26733: Disassembling a class now disassembles class and static methods.Serhiy Storchaka2016-04-234-8/+60
|\ \ | |/
| * Issue #26733: Disassembling a class now disassembles class and static methods.Serhiy Storchaka2016-04-234-8/+60
* | merge 3.5Senthil Kumaran2016-04-231-0/+5
|\ \ | |/
| * Issue23806 - Document the no_proxy environment variable in Python 3 docs.Senthil Kumaran2016-04-231-0/+5
* | Issue #22359: Merge cross-compilation fix from 3.5Martin Panter2016-04-234-7/+27
|\ \ | |/
| * Issue #22359: Disable running cross-compiled _freeze_importlib and pgenMartin Panter2016-04-234-7/+27
* | Issue #26249: Try test_capi on WindowsVictor Stinner2016-04-221-6/+7
* | PyMem_Malloc() now uses the fast pymalloc allocatorVictor Stinner2016-04-225-32/+58
* | [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