1. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  2. 35c3f4f do_mkvalue(), 'I' and 'k' cases: squash legitimate by Tim Peters · 19 years ago
  3. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago
  4. 4ac13df Remove extra parens by Neal Norwitz · 19 years ago
  5. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  6. 5d0ad50 Bug #889500, fix line number on SyntaxWarning for global declarations. by Neal Norwitz · 19 years ago
  7. 93d69a7 fixed compilation with an ordinary C89 compiler by Fredrik Lundh · 19 years ago
  8. 51abbc7 Fix Armin's bug 1333982. He found it, he didn't created it :-) by Neal Norwitz · 19 years ago
  9. 0e7a0ed Fix compiler warnings by Neal Norwitz · 19 years ago
  10. 4e6bf49 Handle more error conditions with SystemError by Neal Norwitz · 19 years ago
  11. db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
  12. e7214a1 Get float() to be more portable across platforms. Disable hex strings. by Neal Norwitz · 19 years ago
  13. 87b801c Set MemoryError when alloc fails by Neal Norwitz · 19 years ago
  14. 3c52c5a Wrap long lines in the grammar by Neal Norwitz · 19 years ago
  15. 84456bd Cleanup a bit and make things more consistent. by Neal Norwitz · 19 years ago
  16. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  17. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
  18. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  19. 6f0d479 Fix an int/long mismatch identified here: by Neal Norwitz · 19 years ago
  20. 897ff81 SF #1373150, diffs in working copy after a build by Neal Norwitz · 19 years ago
  21. f8d403d SF #1377897, Bus error in ast by Neal Norwitz · 19 years ago
  22. 8ad64aa SF #1370197, memory leak - ast_error_finish (in error conditions). by Neal Norwitz · 19 years ago
  23. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  24. 28b32ac Simplify logic for handling import * by Neal Norwitz · 19 years ago
  25. b15ec09 Reduce scope of feature by Neal Norwitz · 19 years ago
  26. c1f213e Remove unused macro, check is done elsewhere by Neal Norwitz · 19 years ago
  27. e536892 Remove unnecessary extern variable by Neal Norwitz · 19 years ago
  28. b45b315 Patch #1350409: Port signal handling to VS 2005. by Martin v. Löwis · 19 years ago
  29. 3a9a3e7 Fix memory leaks by Neal Norwitz · 19 years ago
  30. 3715c3e Fix a few more ref leaks. Backport candidate by Neal Norwitz · 19 years ago
  31. f06e30a bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 19 years ago
  32. 7bcabc6 Fix a few more memory leaks by Neal Norwitz · 19 years ago
  33. 4737b23 Last batch of ref leaks in new AST code. by Neal Norwitz · 19 years ago
  34. 944d3eb Correctly handle identifiers for anonymous scopes and align genexpr name with symtable.c by Nick Coghlan · 19 years ago
  35. 99b2533 Bring handling of genexpr in line with other anonymous scope names by Nick Coghlan · 19 years ago
  36. a3fd07d add more doc by Neal Norwitz · 19 years ago
  37. ef78529 version was not initialized properly by Neal Norwitz · 19 years ago
  38. 6b34789 Fix another memory leak or two (one real, one potential) by Neal Norwitz · 19 years ago
  39. af8f974 Add a note about how to do the memory deallocation a bit. by Neal Norwitz · 19 years ago
  40. e76adcd Fix a whole bunch of potential memory leaks (and some real ones too) by Neal Norwitz · 19 years ago
  41. 7979265 Convert all internal errors from Exception to SystemError by Neal Norwitz · 19 years ago
  42. daae616 Use convenience function by Neal Norwitz · 19 years ago
  43. e8c0536 Fix memory leak with bad generator expression by Neal Norwitz · 19 years ago
  44. 7b3d5e1 remove useless debug print helper. fix a couple of exceptions by Neal Norwitz · 19 years ago
  45. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  46. b6fc9df Fix a lot of memory and ref leaks in error paths. by Neal Norwitz · 19 years ago
  47. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  48. 2744c6c make internal method static by Neal Norwitz · 19 years ago
  49. 67715f0 - SF Bug #1350188, "setdlopenflags" leads to crash upon "import" by Neal Norwitz · 19 years ago
  50. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  51. 982e8d6 Refactor code for translating "power" nodes. by Neil Schemenauer · 19 years ago
  52. c5dd10a Write a separate ast_for_testlist_gexp() function instead of overloading by Neil Schemenauer · 19 years ago
  53. c396d9e Ensure that compiler_exit_scope() is called as necessary to free memory by Neil Schemenauer · 19 years ago
  54. 62c2fac Do not pollute name block_ty, prefix with _Py_ by Neal Norwitz · 19 years ago
  55. f1d5068 Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 19 years ago
  56. 7d37f2f cleanup a bit and reuse instrsize (instruction size). working towards fixing problems with EXTENDED_ARG by Neal Norwitz · 19 years ago
  57. 12ebfd7 Use PyErr_NoMemory() instead of rolling our own. by Neal Norwitz · 19 years ago
  58. dad06a1 Remove unnecessary local variable. by Neil Schemenauer · 19 years ago
  59. 2dfcef5 Fix check_unoptimized() function. The only optimized namespaces are by Neil Schemenauer · 19 years ago
  60. 8b528b2 Fix private name mangling. The symtable also must do mangles so that by Neil Schemenauer · 19 years ago
  61. 3a44aaa Use PyTuple_Pack instead of Py_BuildValue. by Neil Schemenauer · 19 years ago
  62. d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 19 years ago
  63. ac699ef Don't stop generating code for import statements after the first "import as" by Neil Schemenauer · 19 years ago
  64. 147b759 Add an assert. by Neil Schemenauer · 19 years ago
  65. ccd1921 Use <lamba> as the function name for lambdas (matches old compiler). by Neil Schemenauer · 19 years ago
  66. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  67. 3144130 ANSI-C-ify the placement of local var declarations. by Armin Rigo · 19 years ago
  68. aee2e28 the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need to by Michael W. Hudson · 19 years ago
  69. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 19 years ago
  70. 57071ce Oops, "=" is not a comparison operator by Neal Norwitz · 19 years ago
  71. 5f5153e Fix some mods that got dropped from the AST merge by Neal Norwitz · 19 years ago
  72. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  73. 708e51a Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 by Neal Norwitz · 19 years ago
  74. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago
  75. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago
  76. ce7da6c Forward port bugfix: by Michael W. Hudson · 19 years ago
  77. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  78. 1c2d7e5 clean-up tracing of C functions. In particular, don't call the trace func by Armin Rigo · 19 years ago
  79. 71d7e70 Removed a check "if (args != NULL)" which is always True and makes no sense. by Armin Rigo · 19 years ago
  80. a6eb56c Don't call memset() before checking that the ptr is not NULL. by Armin Rigo · 19 years ago
  81. 6953772 patch [ 1119423 ] python -c readlink()s and stat()s '-c' by Georg Brandl · 19 years ago
  82. 77c85e6 bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. by Georg Brandl · 19 years ago
  83. 6dd1461 Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 19 years ago
  84. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  85. 539c662 - Changes donated by Elemental Security to make it work on HP-UX 11 on by Guido van Rossum · 19 years ago
  86. 0c55f29 Patch #1290454: Fix reload() error message when parent module is not in by Georg Brandl · 19 years ago
  87. 99d7e4e Whitespace normalization. by Georg Brandl · 19 years ago
  88. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  89. d35edda Forward UnicodeDecodeError into SyntaxError for source encoding errors. by Martin v. Löwis · 19 years ago
  90. a710b33 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 19 years ago
  91. beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 19 years ago
  92. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 19 years ago
  93. ea9dcdc com_yield_expr(): Squash new compiler wng about unreferenced local. by Tim Peters · 19 years ago
  94. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  95. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 19 years ago
  96. e35b657 Fix cleanup DECREF logic in builtin_filter function. by Georg Brandl · 19 years ago
  97. 9a3240e bug 1234979 addition by Georg Brandl · 19 years ago
  98. af410b5 bug [ 1234979 ] Lock.acquire treats only 1 as True by Georg Brandl · 19 years ago
  99. c9371d4 Fix signedness of various char variables to stop causing a warning under gcc 4. by Brett Cannon · 19 years ago
  100. 55fa66d Add comments about PyThreadState and the usage of its fields. by Brett Cannon · 19 years ago