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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to fix the sporadic problems on the Solaris buildbot with removing
Neal Norwitz
2008-08-25
1
-2/+2
*
Issue #3657: Fix uninitialized memory read when pickling longs.
Neal Norwitz
2008-08-24
2
-2/+5
*
Merged revisions 66018 via svnmerge from
Neal Norwitz
2008-08-24
2
-1/+5
*
Fix gdbinit to handle new types/APIs.
Neal Norwitz
2008-08-24
2
-4/+9
*
Blocked revisions 66013 via svnmerge
Benjamin Peterson
2008-08-24
0
-0/+0
*
Fixed yet another compiler warning of 64bit builds.
Christian Heimes
2008-08-24
1
-1/+1
*
Closes release blocker #3627.
Neal Norwitz
2008-08-24
11
-26/+201
*
Update props for r66007.
Neal Norwitz
2008-08-24
0
-0/+0
*
Merged revisions 66006 via svnmerge from
Neal Norwitz
2008-08-24
9
-12/+73
*
Blocked revisions 66004 via svnmerge
Benjamin Peterson
2008-08-23
0
-0/+0
*
bring the PyFile docs into sync with reality
Benjamin Peterson
2008-08-23
1
-59/+2
*
#3643 add more checks to _testcapi to prevent segfaults
Benjamin Peterson
2008-08-23
2
-0/+10
*
add NEWS note and test for last commit
Benjamin Peterson
2008-08-23
2
-0/+9
*
fix #3653 Python could segfault if invalid values were passed to sys.excepthook
Benjamin Peterson
2008-08-23
1
-0/+7
*
Blocked revisions 65995 via svnmerge
Georg Brandl
2008-08-23
0
-0/+0
*
Remove outdated example from types module doc. Since the types left
Georg Brandl
2008-08-23
1
-31/+10
*
#1276: Add temporary encoding aliases for non-supported Mac CJK
Hye-Shik Chang
2008-08-23
2
-0/+11
*
#3650: fix a reference leak in bytes.split('x')
Amaury Forgeot d'Arc
2008-08-22
2
-4/+12
*
Merged revisions 65982 via svnmerge from
Benjamin Peterson
2008-08-22
0
-0/+0
*
Merged revisions 65978 via svnmerge from
Christian Heimes
2008-08-22
1
-2/+2
*
Merged revisions 65975 via svnmerge from
Christian Heimes
2008-08-22
1
-1/+1
*
Merged revisions 65971 via svnmerge from
Robert Schuppenies
2008-08-22
1
-5/+7
*
Blocked revisions 65922,65926 via svnmerge
Benjamin Peterson
2008-08-22
0
-0/+0
*
Merged revisions 65964 via svnmerge from
Mark Dickinson
2008-08-21
1
-5/+4
*
Merged revisions 65958 via svnmerge from
Mark Dickinson
2008-08-21
1
-1/+7
*
move test to a better location
Benjamin Peterson
2008-08-21
2
-21/+22
*
PyObject_Unicode doesn't exist anymore
Benjamin Peterson
2008-08-21
1
-10/+0
*
done with 3.0
Barry Warsaw
2008-08-21
2
-1/+13
*
Tagging 3.0b3
Barry Warsaw
2008-08-21
1
-0/+1
*
Bumping to 3.0b3
v3.0b3
Barry Warsaw
2008-08-21
7
-7/+13
*
apply a fix for #3611 where the current exception context was deleted with a ...
Benjamin Peterson
2008-08-20
2
-1/+23
*
#3614: Correct a typo in xmlrpc.client.
Amaury Forgeot d'Arc
2008-08-20
2
-2/+5
*
Blocked revisions 65917 via svnmerge
Hirokazu Yamamoto
2008-08-20
0
-0/+0
*
Reverted r65901 and uses GetVolumeInformationW because string in py3k is unic...
Hirokazu Yamamoto
2008-08-20
1
-6/+2
*
Blocked revisions 65914 via svnmerge
Guido van Rossum
2008-08-20
0
-0/+0
*
Blocked revisions 65912 via svnmerge
Guido van Rossum
2008-08-20
0
-0/+0
*
Merged revisions 65908 via svnmerge from
Hirokazu Yamamoto
2008-08-20
1
-11/+18
*
revert 65897
Benjamin Peterson
2008-08-20
4
-16/+13
*
For some reason sys.stdin may be None on Windows, and makes test_multiprocess...
Amaury Forgeot d'Arc
2008-08-20
1
-4/+5
*
Partially revert r65883 to let the tests pass.
Amaury Forgeot d'Arc
2008-08-20
1
-0/+2
*
Tiny fix of IGNORECASE plus removal of a UNICODE reference.
Mark Summerfield
2008-08-20
1
-6/+7
*
Revised all texts concerning the ASCII flag: (1) put Unicode case first
Mark Summerfield
2008-08-20
1
-49/+55
*
Merged revisions 65900 via svnmerge from
Hirokazu Yamamoto
2008-08-20
1
-5/+8
*
Merged revisions 65885,65892,65894,65898 via svnmerge from
Benjamin Peterson
2008-08-20
2
-6/+6
*
return sets instead of tuples from some symtable methods
Benjamin Peterson
2008-08-20
4
-13/+16
*
kill the obsolete symtable.Symbol methods
Benjamin Peterson
2008-08-20
3
-19/+3
*
Blocked revisions 65806,65880,65891,65893 via svnmerge
Benjamin Peterson
2008-08-20
0
-0/+0
*
Blocked revisions 65016 via svnmerge
Amaury Forgeot d'Arc
2008-08-19
0
-0/+0
*
disable test_nis; it hangs
Benjamin Peterson
2008-08-19
2
-0/+3
*
Issue #2394: implement more of the memoryview API.
Antoine Pitrou
2008-08-19
4
-25/+418
[next]