1. 9fade76 Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) by Mark Dickinson · 12 years ago
  2. b48c028 Issue #6074: Restore the long-broken support for running with read-only source files on Windows by Nick Coghlan · 12 years ago
  3. c5bef75 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  4. 92636bf - Issue #15647: Make isdir static for windows and posix by Matthias Klose · 12 years ago
  5. 284fa08 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 12 years ago
  6. a72aa84 Fix compiler warning related to issue #14331. harmless. by Gregory P. Smith · 13 years ago
  7. fcdf04b Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 13 years ago
  8. 0e17dfb Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now #ifdef again. by Jason R. Coombs · 13 years ago
  9. 0737b72 Fix indentation by Jason R. Coombs · 13 years ago
  10. fa93cf8 Extracted Windows directory detection from NullImporter.__init__. This greatly simplifies the code and fixes issue6727. by Jason R. Coombs · 13 years ago
  11. 925ff74 Moved directory detection into an isdir function by Jason R. Coombs · 13 years ago
  12. 6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. by Antoine Pitrou · 13 years ago
  13. b744cef Fix temporary debug output (so, time_t is 8 bytes on some Windows builds) by Antoine Pitrou · 13 years ago
  14. 11cc480 Temporary debug for Windows buildbots. by Antoine Pitrou · 13 years ago
  15. 0e5fd59 Make guard more dynamic (apparently the size of a filesystem timestamp may vary under Windows). by Antoine Pitrou · 13 years ago
  16. d1c818a Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  17. 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 13 years ago
  18. ed36c06 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  19. 871a0fb Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  20. eb3cd30 Turned out that if you used explicit relative import syntax by Brett Cannon · 14 years ago
  21. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  22. b166afc Fix whitespace. by Brett Cannon · 14 years ago
  23. 417439e Partially revert the over-reaching r80813. by Brett Cannon · 14 years ago
  24. 0b03f10 Remove three unneeded variable assignments. by Brett Cannon · 14 years ago
  25. 0663873 make naming convention consistent by Benjamin Peterson · 15 years ago
  26. 6664426 Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt by Victor Stinner · 15 years ago
  27. 9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a by Gregory P. Smith · 15 years ago
  28. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
  29. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
  30. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 15 years ago
  31. 982b2fa Better name a variable: 'buf' seems to imply a mutable buffer. by Amaury Forgeot d'Arc · 15 years ago
  32. 3310a10 Update issue 6070 patch to match the patch that was actually tested on Windows. by R. David Murray · 15 years ago
  33. 23a736a Issue 6070: when creating a compiled file, after copying the mode bits, on by R. David Murray · 15 years ago
  34. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  35. 238cedc Fix two issues introduced by issue #71031 by changing the signature of by Brett Cannon · 16 years ago
  36. c4f90eb PyImport_AppendInittab() took a char * as a first argument even though that by Brett Cannon · 16 years ago
  37. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 16 years ago
  38. 3b2a6b8 Issue 3677: Fix import from UNC paths on Windows. by Kristján Valur Jónsson · 16 years ago
  39. e96d4ea Issue #1180193: When importing a module from a .pyc (or .pyo) file with by Antoine Pitrou · 16 years ago
  40. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  41. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 16 years ago
  42. 17f03ca Fix compilation when --without-threads is given #3683 by Benjamin Peterson · 16 years ago
  43. 3aa2a49 Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in by Brett Cannon · 16 years ago
  44. b028f50 Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute) by Nick Coghlan · 16 years ago
  45. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  46. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  47. 61e4590 Build bots are working again - removing the hack by Christian Heimes · 17 years ago
  48. 81caa79 Quick 'n dirty hack: Increase the magic by 2 to force a rebuild of pyc/pyo files on the build bots by Christian Heimes · 17 years ago
  49. 7f23d86 Initialize PyCompilerFlags cf_flags with 0 by Christian Heimes · 17 years ago
  50. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 17 years ago
  51. 7af53be Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files) by Nick Coghlan · 17 years ago
  52. 5e8e6d2 MS Windows doesn't have mode_t but stat.st_mode is defined as unsigned short. by Christian Heimes · 17 years ago
  53. 4034685 Issue #2051 and patch from Alexander Belopolsky: by Christian Heimes · 17 years ago
  54. 0d92443 Fixed some references leaks in sys. by Christian Heimes · 17 years ago
  55. 3403f15 Fixed #1776. __import__() no longer imports modules by file name by Christian Heimes · 17 years ago
  56. aed6c66 patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG. by Georg Brandl · 17 years ago
  57. 2da0fce Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode. by Georg Brandl · 17 years ago
  58. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 17 years ago
  59. effde12 Speed-up dictionary constructor by about 10%. by Raymond Hettinger · 17 years ago
  60. ef01d82 Implement PEP 366 by Nick Coghlan · 17 years ago
  61. 327a39b Patch #1739468: Directories and zipfiles containing __main__.py are now executable by Nick Coghlan · 17 years ago
  62. 004c1c1 Backport of Guido's review of my patch. by Christian Heimes · 17 years ago
  63. cea681b Backported fix for bug #1392 from py3k branch r58903. by Christian Heimes · 17 years ago
  64. add36e5 Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if HAVE_DYNAMIC_LOADING is not defined. by Georg Brandl · 17 years ago
  65. d7e9f60 Revert accidental checkins from last commit. by Georg Brandl · 17 years ago
  66. fdca6d8 Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. by Georg Brandl · 17 years ago
  67. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  68. 2fca81c Fix indentation (whitespace only). by Neal Norwitz · 17 years ago
  69. 67387fb Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typecast to get a 64 bit integer, and undefined the Yield macro that conflicts with winbase.h by Kristján Valur Jónsson · 18 years ago
  70. 47c52a8 Inline PyImport_GetModulesReloading(). by Collin Winter · 18 years ago
  71. 75c7c80 Fix some style nits: by Neal Norwitz · 18 years ago
  72. 276887b Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  73. 7478096 Typos. by Georg Brandl · 18 years ago
  74. cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 18 years ago
  75. 5a9aa4f Fix minor typo in a comment. by Brett Cannon · 18 years ago
  76. 94b69f6 Very minor grammatical fix in a comment. by Brett Cannon · 18 years ago
  77. 2a399b0 Properly handle a NULL returned from PyArena_New(). (Also fix some whitespace) by Neal Norwitz · 18 years ago
  78. 98775df Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 18 years ago
  79. dac090d Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  80. 3cb31ac cpathname could be NULL if it was longer than MAXPATHLEN. Don't try by Neal Norwitz · 18 years ago
  81. 9a70f95 There were really two issues by Neal Norwitz · 18 years ago
  82. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 18 years ago
  83. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  84. f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 18 years ago
  85. 33722ae Speel initialise write. Tanks Anthony. by Neal Norwitz · 18 years ago
  86. e1fdb32 Handle allocation failures gracefully. Found with failmalloc. by Neal Norwitz · 18 years ago
  87. c0cde4d Fix memory leak under some conditions. by Neal Norwitz · 18 years ago
  88. a1f1090 Actually change the MAGIC #. Create a new section for 2.5c1 and mention the impact of changing the MAGIC #. by Neal Norwitz · 18 years ago
  89. edef2be Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. by Neal Norwitz · 18 years ago
  90. a4df11d Fix refleaks reported by Shane Hathaway in SF patch #1515361. This change by Neal Norwitz · 18 years ago
  91. 5f6861d Correct None refcount issue in Mac modules. (Are they still used?) by Georg Brandl · 18 years ago
  92. 0fd1291 The empty string is a valid import path. (fixes #1496539) by Georg Brandl · 18 years ago
  93. f4ef116 Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache valid and by Georg Brandl · 18 years ago
  94. 684fd0c Replace PyObject_CallFunction calls with only object args by Georg Brandl · 18 years ago
  95. 9df4e6f - Add new Warning class, ImportWarning by Thomas Wouters · 19 years ago
  96. ac6bd46 spread the extern "C" { } magic pixie dust around. Python itself builds now by Anthony Baxter · 19 years ago
  97. 4bdaa27 Fix refleak in __import__("") (probably the cause of the 2 refleaks in by Thomas Wouters · 19 years ago
  98. 8ddab27 Fix __import__("") to raise ValueError rather than return None. by Thomas Wouters · 19 years ago
  99. 4ec3c26 Found this in an old email message from Hartmut Goebel. by Skip Montanaro · 19 years ago
  100. 2aa9a5d Use macro versions instead of function versions when we already know the type. by Neal Norwitz · 19 years ago