summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #28067: Fixed another typo.Alexander Belopolsky2016-09-101-1/+1
* Issue 28043: SSLContext has improved default settingsChristian Heimes2016-09-105-54/+82
* IDLE newx items. merge from 3.5Terry Jan Reedy2016-09-102-1/+32
|\
| * IDLE newx items.Terry Jan Reedy2016-09-102-0/+14
* | #28067: Fixed a typo.Alexander Belopolsky2016-09-101-1/+1
* | Closes #28067: Do not call localtime (gmtime) in datetime module.Alexander Belopolsky2016-09-101-42/+60
* | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-101-2/+3
|\ \ | |/
| * Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-101-2/+9
* | Issue #25221: merge from 3.5.Mark Dickinson2016-09-102-1/+5
|\ \ | |/
| * Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is com...Mark Dickinson2016-09-102-1/+5
* | Merge from 3.5Steve Dower2016-09-102-35/+29
|\ \ | |/
| * Issue #27932: Backs out changeSteve Dower2016-09-102-35/+29
* | Fixed compiler warnings in compact dict implementation on 32-bit platforms.Serhiy Storchaka2016-09-101-11/+11
* | Issue #24693: Changed some RuntimeError's in the zipfile module to moreSerhiy Storchaka2016-09-104-63/+94
* | Issue #28046: Fix get_sysconfigdata_name().Xavier de Gaye2016-09-101-7/+14
* | Backed out changeset 491bbba73bcaZachary Ware2016-09-101-1/+1
* | One more spelling fixMartin Panter2016-09-101-1/+1
* | Merge spelling fixes from 3.5Martin Panter2016-09-102-3/+3
|\ \ | |/
| * Correct spelling in documentation and code commentMartin Panter2016-09-103-4/+4
* | test_platform: Save/restore os.environ on WindowsVictor Stinner2016-09-101-0/+7
* | Issue #17909: Accept binary input in json.loadsNick Coghlan2016-09-106-16/+70
* | Issue #27137: align Python & C implementations of functools.partialNick Coghlan2016-09-104-92/+182
* | Merge 3.5 (regrtest)Victor Stinner2016-09-101-1/+1
|\ \ | |/
| * regrtest: accept options after test namesVictor Stinner2016-09-101-1/+1
* | test_eintr: Fix ResourceWarning warningsVictor Stinner2016-09-101-0/+5
* | Show regrtest env changed warn on Windows buildbotVictor Stinner2016-09-101-1/+1
* | Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-103-21/+55
|\ \ | |/
| * Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-103-21/+55
* | Fix Python version in pdb.rstBerker Peksag2016-09-101-2/+2
* | Issue #18401: Fix test_pdb on WindowsVictor Stinner2016-09-101-14/+7
* | Fix check_force_ascii()Victor Stinner2016-09-101-8/+9
* | Issue #18401: Fix test_pdb if $HOME is not setVictor Stinner2016-09-101-6/+10
* | Issue #18401: pdb tests don't read ~/.pdbrc anymoreŁukasz Langa2016-09-104-30/+78
* | Try to fix sizeof unit tests on dictVictor Stinner2016-09-102-4/+5
* | Don't run garbage collection on interpreter exit if it was explicitly disabledŁukasz Langa2016-09-103-4/+14
* | Use raw string for regexp (3.5->3.6)Guido van Rossum2016-09-100-0/+0
|\ \ | |/
| * Use raw string for regexpGuido van Rossum2016-09-101-1/+1
* | #20476: Deal with the message_factory circular import differently.R David Murray2016-09-105-8/+9
* | Issue #27810: Fix getargs.c compilation on WindowsVictor Stinner2016-09-101-1/+2
* | fix export of size_t parse stack functionBenjamin Peterson2016-09-101-0/+2
* | dictobject.c: explain why stringlib is usedVictor Stinner2016-09-101-1/+1
* | Issue #27810: Rerun Argument Clinic on all modulesVictor Stinner2016-09-1025-452/+453
* | Emit METH_FASTCALL code in Argument ClinicVictor Stinner2016-09-103-27/+178
* | Add METH_FASTCALL calling conventionVictor Stinner2016-09-105-1/+102
* | Fix SystemError in compact dictVictor Stinner2016-09-102-19/+102
* | make invalid_comma_and_underscore a real prototypeBenjamin Peterson2016-09-101-1/+1
* | Further improved ',' and '_' specification in format mini-language.Eric V. Smith2016-09-101-2/+2
* | Improved ',' and '_' specification in format mini-language.Eric V. Smith2016-09-101-1/+2
* | Issue 27080: PEP 515: add '_' formatting option.Eric V. Smith2016-09-104-22/+93
* | compile dtrace stubsBenjamin Peterson2016-09-102-2/+6