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