1. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  2. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  3. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  4. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago
  5. c350d1a Commit regenerated Python-ast.c. by Thomas Wouters · 18 years ago
  6. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  7. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  8. 303de6a Fix (and add test for) missing check for BaseException subclasses in the C API. by Thomas Wouters · 18 years ago
  9. e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 18 years ago
  10. 712ce45 _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer by Neal Norwitz · 18 years ago
  11. d910855 Remove apply() by Neal Norwitz · 18 years ago
  12. 9e2b966 Whoops, input *and* raw_input are slated for removal, and now both are gone. by Neal Norwitz · 18 years ago
  13. cd65e3f raw_input() -> input(). old input behavior is history (and test_builtin passes again). It was failing due to future division. by Neal Norwitz · 18 years ago
  14. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  15. c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 18 years ago
  16. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  17. eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 18 years ago
  18. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  19. 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 18 years ago
  20. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  21. 9d78550 Address an coverity issue. Coverity was complaining about a line that's fine, by Guido van Rossum · 18 years ago
  22. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  23. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  24. f2e0c45 Fix warnings on x86 (32-bit). by Neal Norwitz · 18 years ago
  25. 3e90fa5 Try to cleanup the error handling a bit so there aren't false positives by Neal Norwitz · 18 years ago
  26. 99b93c2 Use %Id for size_t-ish things on Win64. by Martin v. Löwis · 18 years ago
  27. 4281cef Use Py_ssize_t for _Py_RefTotal. by Neal Norwitz · 18 years ago
  28. 9589ee2 Tabify by Neal Norwitz · 18 years ago
  29. e92fba0 Get rid of run_err_mod(). It was only used in two places. by Neal Norwitz · 18 years ago
  30. 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 18 years ago
  31. 9742f27 Remove commented code by Neal Norwitz · 18 years ago
  32. 3909ff6 Text moved to PEP 339. by Brett Cannon · 18 years ago
  33. 5118517 Fix minor docstring typo. by Brett Cannon · 18 years ago
  34. f638630 Document the purpose of the struct _block members. by Tim Peters · 18 years ago
  35. 6fd92dc Added words about what PyArena_Malloc() does. by Tim Peters · 18 years ago
  36. 8cfaa0e Trimmed trailing whitespace. by Tim Peters · 18 years ago
  37. 2e63b73 Fix refleak in PyErr_Display(). by Brett Cannon · 18 years ago
  38. d9cf85f Fix refleak if from __future__ import was not first by Neal Norwitz · 18 years ago
  39. 814e938 Use Py_ssize_t since we are working with list size below by Neal Norwitz · 18 years ago
  40. 46872b1 Add a missing Py_DECREF to BaseException__unicode__ . by Brett Cannon · 18 years ago
  41. 3a5468e Update known issues to reflect reality by Neal Norwitz · 18 years ago
  42. 03e5bc0 Fix memory leak on attributes. by Martin v. Löwis · 18 years ago
  43. 695934a Make Py_ssize_t clean. by Thomas Wouters · 18 years ago
  44. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  45. 7464b43 Fix incompatible assignment warning from previous checkin. by Thomas Wouters · 18 years ago
  46. 7f401ef Fix gcc (4.0.x) warning about use of uninitialized variables. by Thomas Wouters · 18 years ago
  47. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 18 years ago
  48. 65b3dab Fix uninitialized value. (Why are we using bools instead of ints, like we do by Thomas Wouters · 18 years ago
  49. 0b300be Fix more memory leaks. Will backport to 2.4. by Martin v. Löwis · 18 years ago
  50. c3547a3 Fix C99-ism, and add XXX to comment by Thomas Wouters · 18 years ago
  51. 056a69c Reconst parameters that lost their const in the AST merge. by Martin v. Löwis · 18 years ago
  52. e9357b2 Tabify and reflow some long lines. by Jeremy Hylton · 18 years ago
  53. 224003b Add missing DECREF. by Jeremy Hylton · 18 years ago
  54. 572a9f3 Use %zd format characters for Py_ssize_t types. by Thomas Wouters · 18 years ago
  55. 7f59732 Put back the essence of Jeremy's original XXX comment. by Thomas Wouters · 18 years ago
  56. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  57. 7624674 Use Py_ssize_t for PyArg_UnpackTuple arguments. by Martin v. Löwis · 18 years ago
  58. 53d960c Don't pollute namespace as bad as before. All the types are static now. by Neal Norwitz · 18 years ago
  59. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  60. 090b3dd No need to export PySTEntry_New, it is only used in symtable.c by Neal Norwitz · 18 years ago
  61. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago
  62. 5e9f1fa Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out by Thomas Wouters · 18 years ago
  63. 56820c2 Add some stats collection in debugging mode. by Jeremy Hylton · 18 years ago
  64. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  65. 99b4ee6 Use simple PyList to implement list of PyObject pointers by Jeremy Hylton · 18 years ago
  66. 08533fd Tabify by Jeremy Hylton · 18 years ago
  67. a829313 Remove asdl_seq_APPEND() and simplify asdl seq implementation. by Jeremy Hylton · 18 years ago
  68. 77f1bb2 Real arena implementation by Jeremy Hylton · 18 years ago
  69. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  70. ace990c Regenerate. by Martin v. Löwis · 18 years ago
  71. a7446e3 Check the return code for PyErr_Warn() when warning about raising string by Brett Cannon · 18 years ago
  72. a7444f4 PyErr_ProgramText(): Grrrrrr. by Tim Peters · 18 years ago
  73. 1175c43 Clarify C-style exception handling with proper label name. by Thomas Wouters · 18 years ago
  74. bfe51ea Fix assertions. by Thomas Wouters · 18 years ago
  75. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  76. c7d3726 Fix parsing of subscriptlist. by Jeremy Hylton · 18 years ago
  77. f4e6928 Patch 1413181, by Gabriel Becedillas. by Tim Peters · 18 years ago
  78. 8622e93 And some more cleanup. by Thomas Wouters · 18 years ago
  79. 106203c Clean up from-import handling. by Thomas Wouters · 18 years ago
  80. 9ebfbf0 Simplify ast_for_trailer() in anticipation of more changes. by Jeremy Hylton · 18 years ago
  81. aa8b6c5 Fix old not-reading-pep-308-right artifact. by Thomas Wouters · 18 years ago
  82. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  83. fa443cd Fix assertion errors in debug build, brought on by PEP 308 patch. by Thomas Wouters · 18 years ago
  84. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  85. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  86. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 18 years ago
  87. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 18 years ago
  88. 59090a7 Oops, I forgot to check this in with the change to Grammar/Grammar. by Neal Norwitz · 18 years ago
  89. 2b366e4 Check whether there are flags. by Martin v. Löwis · 18 years ago
  90. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 18 years ago
  91. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  92. 9a27617 Based on discussion with Martin and Thomas on python-checkins by Neal Norwitz · 19 years ago
  93. 20dd93f Fix compiler warning on amd64. We can't use zd here since this is by Neal Norwitz · 19 years ago
  94. a361bd8 Fix compiler warning (int vs Py_ssize_t mismatch by Neal Norwitz · 19 years ago
  95. 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 19 years ago
  96. dde99d2 Remove size constraints in SLICE opcodes. by Martin v. Löwis · 19 years ago
  97. 67baee6 Move cast to suppress warning. by Martin v. Löwis · 19 years ago
  98. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 19 years ago
  99. 720ddb6 Use PyString_FromFormat for formatting error messages. by Martin v. Löwis · 19 years ago
  100. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago