1. c7d3726 Fix parsing of subscriptlist. by Jeremy Hylton · 18 years ago
  2. f4e6928 Patch 1413181, by Gabriel Becedillas. by Tim Peters · 18 years ago
  3. 8622e93 And some more cleanup. by Thomas Wouters · 18 years ago
  4. 106203c Clean up from-import handling. by Thomas Wouters · 18 years ago
  5. 9ebfbf0 Simplify ast_for_trailer() in anticipation of more changes. by Jeremy Hylton · 18 years ago
  6. aa8b6c5 Fix old not-reading-pep-308-right artifact. by Thomas Wouters · 18 years ago
  7. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  8. fa443cd Fix assertion errors in debug build, brought on by PEP 308 patch. by Thomas Wouters · 18 years ago
  9. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  10. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  11. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 18 years ago
  12. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 18 years ago
  13. 59090a7 Oops, I forgot to check this in with the change to Grammar/Grammar. by Neal Norwitz · 18 years ago
  14. 2b366e4 Check whether there are flags. by Martin v. Löwis · 18 years ago
  15. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 18 years ago
  16. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  17. 9a27617 Based on discussion with Martin and Thomas on python-checkins by Neal Norwitz · 18 years ago
  18. 20dd93f Fix compiler warning on amd64. We can't use zd here since this is by Neal Norwitz · 18 years ago
  19. a361bd8 Fix compiler warning (int vs Py_ssize_t mismatch by Neal Norwitz · 18 years ago
  20. 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 18 years ago
  21. dde99d2 Remove size constraints in SLICE opcodes. by Martin v. Löwis · 18 years ago
  22. 67baee6 Move cast to suppress warning. by Martin v. Löwis · 18 years ago
  23. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 18 years ago
  24. 720ddb6 Use PyString_FromFormat for formatting error messages. by Martin v. Löwis · 18 years ago
  25. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  26. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  27. b69406d Update general copyright years to 2006. by Georg Brandl · 18 years ago
  28. 03ca23d Explain the clearing of the stack in a comment in Python/ceval.c's by Thomas Wouters · 18 years ago
  29. 82a9394 Add doc discussing how AST compiler is structured and designed. by Brett Cannon · 18 years ago
  30. 96e48d4 Use C-style comment by Neal Norwitz · 19 years ago
  31. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 19 years ago
  32. d704817 typo by Georg Brandl · 19 years ago
  33. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  34. e93e64f Repair bizarre indentation created by VC 7.1. by Tim Peters · 19 years ago
  35. 5db42c4 alias_for_import_name(): Dueling compiler warnings ;-) by Tim Peters · 19 years ago
  36. d8fe7ab analyze_cells(): This no longer compiled under VC 7.1. by Tim Peters · 19 years ago
  37. 46b7bda Fix icc warnings: conversion from "long" to "int" may lose significant bits by Neal Norwitz · 19 years ago
  38. d39d861 Fix icc warnings: strlen() returns size_t by Neal Norwitz · 19 years ago
  39. daf595f Fix icc warnings: shadowing local variable (i) and complex is set but not used, so remove by Neal Norwitz · 19 years ago
  40. 08b401f Fix icc warnings: single bit fields should be unsigned, shadowing local variables by Neal Norwitz · 19 years ago
  41. 406c640 Fix icc warnings: shadowing local variables by Neal Norwitz · 19 years ago
  42. e86e7a5 svnversion_init(): Use standard layout for function defn. by Tim Peters · 19 years ago
  43. 216b78b Trimmed trailing whitespace. by Tim Peters · 19 years ago
  44. 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 19 years ago
  45. 23f391c Fix a warning from gcc by adding a missed const qualifier. by Hye-Shik Chang · 19 years ago
  46. 5b43126 Regenerate. by Martin v. Löwis · 19 years ago
  47. 9496261 Adjust usage of compiler_use_new_block to its return type. by Martin v. Löwis · 19 years ago
  48. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  49. 35c3f4f do_mkvalue(), 'I' and 'k' cases: squash legitimate by Tim Peters · 19 years ago
  50. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago
  51. 4ac13df Remove extra parens by Neal Norwitz · 19 years ago
  52. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  53. 5d0ad50 Bug #889500, fix line number on SyntaxWarning for global declarations. by Neal Norwitz · 19 years ago
  54. 93d69a7 fixed compilation with an ordinary C89 compiler by Fredrik Lundh · 19 years ago
  55. 51abbc7 Fix Armin's bug 1333982. He found it, he didn't created it :-) by Neal Norwitz · 19 years ago
  56. 0e7a0ed Fix compiler warnings by Neal Norwitz · 19 years ago
  57. 4e6bf49 Handle more error conditions with SystemError by Neal Norwitz · 19 years ago
  58. db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
  59. e7214a1 Get float() to be more portable across platforms. Disable hex strings. by Neal Norwitz · 19 years ago
  60. 87b801c Set MemoryError when alloc fails by Neal Norwitz · 19 years ago
  61. 3c52c5a Wrap long lines in the grammar by Neal Norwitz · 19 years ago
  62. 84456bd Cleanup a bit and make things more consistent. by Neal Norwitz · 19 years ago
  63. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  64. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
  65. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  66. 6f0d479 Fix an int/long mismatch identified here: by Neal Norwitz · 19 years ago
  67. 897ff81 SF #1373150, diffs in working copy after a build by Neal Norwitz · 19 years ago
  68. f8d403d SF #1377897, Bus error in ast by Neal Norwitz · 19 years ago
  69. 8ad64aa SF #1370197, memory leak - ast_error_finish (in error conditions). by Neal Norwitz · 19 years ago
  70. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  71. 28b32ac Simplify logic for handling import * by Neal Norwitz · 19 years ago
  72. b15ec09 Reduce scope of feature by Neal Norwitz · 19 years ago
  73. c1f213e Remove unused macro, check is done elsewhere by Neal Norwitz · 19 years ago
  74. e536892 Remove unnecessary extern variable by Neal Norwitz · 19 years ago
  75. b45b315 Patch #1350409: Port signal handling to VS 2005. by Martin v. Löwis · 19 years ago
  76. 3a9a3e7 Fix memory leaks by Neal Norwitz · 19 years ago
  77. 3715c3e Fix a few more ref leaks. Backport candidate by Neal Norwitz · 19 years ago
  78. f06e30a bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 19 years ago
  79. 7bcabc6 Fix a few more memory leaks by Neal Norwitz · 19 years ago
  80. 4737b23 Last batch of ref leaks in new AST code. by Neal Norwitz · 19 years ago
  81. 944d3eb Correctly handle identifiers for anonymous scopes and align genexpr name with symtable.c by Nick Coghlan · 19 years ago
  82. 99b2533 Bring handling of genexpr in line with other anonymous scope names by Nick Coghlan · 19 years ago
  83. a3fd07d add more doc by Neal Norwitz · 19 years ago
  84. ef78529 version was not initialized properly by Neal Norwitz · 19 years ago
  85. 6b34789 Fix another memory leak or two (one real, one potential) by Neal Norwitz · 19 years ago
  86. af8f974 Add a note about how to do the memory deallocation a bit. by Neal Norwitz · 19 years ago
  87. e76adcd Fix a whole bunch of potential memory leaks (and some real ones too) by Neal Norwitz · 19 years ago
  88. 7979265 Convert all internal errors from Exception to SystemError by Neal Norwitz · 19 years ago
  89. daae616 Use convenience function by Neal Norwitz · 19 years ago
  90. e8c0536 Fix memory leak with bad generator expression by Neal Norwitz · 19 years ago
  91. 7b3d5e1 remove useless debug print helper. fix a couple of exceptions by Neal Norwitz · 19 years ago
  92. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  93. b6fc9df Fix a lot of memory and ref leaks in error paths. by Neal Norwitz · 19 years ago
  94. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  95. 2744c6c make internal method static by Neal Norwitz · 19 years ago
  96. 67715f0 - SF Bug #1350188, "setdlopenflags" leads to crash upon "import" by Neal Norwitz · 19 years ago
  97. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  98. 982e8d6 Refactor code for translating "power" nodes. by Neil Schemenauer · 19 years ago
  99. c5dd10a Write a separate ast_for_testlist_gexp() function instead of overloading by Neil Schemenauer · 19 years ago
  100. c396d9e Ensure that compiler_exit_scope() is called as necessary to free memory by Neil Schemenauer · 19 years ago