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