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
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
7
-6/+683
*
Remove a few merged versionadded/changed.
Georg Brandl
2007-12-02
6
-64/+6
*
Remove mentions of "long integer" in the API docs.
Georg Brandl
2007-12-02
2
-12/+12
*
Remove PyInt API from the docs. Extend PyLong docs to cover all public functi...
Georg Brandl
2007-12-02
2
-148/+84
*
Remove all definitions of raw_input() that were still scattered throughout th...
Georg Brandl
2007-12-02
6
-37/+8
*
Fixed a problem found by Bill Janssen on Mac OS X
Christian Heimes
2007-12-02
1
-1/+1
*
Fix some 2.xisms in merged docs.
Georg Brandl
2007-12-02
2
-12/+13
*
I've moved the remains of PyInt_ to the longobject.h header file and removed ...
Christian Heimes
2007-12-02
6
-48/+35
*
Fixed merge accident. Next time I'm going to run the entire test suite ...
Christian Heimes
2007-12-02
1
-14/+14
*
The bz2 codec isn't supported any more. I've also commented out several codec...
Christian Heimes
2007-12-02
2
-120/+18
*
Merged revisions 59259-59274 via svnmerge from
Christian Heimes
2007-12-02
35
-432/+1314
*
Changed #ifdef 0 to #if 0.
Christian Heimes
2007-12-02
1
-1/+1
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
123
-885/+888
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
70
-247/+246
*
Empty svnmerge from trunk to skip the versionadded tags.
Christian Heimes
2007-12-01
0
-0/+0
*
Remove merged versionadded tags from os docs.
Georg Brandl
2007-12-01
1
-10/+0
*
Merged revisions 59245-59254 via svnmerge from
Christian Heimes
2007-12-01
10
-20/+144
*
Correct a failing test after merge from trunk.
Amaury Forgeot d'Arc
2007-11-30
1
-2/+2
*
Marc-Andre Lemburg has found the culprit of the problem in r57142.
Christian Heimes
2007-11-30
1
-1/+1
*
Rename the internal name of dictproxy -> dict_proxy,
Guido van Rossum
2007-11-30
1
-1/+1
*
Cleanups and documentation updates related to the removal of unbound methods.
Christian Heimes
2007-11-30
3
-23/+8
*
Merged revisions 59239-59244 via svnmerge from
Christian Heimes
2007-11-30
7
-11/+128
*
abc's are subclasses of _Abstract, not instances.
Christian Heimes
2007-11-30
1
-2/+2
*
Fixed problem with regrtest caused by the additional of objects to _abcoll.
Christian Heimes
2007-11-30
1
-1/+6
*
Merged revisions 59234-59238 via svnmerge from
Christian Heimes
2007-11-30
14
-146/+172
*
Backmerge -r59233:59232
Christian Heimes
2007-11-30
2
-11/+1
*
Merged revisions 59226-59233 via svnmerge from
Christian Heimes
2007-11-30
5
-8/+130
*
Fix for bug #1109
Christian Heimes
2007-11-30
2
-1/+11
*
Partial fix for bug #1306
Christian Heimes
2007-11-30
4
-1/+18
*
Added all PyTypeObjects to the appropriate header files.
Christian Heimes
2007-11-29
17
-44/+56
*
long integer -> integer.
Georg Brandl
2007-11-29
1
-7/+7
*
Merged revisions 59212-59225 via svnmerge from
Guido van Rossum
2007-11-29
3
-0/+92
*
Remove further mentions of long integers.
Georg Brandl
2007-11-29
13
-71/+53
*
Remove mentions of "long integer" in the docs.
Georg Brandl
2007-11-29
14
-70/+31
*
Removed more types from the types module
Christian Heimes
2007-11-29
3
-9/+3
*
Removed iter* methods from dictproxy.
Christian Heimes
2007-11-29
1
-24/+0
*
Fixed bug #1505 Changes to PyMethod_New breaks ctypes on Windows
Christian Heimes
2007-11-28
1
-50/+63
*
Fixed #1508 Removal of stale code in _csv.c / pyexpat.c
Christian Heimes
2007-11-28
2
-58/+0
*
Merged revisions 59202-59211 via svnmerge from
Christian Heimes
2007-11-28
2
-9/+28
*
I forgot to remove the tests for new *blush*
Christian Heimes
2007-11-28
1
-158/+0
*
Added view and iterator types to collections / _abcoll
Christian Heimes
2007-11-28
7
-12/+52
*
Removed the new module
Christian Heimes
2007-11-28
10
-198/+18
*
#1496: revert str.translate() to the old version, and add
Georg Brandl
2007-11-27
3
-61/+155
*
Merged revisions 59193-59201 via svnmerge from
Christian Heimes
2007-11-27
11
-85/+56
*
Rewrap error message.
Georg Brandl
2007-11-27
1
-3/+4
*
Merged revisions 59187-59192 via svnmerge from
Christian Heimes
2007-11-27
1
-15/+0
*
The changes to PyMethod_New and the removal of unbound methods breaks ctypes'...
Christian Heimes
2007-11-27
1
-4/+5
*
Futher update docs after unbound method removal.
Georg Brandl
2007-11-27
8
-125/+99
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
23
-268/+152
*
Merged revisions 59107-59186 via svnmerge from
Guido van Rossum
2007-11-26
157
-491/+862
[next]