Commits
User selector
Commit History
Commits on May 24, 2017
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Show description for c7ec998authored
Commits on Feb 15, 2017
bpo-29556: Remove unused #include <langinfo.h> (#98)
Show description for 72e81d0authored andcommitted
Commits on Dec 19, 2016
Commits on Dec 11, 2016
Issue #25677: Correct syntax error caret for indented blocks.
Show description for ca3263ccommitted
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5bcommittedReplaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583committed
Commits on Nov 16, 2016
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for fab6acdcommittedIssue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for f5894ddcommitted
Commits on Sep 6, 2016
Avoid calling functions with an empty string as format string
Show description for 3466bdecommitted
Commits on Aug 22, 2016
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Show description for 559bb6acommitted
Commits on Aug 19, 2016
PyErr_PrintEx() now uses fast call
Show description for 71cb64acommitted
Commits on May 26, 2016
- committed
Issue #27076: Doc, comment and tests spelling fixes
Show description for 46f5072committed
Commits on Feb 28, 2016
Commits on Sep 6, 2015
Issue #15989: Fixed some scarcely probable integer overflows.
Show description for 56f6e76committed
Commits on May 3, 2015
Commits on Apr 13, 2015
Issue #23731: Implement PEP 488.
Show description for f299abdcommitted
Commits on Mar 18, 2015
Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file()
Show description for 5200f55committed
Commits on Nov 22, 2014
Commits on Nov 20, 2014
Issue #22869: Split pythonrun into two modules
Show description for d600951committed
Commits on Nov 5, 2014
Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd,
Show description for a5b335ecommittedIssue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is
Show description for ce43f38committed
Commits on Aug 29, 2014
Issue #22043: _PyTime_Init() now checks if the system clock works.
Show description for 0011124committed
Commits on Aug 15, 2014
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Show description for 98ea54ccommitted
Commits on Apr 17, 2014
Fixes for KFreeBSD and the Hurd:
Show description for 4a173bccommitted- committed
Commits on Mar 18, 2014
Issue #19977, #19036: Always include <locale.h> in pythonrun.c
Show description for 518e610committedIssue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),
Show description for 7143029committed