Commits
User selector
Commit History
Commits on Sep 6, 2015
Issue #15989: Fixed some scarcely probable integer overflows.
Show description for 8db85f5committed
Commits on May 3, 2015
Commits on Apr 13, 2015
Issue #23731: Implement PEP 488.
Show description for b82addbcommitted
Commits on Mar 18, 2015
Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file()
Show description for 8afe374committed
Commits on Nov 22, 2014
Commits on Nov 20, 2014
Issue #22869: Split pythonrun into two modules
Show description for 7dfc33ecommitted
Commits on Nov 5, 2014
Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd,
Show description for 14ac9becommittedIssue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is
Show description for 1fb0157committed
Commits on Aug 29, 2014
Issue #22043: _PyTime_Init() now checks if the system clock works.
Show description for 3e321f5committed
Commits on Aug 15, 2014
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Show description for 64c6271committed
Commits on Apr 17, 2014
Fixes for KFreeBSD and the Hurd:
Show description for 3180658committed- committed
Commits on Mar 18, 2014
Issue #19977, #19036: Always include <locale.h> in pythonrun.c
Show description for a2420a9committedIssue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),
Show description for adda70acommitted
Commits on Feb 13, 2014
Issue #20526, #19466: Revert changes of issue #19466 which introduces a
Show description for 8d8824ccommitted
Commits on Feb 9, 2014
Commits on Jan 21, 2014
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
Show description for 12b00eecommittedIssue #2382: SyntaxError cursor "^" now is written at correct position in most
Show description for c464183committed
Commits on Dec 9, 2013
Commits on Dec 1, 2013
Closes #19831: Stop tracemalloc later at Python shutdown to be able to use
Show description for 5db5c21committed
Commits on Nov 23, 2013
Commits on Nov 20, 2013
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Show description for ac5e6c9committed
Commits on Nov 15, 2013
pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of
Show description for 283ac72committed(Merge 3.3) pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get
Show description for e1283e6committed
Commits on Nov 12, 2013
Issue #19515: Remove identifiers duplicated in the same file.
Show description for c5ce850committed- committed
Close #19466: Clear the frames of daemon threads earlier during the Python
Show description for 471f301committed
Commits on Nov 7, 2013
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Show description for 302fd4bcommittedprint_error_text() doesn't encode the filename anymore
Show description for 9083a83committed
Commits on Nov 6, 2013
Issue #19512: add _PyUnicode_CompareWithId() function
Show description for e188214committed