1. 7624674 Use Py_ssize_t for PyArg_UnpackTuple arguments. by Martin v. Löwis · 18 years ago
  2. 66485ae Remove unused field. by Martin v. Löwis · 18 years ago
  3. e36dce6 Make ob_refcnt and tp_maxalloc (and friends) Py_ssize_t. by Martin v. Löwis · 18 years ago
  4. 68bc4f9 Py_ssize_t-ify. by Thomas Wouters · 18 years ago
  5. 9d63cca Fix DBEnv's set_tx_timestamp wrapper to be slightly more correct on by Thomas Wouters · 18 years ago
  6. ca82a8b Move #include to outside "extern C {}", before Tim figures out it'll break VC++. by Thomas Wouters · 18 years ago
  7. 1f1c16a Regenerate. by Thomas Wouters · 18 years ago
  8. 53d960c Don't pollute namespace as bad as before. All the types are static now. by Neal Norwitz · 18 years ago
  9. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  10. 6cba256 Change non-ASCII warning into a SyntaxError. by Martin v. Löwis · 18 years ago
  11. e4d3a72 Include code.h more sanely. by Thomas Wouters · 18 years ago
  12. 090b3dd No need to export PySTEntry_New, it is only used in symtable.c by Neal Norwitz · 18 years ago
  13. 7ef75e4 Set eol-style on new .py files. by Tim Peters · 18 years ago
  14. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago
  15. 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 18 years ago
  16. cd8ca80 Add a note about removing the file once the bug is fixed by Neal Norwitz · 18 years ago
  17. 84ef21c Its right now. by Tim Peters · 18 years ago
  18. f16b706 Ignore .pyc files by Neal Norwitz · 18 years ago
  19. 055ec24 Note that as generates a warning too by Neal Norwitz · 18 years ago
  20. e42e405 Martin owns PEP 353 and did most of the work by Neal Norwitz · 18 years ago
  21. 9193491 Make __future__ features similar for with and absolute import since they were both added before a1 by Neal Norwitz · 18 years ago
  22. 5e9f1fa Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out by Thomas Wouters · 18 years ago
  23. 56820c2 Add some stats collection in debugging mode. by Jeremy Hylton · 18 years ago
  24. dfc2404 Gave README a .txt extension. by Tim Peters · 18 years ago
  25. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  26. edc8f13 Add directory which contains known ref leaks. Some of these are likely to be system dependent (like test_gestalt). by Neal Norwitz · 18 years ago
  27. 99b4ee6 Use simple PyList to implement list of PyObject pointers by Jeremy Hylton · 18 years ago
  28. 400cbc3 Set EOL style to native. by Tim Peters · 18 years ago
  29. 85b1052 Another bit of unconstification. by Tim Peters · 18 years ago
  30. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  31. 08533fd Tabify by Jeremy Hylton · 18 years ago
  32. 14ca327 Instead of printing the exception when you interrupt a test (Ctrl-C), by Neal Norwitz · 18 years ago
  33. a829313 Remove asdl_seq_APPEND() and simplify asdl seq implementation. by Jeremy Hylton · 18 years ago
  34. 03bdedd Update comments by Neal Norwitz · 18 years ago
  35. 77f1bb2 Real arena implementation by Jeremy Hylton · 18 years ago
  36. 77e42ff George Yoshida points out that the special characters by Neal Norwitz · 18 years ago
  37. 7b03bad Test case to cover subscription bug from SF 1333982 by Jeremy Hylton · 18 years ago
  38. fb609f4 Wups, add NEWS item I'd written but not checked in. by Thomas Wouters · 18 years ago
  39. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  40. d318863 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 18 years ago
  41. d615110 XXX something for amk's attention by Anthony Baxter · 18 years ago
  42. baf3eb2 Forgot to explain the effect of the new opcode. by Guido van Rossum · 18 years ago
  43. b003f04 Generate return statement. by Martin v. Löwis · 18 years ago
  44. ace990c Regenerate. by Martin v. Löwis · 18 years ago
  45. 7ad94f0 Update the compiler package to compile the with-statement. by Guido van Rossum · 18 years ago
  46. 40d8459 Add generation of the version. by Martin v. Löwis · 18 years ago
  47. 17e5905 Ignore resource file by Neal Norwitz · 18 years ago
  48. eae93b7 Add support for version field on Modules by Martin v. Löwis · 18 years ago
  49. a7446e3 Check the return code for PyErr_Warn() when warning about raising string by Brett Cannon · 18 years ago
  50. a7444f4 PyErr_ProgramText(): Grrrrrr. by Tim Peters · 18 years ago
  51. 0023a2f Finish removal of CO_GENERATOR_ALLOWED. by Neal Norwitz · 18 years ago
  52. 1d519e4 unconst. by Martin v. Löwis · 18 years ago
  53. 1175c43 Clarify C-style exception handling with proper label name. by Thomas Wouters · 18 years ago
  54. bfe51ea Fix assertions. by Thomas Wouters · 18 years ago
  55. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  56. 5fec904 Start of a source code unparser. by Martin v. Löwis · 18 years ago
  57. 9aaad88 Even though we don't currently use unicode or complex numbers in the test, by Neal Norwitz · 18 years ago
  58. be66e94 Don't filter out OverflowWarning; should be a test failure if it is raised by by Brett Cannon · 18 years ago
  59. 59977a6 Make or_test similar to test, not testlist. by Martin v. Löwis · 18 years ago
  60. 415ed93 Skip over doc strings. by Martin v. Löwis · 18 years ago
  61. b9eb551 Convert array.array.insert to use Py_ssize_t (like the rest already does.) by Thomas Wouters · 18 years ago
  62. c7d3726 Fix parsing of subscriptlist. by Jeremy Hylton · 18 years ago
  63. 02cbf4a More unconsting. by Martin v. Löwis · 18 years ago
  64. f4e6928 Patch 1413181, by Gabriel Becedillas. by Tim Peters · 18 years ago
  65. 8622e93 And some more cleanup. by Thomas Wouters · 18 years ago
  66. 106203c Clean up from-import handling. by Thomas Wouters · 18 years ago
  67. b79afb6 unconst. by Martin v. Löwis · 18 years ago
  68. 9ebfbf0 Simplify ast_for_trailer() in anticipation of more changes. by Jeremy Hylton · 18 years ago
  69. da1329b Trimmed trailing whitespace. by Tim Peters · 18 years ago
  70. eb65125 Add an entry for 308 by Neal Norwitz · 18 years ago
  71. aa8b6c5 Fix old not-reading-pep-308-right artifact. by Thomas Wouters · 18 years ago
  72. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  73. f9f61b4 Note version added for conditional expressions by Neal Norwitz · 18 years ago
  74. e2dd78c Update for PEP 308 patch. by Thomas Wouters · 18 years ago
  75. 16c7f71 Handle testlist_safe and or_test like testlist. by Martin v. Löwis · 18 years ago
  76. 49a1302 Alias non-terminals introduced for backwards compatibility. by Martin v. Löwis · 18 years ago
  77. fa443cd Fix assertion errors in debug build, brought on by PEP 308 patch. by Thomas Wouters · 18 years ago
  78. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  79. 2086eaf Check for a not-found rlconf.h by testing for None. by Martin v. Löwis · 18 years ago
  80. 322a23f regenerated. please read PEP 306 when changing Python's grammar! by Anthony Baxter · 18 years ago
  81. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  82. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 18 years ago
  83. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 18 years ago
  84. 59090a7 Oops, I forgot to check this in with the change to Grammar/Grammar. by Neal Norwitz · 18 years ago
  85. 2b366e4 Check whether there are flags. by Martin v. Löwis · 18 years ago
  86. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 18 years ago
  87. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  88. 23b0dc5 Remove line meant to test trailing whitespace since that kind of whitespace is by Brett Cannon · 18 years ago
  89. d6e7e73 Whitespace normalization. by Tim Peters · 18 years ago
  90. 4b92a82 Oops. Fix syntax for C89 compilers. by Guido van Rossum · 18 years ago
  91. 1968ad3 - Patch 1433928: by Guido van Rossum · 18 years ago
  92. ab51f5f Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment about not removing yet. by Neal Norwitz · 18 years ago
  93. df95cb6 Move the vimrc file to the newly created Vim/ directory. by Brett Cannon · 18 years ago
  94. a4fe182 Add a script that auto-generates a Vim syntax highlighting file for Python. by Brett Cannon · 18 years ago
  95. d074beb Implement change suggested by Jiwon Seo on python-dev. by Neal Norwitz · 18 years ago
  96. 8786eb5 Fix a couple of warnings on Mac OS X. by Neal Norwitz · 18 years ago
  97. 39fd231 On OSX, use --arch_only `arch` in stead of --arch_only ppc, so things will by Jack Jansen · 18 years ago
  98. 81ae235 If the readline library is found try and determine whether it's the broken by Jack Jansen · 18 years ago
  99. de540e2 Got rid of byte-order dependencies. by Jack Jansen · 18 years ago
  100. b518d8c Fix casing of function names. by Georg Brandl · 18 years ago