1. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  2. 427dbff Revert 55876. Use PyUnicode_AsEncodedString instead. by Martin v. Löwis · 17 years ago
  3. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  4. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  5. 6262cc7 More uniform approach to getting (UTF8) bytes out of a string. by Guido van Rossum · 17 years ago
  6. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  7. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  8. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  9. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  10. 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
  11. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  12. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  13. 3203bdc Update the magic number now that signature annotations were added. by Guido van Rossum · 18 years ago
  14. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  15. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  16. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  17. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  18. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  19. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  20. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  21. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  22. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  23. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  24. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  25. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  26. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  27. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  28. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  29. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  30. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  31. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  32. aee2e28 the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need to by Michael W. Hudson · 19 years ago
  33. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  34. 708e51a Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 by Neal Norwitz · 19 years ago
  35. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  36. 0c55f29 Patch #1290454: Fix reload() error message when parent module is not in by Georg Brandl · 19 years ago
  37. df88846 This is my patch: by Michael W. Hudson · 19 years ago
  38. 7961aa6 Patch #1197318: Cygwin case-sensitive import patch by Jason Tishler · 19 years ago
  39. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 20 years ago
  40. 7ec642a Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 20 years ago
  41. 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 20 years ago
  42. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago
  43. 1cd7017 PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases. by Tim Peters · 20 years ago
  44. a7c6509 lock_held() docs: Use True/False instead of 1/0. The LaTeX docs were by Tim Peters · 20 years ago
  45. 86c7d2f Trimmed trailing whitespace. by Tim Peters · 20 years ago
  46. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
  47. 2565324 Fix a refcount bug in an obscure code corner. Already backported. by Thomas Heller · 20 years ago
  48. 8759090 starting to add comments to explain what's here by Fred Drake · 20 years ago
  49. d4ceb31 Bump the magic number to avoid sharing bytecode between 2.3 and 2.4. by Jeremy Hylton · 20 years ago
  50. 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 20 years ago
  51. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  52. 83969ee Decref all if ensure_fromlist fails. Fixes #876533. Backported to 2.3. by Martin v. Löwis · 20 years ago
  53. ecd9129 Add comment to mollify Tim. by Jeremy Hylton · 21 years ago
  54. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  55. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  56. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
  57. 1e5fc55 - fix typo by Fred Drake · 21 years ago
  58. 00b0966 Don't use the module object setattr when importing submodules. Instead, by Neil Schemenauer · 21 years ago
  59. a11e4c1 SF patch #708201, unchecked return value in import.c by Jason Harper by Neal Norwitz · 21 years ago
  60. 08ea61a Remove PyArg_ParseTuple() for methods which take no args, by Neal Norwitz · 21 years ago
  61. 2294c0d Cleanup from patch #683257: by Neal Norwitz · 21 years ago
  62. c4f4ca9 Provide access to the import lock, fixing SF bug #580952. This is by Guido van Rossum · 21 years ago
  63. 9363dca MacPython-OS9 specific fix: If there are non-string items on sys.path don't try to intern them. This has the theoretical problem that resource filenames on sys.path cannot be unicode objects, but in practice that shouldn't matter. by Jack Jansen · 21 years ago
  64. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  65. 8982595 Backing out patch #642578 in anticipation of final acceptance of PEP 302. by Just van Rossum · 22 years ago
  66. 72f3b7a Added missing casts. by Jack Jansen · 22 years ago
  67. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  68. 3eb166b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules by Just van Rossum · 22 years ago
  69. f689492 Because MWH changed the bytecode again, moved the magic number *back* by Guido van Rossum · 22 years ago
  70. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  71. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  72. 3430d70 Apply diff2.txt from SF patch http://www.python.org/sf/566999 by Walter Dörwald · 22 years ago
  73. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  74. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  75. 5e2c5fa imp_load_module(): correct and comment the sense of the test for '+' by Guido van Rossum · 22 years ago
  76. 4ae6fae Cover a few corners in the 'U' mode integration to make imp work. by Jeremy Hylton · 22 years ago
  77. c88da1f File modes in filedescr entries are also passed to Python, so we now put "U" by Jack Jansen · 22 years ago
  78. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  79. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 22 years ago
  80. 50ee94f is_builtin() is not a Boolean -- it can return -1, 0, 1. [SF #541652] by Guido van Rossum · 22 years ago
  81. b8bff3f Return bools from functions named is_<whatever>(). by Guido van Rossum · 22 years ago
  82. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  83. 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 22 years ago
  84. d940054 OS/2 EMX port changes (Python part of patch #450267): by Andrew MacIntyre · 22 years ago
  85. bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 22 years ago
  86. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  87. 36515e2 Since the MAGIC number scheme is going to break on January 1st, document by Tim Peters · 23 years ago
  88. 550fdae On the macintosh don't take a quick exit in find_module() for frozen submodule imports: the frozen import goes through a different mechanism. by Jack Jansen · 23 years ago
  89. 9cd0efc Use PyDict_Copy() and PyDict_Update() instead of using PyObject_CallMethod() by Fred Drake · 23 years ago
  90. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  91. 8f4d331 First part of SF patch #416704: More robust freeze, by Toby Dickenson. by Guido van Rossum · 23 years ago
  92. 201baee Remove a couple of unused local variables (bug #445960, compiler warnings by Greg Ward · 23 years ago
  93. 6923234 Add a new function imp.lock_held(), and use it to skip test_threaded_import by Tim Peters · 23 years ago
  94. 9288338 Fixed typo in comment leading up to _PyImport_FixupExtension(). by Barry Warsaw · 23 years ago
  95. 11d03c5 Put conditional S_IFMT definition into pyport.h. by Martin v. Löwis · 23 years ago
  96. f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 23 years ago
  97. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
  98. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  99. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  100. f48f11c SF Patch #441791, with changes: when "import foo.bar" fails with an by Guido van Rossum · 23 years ago