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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
10
-32/+79
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
1
-15/+2
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
15
-19945/+19
*
Fix the array tests. Only a minor change to the C code was required.
Guido van Rossum
2007-05-10
1
-1/+3
*
Fix some miscellaneous places that incorrectly insisted on str8.
Guido van Rossum
2007-05-10
3
-27/+34
*
Use AsCharBuffer to get C strings out of Python strings.
Guido van Rossum
2007-05-09
2
-30/+15
*
Forwardport checkin:
Walter Dörwald
2007-05-09
1
-1/+1
*
Got test_pickletools and test_pickle working.
Guido van Rossum
2007-05-08
1
-0/+7
*
Checkpoint. A b it closer to working pickles and pickletools.
Guido van Rossum
2007-05-07
1
-4/+8
*
Fix some trivial things in cPickle due to the renaming of the string types.
Guido van Rossum
2007-05-07
1
-7/+2
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
10
-196/+1
*
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum
2007-04-27
1
-6/+5
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
24
-240/+1032
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-6/+6
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
1
-1185/+1
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
2
-153/+50
*
struct.unpack() allows a bytes string too (if it has the right size).
Guido van Rossum
2007-04-13
1
-2/+6
*
Make a few more tests pass with the new I/O library.
Guido van Rossum
2007-04-12
1
-12/+9
*
Make array().tofile() work with a new I/O object.
Guido van Rossum
2007-04-11
1
-5/+29
*
truncate() returns the new size and position.
Guido van Rossum
2007-04-10
1
-4/+10
*
Implement long positioning (Unix only, probably).
Guido van Rossum
2007-04-10
1
-130/+146
*
Make it possible to instantiate a _FileIO() with an integer file descriptor
Guido van Rossum
2007-04-08
1
-18/+50
*
Somehow this contained a bogus reference to "exceptions" which caused
Guido van Rossum
2007-04-07
1
-2/+0
*
Address some XXXs from Neal Norwitz.
Collin Winter
2007-03-23
1
-8/+19
*
Remove isCallable() and sequenceIncludes() from the operator module.
Collin Winter
2007-03-21
1
-6/+0
*
Little fixes:
Neal Norwitz
2007-03-21
1
-8/+15
*
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...
Collin Winter
2007-03-21
2
-0/+218
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
1
-0/+4
*
Add a missing forward declaration for PyFileIO_Type. The _fileio module now c...
Collin Winter
2007-03-08
1
-0/+2
*
Check in Daniel Stutzbach's _fileio.c and test_fileio.py
Guido van Rossum
2007-03-08
1
-0/+713
*
SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners.
Neal Norwitz
2007-02-27
2
-7/+7
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
6
-3/+338
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
2
-5/+16
*
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum
2007-02-09
2
-29/+2
*
Essential changes for print function changes.
Guido van Rossum
2007-02-09
1
-54/+2
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
2
-9/+22
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
6
-23/+77
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
20
-486/+521
*
Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact.
Guido van Rossum
2007-01-15
1
-1/+1
*
Merged revisions 53434 via svnmerge from
Guido van Rossum
2007-01-15
1
-4/+14
*
Fix cPickle breakage due to last-minute change to the name of the 'long' type
Guido van Rossum
2007-01-14
1
-1/+1
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
15
-80/+186
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2/+2
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
6
-7/+43
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
1
-44/+91
*
Cruft removal:
Neal Norwitz
2006-12-28
4
-7/+7
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
44
-295/+930
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
2
-10/+10
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
3
-9/+35
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
1
-0/+5
[next]