1. 068979c Textual change to make the doc reflect reality by Nicholas Bastin · 20 years ago
  2. b1b605e Fix clear_flags(). Make a readable (not evalable) Context repr. by Raymond Hettinger · 20 years ago
  3. d4be86c Write another section by Andrew M. Kuchling · 20 years ago
  4. c8f8a81 Rewrite two sections by Andrew M. Kuchling · 20 years ago
  5. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 20 years ago
  6. 9ec3e3b Namespace cleanups: by Raymond Hettinger · 20 years ago
  7. 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 20 years ago
  8. 17c52d8 Refactored RotatingFileHandler to create a base class for rotating handlers. Added TimedRotatingFileHandler. by Vinay Sajip · 20 years ago
  9. 779e0c9 Changed basicConfig() to add keyword arguments. Changes are backward-compatible. by Vinay Sajip · 20 years ago
  10. a13c60b Moved example section up to just after the section on Logger objects, and changed it to use the new basicConfig() API by Vinay Sajip · 20 years ago
  11. d9c0a7a Work through several open todos: by Raymond Hettinger · 20 years ago
  12. 41d13f6 Clarify last added comment (bug #754449). by Brett Cannon · 20 years ago
  13. cc4e935 threading.Thread objects will now print a traceback for an exception raised by Brett Cannon · 20 years ago
  14. f9bfdd8 Patch [ 983775 ] Allow bdist_wininst to install for non-admin users by Mark Hammond · 20 years ago
  15. 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 20 years ago
  16. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  17. 8139140 Update info about the windows build. by Thomas Heller · 20 years ago
  18. 04c673b SF #951851 fixed. by Thomas Heller · 20 years ago
  19. 1df0461 When importing an extension on Windows, the code reads the PE 'import by Thomas Heller · 20 years ago
  20. 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 20 years ago
  21. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  22. 78bace7 add cp866 row by Skip Montanaro · 20 years ago
  23. d88471f Change signatures for arguments to "s" and friends to be the proper ``const by Brett Cannon · 20 years ago
  24. 83a6430 Committing Tim's patch for SF bug #983585: by Fred Drake · 20 years ago
  25. ac1075a Document that encode() and decode() raise UnicodeError instead of ValueError. by Walter Dörwald · 20 years ago
  26. ecf7a52 link to the codecs page from the "".encode() description. by Skip Montanaro · 20 years ago
  27. d7cc1bd Fix by Michael W. Hudson · 20 years ago
  28. 1f34eb1 fix small consistency nit by Fred Drake · 20 years ago
  29. 1b89656 add omitted markup by Fred Drake · 20 years ago
  30. 68a37ac * Fix typos. by Raymond Hettinger · 20 years ago
  31. 0fff62f Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  32. 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  33. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  34. 2ccf5d6 use file() in preference to open() by Skip Montanaro · 20 years ago
  35. 7db865a tyop by Michael W. Hudson · 20 years ago
  36. c30ba84 restore NEWS entry for 957240 by Michael W. Hudson · 20 years ago
  37. d5cf143 Check in the updated version of patch #957240, which doesn't rely by Michael W. Hudson · 20 years ago
  38. 96b935e fix handling when a proper getopt(1) is available; the "--" by Fred Drake · 20 years ago
  39. 93b4b88 [Patch #974633] Check PyObject_MALLOC return for error by Andrew M. Kuchling · 20 years ago
  40. 6d3a0d2 [Bug #948970] Add PyExc_* symbols to index. by Andrew M. Kuchling · 20 years ago
  41. 7dd8fda [Bug #978556] Update SHA spec URL; bugfix candidate by Andrew M. Kuchling · 20 years ago
  42. 08c08bb [Bug #912845] urllib2 only checks for a 200 return code, but 206 is also legal if a Range: header was supplied. by Andrew M. Kuchling · 20 years ago
  43. 31352c5 Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) by Andrew M. Kuchling · 20 years ago
  44. bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 20 years ago
  45. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 20 years ago
  46. a031a08 Add a missing space. by Brett Cannon · 20 years ago
  47. 46d4ff2 Fix stupid mistake of forgetting to mention that the fix for bug #981299 by Brett Cannon · 20 years ago
  48. fbac294 rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network by Brett Cannon · 20 years ago
  49. 289e4cb Changed applicable use of ``char *`` declarations that are passed into by Brett Cannon · 20 years ago
  50. 93d1b2c Add readme.txt by Martin v. Löwis · 20 years ago
  51. 3b04ce8 Patch from Mark Hammond to fix a test error. by Raymond Hettinger · 20 years ago
  52. 19699a9 Adds support for DB.pget and DBCursor.pget methods. by Gregory P. Smith · 20 years ago
  53. 31c5065 Add weakref support to all bsddb.db objects. by Gregory P. Smith · 20 years ago
  54. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  55. 1ed5705 Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro. by Brett Cannon · 20 years ago
  56. 589c6ab raise the module minor version. by Gregory P. Smith · 20 years ago
  57. dc5af70 SF patch / bug #967763 by Gregory P. Smith · 20 years ago
  58. c2b151c Add code for a range function that uses generators. by Brett Cannon · 20 years ago
  59. a6b3caa Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when by Gregory P. Smith · 20 years ago
  60. e7c0532 sizeof(char) is 1, by definition, so get rid of that expression in by Tim Peters · 20 years ago
  61. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
  62. 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 20 years ago
  63. 634893d Mention Py_RETURN_NONE when introducing the idiom of how to have a function by Brett Cannon · 20 years ago
  64. ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 20 years ago
  65. a006c37 SF bug #980419: int left-shift causes memory leak by Raymond Hettinger · 20 years ago
  66. 555a964 Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will by Brett Cannon · 20 years ago
  67. 852f799 Install Barry's smtpd.py daemon. by Skip Montanaro · 20 years ago
  68. 5fad8bd remove debugging print by Skip Montanaro · 20 years ago
  69. 90e0153 Allow classes from other modules to be specified at startup. For example, by Skip Montanaro · 20 years ago
  70. 616f4f6 Add a comment with implementation notes. by Raymond Hettinger · 20 years ago
  71. a7f56bc Get ceval.c to compile again by moving declarations before other statments. by Raymond Hettinger · 20 years ago
  72. f6af76d Modules/getpath.c now compiles properly under OS X when using the by Brett Cannon · 20 years ago
  73. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  74. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 20 years ago
  75. 8d726ee Cosmetic spacing fix. by Raymond Hettinger · 20 years ago
  76. 70b3a1a Fix leak found by Eric Huss. by Raymond Hettinger · 20 years ago
  77. d56cbe5 Fix leak found by Eric Huss. by Raymond Hettinger · 20 years ago
  78. 2202157 add boilerplate so the test modules can be run as scripts by Fred Drake · 20 years ago
  79. 43ea47f Move NOP to end of code transformation. by Raymond Hettinger · 20 years ago
  80. b86aa99 move the note about the bsddb185 module above the "See also" box; that by Fred Drake · 20 years ago
  81. 057e720 Add compilation of timemodule.c with datetimemodule.c to get by Brett Cannon · 20 years ago
  82. 6cc4814 Change comment from C++ style to C. by Brett Cannon · 20 years ago
  83. 941b8bc Less ugly #ifdefs for C profiling fix by Nicholas Bastin · 20 years ago
  84. bbffbd1 One forgotten C profiling #ifdef by Nicholas Bastin · 20 years ago
  85. 4c70b69 Making C profiling a configure option (at least temporarily) by Nicholas Bastin · 20 years ago
  86. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  87. 2c9f889 add a couple of tests for the build_scripts command by Fred Drake · 20 years ago
  88. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  89. 873a277 Patch #975885: print file name in err msg in quiet mode by Martin v. Löwis · 20 years ago
  90. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  91. 1761a7c Use PyArg_UnpackTuple() where possible. by Raymond Hettinger · 20 years ago
  92. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  93. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  94. b46ed71 Add news item about raising ValueError when timemodule.c code that uses by Brett Cannon · 20 years ago
  95. 298c380 Raise ValueError when value being stored in a time_t variable will result in by Brett Cannon · 20 years ago
  96. cdc7923 Added normalization for Windows system name. Closes SF #945665. by Marc-André Lemburg · 20 years ago
  97. 84601f1 Change pydoc.stripid() be able to match against 64-bit addresses by having by Brett Cannon · 20 years ago
  98. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
  99. 2b2fe94 fix typo by Fred Drake · 20 years ago
  100. 4dbda47 If self.packages is None (this can happen, I saw it), return by Sjoerd Mullender · 20 years ago