- 16b0479 SF patch 1025636: Check for NULL returns in compile.c:com_import_stmt by Jeremy Hylton · 21 years ago
- 5dec096 Maintain peepholer's cumlc invariant by updating the running total by Raymond Hettinger · 21 years ago
- 099ecfb Simplify and future proof NOP counting in the peepholer. by Raymond Hettinger · 21 years ago
- d7bcf4d Fixed a comment and added another one. by Armin Rigo · 21 years ago
- effb393 Adopt some peepholer suggestions from Armin Rigo: by Raymond Hettinger · 21 years ago
- 23109ef SF bug #1053819: Segfault in tuple_of_constants by Raymond Hettinger · 21 years ago
- 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 21 years ago
- fec0c46 Improve error message for augmented assignments to genexps or listcomps. by Raymond Hettinger · 21 years ago
- 8ffc141 Fix two erroneous error messages. by Raymond Hettinger · 21 years ago
- 06cc973 Replaced a test with an assertion. (Suggested by Michael Hudson.) by Raymond Hettinger · 21 years ago
- 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 21 years ago
- 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
- 1792bfb Bypass peepholing of code with lineno tables having intervals >= 255. by Raymond Hettinger · 21 years ago
- 65d3c05 Fix typo in comment and add clarification. by Raymond Hettinger · 21 years ago
- ef0a82b Simplify chains of conditional jumps. (Suggested by Neal Norwitz.) by Raymond Hettinger · 21 years ago
- a12fa14 Incorporate review comments courtesy of Neal Norwitz: by Raymond Hettinger · 21 years ago
- fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 21 years ago
- 1a78929 Move the bytecode optimizer upstream so that its results are saved in pyc by Raymond Hettinger · 21 years ago
- 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 21 years ago
- add3360 Correct the order of application for decorators. Meant to be bottom-up and not by Brett Cannon · 21 years ago
- 31f8350 Fix incorrect comment for (struct compiling)->c_cellvars by Brett Cannon · 21 years ago
- d459f53 code_new(): Wouldn't compile on Windows, because of gcc'ism. by Tim Peters · 21 years ago
- 6093462 Fix bug by Michael W. Hudson · 21 years ago
- 98bd181 SF bug #1004088: big code objects (>64K) may be optimized incorrectly by Raymond Hettinger · 21 years ago
- e51c4f9 Revert 2.312; turns out interning the file name did do some good (reducing by Michael W. Hudson · 21 years ago
- 782d8ff Don't intern the filename of a file being compiled. by Michael W. Hudson · 21 years ago
- 4e7785a fix for @decorators under a debug build. by Anthony Baxter · 21 years ago
- c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
- 11a70c7 Upgrade None assignment SyntaxWarning to a SyntaxError. by Raymond Hettinger · 21 years ago
- db5860b optimize_code(): Repaired gross error in new special-casing for None. by Tim Peters · 21 years ago
- 76d962d Treat None as a constant. by Raymond Hettinger · 21 years ago
- 93468ea Remove unused macros in .c files by Neal Norwitz · 21 years ago
- 43ea47f Move NOP to end of code transformation. by Raymond Hettinger · 21 years ago
- 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 21 years ago
- 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 21 years ago
- 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
- 80d937e Fix for line events in the case: by Armin Rigo · 21 years ago
- ff5bc50 Improve byte coding for multiple assignments. by Raymond Hettinger · 21 years ago
- dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 21 years ago
- 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
- dd7eb14 Patch #792869: Clarify error message for parameters declared global, by Martin v. Löwis · 22 years ago
- 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 22 years ago
- 9832613 Fix SF bug [ 808594 ] leak on lambda with duplicate arguments error. by Jeremy Hylton · 22 years ago
- cc1798e Improve the leak fix so that PyTuple_New is only called when needed. by Raymond Hettinger · 22 years ago
- 37a724d Fix leak discovered in test_new by Michael Hudson. by Raymond Hettinger · 22 years ago
- 376e63d Fix for SF bug [ 784075 ] Fatal Python error: unknown scope by Jeremy Hylton · 22 years ago
- 1955fcf SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 22 years ago
- b9572c3 Removed bytecode transformation for sequence packing/unpacking. by Raymond Hettinger · 22 years ago
- a1d654e SF bug #644345, Poor error message for augmented assign by Neal Norwitz · 22 years ago
- f9415e6 Use macro to get length of list. Remove comment about how code used to work. by Jeremy Hylton · 22 years ago
- 521482d Remove comment with very long lines that explained what the code used to do. by Jeremy Hylton · 22 years ago
- 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 22 years ago
- 12d55a7 cmp_type(): The grammar stopped allowing '=' as a comparison operator by Tim Peters · 22 years ago
- a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
- cd12bfc Patch #708604: Check more function results. Will backport to 2.2. by Martin v. Löwis · 22 years ago
- 26848a3 Use Tim's suggestion to fix by Michael W. Hudson · 22 years ago
- f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 22 years ago
- 060641d Improved the bytecode optimizer. by Raymond Hettinger · 22 years ago
- 255a3d0 Extend SF patch #707257: Improve code generation by Raymond Hettinger · 22 years ago
- 5b75c38 Factored out test for absolute jumps. by Raymond Hettinger · 22 years ago
- f6f575a SF patch #707257: Improve code generation by Raymond Hettinger · 22 years ago
- b39903b symtable_cellvar_offsets(): This leaked references to little integers by Tim Peters · 22 years ago
- 66b1259 SF #660455 : patch by NNorwitz. by Guido van Rossum · 22 years ago
- 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 22 years ago
- 985eba5 Small function call optimization and special build option for call stats. by Jeremy Hylton · 22 years ago
- 976249b A. Lloyd Flanagan pointed out a spelling error on c.l.py. by Michael W. Hudson · 22 years ago
- accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
- 633d90c Oops. Roll back that last change. It wasn't ready for release. :-( by Guido van Rossum · 22 years ago
- 9c8a086 Add warning for assignment to None, True and False. This is patch by Guido van Rossum · 22 years ago
- 0698222 SF # 654960, remove unnecessary static variable by Neal Norwitz · 22 years ago
- 78429a6 Fixing bug by Gustavo Niemeyer · 22 years ago
- 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
- 4c6c765 Move three variables that are only used inside an if block into the block, by Walter Dörwald · 22 years ago
- 3ae3315 Clamp code objects' tp_compare result to [-1, 1]. by Michael W. Hudson · 23 years ago
- 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 23 years ago
- b716462 Add warnings for arguments named None. All set. (I could add a by Guido van Rossum · 23 years ago
- 63dd79a Add warning for None used as keyword argument name in function call. by Guido van Rossum · 23 years ago
- 3ac99d4 Add warnings for assignment or deletion of variables and attributes by Guido van Rossum · 23 years ago
- b081e0c Minor cleanup of parsename() and parsestr(): the 'struct compiling *' by Guido van Rossum · 23 years ago
- dd32a91 This is my patch by Michael W. Hudson · 23 years ago
- 9f00739 Added a FutureWarning for constructs that will change semantically in by Barry Warsaw · 23 years ago
- 8a8da79 Patch #505705: Remove eval in pickle and cPickle. by Martin v. Löwis · 23 years ago
- 715eca9 Use PyErr_WarnExplicit() to warn about hex/oct constants, so the by Guido van Rossum · 23 years ago
- 3cb8e54 Reset errno to zero after calling PyErr_Warn(). It can potentially do by Guido van Rossum · 23 years ago
- 078151d Implement stage B0 of PEP 237: add warnings for operations that by Guido van Rossum · 23 years ago
- 2863c10 Use Py_FatalError instead of abort. by Martin v. Löwis · 23 years ago
- 019934b Fix PEP 263 code --without-unicode. Fixes #591943. by Martin v. Löwis · 23 years ago
- 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 23 years ago
- 80d4e2a SF patch #578297: by Andrew MacIntyre · 23 years ago
- 21ee37c remove spurious SET_LINENO from com_list_for and com_list_if. All they do by Skip Montanaro · 23 years ago
- 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 23 years ago
- bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 23 years ago
- 05ab2e6 Fix SF bug [ 561825 ] Confusing error for "del f()" by Jeremy Hylton · 23 years ago
- 05459c5 Accept u"..." literals even when Unicode is disabled. But these by Guido van Rossum · 23 years ago
- 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 23 years ago
- 89e3ee0 If Py_OptimizeFlag is false then always evaluate assert conditions, don't by Neil Schemenauer · 23 years ago
- 51e7f5c Moving pymalloc along. by Tim Peters · 23 years ago
- 314fc79 Patch #542659: Eliminate duplicate check for NULL of freevars/cellvars. by Martin v. Löwis · 23 years ago
- cfeb3b6 Patch #50002: Display line information for bad \x escapes: by Martin v. Löwis · 23 years ago
- 150d09d Fix missing space between words. Bugfix candidate. by Neal Norwitz · 23 years ago