1. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  2. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  3. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  4. 7696ed7 Change float.__str__() and complex.__str__() to return unicode objects. by Walter Dörwald · 17 years ago
  5. 573c08c Change PyErr_Format() to generate a unicode string (by using by Walter Dörwald · 17 years ago
  6. 1680713 Add interning of unicode strings by copying the functionality from by Walter Dörwald · 17 years ago
  7. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  8. 4ad9421 Rename test_xrange.py to test_range.py and fix the type name in various spots. by Walter Dörwald · 17 years ago
  9. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  10. 14176a5 Add missing #define. by Walter Dörwald · 17 years ago
  11. d203431 Add 'U'/'U#' format characters to Py_BuildValue (and thus by Walter Dörwald · 17 years ago
  12. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  13. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  14. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  15. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  16. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  17. acaa5a1 Add PyUnicode_FromString(), which create a unicode object from a by Walter Dörwald · 17 years ago
  18. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  19. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  20. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  21. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  22. ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 17 years ago
  23. 670e692 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. by Collin Winter · 17 years ago
  24. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  25. 428f064 Remove the deprecated and useless "pend" argument from by Georg Brandl · 17 years ago
  26. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  27. 6968b05 SF patch #1669633, add methods for bytes from Pete Shinners. by Neal Norwitz · 17 years ago
  28. 88d65bd I assume this was supposed to be Py_ssize_t since there are no uses of plain ssize_t. by Neal Norwitz · 17 years ago
  29. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  30. 6baa4c4 Whoops, fix build breakage. There were still a few uses of the bool type. by Neal Norwitz · 17 years ago
  31. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 17 years ago
  32. ee91be4 Make bytes_repr return a string containing a b"" literal. by Georg Brandl · 17 years ago
  33. 7ea15d0 Prevent regeneration. by Thomas Wouters · 17 years ago
  34. 00e41de Bytes literal. by Thomas Wouters · 17 years ago
  35. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  36. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  37. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  38. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  39. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  40. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  41. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  42. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 18 years ago
  43. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  44. f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
  45. 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 18 years ago
  46. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  47. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  48. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  49. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  50. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  51. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  52. ca81046 Get rid of more coerce cruft (really check in this time :-) by Neal Norwitz · 18 years ago
  53. 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
  54. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  55. b65fb33 SF patch 1546297 (with some tweaks): by Guido van Rossum · 18 years ago
  56. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  57. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  58. 3893815 Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden by Guido van Rossum · 18 years ago
  59. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  60. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  61. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  62. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  63. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  64. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  65. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  66. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  67. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  68. a0867f7 Optimizations for bytes reallocation. by Guido van Rossum · 18 years ago
  69. d624f18 Added much functionality to the bytes type. by Guido van Rossum · 18 years ago
  70. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago
  71. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  72. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  73. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  74. 57c179c Remove staticforward and statichere by Neal Norwitz · 18 years ago
  75. a10f52e Remove PyArg_NoArgs() and PyArg_GetInt() by Neal Norwitz · 18 years ago
  76. e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 18 years ago
  77. 712ce45 _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer by Neal Norwitz · 18 years ago
  78. ade612b This gets at least test_cmd_line working again and a few more modules built. by Neal Norwitz · 18 years ago
  79. b2eaa44 Remove some old types for int based functions (Py_ssize_t is da thing now.) by Neal Norwitz · 18 years ago
  80. fe55464 Whitespace changes. Also remove apply from a few comments by Neal Norwitz · 18 years ago
  81. c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 18 years ago
  82. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  83. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 18 years ago
  84. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  85. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  86. 7b216c5 Make PyGC_Collect() use Py_ssize_t. by Neal Norwitz · 18 years ago
  87. 4281cef Use Py_ssize_t for _Py_RefTotal. by Neal Norwitz · 18 years ago
  88. 1fc4b77 Change some sequnce APIs to use Py_ssize_t. by Neal Norwitz · 18 years ago
  89. 8c49c82 Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions. by Neal Norwitz · 18 years ago
  90. 6fd92dc Added words about what PyArena_Malloc() does. by Tim Peters · 18 years ago
  91. cb9426b Beefed up description of what this does; new XXX. by Tim Peters · 18 years ago
  92. 5f4390f New XXX pointing out errors in the description of by Tim Peters · 18 years ago
  93. 8cfaa0e Trimmed trailing whitespace. by Tim Peters · 18 years ago
  94. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  95. 6db0e00 Change GC refcount to Py_ssize_t. by Martin v. Löwis · 18 years ago
  96. 056a69c Reconst parameters that lost their const in the AST merge. by Martin v. Löwis · 18 years ago
  97. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  98. 7624674 Use Py_ssize_t for PyArg_UnpackTuple arguments. by Martin v. Löwis · 18 years ago
  99. e36dce6 Make ob_refcnt and tp_maxalloc (and friends) Py_ssize_t. by Martin v. Löwis · 18 years ago
  100. ca82a8b Move #include to outside "extern C {}", before Tim figures out it'll break VC++. by Thomas Wouters · 18 years ago