1. d0005ff Update NOTES for importlib. by Brett Cannon · 17 years ago
  2. 4e9c0f5 Blocked revisions 68953 via svnmerge by Brett Cannon · 17 years ago
  3. 1e2d870 Merged revisions 68947 via svnmerge from by Mark Dickinson · 17 years ago
  4. 97d3aa5 use the classmethod directive by Benjamin Peterson · 17 years ago
  5. 3fe61d5 Merged revisions 68933 via svnmerge from by Tarek Ziadé · 17 years ago
  6. 4d4456f Merged revisions 68929 via svnmerge from by Tarek Ziadé · 17 years ago
  7. 7ce17fe Blocked revisions 68927 via svnmerge by Hirokazu Yamamoto · 17 years ago
  8. 2989de0 Blocked revisions 68925 via svnmerge by Benjamin Peterson · 17 years ago
  9. b52ec78 Issue #4753: By enabling a configure option named '--with-computed-gotos' by Antoine Pitrou · 17 years ago
  10. e6aad75 Merged revisions 68920 via svnmerge from by Mark Dickinson · 17 years ago
  11. 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 17 years ago
  12. 51d4aab Add the terms "finder", "loader", and "importer" to the glossary. by Brett Cannon · 17 years ago
  13. 41faa54 merge r68915 to py3k by Jesse Noller · 17 years ago
  14. cddcf44 Merged revisions 68903,68906 via svnmerge from by Mark Dickinson · 17 years ago
  15. 3dfe55b Merged revisions 68897 via svnmerge from by Mark Dickinson · 17 years ago
  16. acbf461 Merged revisions 68893 via svnmerge from by Martin v. Löwis · 17 years ago
  17. 17e5587 Merged revisions 68890 via svnmerge from by Mark Dickinson · 17 years ago
  18. d4624c3 Some minor cleanups in PyLong_FromLong: by Mark Dickinson · 17 years ago
  19. 59e4779 Merged revisions 68885 via svnmerge from by Martin v. Löwis · 17 years ago
  20. d9aab51 Add a test for UNC import paths, see issue 3677 by Kristján Valur Jónsson · 17 years ago
  21. 92cb438 Issue 3677: Release the path string on py3k by Kristján Valur Jónsson · 17 years ago
  22. e4bccb7 Factor common branch in load_long(). by Alexandre Vassalotti · 17 years ago
  23. 6fd47e2 merge 68874 to py3kwq! by Jesse Noller · 17 years ago
  24. 21cbf5f Merged revisions 68457 via svnmerge from by Hirokazu Yamamoto · 17 years ago
  25. bcd1e3a Clean up pickle usage examples. by Alexandre Vassalotti · 17 years ago
  26. f7d08c7 Issue 2980: Protocol 0 is not truly restricted to ASCII. by Alexandre Vassalotti · 17 years ago
  27. 4a72a19 Remove obsolete note on binary-mode vs. text-mode file. by Alexandre Vassalotti · 17 years ago
  28. 446f7ff Remove unnecessary copying in load_long(). by Alexandre Vassalotti · 17 years ago
  29. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 17 years ago
  30. 83b9730 Ignore pyc and pyo files. by Brett Cannon · 17 years ago
  31. 7f400e1 Add some comment markers to more clearly delineate what different parts of the by Brett Cannon · 17 years ago
  32. 5abdc93 Add importlib.machinery with its first tenants, BuitinImporter and by Brett Cannon · 17 years ago
  33. 7b3c89d merge r68862 to py3k by Jesse Noller · 17 years ago
  34. 60bbdd5 Blocked revisions 68850,68853 via svnmerge by Benjamin Peterson · 17 years ago
  35. 33418c8 Fix markup for arguments in importlib docs. by Brett Cannon · 17 years ago
  36. 44bf631 Followup of #4874: also fix multibytecodec.c by Antoine Pitrou · 17 years ago
  37. 81fabdb Issue #4874: Most builtin decoders now reject unicode input. by Antoine Pitrou · 17 years ago
  38. dd01f8f Update comments and add an optimized path for Counter.update(). by Raymond Hettinger · 17 years ago
  39. 94adc8e More doc tweaks. by Raymond Hettinger · 17 years ago
  40. c8b4cec Blocked revisions 68760,68793,68813,68826,68829,68831 via svnmerge by Benjamin Peterson · 17 years ago
  41. c95d050 Blocked revisions 68843,68845 via svnmerge by Benjamin Peterson · 17 years ago
  42. 670eaec Tighten-up the docs for Counter(). by Raymond Hettinger · 17 years ago
  43. e0d1b9f Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 17 years ago
  44. 63b3a97 merge r68839 forward to py3k by Jesse Noller · 17 years ago
  45. 08838b6 Merged revisions 68835 via svnmerge from by Antoine Pitrou · 17 years ago
  46. 6268cbc Issue 5013: Fixed bug in FileHandler when delay was set - added fix for RotatingFileHandler and changed header comment slightly. by Vinay Sajip · 17 years ago
  47. b14043c Beautify and cleanup the references section. by Raymond Hettinger · 17 years ago
  48. c123403 Revert part of r68799 which unintentionally updated this file. by Raymond Hettinger · 17 years ago
  49. 9ffc020 Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. by Mark Dickinson · 17 years ago
  50. 8dd0514 Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the by Mark Dickinson · 17 years ago
  51. 6dc4396 Blocked revisions 68764,68766 via svnmerge by Benjamin Peterson · 17 years ago
  52. 152b657 Merged revisions 68797,68801 via svnmerge from by Benjamin Peterson · 17 years ago
  53. e0c9041 Blocked revisions 68807 via svnmerge by Benjamin Peterson · 17 years ago
  54. b36958a Blocked revisions 68803,68805 via svnmerge by Benjamin Peterson · 17 years ago
  55. 0bae662 Fix typos. by Raymond Hettinger · 17 years ago
  56. 4f7945f Fix typo by Antoine Pitrou · 17 years ago
  57. a0fd888 Issue 4998: Decimal should not subclass or register with numbers.Real. by Raymond Hettinger · 17 years ago
  58. 7bf3a0e Forward port r68797: Fix-up jump targets in collections docs. by Raymond Hettinger · 17 years ago
  59. cd372c6 Blocked revisions 68789,68792 via svnmerge by Benjamin Peterson · 17 years ago
  60. 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 17 years ago
  61. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 17 years ago
  62. df50106 Clarify how the specify the name of a module with the 'module' directive. by Brett Cannon · 17 years ago
  63. 7edf129 merge r68787 to py3k by Jesse Noller · 17 years ago
  64. 4401f34 Blocked revisions 68785 via svnmerge by Benjamin Peterson · 17 years ago
  65. 7522c74 Merged revisions 68779 via svnmerge from by Benjamin Peterson · 17 years ago
  66. 9053d75 Merged revisions 68763,68773 via svnmerge from by Benjamin Peterson · 17 years ago
  67. 6214edd merge r68768 to py3k by Jesse Noller · 17 years ago
  68. 7aedf11 fix compiler warning by Benjamin Peterson · 17 years ago
  69. 05e782f reenable the invalid fd test for fdopen by Benjamin Peterson · 17 years ago
  70. 806d402 Merged revisions 68755 via svnmerge from by Benjamin Peterson · 17 years ago
  71. d994864 Remove a debugging print statement that accidentally got left in. by Brett Cannon · 17 years ago
  72. b4a1b8c Fix a typo in some code that is not tested or supported yet. by Brett Cannon · 17 years ago
  73. f99d243 Blocked revisions 68544-68545,68597 via svnmerge by Benjamin Peterson · 17 years ago
  74. 18e9512 Merged revisions 68546 via svnmerge from by Benjamin Peterson · 17 years ago
  75. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 17 years ago
  76. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 17 years ago
  77. 9a0fc97 merge cl r68737 to py3k by Jesse Noller · 17 years ago
  78. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 17 years ago
  79. 7e15845 Issue #4815: Offer conversion to UTF-8 if source files have by Martin v. Löwis · 17 years ago
  80. 975a079 Issue #4008: Fix problems with non-ASCII source files. by Martin v. Löwis · 17 years ago
  81. 1cbb17a Correct issue number for 68728 checkin by Jesse Noller · 17 years ago
  82. f70a538 Issues #10867: remove old cPickle imports from multiprocessing by Jesse Noller · 17 years ago
  83. 38d54f7 #4975: fix bytes/str issue. by Georg Brandl · 17 years ago
  84. e17d586 #4983: clarify what "byte sequence" is. by Georg Brandl · 17 years ago
  85. 64150bc #4984: fix number of types. by Georg Brandl · 17 years ago
  86. 2c5c79c Tests of case-sensitivity were being executed on OSs which did not have a by Brett Cannon · 17 years ago
  87. b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 17 years ago
  88. 34f9b4c Blocked revisions 68705 via svnmerge by Benjamin Peterson · 17 years ago
  89. 24b6a2c NOTES for importlib should mention the ultimate end-goal for the package. by Brett Cannon · 17 years ago
  90. 7044d6b Skip over any file or folder that starts with a dot (e.g. .svn). by Brett Cannon · 17 years ago
  91. d3fb4bb Merged revisions 68678 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  92. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 17 years ago
  93. 458ad47 Merged revisions 68459 via svnmerge from by Benjamin Peterson · 17 years ago
  94. 822b21c Merged revisions 68458 via svnmerge from by Benjamin Peterson · 17 years ago
  95. b4ddfa4 fix compiler warning by Benjamin Peterson · 17 years ago
  96. e5bf383 Merged revisions 68460 via svnmerge from by Benjamin Peterson · 17 years ago
  97. 92d0a6a I'm just going to assume that all of these revisions don't need to be merge, since it's not indicated: by Benjamin Peterson · 17 years ago
  98. c465600 Merged revisions 68676 via svnmerge from by Benjamin Peterson · 17 years ago
  99. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 17 years ago
  100. e4bc7f6 Issue #4838: When a module is deallocated, free the memory backing the optional module state data. by Antoine Pitrou · 17 years ago