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
*
Fix some broken URLs to GC design discussions.
Neil Schemenauer
2008-07-15
1
-3/+8
*
Merged revisions 64968,64971 via svnmerge from
Thomas Heller
2008-07-15
3
-1/+35
*
Make these files to compile again under Windows.
Thomas Heller
2008-07-15
2
-3/+5
*
Fix a potential NameError.
Thomas Heller
2008-07-15
1
-1/+1
*
Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l...
Nick Coghlan
2008-07-15
12
-94/+122
*
implement chained exception tracebacks
Benjamin Peterson
2008-07-15
10
-129/+445
*
Blocked revisions 64962 via svnmerge
Nick Coghlan
2008-07-15
0
-0/+0
*
Forward port of r64958.
Eric Smith
2008-07-15
3
-13/+85
*
Blocked revisions 64958 via svnmerge. Will merge by hand.
Eric Smith
2008-07-15
0
-0/+0
*
correct docstring
Benjamin Peterson
2008-07-15
1
-1/+1
*
Blocked revisions 64953 via svnmerge
Benjamin Peterson
2008-07-14
0
-0/+0
*
#2512 implement the 3.0 gettext API
Benjamin Peterson
2008-07-14
4
-148/+83
*
Merged revisions 64842,64853,64856,64945 via svnmerge from
Robert Schuppenies
2008-07-14
9
-104/+343
*
Mention the behaviour of PyFunction_SetAnnotations() on error.
Alexandre Vassalotti
2008-07-13
1
-0/+2
*
Added documentation for PyFunction_GetAnnotations() and
Alexandre Vassalotti
2008-07-13
1
-0/+12
*
Blocked revisions 64930 via svnmerge
Benjamin Peterson
2008-07-13
0
-0/+0
*
Forward port r64930.
Alexandre Vassalotti
2008-07-13
2
-25/+14
*
Fixed _pickle to use Py_EnterRecursiveCall().
Alexandre Vassalotti
2008-07-13
1
-11/+3
*
remove 3.0 conditional
Benjamin Peterson
2008-07-13
1
-5/+2
*
Blocked revisions 64922 via svnmerge
Benjamin Peterson
2008-07-13
0
-0/+0
*
Merged revisions 64920 via svnmerge from
Benjamin Peterson
2008-07-13
1
-7/+0
*
move test_long_future into test_long
Benjamin Peterson
2008-07-13
2
-55/+35
*
Blocked revisions 64913 via svnmerge
Nick Coghlan
2008-07-13
0
-0/+0
*
Blocked revisions 64910 via svnmerge
Nick Coghlan
2008-07-13
0
-0/+0
*
Make test.test_support.catch_warnings more robust as discussed on python-dev....
Nick Coghlan
2008-07-13
4
-42/+114
*
Clean up list of undocumented modules as most of them have been removed in Py...
Brett Cannon
2008-07-13
1
-42/+0
*
Merged revisions 64903 via svnmerge from
Brett Cannon
2008-07-13
2
-6/+4
*
These revisions were merged manaually:
Benjamin Peterson
2008-07-12
0
-0/+0
*
kill off plat-mac
Benjamin Peterson
2008-07-12
0
-0/+0
*
Fixed test for asyncore.
Josiah Carlson
2008-07-11
1
-3/+3
*
Fix for AttributeError in test_asynchat.
Josiah Carlson
2008-07-11
1
-1/+1
*
Blocked revisions 64865-64866 via svnmerge
Brett Cannon
2008-07-11
0
-0/+0
*
Blocked revisions 64861 via svnmerge
Brett Cannon
2008-07-11
0
-0/+0
*
Blocked revisions 64858-64859 via svnmerge
Brett Cannon
2008-07-11
0
-0/+0
*
Blocked revisions 64791 via svnmerge
Nick Coghlan
2008-07-08
0
-0/+0
*
Issue 3314. The sys module is used in an error case.
Facundo Batista
2008-07-07
2
-1/+6
*
Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768
Josiah Carlson
2008-07-07
3
-6/+14
*
Removed extraneous whitespace.
Josiah Carlson
2008-07-07
1
-1/+1
*
Fixed documentation to be correct for Py3k.
Josiah Carlson
2008-07-07
2
-6/+6
*
Committing Py3k version of changelist 64080 and 64257, along with updated tests
Josiah Carlson
2008-07-07
8
-133/+268
*
Blocked revisions 64762 via svnmerge
Amaury Forgeot d'Arc
2008-07-06
0
-0/+0
*
fix no-op in tutorial
Benjamin Peterson
2008-07-05
1
-1/+1
*
#3295 actually define PyExc_BufferError
Benjamin Peterson
2008-07-05
1
-0/+2
*
make the symlink to Python be created on install for IDLE.app
Benjamin Peterson
2008-07-05
2
-1/+1
*
finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou)
Benjamin Peterson
2008-07-05
1
-1/+1
*
fix regression from merge error in rlcompletor
Benjamin Peterson
2008-07-05
1
-1/+1
*
Merged revisions 64736-64737 via svnmerge from
Martin v. Löwis
2008-07-05
3
-5/+11
*
Docstring typo
Mark Dickinson
2008-07-05
1
-1/+1
*
Correct a typo during previous checkin.
Amaury Forgeot d'Arc
2008-07-04
1
-1/+1
*
Issue #3280: like chr() already does, the "%c" format now accepts the full un...
Amaury Forgeot d'Arc
2008-07-04
4
-27/+43
[next]