1. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  2. 497b19a Updated gentoo to 2005.0 by Neal Norwitz · 19 years ago
  3. e5e5aa4 Do a better job of not inlining Py_ADDRESS_IN_RANGE() for newer gcc's. by Neal Norwitz · 19 years ago
  4. b6fc9df Fix a lot of memory and ref leaks in error paths. by Neal Norwitz · 19 years ago
  5. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  6. f6a9044 delete Python-ast.[ch] in distclean by Skip Montanaro · 19 years ago
  7. 2744c6c make internal method static by Neal Norwitz · 19 years ago
  8. 96c1c7a SF#1343671. by Fredrik Lundh · 19 years ago
  9. d489398 r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 by Fredrik Lundh · 19 years ago
  10. 0d89e35 r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100 by Fredrik Lundh · 19 years ago
  11. 3a49e92 r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100 #1346547 by Fredrik Lundh · 19 years ago
  12. bb4692b r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100 by Fredrik Lundh · 19 years ago
  13. f5b7fd2 update busted comment by Fred Drake · 19 years ago
  14. e62e936 Change PrettyPrinter.pprint(), so that output is written directly to the by Walter Dörwald · 19 years ago
  15. 1cb179e Bug #1338995: fix problem with new webbrowser.py. by Georg Brandl · 19 years ago
  16. 966c264 Fix typos. by Walter Dörwald · 19 years ago
  17. 8b6b53f Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for reporting it/supplying a patch) by Vinay Sajip · 19 years ago
  18. 286d747 SF Bug #1348477, regextest can't be pydoc'ed. Will backport. by Neal Norwitz · 19 years ago
  19. 67715f0 - SF Bug #1350188, "setdlopenflags" leads to crash upon "import" by Neal Norwitz · 19 years ago
  20. 789fd00 Fix typo in envvar name. by Brett Cannon · 19 years ago
  21. 380f417 Patch by pythonic <pythonic@gmail.com> to support Fedora as Linux distro. by Marc-André Lemburg · 19 years ago
  22. c6686b7 Added proper reflection on instances of <type 'method-wrapper'>, e.g. by Armin Rigo · 19 years ago
  23. 64b414a svn:ignoring all .pyc and .pyo files in all subdirectories of Lib/ that contain by Armin Rigo · 19 years ago
  24. f4afb21 similar to SF bug 847019: a quick check in the time() constructor, which by Armin Rigo · 19 years ago
  25. 9a2dcf8 Fix SF bug #417833 (pydoc HTTP reload failure) by removing from by Ka-Ping Yee · 19 years ago
  26. a487e4e Accept patch to resolve SF bug #651124. by Ka-Ping Yee · 19 years ago
  27. 6d98ed4 Oops, forgot to add the output file to 41388. by Neal Norwitz · 19 years ago
  28. 0f46bbf Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint by Neal Norwitz · 19 years ago
  29. 26f4c23 Make consistent with 2.4 by Neal Norwitz · 19 years ago
  30. 5d0bf94 Change time.strptime() to raise ValueError whenever there is an error in the by Brett Cannon · 19 years ago
  31. 076b732 Add an import line to a code fragment. by Brett Cannon · 19 years ago
  32. 8294de5 Another comment typo fix by Andrew M. Kuchling · 19 years ago
  33. 2e2c02f Fix typo in comment. by Walter Dörwald · 19 years ago
  34. 9fd115c Whitespace cleanup. by Walter Dörwald · 19 years ago
  35. cf48638 Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 19 years ago
  36. 6eac200 Cleanup the previous checkin. by Neal Norwitz · 19 years ago
  37. 7b63179 Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport. by Neal Norwitz · 19 years ago
  38. 245a5ab Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError by Vinay Sajip · 19 years ago
  39. 85c1909 Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError by Vinay Sajip · 19 years ago
  40. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  41. 59c6191 add missing "and" by Fred Drake · 19 years ago
  42. 8c147c3 SF Bug #1341934: Fix a representation of "\n" to use a proper tag. by Hye-Shik Chang · 19 years ago
  43. 383d3c0 test_directories(): This test had no chance of passing on by Tim Peters · 19 years ago
  44. 39914b1 Add *.pyc to svn:ignore. Add libpython*.a to .cvsignore and svn:ignore. by Martin v. Löwis · 19 years ago
  45. 2576c97 _PyUnicode_IsWhitespace(), by Tim Peters · 19 years ago
  46. 00b5c93 Minor update to HTTPHandler documentation to indicate that host:port can be used. by Vinay Sajip · 19 years ago
  47. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  48. f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 19 years ago
  49. 466e5b3 Update instructions according to Dave Abrahams instructions. by Martin v. Löwis · 19 years ago
  50. 68b49ef Add Makefile which allows easily rebuilding the charmap codecs. by Marc-André Lemburg · 19 years ago
  51. 89bbfd4 Add custom mapping files used for generating some of the charmap codecs. by Marc-André Lemburg · 19 years ago
  52. bd20ea5 Apply some cosmetic fixes to the output of the script. by Marc-André Lemburg · 19 years ago
  53. 982e8d6 Refactor code for translating "power" nodes. by Neil Schemenauer · 19 years ago
  54. c5dd10a Write a separate ast_for_testlist_gexp() function instead of overloading by Neil Schemenauer · 19 years ago
  55. c396d9e Ensure that compiler_exit_scope() is called as necessary to free memory by Neil Schemenauer · 19 years ago
  56. d9cf593 Cosmetic change: make all hex literals use upper case hex so that they by Marc-André Lemburg · 19 years ago
  57. 3c72ded Removed the decoding_map from the codecs where this is possible. by Marc-André Lemburg · 19 years ago
  58. 921fa85 use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc? by Neal Norwitz · 19 years ago
  59. 62c2fac Do not pollute name block_ty, prefix with _Py_ by Neal Norwitz · 19 years ago
  60. 6ab080c Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 19 years ago
  61. f895065 Fix compiler test when run with -u (long mode) by Neal Norwitz · 19 years ago
  62. f1d5068 Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 19 years ago
  63. 7d37f2f cleanup a bit and reuse instrsize (instruction size). working towards fixing problems with EXTENDED_ARG by Neal Norwitz · 19 years ago
  64. 1e86beb One-off "No handlers..." error message only raised if raiseExceptions is set. by Vinay Sajip · 19 years ago
  65. db85ed5 Add paragraphs on AST branch. AST'ers, please suggest corrections by Andrew M. Kuchling · 19 years ago
  66. 4fe4eb2 Add convenience makefile to check the latest what's new. by Andrew M. Kuchling · 19 years ago
  67. 12ebfd7 Use PyErr_NoMemory() instead of rolling our own. by Neal Norwitz · 19 years ago
  68. 38eb50b use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc? by Neal Norwitz · 19 years ago
  69. a34584b Use PyErr_NoMemory() instead of rolling our own. by Neal Norwitz · 19 years ago
  70. dad06a1 Remove unnecessary local variable. by Neil Schemenauer · 19 years ago
  71. 2dfcef5 Fix check_unoptimized() function. The only optimized namespaces are by Neil Schemenauer · 19 years ago
  72. 8b528b2 Fix private name mangling. The symtable also must do mangles so that by Neil Schemenauer · 19 years ago
  73. 3a44aaa Use PyTuple_Pack instead of Py_BuildValue. by Neil Schemenauer · 19 years ago
  74. a5bafc4 Add news item for the new charmap codecs. by Marc-André Lemburg · 19 years ago
  75. f3ddaee Correct error to PyRun_SimpleString macro introduced in AST merge. by Mark Hammond · 19 years ago
  76. 5da5b5b Remove conflict markers and add parsermodule.c to get things building by Mark Hammond · 19 years ago
  77. d56827c Add AST files to VC6 build. by Raymond Hettinger · 19 years ago
  78. d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 19 years ago
  79. ac699ef Don't stop generating code for import statements after the first "import as" by Neil Schemenauer · 19 years ago
  80. 147b759 Add an assert. by Neil Schemenauer · 19 years ago
  81. ebc3457 Revert previous checkin: by Neal Norwitz · 19 years ago
  82. ab541bb Revert change, func_name of lambda's is back to <lambda>. by Neil Schemenauer · 19 years ago
  83. ccd1921 Use <lamba> as the function name for lambdas (matches old compiler). by Neil Schemenauer · 19 years ago
  84. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  85. 0f00ba8 Replace the old EBCDIC codecs with new ones using the decoding table. by Marc-André Lemburg · 19 years ago
  86. 7797be7 Alias iso8859_1 to latin_1 which is the same encoding, but has by Marc-André Lemburg · 19 years ago
  87. 75c9e83 Add a few more Mac OS encodings. The mapping tables for these are by Marc-André Lemburg · 19 years ago
  88. a1129f4 Replace the old charmap codecs with new ones generated from the current by Marc-André Lemburg · 19 years ago
  89. 92b201d Add two new tools to compare codecs and show differences and to by Marc-André Lemburg · 19 years ago
  90. c5694c8 Moved gencodec.py to the Tools/unicode/ directory. by Marc-André Lemburg · 19 years ago
  91. 3144130 ANSI-C-ify the placement of local var declarations. by Armin Rigo · 19 years ago
  92. b2308bb Fix bug: by Michael W. Hudson · 19 years ago
  93. aee2e28 the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need to by Michael W. Hudson · 19 years ago
  94. cfc3471 Add 2.4.2 to LICENSE. by Georg Brandl · 19 years ago
  95. fed9b3e add some notes about recent checkins by Neal Norwitz · 19 years ago
  96. b6570f5 Get the bug # write by Neal Norwitz · 19 years ago
  97. 16af734 Incorrect code was generated for: by Neal Norwitz · 19 years ago
  98. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 19 years ago
  99. c0d5faa Free coding spec (cs) if there was an error to prevent mem leak. Maybe backport candidate by Neal Norwitz · 19 years ago
  100. 1e8659b Don't use a string exception since it's deprecated by Neal Norwitz · 19 years ago