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 warning that texcheck complained about.
Martin v. Löwis
2006-03-01
1
-1/+1
*
Tabify and reflow some long lines.
Jeremy Hylton
2006-03-01
1
-696/+702
*
Add missing DECREF.
Jeremy Hylton
2006-03-01
1
-1/+5
*
markup glitch (spotted by George Yoshida)
Fredrik Lundh
2006-03-01
1
-1/+1
*
Remove svn:mime-type (inexplicably set to a binary type),
Tim Peters
2006-03-01
3
-294/+294
*
Set svn:eol-style to native.
Tim Peters
2006-03-01
5
-281/+281
*
Fix parsing of exception_hierarchy.txt when a platform-specific exception is
Brett Cannon
2006-03-01
1
-0/+1
*
Document new Py_ssize_t API.
Martin v. Löwis
2006-03-01
2
-1/+27
*
Use %ld and casts to long for refcount printing, in absense of a universally
Thomas Wouters
2006-03-01
3
-12/+31
*
Use %zd format characters for Py_ssize_t types.
Thomas Wouters
2006-03-01
1
-6/+6
*
Remove redundant isinstance() check.
Thomas Wouters
2006-03-01
1
-1/+1
*
Put back the essence of Jeremy's original XXX comment.
Thomas Wouters
2006-03-01
1
-1/+3
*
Add tool to check documentation against declaration.
Martin v. Löwis
2006-03-01
1
-0/+157
*
Make documentation match the implementation.
Martin v. Löwis
2006-03-01
6
-167/+168
*
Repair mangled code in the Windows flavor of
Tim Peters
2006-03-01
1
-2/+1
*
Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditional
Brett Cannon
2006-03-01
2
-4/+5
*
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon
2006-03-01
16
-232/+570
*
Use Py_ssize_t for PyArg_UnpackTuple arguments.
Martin v. Löwis
2006-03-01
2
-3/+3
*
Remove unused field.
Martin v. Löwis
2006-03-01
1
-1/+0
*
Make ob_refcnt and tp_maxalloc (and friends) Py_ssize_t.
Martin v. Löwis
2006-03-01
1
-4/+4
*
Py_ssize_t-ify.
Thomas Wouters
2006-03-01
1
-5/+10
*
Fix DBEnv's set_tx_timestamp wrapper to be slightly more correct on
Thomas Wouters
2006-03-01
1
-4/+5
*
Move #include to outside "extern C {}", before Tim figures out it'll break
Thomas Wouters
2006-02-28
1
-2/+3
*
Regenerate.
Thomas Wouters
2006-02-28
1
-0/+2
*
Don't pollute namespace as bad as before. All the types are static now.
Neal Norwitz
2006-02-28
2
-159/+159
*
Make 'as' an actual keyword when with's future statement is used. Not
Thomas Wouters
2006-02-28
5
-206/+212
*
Change non-ASCII warning into a SyntaxError.
Martin v. Löwis
2006-02-28
1
-10/+6
*
Include code.h more sanely.
Thomas Wouters
2006-02-28
1
-3/+2
*
No need to export PySTEntry_New, it is only used in symtable.c
Neal Norwitz
2006-02-28
2
-3/+3
*
Set eol-style on new .py files.
Tim Peters
2006-02-28
0
-0/+0
*
Updates to the with-statement:
Guido van Rossum
2006-02-28
12
-96/+609
*
unparse.py can now unparse itself.
Martin v. Löwis
2006-02-28
1
-2/+139
*
Add a note about removing the file once the bug is fixed
Neal Norwitz
2006-02-28
1
-1/+2
*
Its right now.
Tim Peters
2006-02-28
1
-3/+3
*
Ignore .pyc files
Neal Norwitz
2006-02-28
0
-0/+0
*
Note that as generates a warning too
Neal Norwitz
2006-02-28
1
-0/+2
*
Martin owns PEP 353 and did most of the work
Neal Norwitz
2006-02-28
1
-1/+1
*
Make __future__ features similar for with and absolute import since they were...
Neal Norwitz
2006-02-28
1
-2/+2
*
Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out
Thomas Wouters
2006-02-28
1
-4/+4
*
Add some stats collection in debugging mode.
Jeremy Hylton
2006-02-28
1
-3/+41
*
Gave README a .txt extension.
Tim Peters
2006-02-28
1
-0/+0
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
16
-40/+102
*
Add directory which contains known ref leaks. Some of these are likely to be...
Neal Norwitz
2006-02-28
4
-0/+52
*
Use simple PyList to implement list of PyObject pointers
Jeremy Hylton
2006-02-28
1
-44/+20
*
Set EOL style to native.
Tim Peters
2006-02-28
5
-969/+969
*
Another bit of unconstification.
Tim Peters
2006-02-28
1
-1/+1
*
Whitespace normalization.
Tim Peters
2006-02-28
9
-993/+990
*
Tabify
Jeremy Hylton
2006-02-28
1
-84/+87
*
Instead of printing the exception when you interrupt a test (Ctrl-C),
Neal Norwitz
2006-02-28
1
-1/+9
*
Remove asdl_seq_APPEND() and simplify asdl seq implementation.
Jeremy Hylton
2006-02-28
3
-81/+59
[next]