1. e108373 It's ok for __hex__ or __oct__ to return unicode. by Guido van Rossum · 17 years ago
  2. 514a0f2 Obsubmit. by Guido van Rossum · 17 years ago
  3. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  4. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  5. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  6. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  7. bdde011 Remove support for u"..." literals. by Guido van Rossum · 17 years ago
  8. d70539a Be more robust around bytes for e[st]#? formats. by Guido van Rossum · 17 years ago
  9. 6262cc7 More uniform approach to getting (UTF8) bytes out of a string. by Guido van Rossum · 17 years ago
  10. e6d3904 Make test_marshal pass. Not my best work. :-( by Guido van Rossum · 17 years ago
  11. f9e91c9 Given that ord() of a bytes object of length 1 is defined, it should by Guido van Rossum · 17 years ago
  12. 74302db Get rid of 'file' built-in. Get rid of types.StringType and friends. by Guido van Rossum · 17 years ago
  13. 617dbc4 Checkpoint. A b it closer to working pickles and pickletools. by Guido van Rossum · 17 years ago
  14. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  15. 612344f Change UnicodeDecodeError objects so that the 'object' attribute by Walter Dörwald · 17 years ago
  16. 7fcf224 Add 8-bit chr() back as chr8(). by Guido van Rossum · 17 years ago
  17. 09dc34f Compare and hash unicode objects like their UTF-8 representations. by Guido van Rossum · 17 years ago
  18. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  19. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  20. 938ef57 Kill unichr() itself. by Guido van Rossum · 17 years ago
  21. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  22. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  23. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  24. 71011e2 Allow decorators and return annotations to be used together (fixes SF#1697248) by Nick Coghlan · 17 years ago
  25. 4138bfe Don't crash when nonlocal is used at module level (fixes SF#1705365) by Nick Coghlan · 17 years ago
  26. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  27. 4d2adcc Make it compile with C89. by Guido van Rossum · 17 years ago
  28. 8981ad0 Check in the inevitable change to the version number. by Guido van Rossum · 17 years ago
  29. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  30. 98f9746 Support marshal.dump(x, f) where f is not a real file. by Guido van Rossum · 17 years ago
  31. 42dae6a Make readonly members defined in C throw an AttributeError on modification. This brings them into sync with Python-level attributes. Fixes bug #1687163. by Collin Winter · 17 years ago
  32. a4335b1 Looks like this file wasn't checked in. by Guido van Rossum · 17 years ago
  33. 3a38362 Fix refleak in compiler. by Guido van Rossum · 17 years ago
  34. 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
  35. e66c8c7 "from ... import x" should not be a syntax error... make by Georg Brandl · 17 years ago
  36. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  37. 9091e3a Update the silly version number. by Guido van Rossum · 17 years ago
  38. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  39. e32b422 Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. by Georg Brandl · 17 years ago
  40. 5b198e8 Commit version bump. by Brett Cannon · 17 years ago
  41. 6968b05 SF patch #1669633, add methods for bytes from Pete Shinners. by Neal Norwitz · 17 years ago
  42. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  43. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  44. 3959046 Make it so TypeError is raised if an instance of an object is put in an by Brett Cannon · 17 years ago
  45. 0240b92 Two more patches by Tony Lownds (SF# 1607548). by Guido van Rossum · 17 years ago
  46. f74225d You can no longer catch non-BaseException objects; TypeError is raised if such by Brett Cannon · 17 years ago
  47. 6baa4c4 Whoops, fix build breakage. There were still a few uses of the bool type. by Neal Norwitz · 17 years ago
  48. a44f3a3 Merged revisions 53912-53951 via svnmerge from by Thomas Wouters · 17 years ago
  49. a88a033 Add raw_input() back, named input(). Revive the old unittests too. by Guido van Rossum · 17 years ago
  50. 94ab000 Fix a refleak in the MAKE_FUNCTION opcode in ceval.c. by Georg Brandl · 17 years ago
  51. 257d3d9 Fix leak in the print function. by Georg Brandl · 17 years ago
  52. ee91be4 Make bytes_repr return a string containing a b"" literal. by Georg Brandl · 17 years ago
  53. 7ea15d0 Prevent regeneration. by Thomas Wouters · 17 years ago
  54. 00e41de Bytes literal. by Thomas Wouters · 17 years ago
  55. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  56. c2d9d7f Checkin the regenerated Python-ast.c and fix test_optparse. by Georg Brandl · 17 years ago
  57. 96bf7e8 Fix test_frozen. by Guido van Rossum · 17 years ago
  58. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  59. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  60. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  61. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  62. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  63. e33a611 Fix minor grammar typo. by Brett Cannon · 17 years ago
  64. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  65. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  66. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  67. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 18 years ago
  68. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  69. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  70. 37ffcf7 Commit __version__ change. by Martin v. Löwis · 18 years ago
  71. 3203bdc Update the magic number now that signature annotations were added. by Guido van Rossum · 18 years ago
  72. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  73. 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 18 years ago
  74. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  75. 5672904 Oops, re-add 'static' qualifier. by Thomas Wouters · 18 years ago
  76. 2bdf2cb Regenerate frozen.c's manual marshal as directed, fixing test_frozen. by Thomas Wouters · 18 years ago
  77. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  78. 16f3e03 Check "sep" and "end" for stringness in Print(). by Georg Brandl · 18 years ago
  79. 3434351 Add built-in Print() function. This is PEP 3105 except for the name; by Guido van Rossum · 18 years ago
  80. 29602e4 Make it compile with older compilers. by Guido van Rossum · 18 years ago
  81. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  82. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  83. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  84. 17ab9a0 Fix set literals not being visited in symtable creation. by Georg Brandl · 18 years ago
  85. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  86. 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
  87. b65fb33 SF patch 1546297 (with some tweaks): by Guido van Rossum · 18 years ago
  88. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  89. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
  90. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
  91. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  92. 93a6692 Make it compile with C89. by Guido van Rossum · 18 years ago
  93. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  94. fbfe093 Check for exceptions set by PyDict_GetItem(). by Jeremy Hylton · 18 years ago
  95. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  96. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  97. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  98. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  99. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  100. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago