1. 6923234 Add a new function imp.lock_held(), and use it to skip test_threaded_import by Tim Peters · 23 years ago
  2. 9288338 Fixed typo in comment leading up to _PyImport_FixupExtension(). by Barry Warsaw · 23 years ago
  3. 11d03c5 Put conditional S_IFMT definition into pyport.h. by Martin v. Löwis · 23 years ago
  4. f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 23 years ago
  5. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
  6. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  7. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  8. f48f11c SF Patch #441791, with changes: when "import foo.bar" fails with an by Guido van Rossum · 23 years ago
  9. 0f9431f SF bug #438295: [Windows] __init__.py cause strange behavior by Tim Peters · 23 years ago
  10. cab3f68 SF bug #417093: Case sensitive import: dir and .py file w/ same name by Tim Peters · 23 years ago
  11. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  12. 37832f0 split long line by Jeremy Hylton · 23 years ago
  13. 4df3c52 Case-checking was broken on the Macintosh. Fixed. by Jack Jansen · 24 years ago
  14. a76ba6e Add some spaces around the "=" in assignments. by Fred Drake · 24 years ago
  15. 48a680c RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
  16. 677898a Thanks to Steven Majewski, finally putting MacOS X imports to bed for 2.1b1. by Tim Peters · 24 years ago
  17. d1e87a8 More MacOSX fiddling. As noted in a comment, I believe all variations by Tim Peters · 24 years ago
  18. dbe6ebb More fiddling w/ the new-fangled Mac import code. by Tim Peters · 24 years ago
  19. c63d3e9 Suppress a compiler warning under OpenVMS; time_t is unsigned on (at least) by Fred Drake · 24 years ago
  20. 5819aa8 Remove extra close curly in code #ifdef'ed out on my box. by Tim Peters · 24 years ago
  21. 430f5d4 In Steven's apparent absence, check in *something* with a non-zero chance by Tim Peters · 24 years ago
  22. e860f9b Ack -- my eyes are getting bleary. Typos in the comment typo repairs. by Tim Peters · 24 years ago
  23. f91ed2d Comment typos. by Tim Peters · 24 years ago
  24. 50d8d37 Implement PEP 235: Import on Case-Insensitive Platforms. by Tim Peters · 24 years ago
  25. 85cd1d6 The code in PyImport_Import() tried to save itself a bit of work and by Guido van Rossum · 24 years ago
  26. 3c61c35 This modified version of a patch by Thomas Heller allows __import__ by Marc-André Lemburg · 24 years ago
  27. b1cbc1e bump the magic number; the compiler has changed since 2.1a1 by Jeremy Hylton · 24 years ago
  28. 914a0b1 Steve Majewski's patch #103495, MatchFilename() and find_module() by Barry Warsaw · 24 years ago
  29. d9b9ac8 It's unclear whether PyMarshal_XXX() are part of the public or private API. by Tim Peters · 24 years ago
  30. 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
  31. 60f42b5 Move distributed and duplicated config for stat() and fstat() into pyport.h. by Tim Peters · 24 years ago
  32. 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 24 years ago
  33. 215c340 Rip out DOS-8x3 support. by Guido van Rossum · 24 years ago
  34. 8429448 _PyImport_Fini(): Closed small memory leak when an embedded app calls by Barry Warsaw · 24 years ago
  35. 42c83af The 2.0b2 change to write .pyc files in exclusive mode (if possible) by Tim Peters · 24 years ago
  36. 55a8338 On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition by Guido van Rossum · 24 years ago
  37. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  38. dd13e4f Replace the run-time 'future-bytecode-stream-inspection' hack to find out by Thomas Wouters · 24 years ago
  39. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  40. 45ab2b6 Thomas reminds me to bump the MAGIC number for the extended print by Barry Warsaw · 24 years ago
  41. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  42. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  43. 2f2370b Oops. One of last nights ANSIfication patches accidentily upped the bytecode by Thomas Wouters · 24 years ago
  44. b4bd21c ANSIfy as many declarations as possible. by Thomas Wouters · 24 years ago
  45. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  46. cbf630f Include macglue.h for some function prototypes, and renamed a few by Jack Jansen · 24 years ago
  47. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  48. 63e97ad Jack Jansen, Mac patch: by Guido van Rossum · 24 years ago
  49. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  50. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  51. 4c82b23 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  52. 9262b8a another typo caught by Rob Hooft by Jeremy Hylton · 24 years ago
  53. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  54. 96774c1 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  55. 22b65a8 Robin Becker: The following patch seems to fix a module case bug in by Guido van Rossum · 24 years ago
  56. 1cb6cd0 As Marc-Andre Lemburg points out, the magic number needs to change by Guido van Rossum · 24 years ago
  57. b33aa1a Jack Jansen: The new version of the GUSI i/o library on the Macintosh by Guido van Rossum · 24 years ago
  58. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
  59. 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 25 years ago
  60. ed1170e In _PyImport_Init(), dynamically construct the table of legal suffixes by Guido van Rossum · 25 years ago
  61. 2571cc8 Changes by Mark Hammond for Windows CE. Mostly of the form by Guido van Rossum · 26 years ago
  62. 3879333 PyImport_ReloadModule(): Nailed a small memory leak. In the by Barry Warsaw · 26 years ago
  63. 6058eb4 Improve comment for PyImport_Import() as suggested by Bill Tutt. by Guido van Rossum · 26 years ago
  64. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  65. 6646856 Jim Fulton writes: by Guido van Rossum · 26 years ago
  66. 2f3667a Replace fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  67. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  68. 566373e While scalling sys.modules, skip entries that don't have string keys, by Guido van Rossum · 26 years ago
  69. a0f0a33 Mac-specific mod to enable aliases on import paths. by Guido van Rossum · 26 years ago
  70. afd3dae __file__ used to be always set to the .pyc (or .pyo) file, even if by Guido van Rossum · 26 years ago
  71. 0506a43 Patch by Just van Rossum that changes how we search for submodules of by Guido van Rossum · 26 years ago
  72. 0f84a34 Added handling for Mac code resource modules (Jack Jansen). by Guido van Rossum · 26 years ago
  73. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  74. b68cd42 Fix two smal memory leaks discovered by Vadim Chugunov. by Guido van Rossum · 26 years ago
  75. 323bf5e Ignore Windows case check for ALL CAPS 8.3 files by Guido van Rossum · 26 years ago
  76. 9c0afe5 Fix a curious bug: statements like "import sys.time" would succeed, by Guido van Rossum · 26 years ago
  77. 09cae1f New APIs for embedding applications that want to add their own entries by Guido van Rossum · 26 years ago
  78. 111c20b Reject empty module names -- otherwise __import__("") does something weird! by Guido van Rossum · 27 years ago
  79. 8766a77 Comment out a label on an #endif. by Guido van Rossum · 27 years ago
  80. 39b0f89 Address warnings issued by the MSVC++ compiler by Guido van Rossum · 27 years ago
  81. a5568d3 Support for frozen packages, matching the revamped Tools/freeze. by Guido van Rossum · 27 years ago
  82. d65911b Oops -- overuse of dabbrev-expand introduced a strange bug, where by Guido van Rossum · 27 years ago
  83. 75acc9c Add a single Python-wide (!) lock on import. Only one thread at a by Guido van Rossum · 27 years ago
  84. 05f9dce Moved clear_carefully() to _PyModule_Clear() in moduleobject.c by Guido van Rossum · 27 years ago
  85. aeca79b Small patches to the DJGPP version of check_case(). by Guido van Rossum · 27 years ago
  86. 4d1b3b9 Added DJGPP version of check_case(), by Pit Scrorpion (Hans Nowak). by Guido van Rossum · 27 years ago
  87. 0980bd9 Add case checking feature on import. by Guido van Rossum · 27 years ago
  88. e32bf6e Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to by Guido van Rossum · 27 years ago
  89. a0fec2b Two more refinements of the cleanup process. by Guido van Rossum · 27 years ago
  90. 758eec0 Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They by Guido van Rossum · 27 years ago
  91. e8c27bb Oops! Should've renamed dos_8x3 to dos-8x3 here, too. by Guido van Rossum · 27 years ago
  92. 595d7ba Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2. by Guido van Rossum · 27 years ago
  93. 197346f New policy for package imports: only a directory containing by Guido van Rossum · 27 years ago
  94. 771c6c8 Instead of using _PyImport_Inittab[] directly, use the new "official" by Guido van Rossum · 27 years ago
  95. 9a61dc9 Moved mac-specific speedup to a different place (Jack) by Guido van Rossum · 27 years ago
  96. a7f2e81 Remove unreachable "return 1" at end of ensure_fromlist(). by Guido van Rossum · 27 years ago
  97. 0207e6d Added docstrings. Not for the obsolete functions though. by Guido van Rossum · 27 years ago
  98. c172f26 Deleted find_module_in_package and find_module_in_directory -- they by Guido van Rossum · 27 years ago
  99. a86f77d Crrected a flow control error that caused the wrong error message when by Guido van Rossum · 27 years ago
  100. 9905ef9 Added support for __all__, which should be a list of modules to be by Guido van Rossum · 27 years ago