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
*
Improve error message for augmented assignments to genexps or listcomps.
Raymond Hettinger
2004-09-29
1
-2/+2
*
Fix two erroneous error messages.
Raymond Hettinger
2004-09-29
1
-2/+2
*
Replaced a test with an assertion.
Raymond Hettinger
2004-09-28
1
-3/+1
*
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
Phillip J. Eby
2004-09-23
1
-4/+10
*
SF patch #1031667: Fold tuples of constants into a single constant
Raymond Hettinger
2004-09-22
2
-12/+93
*
SF bug #1014215: Unspecific errors with metaclass
Raymond Hettinger
2004-09-16
1
-4/+16
*
SF patch #1007189, multi-line imports, for instance:
Anthony Baxter
2004-08-31
3
-826/+897
*
Centralize WITH_TSC processing.
Martin v. Löwis
2004-08-29
1
-37/+3
*
Bypass peepholing of code with lineno tables having intervals >= 255.
Raymond Hettinger
2004-08-25
1
-4/+8
*
Fix typo in comment and add clarification.
Raymond Hettinger
2004-08-25
1
-1/+2
*
Patch #1015021: Stop claiming that coerce can return None.
Martin v. Löwis
2004-08-25
1
-4/+4
*
Simplify chains of conditional jumps.
Raymond Hettinger
2004-08-25
1
-2/+25
*
Stop producing or using OverflowWarning. PEP 237 thought this would
Tim Peters
2004-08-25
1
-1/+3
*
Incorporate review comments courtesy of Neal Norwitz:
Raymond Hettinger
2004-08-24
1
-6/+8
*
SF Patch #1013667: Cleanup Peepholer Output
Raymond Hettinger
2004-08-23
2
-36/+102
*
Patch #900727: Add Py_InitializeEx to allow embedding without signals.
Martin v. Löwis
2004-08-19
1
-2/+10
*
Move the bytecode optimizer upstream so that its results are saved in pyc
Raymond Hettinger
2004-08-18
1
-3/+6
*
This is Mark Russell's patch:
Michael W. Hudson
2004-08-17
2
-37/+34
*
The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD
Matthias Klose
2004-08-16
1
-0/+10
*
Correct the order of application for decorators. Meant to be bottom-up and not
Brett Cannon
2004-08-15
1
-1/+4
*
Fix incorrect comment for (struct compiling)->c_cellvars
Brett Cannon
2004-08-15
1
-1/+1
*
This is my patch:
Michael W. Hudson
2004-08-12
2
-2/+34
*
code_new(): Wouldn't compile on Windows, because of gcc'ism.
Tim Peters
2004-08-12
1
-1/+1
*
Fix bug
Michael W. Hudson
2004-08-12
1
-27/+88
*
Patch #1005468: Disambiguate "min() or max()" exception string.
Martin v. Löwis
2004-08-12
1
-3/+4
*
This was quite a dark bug in my recent in-place string concatenation
Armin Rigo
2004-08-07
1
-1/+1
*
Subclasses of string can no longer be interned. The semantics of
Jeremy Hylton
2004-08-07
1
-0/+5
*
Fix
Michael W. Hudson
2004-08-07
1
-9/+7
*
SF bug #1004088: big code objects (>64K) may be optimized incorrectly
Raymond Hettinger
2004-08-06
1
-0/+5
*
SF patch #980695: efficient string concatenation
Raymond Hettinger
2004-08-06
1
-2/+91
*
Revert 2.312; turns out interning the file name did do some good (reducing
Michael W. Hudson
2004-08-04
1
-1/+1
*
Don't intern the filename of a file being compiled.
Michael W. Hudson
2004-08-03
1
-1/+1
*
Fix for the unfortunate fact that PyDict_GetItem and PyObject_GetItem
Michael W. Hudson
2004-08-02
1
-2/+4
*
for some reason, the lack of adherence to Python's C whitespace rules
Michael W. Hudson
2004-08-02
1
-2/+2
*
fix for @decorators under a debug build.
Anthony Baxter
2004-08-02
1
-0/+1
*
Completed the patch for Bug #215126.
Raymond Hettinger
2004-08-02
2
-5/+9
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
2
-1099/+1252
*
PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases.
Tim Peters
2004-08-02
1
-16/+46
*
lock_held() docs: Use True/False instead of 1/0. The LaTeX docs were
Tim Peters
2004-08-01
1
-3/+3
*
Trimmed trailing whitespace.
Tim Peters
2004-08-01
1
-2/+2
*
Patch #984714: Properly diagnose E_DECODE errors.
Martin v. Löwis
2004-07-21
1
-0/+3
*
Check the type of values returned by __int__, __float__, __long__,
Neil Schemenauer
2004-07-19
1
-2/+20
*
Upgrade None assignment SyntaxWarning to a SyntaxError.
Raymond Hettinger
2004-07-17
1
-7/+6
*
optimize_code(): Repaired gross error in new special-casing for None.
Tim Peters
2004-07-17
1
-1/+2
*
Treat None as a constant.
Raymond Hettinger
2004-07-16
1
-4/+20
*
Fix for 838140: don't call NSUnlinkModule when we fail to find our
Jack Jansen
2004-07-15
1
-2/+2
*
Moved PyMac_GetScript() to _localemodule, which is the only place where
Jack Jansen
2004-07-15
1
-24/+0
*
This is Pete Shinners' patch from his bug report
Michael W. Hudson
2004-07-14
1
-10/+30
*
Add PyArg_VaParseTupleAndKeywords(). Document this function and
Brett Cannon
2004-07-10
1
-0/+36
*
Fix a couple of signed/unsigned comparison warnings
Neal Norwitz
2004-07-08
1
-1/+1
[next]