1. b45b315 Patch #1350409: Port signal handling to VS 2005. by Martin v. Löwis · 19 years ago
  2. 3a9a3e7 Fix memory leaks by Neal Norwitz · 19 years ago
  3. 3715c3e Fix a few more ref leaks. Backport candidate by Neal Norwitz · 19 years ago
  4. f06e30a bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 19 years ago
  5. 7bcabc6 Fix a few more memory leaks by Neal Norwitz · 19 years ago
  6. 4737b23 Last batch of ref leaks in new AST code. by Neal Norwitz · 19 years ago
  7. 944d3eb Correctly handle identifiers for anonymous scopes and align genexpr name with symtable.c by Nick Coghlan · 19 years ago
  8. 99b2533 Bring handling of genexpr in line with other anonymous scope names by Nick Coghlan · 19 years ago
  9. a3fd07d add more doc by Neal Norwitz · 19 years ago
  10. ef78529 version was not initialized properly by Neal Norwitz · 19 years ago
  11. 6b34789 Fix another memory leak or two (one real, one potential) by Neal Norwitz · 19 years ago
  12. af8f974 Add a note about how to do the memory deallocation a bit. by Neal Norwitz · 19 years ago
  13. e76adcd Fix a whole bunch of potential memory leaks (and some real ones too) by Neal Norwitz · 19 years ago
  14. 7979265 Convert all internal errors from Exception to SystemError by Neal Norwitz · 19 years ago
  15. daae616 Use convenience function by Neal Norwitz · 19 years ago
  16. e8c0536 Fix memory leak with bad generator expression by Neal Norwitz · 19 years ago
  17. 7b3d5e1 remove useless debug print helper. fix a couple of exceptions by Neal Norwitz · 19 years ago
  18. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  19. b6fc9df Fix a lot of memory and ref leaks in error paths. by Neal Norwitz · 19 years ago
  20. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  21. 2744c6c make internal method static by Neal Norwitz · 19 years ago
  22. 67715f0 - SF Bug #1350188, "setdlopenflags" leads to crash upon "import" by Neal Norwitz · 19 years ago
  23. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  24. 982e8d6 Refactor code for translating "power" nodes. by Neil Schemenauer · 19 years ago
  25. c5dd10a Write a separate ast_for_testlist_gexp() function instead of overloading by Neil Schemenauer · 19 years ago
  26. c396d9e Ensure that compiler_exit_scope() is called as necessary to free memory by Neil Schemenauer · 19 years ago
  27. 62c2fac Do not pollute name block_ty, prefix with _Py_ by Neal Norwitz · 19 years ago
  28. f1d5068 Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 19 years ago
  29. 7d37f2f cleanup a bit and reuse instrsize (instruction size). working towards fixing problems with EXTENDED_ARG by Neal Norwitz · 19 years ago
  30. 12ebfd7 Use PyErr_NoMemory() instead of rolling our own. by Neal Norwitz · 19 years ago
  31. dad06a1 Remove unnecessary local variable. by Neil Schemenauer · 19 years ago
  32. 2dfcef5 Fix check_unoptimized() function. The only optimized namespaces are by Neil Schemenauer · 19 years ago
  33. 8b528b2 Fix private name mangling. The symtable also must do mangles so that by Neil Schemenauer · 19 years ago
  34. 3a44aaa Use PyTuple_Pack instead of Py_BuildValue. by Neil Schemenauer · 19 years ago
  35. d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 19 years ago
  36. ac699ef Don't stop generating code for import statements after the first "import as" by Neil Schemenauer · 19 years ago
  37. 147b759 Add an assert. by Neil Schemenauer · 19 years ago
  38. ccd1921 Use <lamba> as the function name for lambdas (matches old compiler). by Neil Schemenauer · 19 years ago
  39. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  40. 3144130 ANSI-C-ify the placement of local var declarations. by Armin Rigo · 19 years ago
  41. aee2e28 the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need to by Michael W. Hudson · 19 years ago
  42. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 19 years ago
  43. 57071ce Oops, "=" is not a comparison operator by Neal Norwitz · 19 years ago
  44. 5f5153e Fix some mods that got dropped from the AST merge by Neal Norwitz · 19 years ago
  45. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  46. 708e51a Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 by Neal Norwitz · 19 years ago
  47. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago
  48. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago
  49. ce7da6c Forward port bugfix: by Michael W. Hudson · 19 years ago
  50. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  51. 1c2d7e5 clean-up tracing of C functions. In particular, don't call the trace func by Armin Rigo · 19 years ago
  52. 71d7e70 Removed a check "if (args != NULL)" which is always True and makes no sense. by Armin Rigo · 19 years ago
  53. a6eb56c Don't call memset() before checking that the ptr is not NULL. by Armin Rigo · 19 years ago
  54. 6953772 patch [ 1119423 ] python -c readlink()s and stat()s '-c' by Georg Brandl · 19 years ago
  55. 77c85e6 bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. by Georg Brandl · 19 years ago
  56. 6dd1461 Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 19 years ago
  57. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  58. 539c662 - Changes donated by Elemental Security to make it work on HP-UX 11 on by Guido van Rossum · 19 years ago
  59. 0c55f29 Patch #1290454: Fix reload() error message when parent module is not in by Georg Brandl · 19 years ago
  60. 99d7e4e Whitespace normalization. by Georg Brandl · 19 years ago
  61. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  62. d35edda Forward UnicodeDecodeError into SyntaxError for source encoding errors. by Martin v. Löwis · 19 years ago
  63. a710b33 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 20 years ago
  64. beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 20 years ago
  65. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 20 years ago
  66. ea9dcdc com_yield_expr(): Squash new compiler wng about unreferenced local. by Tim Peters · 20 years ago
  67. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 20 years ago
  68. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 20 years ago
  69. e35b657 Fix cleanup DECREF logic in builtin_filter function. by Georg Brandl · 20 years ago
  70. 9a3240e bug 1234979 addition by Georg Brandl · 20 years ago
  71. af410b5 bug [ 1234979 ] Lock.acquire treats only 1 as True by Georg Brandl · 20 years ago
  72. c9371d4 Fix signedness of various char variables to stop causing a warning under gcc 4. by Brett Cannon · 20 years ago
  73. 55fa66d Add comments about PyThreadState and the usage of its fields. by Brett Cannon · 20 years ago
  74. 188d436 Fix bug: by Michael W. Hudson · 20 years ago
  75. 867f2d4 You can have more than one thread state for a thread if they by Michael W. Hudson · 20 years ago
  76. f2ca5af Fix bug by Michael W. Hudson · 20 years ago
  77. 01fca11 Remove extraneous format character from PyArg_ParseTuple call in marshal_loads. by Michael W. Hudson · 20 years ago
  78. 6d6917b Fix a couple of crashing-on-malformed data marshal bugs. by Michael W. Hudson · 20 years ago
  79. df88846 This is my patch: by Michael W. Hudson · 20 years ago
  80. ba283e2 This is my patch: by Michael W. Hudson · 20 years ago
  81. 7961aa6 Patch #1197318: Cygwin case-sensitive import patch by Jason Tishler · 20 years ago
  82. 774479c Fix: by Michael W. Hudson · 20 years ago
  83. b6fa281 Make a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow to define by Hye-Shik Chang · 20 years ago
  84. 5253c30 I suppose a bug report or even a fix would be a better response, but by Michael W. Hudson · 20 years ago
  85. 12b6f6c Move exception finalisation later in the shutdown process - this by Anthony Baxter · 20 years ago
  86. 8b8fb3d Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  87. 19b2369 Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no by Anthony Baxter · 20 years ago
  88. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 20 years ago
  89. 409d8f2 Allow classes to be defined with empty parentheses. This means that by Brett Cannon · 20 years ago
  90. 96d743e Patch #1115086: support PY_LONGLONG in structmember. by Martin v. Löwis · 20 years ago
  91. 6ce7ed2 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 20 years ago
  92. 4bf108d Patch #802188: better parser error message for non-EOL following line cont. by Martin v. Löwis · 20 years ago
  93. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 20 years ago
  94. 5dc8ced Silence a gcc warning about putting in parentheses around && expressions mixed by Brett Cannon · 20 years ago
  95. e63a078 Preserve sign of -0.0 when result is run through marshal. by Raymond Hettinger · 20 years ago
  96. 07359a7 Document how the pattern recognizer keeps all of its references in bounds. by Raymond Hettinger · 20 years ago
  97. 8012149 Teach the peepholer to fold unary operations on constants. by Raymond Hettinger · 20 years ago
  98. b615bf0 Remove the set conversion which didn't work with: [] in (0,) by Raymond Hettinger · 20 years ago
  99. 5e54796 Have set conversion replace existing constant if not used elsewhere. by Raymond Hettinger · 20 years ago
  100. 0f1f63c Close the discussion in SF bug 1069160. by Guido van Rossum · 20 years ago