index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #24098: Fixed possible crash when AST is changed in process of
Serhiy Storchaka
2016-10-07
1
-0/+180
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
3
-49/+47
*
Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of
sashk
2016-09-16
1
-4/+4
*
Issue #24366: Fix indentation
Martin Panter
2016-09-15
2
-6/+6
*
fix misleading indentation (closes #28139)
Benjamin Peterson
2016-09-14
1
-1/+1
*
Issue #26020: Fix evaluation order for set literals
Raymond Hettinger
2016-09-08
1
-2/+4
*
Issue #15578: Correctly incref the parent module while importing.
Eric Snow
2016-09-08
1
-0/+2
*
Spelling and grammar fixes in code comments and documentation
Martin Panter
2016-07-28
1
-1/+1
*
make too many nested blocks be a SyntaxError instead of a SystemError (closes...
Benjamin Peterson
2016-07-15
1
-1/+1
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
reduce marshal stack size in debug mode on windows (closes #27019)
Benjamin Peterson
2016-07-07
1
-0/+5
*
Issue #23908: os functions, open() and the io.FileIO constructor now reject
Serhiy Storchaka
2016-07-01
1
-1/+18
*
Issue #27301: Fixed incorrect return code for error in compile.c.
Serhiy Storchaka
2016-06-15
1
-1/+1
*
Fix typo in comment
Martin Panter
2016-06-10
1
-1/+1
*
Fix typo in code comment
Martin Panter
2016-06-04
1
-1/+1
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
2
-2/+2
*
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka
2016-05-20
1
-42/+68
*
Issue #26874: Simplify the divmod docstring.
Zachary Ware
2016-04-28
1
-1/+1
*
Issue #26874: Make divmod docstring and full doc match
Zachary Ware
2016-04-28
1
-1/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
2
-2/+2
*
Issue #4806: Avoid masking TypeError when *-unpacking a generator
Martin Panter
2016-01-31
1
-2/+4
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-2/+2
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
3
-4/+4
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
4
-5/+5
*
Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++.
Serhiy Storchaka
2016-03-03
1
-1/+1
*
Issue #22836: Keep exception reports sensible despite errors
Martin Panter
2016-02-28
2
-3/+15
*
Issue #25698: Importing module if the stack is too deep no longer replaces
Serhiy Storchaka
2016-02-10
1
-7/+25
*
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka
2016-02-07
1
-12/+21
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-47/+6
*
Issue24733 - Remove unreachable code in traceback.c
Senthil Kumaran
2016-01-05
1
-4/+0
*
2016 will be another year of writing copyrighted code
Benjamin Peterson
2016-01-01
1
-1/+1
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-8/+5
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
3
-7/+4
*
Issue #25678: Copy buffer objects to null-terminated strings.
Serhiy Storchaka
2015-11-20
1
-5/+16
*
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
Victor Stinner
2015-10-01
1
-4/+8
*
remove tabs from ceval.c (closes #24895)
Benjamin Peterson
2015-08-20
1
-173/+173
*
check return value of PyString_FromStringAndSize for NULL (closes #24734)
Benjamin Peterson
2015-07-27
1
-1/+4
*
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1/+1
*
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-10
1
-2/+2
*
sync opcode prediction code with python 3
Benjamin Peterson
2015-06-01
1
-10/+4
*
Issue #19543: Emit deprecation warning for known non-text encodings.
Serhiy Storchaka
2015-05-31
1
-27/+182
*
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka
2015-05-30
1
-22/+21
*
backport computed gotos (#4753)
Benjamin Peterson
2015-05-28
3
-230/+854
*
Issue #24102: Fixed exception type checking in standard error handlers.
Serhiy Storchaka
2015-05-18
1
-8/+9
*
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Christian Heimes
2015-04-19
1
-1/+5
*
Issue #23115: os.urandom() now releases the GIL when the getentropy() is used
Victor Stinner
2015-03-30
1
-6/+14
*
Issue #23781: Add private helper function _PyErr_ReplaceException() that
Serhiy Storchaka
2015-03-30
1
-0/+20
*
Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now
Victor Stinner
2015-02-24
1
-0/+9
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-3/+5
*
Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7).
Serhiy Storchaka
2015-02-16
1
-1/+1
[prev]
[next]