1. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 22 years ago
  2. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  3. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 22 years ago
  4. 1e5fc55 - fix typo by Fred Drake · 22 years ago
  5. 00b0966 Don't use the module object setattr when importing submodules. Instead, by Neil Schemenauer · 22 years ago
  6. a11e4c1 SF patch #708201, unchecked return value in import.c by Jason Harper by Neal Norwitz · 22 years ago
  7. 08ea61a Remove PyArg_ParseTuple() for methods which take no args, by Neal Norwitz · 22 years ago
  8. 2294c0d Cleanup from patch #683257: by Neal Norwitz · 22 years ago
  9. c4f4ca9 Provide access to the import lock, fixing SF bug #580952. This is by Guido van Rossum · 22 years ago
  10. 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 · 23 years ago
  11. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 23 years ago
  12. 8982595 Backing out patch #642578 in anticipation of final acceptance of PEP 302. by Just van Rossum · 23 years ago
  13. 72f3b7a Added missing casts. by Jack Jansen · 23 years ago
  14. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 23 years ago
  15. 3eb166b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules by Just van Rossum · 23 years ago
  16. f689492 Because MWH changed the bytecode again, moved the magic number *back* by Guido van Rossum · 23 years ago
  17. dd32a91 This is my patch by Michael W. Hudson · 23 years ago
  18. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 23 years ago
  19. 3430d70 Apply diff2.txt from SF patch http://www.python.org/sf/566999 by Walter Dörwald · 23 years ago
  20. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 23 years ago
  21. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 23 years ago
  22. 5e2c5fa imp_load_module(): correct and comment the sense of the test for '+' by Guido van Rossum · 23 years ago
  23. 4ae6fae Cover a few corners in the 'U' mode integration to make imp work. by Jeremy Hylton · 23 years ago
  24. c88da1f File modes in filedescr entries are also passed to Python, so we now put "U" by Jack Jansen · 23 years ago
  25. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 23 years ago
  26. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 23 years ago
  27. 50ee94f is_builtin() is not a Boolean -- it can return -1, 0, 1. [SF #541652] by Guido van Rossum · 23 years ago
  28. b8bff3f Return bools from functions named is_<whatever>(). by Guido van Rossum · 23 years ago
  29. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 23 years ago
  30. 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 23 years ago
  31. d940054 OS/2 EMX port changes (Python part of patch #450267): by Andrew MacIntyre · 23 years ago
  32. bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 24 years ago
  33. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 24 years ago
  34. 36515e2 Since the MAGIC number scheme is going to break on January 1st, document by Tim Peters · 24 years ago
  35. 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 · 24 years ago
  36. 9cd0efc Use PyDict_Copy() and PyDict_Update() instead of using PyObject_CallMethod() by Fred Drake · 24 years ago
  37. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  38. 8f4d331 First part of SF patch #416704: More robust freeze, by Toby Dickenson. by Guido van Rossum · 24 years ago
  39. 201baee Remove a couple of unused local variables (bug #445960, compiler warnings by Greg Ward · 24 years ago
  40. 6923234 Add a new function imp.lock_held(), and use it to skip test_threaded_import by Tim Peters · 24 years ago
  41. 9288338 Fixed typo in comment leading up to _PyImport_FixupExtension(). by Barry Warsaw · 24 years ago
  42. 11d03c5 Put conditional S_IFMT definition into pyport.h. by Martin v. Löwis · 24 years ago
  43. f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 24 years ago
  44. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 24 years ago
  45. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 24 years ago
  46. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 24 years ago
  47. f48f11c SF Patch #441791, with changes: when "import foo.bar" fails with an by Guido van Rossum · 24 years ago
  48. 0f9431f SF bug #438295: [Windows] __init__.py cause strange behavior by Tim Peters · 24 years ago
  49. cab3f68 SF bug #417093: Case sensitive import: dir and .py file w/ same name by Tim Peters · 24 years ago
  50. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 24 years ago
  51. 37832f0 split long line by Jeremy Hylton · 24 years ago
  52. 4df3c52 Case-checking was broken on the Macintosh. Fixed. by Jack Jansen · 24 years ago
  53. a76ba6e Add some spaces around the "=" in assignments. by Fred Drake · 24 years ago
  54. 48a680c RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
  55. 677898a Thanks to Steven Majewski, finally putting MacOS X imports to bed for 2.1b1. by Tim Peters · 24 years ago
  56. d1e87a8 More MacOSX fiddling. As noted in a comment, I believe all variations by Tim Peters · 24 years ago
  57. dbe6ebb More fiddling w/ the new-fangled Mac import code. by Tim Peters · 24 years ago
  58. c63d3e9 Suppress a compiler warning under OpenVMS; time_t is unsigned on (at least) by Fred Drake · 24 years ago
  59. 5819aa8 Remove extra close curly in code #ifdef'ed out on my box. by Tim Peters · 24 years ago
  60. 430f5d4 In Steven's apparent absence, check in *something* with a non-zero chance by Tim Peters · 24 years ago
  61. e860f9b Ack -- my eyes are getting bleary. Typos in the comment typo repairs. by Tim Peters · 24 years ago
  62. f91ed2d Comment typos. by Tim Peters · 24 years ago
  63. 50d8d37 Implement PEP 235: Import on Case-Insensitive Platforms. by Tim Peters · 24 years ago
  64. 85cd1d6 The code in PyImport_Import() tried to save itself a bit of work and by Guido van Rossum · 24 years ago
  65. 3c61c35 This modified version of a patch by Thomas Heller allows __import__ by Marc-André Lemburg · 25 years ago
  66. b1cbc1e bump the magic number; the compiler has changed since 2.1a1 by Jeremy Hylton · 25 years ago
  67. 914a0b1 Steve Majewski's patch #103495, MatchFilename() and find_module() by Barry Warsaw · 25 years ago
  68. d9b9ac8 It's unclear whether PyMarshal_XXX() are part of the public or private API. by Tim Peters · 25 years ago
  69. 64949cb PEP 227 implementation by Jeremy Hylton · 25 years ago
  70. 60f42b5 Move distributed and duplicated config for stat() and fstat() into pyport.h. by Tim Peters · 25 years ago
  71. 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 25 years ago
  72. 215c340 Rip out DOS-8x3 support. by Guido van Rossum · 25 years ago
  73. 8429448 _PyImport_Fini(): Closed small memory leak when an embedded app calls by Barry Warsaw · 25 years ago
  74. 42c83af The 2.0b2 change to write .pyc files in exclusive mode (if possible) by Tim Peters · 25 years ago
  75. 55a8338 On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition by Guido van Rossum · 25 years ago
  76. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 25 years ago
  77. dd13e4f Replace the run-time 'future-bytecode-stream-inspection' hack to find out by Thomas Wouters · 25 years ago
  78. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 25 years ago
  79. 45ab2b6 Thomas reminds me to bump the MAGIC number for the extended print by Barry Warsaw · 25 years ago
  80. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 25 years ago
  81. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 25 years ago
  82. 2f2370b Oops. One of last nights ANSIfication patches accidentily upped the bytecode by Thomas Wouters · 25 years ago
  83. b4bd21c ANSIfy as many declarations as possible. by Thomas Wouters · 25 years ago
  84. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 25 years ago
  85. cbf630f Include macglue.h for some function prototypes, and renamed a few by Jack Jansen · 25 years ago
  86. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 25 years ago
  87. 63e97ad Jack Jansen, Mac patch: by Guido van Rossum · 25 years ago
  88. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 25 years ago
  89. fd71b9e Change copyright notice. by Guido van Rossum · 25 years ago
  90. 4c82b23 Trent Mick <trentm@activestate.com>: by Fred Drake · 25 years ago
  91. 9262b8a another typo caught by Rob Hooft by Jeremy Hylton · 25 years ago
  92. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
  93. 96774c1 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  94. 22b65a8 Robin Becker: The following patch seems to fix a module case bug in by Guido van Rossum · 25 years ago
  95. 1cb6cd0 As Marc-Andre Lemburg points out, the magic number needs to change by Guido van Rossum · 25 years ago
  96. b33aa1a Jack Jansen: The new version of the GUSI i/o library on the Macintosh by Guido van Rossum · 25 years ago
  97. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
  98. 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 26 years ago
  99. ed1170e In _PyImport_Init(), dynamically construct the table of legal suffixes by Guido van Rossum · 26 years ago
  100. 2571cc8 Changes by Mark Hammond for Windows CE. Mostly of the form by Guido van Rossum · 26 years ago