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
*
fix error check
Benjamin Peterson
2014-01-16
1
-1/+1
*
update copyright year
Benjamin Peterson
2014-01-01
1
-1/+1
*
Issue #16404: Add checks for return value of PyInt_FromLong() in
Serhiy Storchaka
2013-12-17
1
-0/+4
*
Fixed leak in sys.flags initialization.
Serhiy Storchaka
2013-12-17
1
-0/+1
*
Issue #19638: Raise ValueError instead of crashing when converting billion ch...
Mark Dickinson
2013-11-26
1
-17/+48
*
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Christian Heimes
2013-10-22
1
-0/+5
*
Closes #15213: update comment for _PyOS_URandom
Georg Brandl
2013-10-06
1
-2/+3
*
#18839: document that sys.exit() will not accept a non-integer numeric value ...
Ezio Melotti
2013-08-26
1
-1/+1
*
Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"
Serhiy Storchaka
2013-08-20
1
-1/+1
*
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-2/+6
*
Issue #15866: The xmlcharrefreplace error handler no more produces two XML
Serhiy Storchaka
2013-08-06
1
-30/+36
*
Fix reference leaks introduced by the patch for issue #5308.
Serhiy Storchaka
2013-07-11
1
-9/+11
*
#18424: PEP8ify the tense of the sum docstring.
R David Murray
2013-07-10
1
-2/+2
*
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
1
-0/+3
*
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().
Antoine Pitrou
2013-04-06
1
-2/+5
*
#17178: update any()/all() docstrings to document their behavior with empty i...
Ezio Melotti
2013-02-15
1
-2/+4
*
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
1
-56/+56
*
remove unnecessary clearing of list
Benjamin Peterson
2013-01-19
1
-7/+0
*
merge heads
Benjamin Peterson
2013-01-01
1
-6/+46
|
\
|
*
Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due...
Mark Dickinson
2012-12-24
1
-6/+46
*
|
bring Python into 2013
Benjamin Peterson
2013-01-01
1
-1/+1
|
/
*
Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.)
Trent Nelson
2012-12-13
1
-3/+11
*
Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Jesus Cea
2012-12-05
1
-0/+3
*
Issue #9011: AST creation no longer modifies CST for negated numeric literals.
Mark Dickinson
2012-11-25
1
-10/+15
*
#16306: report only the first unknown option and add more tests. Patch by Se...
Ezio Melotti
2012-11-23
1
-1/+1
*
#16306: Fix multiple error messages when unknown command line parameters wher...
Ezio Melotti
2012-11-18
1
-6/+8
*
Issue #15001: fix segfault on "del sys.modules['__main__']"
Hynek Schlawack
2012-11-07
1
-5/+5
*
#5057: the peepholer no longer optimizes subscription on unicode literals (e....
Ezio Melotti
2012-11-04
1
-20/+7
*
Issue #6074: Restore the long-broken support for running with read-only sourc...
Nick Coghlan
2012-10-19
1
-0/+6
*
Issue #14783: Backport changes from 3.2.
Chris Jerdonek
2012-10-08
1
-1/+2
*
Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to ...
Christian Heimes
2012-09-12
1
-1/+3
*
Partly revert ad3824a90261 and add comment about reference ownership
Christian Heimes
2012-09-12
1
-2/+1
*
Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641
Christian Heimes
2012-09-10
1
-0/+1
*
Closed reference leak of variable 'k' in function ste_new which wasn't decref...
Christian Heimes
2012-09-10
1
-1/+2
*
Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...
Antoine Pitrou
2012-09-07
1
-1/+2
*
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-05
1
-0/+3
*
Issue #15741: Fix potential NULL dereference. Found by Coverity.
Stefan Krah
2012-08-20
1
-0/+2
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
2
-8/+27
*
- Issue #15647: Make isdir static for windows and posix
Matthias Klose
2012-08-14
1
-2/+2
*
Fix whitespace
Raymond Hettinger
2012-07-21
1
-20/+16
*
Closes #9254: backport __import__ docstring/doc mentions of importlib.
R David Murray
2012-07-18
1
-2/+6
*
remove unused variable
Meador Inge
2012-07-18
1
-1/+1
*
Issue #15368: fixing variable typo.
Meador Inge
2012-07-18
1
-1/+1
*
Issue #15368: make bytecode generation deterministic.
Meador Inge
2012-07-18
1
-2/+22
*
Issue #8767: Restore building with --disable-unicode.
Martin v. Löwis
2012-05-20
2
-0/+4
*
Issue #14761: Fix potential leak on an error case in the import machinery.
Antoine Pitrou
2012-05-09
1
-1/+2
*
Fix compiler warning related to issue #14331. harmless.
Gregory P. Smith
2012-04-18
1
-1/+2
*
move outside WITH_THREAD conditional
Benjamin Peterson
2012-04-13
1
-2/+2
*
take linkage def outside of WITH_THREAD conditional (closes #14569)
Benjamin Peterson
2012-04-13
1
-4/+3
*
fix parse_syntax_error to clean up its resources
Benjamin Peterson
2012-04-03
1
-19/+31
[next]