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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
More uniform approach to getting (UTF8) bytes out of a string.
Guido van Rossum
2007-05-09
1
-30/+3
*
Make test_marshal pass. Not my best work. :-(
Guido van Rossum
2007-05-09
1
-5/+38
*
Given that ord() of a bytes object of length 1 is defined, it should
Guido van Rossum
2007-05-08
1
-1/+1
*
Get rid of 'file' built-in. Get rid of types.StringType and friends.
Guido van Rossum
2007-05-08
1
-1/+0
*
Checkpoint. A b it closer to working pickles and pickletools.
Guido van Rossum
2007-05-07
1
-0/+10
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-298/+1
*
Change UnicodeDecodeError objects so that the 'object' attribute
Walter Dörwald
2007-05-04
2
-0/+60
*
Add 8-bit chr() back as chr8().
Guido van Rossum
2007-05-04
1
-0/+24
*
Compare and hash unicode objects like their UTF-8 representations.
Guido van Rossum
2007-05-04
1
-1/+5
*
More coding by random modification.
Guido van Rossum
2007-05-04
5
-73/+78
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
9
-94/+2
*
Kill unichr() itself.
Guido van Rossum
2007-05-03
1
-3/+0
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
1
-24/+3
*
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum
2007-04-27
6
-8/+7
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
13
-419/+463
*
Allow decorators and return annotations to be used together (fixes SF#1697248)
Nick Coghlan
2007-04-23
1
-1/+1
*
Don't crash when nonlocal is used at module level (fixes SF#1705365)
Nick Coghlan
2007-04-23
1
-5/+10
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-0/+41
*
Make it compile with C89.
Guido van Rossum
2007-04-17
1
-1/+2
*
Check in the inevitable change to the version number.
Guido van Rossum
2007-04-16
1
-2/+2
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
6
-1024/+907
*
Support marshal.dump(x, f) where f is not a real file.
Guido van Rossum
2007-04-13
2
-5/+20
*
Make readonly members defined in C throw an AttributeError on modification. T...
Collin Winter
2007-03-28
1
-1/+1
*
Looks like this file wasn't checked in.
Guido van Rossum
2007-03-27
1
-168/+170
*
Fix refleak in compiler.
Guido van Rossum
2007-03-21
1
-1/+4
*
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...
Collin Winter
2007-03-21
3
-27/+20
*
"from ... import x" should not be a syntax error... make
Georg Brandl
2007-03-19
1
-2/+6
*
Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...
Georg Brandl
2007-03-18
2
-79/+72
*
Update the silly version number.
Guido van Rossum
2007-03-18
1
-2/+2
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
8
-166/+303
*
Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir.
Georg Brandl
2007-03-10
1
-9/+10
*
Commit version bump.
Brett Cannon
2007-02-27
1
-2/+2
*
SF patch #1669633, add methods for bytes from Pete Shinners.
Neal Norwitz
2007-02-27
1
-0/+4
*
Provisional implementation of PEP 3104.
Jeremy Hylton
2007-02-27
5
-802/+932
*
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz
2007-02-26
2
-3/+3
*
Make it so TypeError is raised if an instance of an object is put in an
Brett Cannon
2007-02-26
1
-19/+8
*
Two more patches by Tony Lownds (SF# 1607548).
Guido van Rossum
2007-02-26
3
-37/+35
*
You can no longer catch non-BaseException objects; TypeError is raised if such
Brett Cannon
2007-02-26
1
-19/+23
*
Whoops, fix build breakage. There were still a few uses of the bool type.
Neal Norwitz
2007-02-26
3
-15/+11
*
Merged revisions 53912-53951 via svnmerge from
Thomas Wouters
2007-02-26
2
-173/+63
*
Add raw_input() back, named input(). Revive the old unittests too.
Guido van Rossum
2007-02-26
1
-0/+78
*
Fix a refleak in the MAKE_FUNCTION opcode in ceval.c.
Georg Brandl
2007-02-26
1
-0/+2
*
Fix leak in the print function.
Georg Brandl
2007-02-26
1
-3/+5
*
Make bytes_repr return a string containing a b"" literal.
Georg Brandl
2007-02-24
1
-1/+2
*
Prevent regeneration.
Thomas Wouters
2007-02-23
1
-2/+2
*
Bytes literal.
Thomas Wouters
2007-02-23
4
-12/+99
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-2/+11
*
Checkin the regenerated Python-ast.c and fix test_optparse.
Georg Brandl
2007-02-11
1
-1/+1
*
Fix test_frozen.
Guido van Rossum
2007-02-09
1
-8/+9
*
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum
2007-02-09
3
-30/+1
[next]