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
*
Document absoluteness of sys.executable
Petri Lehtinen
2012-02-02
1
-1/+1
*
Remove debug output, fix assert (hopefully) and exercise signedness issues a ...
Antoine Pitrou
2012-01-25
1
-7/+2
*
Fix temporary debug output (so, time_t is 8 bytes on some Windows builds)
Antoine Pitrou
2012-01-25
1
-1/+1
*
Temporary debug for Windows buildbots.
Antoine Pitrou
2012-01-25
1
-0/+5
*
Make guard more dynamic (apparently the size of a filesystem timestamp may va...
Antoine Pitrou
2012-01-25
1
-8/+8
*
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
1
-7/+4
*
add another year to glorious PSF IP
Benjamin Peterson
2012-01-01
1
-1/+1
*
Issue #13546: Fixed an overflow issue that could crash the intepreter when
Amaury Forgeot d'Arc
2011-12-07
1
-2/+4
*
remove py3k warning for callable
Benjamin Peterson
2011-11-06
1
-3/+0
*
don't let a tuple msg be interpreted as arguments to AssertionError (closes #...
Benjamin Peterson
2011-10-27
1
-4/+2
*
Merge.
Charles-François Natali
2011-10-12
1
-17/+0
|
\
|
*
Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native
Charles-François Natali
2011-10-12
1
-17/+0
*
|
Issue #7732: Fix a crash on importing a module if a directory has the same name
Victor Stinner
2011-09-23
1
-3/+1
*
|
Fix the import machinery if there is an error on sys.path or sys.meta_path
Victor Stinner
2011-09-15
1
-4/+4
*
|
Remove unused variable if Python is build without threads
Victor Stinner
2011-09-01
1
-0/+2
*
|
Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.
Antoine Pitrou
2011-07-24
1
-1/+1
*
|
allow None identifiers
Benjamin Peterson
2011-07-22
1
-3/+3
*
|
verify the types of AST strings and identifiers (closes #12609 and #12610)
Benjamin Peterson
2011-07-22
1
-4/+21
*
|
Improve docstring for divmod()
Raymond Hettinger
2011-07-19
1
-1/+1
*
|
port 8d05f697acd4 (#11627)
Benjamin Peterson
2011-07-15
1
-2/+10
*
|
Close #12501: Adjust callable() warning: callable() is only not supported in
Victor Stinner
2011-07-08
1
-1/+1
*
|
start out this branch always with filename NULL
Benjamin Peterson
2011-07-05
1
-1/+1
*
|
plug refleak
Benjamin Peterson
2011-07-04
1
-0/+1
*
|
Issue #12467: warnings: fix a race condition if a warning is emitted at
Victor Stinner
2011-07-04
1
-1/+1
*
|
sys.checkinterval() now refreshes the current countdown ticker.
Raymond Hettinger
2011-06-02
1
-0/+1
*
|
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+12
*
|
Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl
2011-05-15
1
-1/+1
*
|
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
Victor Stinner
2011-05-03
1
-1/+11
*
|
Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not
Victor Stinner
2011-05-03
1
-4/+5
|
/
*
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
Antoine Pitrou
2011-04-27
1
-0/+17
*
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...
Ezio Melotti
2011-04-15
1
-0/+18
*
Issue9670: Back out changeset b0d2b696da19; test fails on other platforms
Ned Deily
2011-04-09
1
-12/+0
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-04-09
1
-0/+12
*
remove this dead subversion code
Benjamin Peterson
2011-03-25
1
-62/+5
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
3
-4/+4
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
2
-2/+2
*
Port build identification from default branch.
Georg Brandl
2011-03-06
1
-0/+3
*
Merged revisions 88430,88438,88440 via svnmerge from
Georg Brandl
2011-02-25
1
-1/+1
*
Merged revisions 87796 via svnmerge from
David Malcolm
2011-01-06
1
-4/+5
*
Merged revisions 87607 via svnmerge from
Benjamin Peterson
2011-01-01
1
-1/+1
*
Merged revisions 87251 via svnmerge from
R. David Murray
2010-12-15
1
-2/+3
*
remove dictmaker rule; it's unused
Benjamin Peterson
2010-12-11
1
-215/+188
*
Merged revisions 85904 via svnmerge from
Benjamin Peterson
2010-10-29
1
-0/+2
*
Merged revisions 85814 via svnmerge from
Benjamin Peterson
2010-10-24
1
-2/+0
*
Merged revisions 85757 via svnmerge from
Benjamin Peterson
2010-10-20
1
-0/+1
*
Merged revisions 85562 via svnmerge from
Benjamin Peterson
2010-10-16
1
-1/+1
*
Merged revisions 85236 via svnmerge from
Amaury Forgeot d'Arc
2010-10-05
1
-0/+1
*
Rolled back revisions 85003 via svnmerge from
Benjamin Peterson
2010-09-25
1
-1/+1
*
Merged revisions 85003 via svnmerge from
Benjamin Peterson
2010-09-25
1
-1/+1
*
Merged revisions 84623 via svnmerge from
Antoine Pitrou
2010-09-08
1
-8/+7
[next]