1. 307fa8c Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. by Guido van Rossum · 17 years ago
  2. 8ac004e Make chr() and ord() return/accept surrogate pairs in narrow builds. by Guido van Rossum · 17 years ago
  3. c3e7ffc obcheckin. by Guido van Rossum · 17 years ago
  4. ace8ba8 Revert a wrong commit. by Thomas Heller · 17 years ago
  5. f630dac Must create heaptypes with unicode names. by Thomas Heller · 17 years ago
  6. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  7. 1bd2122 Silence compiler warning. by Guido van Rossum · 17 years ago
  8. a098294 Make test_urllib.py pass. Mostly str/bytes issues. by Guido van Rossum · 17 years ago
  9. e8432ac Upon exit, flush stdout and stderr (twice: before and after the code that by Guido van Rossum · 17 years ago
  10. 5e23d57 Changes to ctypes and Mac toolbox glue that fix test_threading and test_platform. by Guido van Rossum · 17 years ago
  11. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  12. d094130 Revert r56044 (which changed the %c format specifier to accept a by Walter Dörwald · 17 years ago
  13. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  14. bc1f886 Change %c format specifier for PyArg_ParseTuple() so that it accepts by Walter Dörwald · 17 years ago
  15. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  16. 96ca691 Make sys.path and sys.argv into lists of strings. by Guido van Rossum · 17 years ago
  17. bdbb395 Looks like an oopsie -- I ignored a warning at my peril. by Guido van Rossum · 17 years ago
  18. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  19. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  20. 6e8fcae Make module docstrings unicode objects. by Walter Dörwald · 17 years ago
  21. 427dbff Revert 55876. Use PyUnicode_AsEncodedString instead. by Martin v. Löwis · 17 years ago
  22. 5397039 Minimal changes to make the "freeze" tool work again. by Guido van Rossum · 17 years ago
  23. 0aa35f8 Update the frozen bytecode for __hello__. by Guido van Rossum · 17 years ago
  24. 3ef72bb Fix PyErr_Format() call (missing exception class). by Walter Dörwald · 17 years ago
  25. e42109d Use PyErr_Format() directly instead of PyOS_snprintf()+PyErr_SetString(). by Walter Dörwald · 17 years ago
  26. 4ddbdad Simplify error formatting. Fix error message in check_unoptimized(). by Walter Dörwald · 17 years ago
  27. 5d4ede1 Simplify ste_repr(). by Walter Dörwald · 17 years ago
  28. 641d5cc Short-cut lookup of utf-8 codec, to make import work on OSX. by Martin v. Löwis · 17 years ago
  29. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  30. 94093ff Change most sys attributes that were str8 objects into str objects by Walter Dörwald · 17 years ago
  31. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  32. 2a0c081 Change sys.intern() so that unicode strings can be by Walter Dörwald · 17 years ago
  33. 360b01a Change getdefaultencoding() and getfilesystemencoding() by Walter Dörwald · 17 years ago
  34. e7efd59 Make the name of the C variables match the Python names by Walter Dörwald · 17 years ago
  35. eba7696 Make input9) behave properly with the new I/O library. by Guido van Rossum · 17 years ago
  36. 573c08c Change PyErr_Format() to generate a unicode string (by using by Walter Dörwald · 17 years ago
  37. 6f376c4 Enable new I/O. Disable creation of old files. by Guido van Rossum · 17 years ago
  38. 6dd15d3 obcheckin. by Guido van Rossum · 17 years ago
  39. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  40. 390bd7c Oops. unicode() builtin was still around. by Guido van Rossum · 17 years ago
  41. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  42. d203431 Add 'U'/'U#' format characters to Py_BuildValue (and thus by Walter Dörwald · 17 years ago
  43. e108373 It's ok for __hex__ or __oct__ to return unicode. by Guido van Rossum · 17 years ago
  44. 514a0f2 Obsubmit. by Guido van Rossum · 17 years ago
  45. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  46. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  47. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  48. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  49. bdde011 Remove support for u"..." literals. by Guido van Rossum · 17 years ago
  50. d70539a Be more robust around bytes for e[st]#? formats. by Guido van Rossum · 17 years ago
  51. 6262cc7 More uniform approach to getting (UTF8) bytes out of a string. by Guido van Rossum · 17 years ago
  52. e6d3904 Make test_marshal pass. Not my best work. :-( by Guido van Rossum · 17 years ago
  53. f9e91c9 Given that ord() of a bytes object of length 1 is defined, it should by Guido van Rossum · 17 years ago
  54. 74302db Get rid of 'file' built-in. Get rid of types.StringType and friends. by Guido van Rossum · 17 years ago
  55. 617dbc4 Checkpoint. A b it closer to working pickles and pickletools. by Guido van Rossum · 17 years ago
  56. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  57. 612344f Change UnicodeDecodeError objects so that the 'object' attribute by Walter Dörwald · 17 years ago
  58. 7fcf224 Add 8-bit chr() back as chr8(). by Guido van Rossum · 17 years ago
  59. 09dc34f Compare and hash unicode objects like their UTF-8 representations. by Guido van Rossum · 17 years ago
  60. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  61. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  62. 938ef57 Kill unichr() itself. by Guido van Rossum · 17 years ago
  63. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  64. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  65. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  66. 71011e2 Allow decorators and return annotations to be used together (fixes SF#1697248) by Nick Coghlan · 17 years ago
  67. 4138bfe Don't crash when nonlocal is used at module level (fixes SF#1705365) by Nick Coghlan · 17 years ago
  68. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  69. 4d2adcc Make it compile with C89. by Guido van Rossum · 17 years ago
  70. 8981ad0 Check in the inevitable change to the version number. by Guido van Rossum · 17 years ago
  71. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  72. 98f9746 Support marshal.dump(x, f) where f is not a real file. by Guido van Rossum · 17 years ago
  73. 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
  74. a4335b1 Looks like this file wasn't checked in. by Guido van Rossum · 17 years ago
  75. 3a38362 Fix refleak in compiler. by Guido van Rossum · 17 years ago
  76. 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
  77. e66c8c7 "from ... import x" should not be a syntax error... make by Georg Brandl · 17 years ago
  78. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  79. 9091e3a Update the silly version number. by Guido van Rossum · 17 years ago
  80. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  81. e32b422 Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. by Georg Brandl · 17 years ago
  82. 5b198e8 Commit version bump. by Brett Cannon · 17 years ago
  83. 6968b05 SF patch #1669633, add methods for bytes from Pete Shinners. by Neal Norwitz · 17 years ago
  84. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  85. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  86. 3959046 Make it so TypeError is raised if an instance of an object is put in an by Brett Cannon · 17 years ago
  87. 0240b92 Two more patches by Tony Lownds (SF# 1607548). by Guido van Rossum · 17 years ago
  88. f74225d You can no longer catch non-BaseException objects; TypeError is raised if such by Brett Cannon · 17 years ago
  89. 6baa4c4 Whoops, fix build breakage. There were still a few uses of the bool type. by Neal Norwitz · 17 years ago
  90. a44f3a3 Merged revisions 53912-53951 via svnmerge from by Thomas Wouters · 17 years ago
  91. a88a033 Add raw_input() back, named input(). Revive the old unittests too. by Guido van Rossum · 17 years ago
  92. 94ab000 Fix a refleak in the MAKE_FUNCTION opcode in ceval.c. by Georg Brandl · 17 years ago
  93. 257d3d9 Fix leak in the print function. by Georg Brandl · 17 years ago
  94. ee91be4 Make bytes_repr return a string containing a b"" literal. by Georg Brandl · 17 years ago
  95. 7ea15d0 Prevent regeneration. by Thomas Wouters · 17 years ago
  96. 00e41de Bytes literal. by Thomas Wouters · 17 years ago
  97. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  98. c2d9d7f Checkin the regenerated Python-ast.c and fix test_optparse. by Georg Brandl · 17 years ago
  99. 96bf7e8 Fix test_frozen. by Guido van Rossum · 17 years ago
  100. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago