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
*
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
*
Fix icc warnings: shadowing local variables
Neal Norwitz
2006-01-07
1
-2/+1
*
svnversion_init(): Use standard layout for function defn.
Tim Peters
2006-01-06
1
-1/+2
*
Trimmed trailing whitespace.
Tim Peters
2006-01-06
1
-20/+20
*
Drop sys.build_number. Add sys.subversion.
Martin v. Löwis
2006-01-05
1
-2/+84
*
Fix a warning from gcc by adding a missed const qualifier.
Hye-Shik Chang
2006-01-04
1
-1/+1
*
Regenerate.
Martin v. Löwis
2006-01-02
1
-45/+45
*
Adjust usage of compiler_use_new_block to its return type.
Martin v. Löwis
2006-01-02
1
-2/+2
*
SF#1391872
Fredrik Lundh
2005-12-29
1
-2/+2
*
do_mkvalue(), 'I' and 'k' cases: squash legitimate
Tim Peters
2005-12-24
1
-2/+2
*
const poisoning, spreading to fix new const warnings
Tim Peters
2005-12-24
1
-3/+3
*
Remove extra parens
Neal Norwitz
2005-12-19
1
-1/+1
*
Fix SF bug #1072182, problems with signed characters.
Neal Norwitz
2005-12-19
3
-6/+6
*
Bug #889500, fix line number on SyntaxWarning for global declarations.
Neal Norwitz
2005-12-19
1
-7/+10
*
fixed compilation with an ordinary C89 compiler
Fredrik Lundh
2005-12-18
2
-4/+3
*
Fix Armin's bug 1333982. He found it, he didn't created it :-)
Neal Norwitz
2005-12-18
1
-9/+1
*
Fix compiler warnings
Neal Norwitz
2005-12-18
1
-2/+2
*
Handle more error conditions with SystemError
Neal Norwitz
2005-12-18
1
-8/+22
*
Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.
Neal Norwitz
2005-12-18
1
-2/+2
*
Get float() to be more portable across platforms. Disable hex strings.
Neal Norwitz
2005-12-18
1
-48/+25
*
Set MemoryError when alloc fails
Neal Norwitz
2005-12-18
1
-3/+11
*
Wrap long lines in the grammar
Neal Norwitz
2005-12-18
1
-16/+17
*
Cleanup a bit and make things more consistent.
Neal Norwitz
2005-12-18
2
-142/+87
*
Expose Subversion revision number (calculated via "svnversion .") to Python.
Barry Warsaw
2005-12-18
1
-0/+3
*
SF patch #1355913, PEP 341 - Unification of try/except and try/finally
Neal Norwitz
2005-12-17
2
-55/+81
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
7
-1164/+576
*
Fix an int/long mismatch identified here:
Neal Norwitz
2005-12-15
1
-1/+2
[next]