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
*
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
*
Minor cleanup
Christian Heimes
2007-11-26
1
-1/+1
*
Patch from Georg Brandl and me for #1493
Christian Heimes
2007-11-25
19
-115/+65
*
Fixed bug in input() which broke pdb
Christian Heimes
2007-11-25
1
-1/+1
*
#1479: Fix refleak in csv module (from rev 59062).
Georg Brandl
2007-11-25
1
-6/+5
*
#1480: fix refleak in the sqlite module.
Georg Brandl
2007-11-25
1
-4/+5
*
Remove unused variable.
Georg Brandl
2007-11-25
1
-1/+0
*
Use proper API for iter.__next__().
Georg Brandl
2007-11-24
1
-8/+3
*
Added a simple helper script to build the dependencies of _tkinter.
Christian Heimes
2007-11-24
1
-0/+79
*
Updated readme.txt
Christian Heimes
2007-11-24
5
-230/+87
*
Fixed a newline problem
Christian Heimes
2007-11-24
1
-0/+2
*
fix #1409: cell variables were not initialized,
Amaury Forgeot d'Arc
2007-11-24
2
-1/+12
*
Open output files in text mode, after all they are text files.
Guido van Rossum
2007-11-23
1
-2/+2
*
Paul had the great idea to add /DNO_TCL to the pre-build step.
Christian Heimes
2007-11-23
1
-8/+16
*
Implemented request from Marc-Andre Lemburg
Christian Heimes
2007-11-23
1
-0/+5
*
Added code to pre-generate makefiles and assembly files to build_ssl.py
Christian Heimes
2007-11-23
5
-19/+83
*
Cleanup
Christian Heimes
2007-11-23
1
-1/+0
*
Just inline a function, and discover that it can only raise an exception.
Amaury Forgeot d'Arc
2007-11-22
1
-14/+7
*
Stream functions like read() are supposed to return bytes, not buffer.
Amaury Forgeot d'Arc
2007-11-22
1
-17/+9
*
Problem found while converting from PyBytes to PyString:
Amaury Forgeot d'Arc
2007-11-22
2
-11/+22
*
Fix, thanks to Nick.
Georg Brandl
2007-11-22
1
-1/+1
*
Update docs for buffer -> bytearray rename.
Georg Brandl
2007-11-22
2
-35/+34
*
Revert change of bz2.vcproj
Christian Heimes
2007-11-22
1
-4/+0
*
Fixed PGO builds
Christian Heimes
2007-11-22
9
-15/+38
*
Use PyString instead of PyBytes in wrap_strftime().
Walter Dörwald
2007-11-22
1
-10/+10
*
Removed blocks from several functions in unicodeobject and stringobject where...
Christian Heimes
2007-11-22
2
-93/+12
[next]