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
*
Add generation of the version.
Martin v. Löwis
2006-02-28
2
-1/+7
*
Ignore resource file
Neal Norwitz
2006-02-28
0
-0/+0
*
Add support for version field on Modules
Martin v. Löwis
2006-02-28
3
-8/+29
*
Check the return code for PyErr_Warn() when warning about raising string
Brett Cannon
2006-02-27
2
-4/+9
*
PyErr_ProgramText(): Grrrrrr.
Tim Peters
2006-02-27
1
-1/+1
*
Finish removal of CO_GENERATOR_ALLOWED.
Neal Norwitz
2006-02-27
2
-1/+4
*
unconst.
Martin v. Löwis
2006-02-27
1
-2/+2
*
Clarify C-style exception handling with proper label name.
Thomas Wouters
2006-02-27
1
-3/+3
*
Fix assertions.
Thomas Wouters
2006-02-27
1
-3/+3
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
23
-731/+1768
*
Start of a source code unparser.
Martin v. Löwis
2006-02-27
2
-0/+164
*
Even though we don't currently use unicode or complex numbers in the test,
Neal Norwitz
2006-02-27
1
-3/+3
*
Don't filter out OverflowWarning; should be a test failure if it is raised by
Brett Cannon
2006-02-27
1
-2/+1
*
Make or_test similar to test, not testlist.
Martin v. Löwis
2006-02-27
1
-1/+2
*
Skip over doc strings.
Martin v. Löwis
2006-02-27
2
-1/+10
*
Convert array.array.insert to use Py_ssize_t (like the rest already does.)
Thomas Wouters
2006-02-27
1
-2/+2
*
Fix parsing of subscriptlist.
Jeremy Hylton
2006-02-27
1
-4/+30
*
More unconsting.
Martin v. Löwis
2006-02-27
9
-62/+56
*
Patch 1413181, by Gabriel Becedillas.
Tim Peters
2006-02-27
2
-0/+10
*
And some more cleanup.
Thomas Wouters
2006-02-27
1
-2/+2
*
Clean up from-import handling.
Thomas Wouters
2006-02-27
1
-22/+21
*
unconst.
Martin v. Löwis
2006-02-27
1
-9/+9
*
Simplify ast_for_trailer() in anticipation of more changes.
Jeremy Hylton
2006-02-27
1
-17/+11
*
Trimmed trailing whitespace.
Tim Peters
2006-02-27
1
-1/+1
*
Add an entry for 308
Neal Norwitz
2006-02-27
1
-0/+2
*
Fix old not-reading-pep-308-right artifact.
Thomas Wouters
2006-02-27
1
-1/+1
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
36
-70/+71
*
Note version added for conditional expressions
Neal Norwitz
2006-02-27
1
-1/+1
*
Update for PEP 308 patch.
Thomas Wouters
2006-02-27
1
-3/+54
*
Handle testlist_safe and or_test like testlist.
Martin v. Löwis
2006-02-27
1
-2/+2
*
Alias non-terminals introduced for backwards compatibility.
Martin v. Löwis
2006-02-27
1
-0/+3
*
Fix assertion errors in debug build, brought on by PEP 308 patch.
Thomas Wouters
2006-02-27
1
-1/+1
*
Create _ast module.
Martin v. Löwis
2006-02-27
7
-221/+485
*
Check for a not-found rlconf.h by testing for None.
Martin v. Löwis
2006-02-27
1
-1/+1
*
regenerated. please read PEP 306 when changing Python's grammar!
Anthony Baxter
2006-02-27
1
-37/+40
*
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters
2006-02-27
11
-567/+803
*
Avoid reinitializing the types twice.
Martin v. Löwis
2006-02-27
2
-0/+2
*
Stop generating empty arrays.
Martin v. Löwis
2006-02-26
2
-129/+60
*
Oops, I forgot to check this in with the change to Grammar/Grammar.
Neal Norwitz
2006-02-26
1
-16/+3
*
Check whether there are flags.
Martin v. Löwis
2006-02-26
1
-1/+1
*
Fix iterating over cmpop_ty lists.
Martin v. Löwis
2006-02-26
2
-7/+20
*
Generate code to recursively copy an AST into
Martin v. Löwis
2006-02-26
8
-785/+1946
*
Remove line meant to test trailing whitespace since that kind of whitespace is
Brett Cannon
2006-02-26
1
-19/+40
*
Whitespace normalization.
Tim Peters
2006-02-26
3
-3/+3
*
Oops. Fix syntax for C89 compilers.
Guido van Rossum
2006-02-25
1
-2/+2
*
- Patch 1433928:
Guido van Rossum
2006-02-25
12
-10/+611
*
Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment abo...
Neal Norwitz
2006-02-25
2
-2/+5
*
Move the vimrc file to the newly created Vim/ directory.
Brett Cannon
2006-02-25
1
-0/+0
*
Add a script that auto-generates a Vim syntax highlighting file for Python.
Brett Cannon
2006-02-25
3
-0/+413
*
Implement change suggested by Jiwon Seo on python-dev.
Neal Norwitz
2006-02-24
1
-1/+1
[next]