1. 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 22 years ago
  2. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  3. 05ab2e6 Fix SF bug [ 561825 ] Confusing error for "del f()" by Jeremy Hylton · 22 years ago
  4. 05459c5 Accept u"..." literals even when Unicode is disabled. But these by Guido van Rossum · 22 years ago
  5. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  6. 89e3ee0 If Py_OptimizeFlag is false then always evaluate assert conditions, don't by Neil Schemenauer · 22 years ago
  7. 51e7f5c Moving pymalloc along. by Tim Peters · 22 years ago
  8. 314fc79 Patch #542659: Eliminate duplicate check for NULL of freevars/cellvars. by Martin v. Löwis · 22 years ago
  9. cfeb3b6 Patch #50002: Display line information for bad \x escapes: by Martin v. Löwis · 22 years ago
  10. 150d09d Fix missing space between words. Bugfix candidate. by Neal Norwitz · 22 years ago
  11. 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 22 years ago
  12. 340cbe7 A tentative fix for SF bug #503837 (Roeland Rengelink): by Guido van Rossum · 23 years ago
  13. 7198a52 Patch #494783: Rename cmp_op enumerators. by Martin v. Löwis · 23 years ago
  14. 733c893 Fix for SF bug [ #492403 ] exec() segfaults on closure's func_code by Jeremy Hylton · 23 years ago
  15. 86424e3 SF bug #488687 reported by Neal Norwitz by Jeremy Hylton · 23 years ago
  16. 8f6d868 code_repr(), com_addop_varname(), com_list_comprehension(), by Barry Warsaw · 23 years ago
  17. d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
  18. 9f64caa Use PyObject_CheckReadBuffer(). by Jeremy Hylton · 23 years ago
  19. 778e265 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
  20. 8c5e415 Part of SF bug #478003 possible memory leaks in err handling. by Tim Peters · 23 years ago
  21. 961dfe0 Fix for SF bug [ #471928 ] global made w/nested list comprehensions by Jeremy Hylton · 23 years ago
  22. 93a569d Fix computation of stack depth for classdef and closures. by Jeremy Hylton · 23 years ago
  23. 1c91707 Very subtle syntax change: in a list comprehension, the testlist in by Guido van Rossum · 23 years ago
  24. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  25. c785f48 Supply code objects a new-style tp_members slot and tp_getattr impl. by Jeremy Hylton · 23 years ago
  26. 51e2651 SF bug [#458941] Looks like a unary minus bug. by Tim Peters · 23 years ago
  27. 14ef244 When re-writing a factor containing a unary negation of a literal, only by Fred Drake · 23 years ago
  28. a2c2ae6 Removed unreachable goto statement to silence SGI compiler. by Sjoerd Mullender · 23 years ago
  29. 71b6af9 If an integer constant can't be generated from an integer literal by Jeremy Hylton · 23 years ago
  30. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  31. 481081e Fix SF bug [ #450909 ] __future__.division fails at prompt by Jeremy Hylton · 23 years ago
  32. d5e5a2a SF Patch [ 429024 ] deal with some unary ops at compile time by Jeremy Hylton · 23 years ago
  33. 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
  34. ff1f852 st_nested_scopes was uninitialized trash. Jeremy should fix in a better by Tim Peters · 23 years ago
  35. b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
  36. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  37. 6a53bd8 Another bug fix for recent import * warning (caught by Thomas Wouters) by Jeremy Hylton · 23 years ago
  38. ba591bf Fix error message for import * in function/class scope by Jeremy Hylton · 23 years ago
  39. 8a6f295 Fix SF bug [ #445474 ] warn about import * inside functions by Jeremy Hylton · 23 years ago
  40. e16c7ae jcompile(): inherit the CO_GENERATOR_ALLOWED flag from the 'base' by Guido van Rossum · 23 years ago
  41. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  42. 08a898f Another "if 0:" hack, this time to complain about otherwise invisible by Tim Peters · 23 years ago
  43. b6c3cea SF bug #436207: "if 0: yield x" is ignored. by Tim Peters · 23 years ago
  44. ad1a18b Change the semantics of "return" in generators, as discussed on the by Tim Peters · 23 years ago
  45. 95c80f8 Disallow 'yield' in a 'try' block when there's a 'finally' clause. by Tim Peters · 23 years ago
  46. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  47. 2a7f384 SF bug 430991: wrong co_lnotab by Tim Peters · 23 years ago
  48. 5ac946c SF patch #416249, from Mark Favas: 2.1c1 compile: unused vrbl cleanup by Tim Peters · 23 years ago
  49. 9c90105 Several small changes. Mostly reformatting, adding parens. by Jeremy Hylton · 23 years ago
  50. ddc4fd0 Fix 2.1 nested scopes crash reported by Evan Simpson by Jeremy Hylton · 23 years ago
  51. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  52. f68d8e5 Make some private symbols static. by Guido van Rossum · 23 years ago
  53. a830b38 Warn when assigning to __debug__ instead of raising an error. by Jeremy Hylton · 23 years ago
  54. 897b821 Make it illegal to assign to __debug__ as per Guido's request. by Jeremy Hylton · 23 years ago
  55. 2e2cded Set the line number correctly for a nested function with an exec or by Jeremy Hylton · 23 years ago
  56. 280e6bd Make error messages clearer for illegal combinations of nested by Jeremy Hylton · 23 years ago
  57. 061d106 If a code object is compiled with nested scopes, define the CO_NESTED flag. by Jeremy Hylton · 23 years ago
  58. ded4bd7 Update PyNode_CompileSymtable() to understand future statements by Jeremy Hylton · 23 years ago
  59. 220ae7c Fix PyFrame_FastToLocals() and counterpart to deal with cells and by Jeremy Hylton · 23 years ago
  60. ce7ef59 Fixup handling of free variables in methods when the class scope also by Jeremy Hylton · 23 years ago
  61. 23b4227 Fix crashes in nested list comprehensions SF bugs 409230 and 407800 by Jeremy Hylton · 23 years ago
  62. 207fda6 Refactored the warning-issuing code more. by Guido van Rossum · 23 years ago
  63. 9f324e9 Useful future statement support for the interactive interpreter by Jeremy Hylton · 23 years ago
  64. 7889107 Fix core dump in example from Samuele Pedroni: by Jeremy Hylton · 23 years ago
  65. 5125773 Don't add global names to st->st_global if we're already iterating by Jeremy Hylton · 23 years ago
  66. 3dd5ad3 undo introduction of st_global_star by Jeremy Hylton · 23 years ago
  67. c176132 Warn about global statement at the module level. by Jeremy Hylton · 23 years ago
  68. 4419ac1 Add warning/error handlin for problematic nested scopes cases as by Jeremy Hylton · 23 years ago
  69. ee34ac1 Let's have some sanity. Introduce a helper to issue a symbol table warning. by Guido van Rossum · 23 years ago
  70. 0bba7f8 Use the new PyErr_WarnExplicit() API to issue better warnings for by Guido van Rossum · 23 years ago
  71. ad3d3f2 Improve SyntaxErrors for bad future statements. Set file and location by Jeremy Hylton · 23 years ago
  72. 9f1b993 Print the offending line of code in the traceback for SyntaxErrors by Jeremy Hylton · 23 years ago
  73. 39e2f3f Presumed correct compiler pass for future statements by Jeremy Hylton · 23 years ago
  74. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago
  75. be77cf7 Add warnings about undefined "global" SF bug #233532 by Jeremy Hylton · 23 years ago
  76. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  77. 1e54211 Shuffle premature decref; nuke unreachable code block. by Tim Peters · 23 years ago
  78. 0372af7 symtable_update_free_vars(), symtable_undo_free(), by Barry Warsaw · 23 years ago
  79. 74b3bc4 Fix for bug 133489: compiler leaks memory by Jeremy Hylton · 23 years ago
  80. 2b3f0ca Fix for implicit tuple + default arguments, courtesy of Michael Hudson. by Jeremy Hylton · 23 years ago
  81. 384639f When running python -O, do not include blocks defined in asserts in by Jeremy Hylton · 23 years ago
  82. 17820c4 Tolerate ill-formed trees in symtable_assign(). Fixes SF bug 132510. by Jeremy Hylton · 23 years ago
  83. 4e30378 Bug #132313 error message confusing for assignment in lambda. by Tim Peters · 23 years ago
  84. 3081421 Change temp names created by listcomps from [%d] to _[%d], so the one-liner by Tim Peters · 23 years ago
  85. d7f393e In symtable_update_free_vars() do not modify the dictionary while by Jeremy Hylton · 23 years ago
  86. 6492bf7 SF patch 103589: Fix handling of cell vars that are either * or ** parameters. by Jeremy Hylton · 23 years ago
  87. cb17ae8 Relax the rules for using 'from ... import *' and exec in the presence by Jeremy Hylton · 23 years ago
  88. cd90c20 Reindent a function that was somehow indented by 7 spaces. Also did a by Guido van Rossum · 23 years ago
  89. 5acc0c0 Fix symbol table pass to generation SyntaxError exceptions that by Jeremy Hylton · 23 years ago
  90. 4b38da6 Move a bunch of definitions that were internal to compile.c to by Jeremy Hylton · 23 years ago
  91. bbf10b5 add missing DECREF (thanks, Barry) by Jeremy Hylton · 23 years ago
  92. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 23 years ago
  93. 483638c Undo recent change that banned using import to bind a global, as per by Jeremy Hylton · 23 years ago
  94. eab156f Enforce two illegal import statements that were outlawed in the by Jeremy Hylton · 23 years ago
  95. 2fdfadf plug leak detected by Barry by Jeremy Hylton · 23 years ago
  96. 64949cb PEP 227 implementation by Jeremy Hylton · 23 years ago
  97. a6ebc48 Fix bug reported by Ka-Ping Yee: The compiler botched parsing function by Jeremy Hylton · 23 years ago
  98. 5f827f4 Visit the initial test element of the listmaker for a list by Jeremy Hylton · 23 years ago
  99. 1113cfc prevent symtable_params() from dereferencing off the end of the by Jeremy Hylton · 23 years ago
  100. 174e801 com_init(): My entry into the smallest patch possible category. by Barry Warsaw · 23 years ago