index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tabify
Jeremy Hylton
2006-02-28
1
-84
/
+87
*
Remove asdl_seq_APPEND() and simplify asdl seq implementation.
Jeremy Hylton
2006-02-28
2
-69
/
+57
*
Real arena implementation
Jeremy Hylton
2006-02-28
1
-62
/
+80
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
9
-55
/
+180
*
Regenerate.
Martin v. Löwis
2006-02-28
1
-0
/
+2
*
Check the return code for PyErr_Warn() when warning about raising string
Brett Cannon
2006-02-27
1
-4
/
+5
*
PyErr_ProgramText(): Grrrrrr.
Tim Peters
2006-02-27
1
-1
/
+1
*
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
7
-628
/
+981
*
Fix parsing of subscriptlist.
Jeremy Hylton
2006-02-27
1
-4
/
+30
*
Patch 1413181, by Gabriel Becedillas.
Tim Peters
2006-02-27
1
-0
/
+4
*
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
*
Simplify ast_for_trailer() in anticipation of more changes.
Jeremy Hylton
2006-02-27
1
-17
/
+11
*
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
2
-11
/
+12
*
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
1
-29
/
+345
*
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters
2006-02-27
5
-520
/
+705
*
Avoid reinitializing the types twice.
Martin v. Löwis
2006-02-27
1
-0
/
+1
*
Stop generating empty arrays.
Martin v. Löwis
2006-02-26
1
-117
/
+38
*
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
1
-2
/
+7
*
Generate code to recursively copy an AST into
Martin v. Löwis
2006-02-26
3
-725
/
+1556
*
Based on discussion with Martin and Thomas on python-checkins
Neal Norwitz
2006-02-20
1
-1
/
+1
*
Fix compiler warning on amd64. We can't use zd here since this is
Neal Norwitz
2006-02-19
1
-2
/
+2
*
Fix compiler warning (int vs Py_ssize_t mismatch
Neal Norwitz
2006-02-19
1
-1
/
+1
*
Bug #801349: document that start/stop/step slice arguments can be None
Georg Brandl
2006-02-19
1
-1
/
+1
*
Remove size constraints in SLICE opcodes.
Martin v. Löwis
2006-02-17
1
-16
/
+11
*
Move cast to suppress warning.
Martin v. Löwis
2006-02-16
1
-2
/
+2
*
Use Py_ssize_t to count the
Martin v. Löwis
2006-02-16
7
-22
/
+24
*
Use PyString_FromFormat for formatting error messages.
Martin v. Löwis
2006-02-16
1
-42
/
+36
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
15
-187
/
+363
*
Renamed _length_cue() to __length_hint__(). See:
Armin Rigo
2006-02-11
1
-3
/
+3
*
Update general copyright years to 2006.
Georg Brandl
2006-02-11
1
-1
/
+1
*
Explain the clearing of the stack in a comment in Python/ceval.c's
Thomas Wouters
2006-02-10
1
-1
/
+2
*
Add doc discussing how AST compiler is structured and designed.
Brett Cannon
2006-02-09
1
-0
/
+507
*
Use C-style comment
Neal Norwitz
2006-02-05
1
-1
/
+1
*
Improved handling of syntax errors.
Jeremy Hylton
2006-01-27
1
-35
/
+74
*
typo
Georg Brandl
2006-01-20
1
-1
/
+1
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
3
-0
/
+6
*
Repair bizarre indentation created by VC 7.1.
Tim Peters
2006-01-08
1
-1
/
+1
*
alias_for_import_name(): Dueling compiler warnings ;-)
Tim Peters
2006-01-08
1
-1
/
+2
*
analyze_cells(): This no longer compiled under VC 7.1.
Tim Peters
2006-01-08
1
-1
/
+2
*
Fix icc warnings: conversion from "long" to "int" may lose significant bits
Neal Norwitz
2006-01-08
2
-15
/
+15
*
Fix icc warnings: strlen() returns size_t
Neal Norwitz
2006-01-08
1
-3
/
+2
*
Fix icc warnings: shadowing local variable (i) and complex is set but not use...
Neal Norwitz
2006-01-07
1
-3
/
+2
*
Fix icc warnings: single bit fields should be unsigned, shadowing local varia...
Neal Norwitz
2006-01-07
1
-16
/
+16
[next]