1. 31c5065 Add weakref support to all bsddb.db objects. by Gregory P. Smith · 20 years ago
  2. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  3. 1ed5705 Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro. by Brett Cannon · 20 years ago
  4. 589c6ab raise the module minor version. by Gregory P. Smith · 20 years ago
  5. dc5af70 SF patch / bug #967763 by Gregory P. Smith · 20 years ago
  6. c2b151c Add code for a range function that uses generators. by Brett Cannon · 20 years ago
  7. a6b3caa Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when by Gregory P. Smith · 20 years ago
  8. e7c0532 sizeof(char) is 1, by definition, so get rid of that expression in by Tim Peters · 20 years ago
  9. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
  10. 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 20 years ago
  11. 634893d Mention Py_RETURN_NONE when introducing the idiom of how to have a function by Brett Cannon · 20 years ago
  12. ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 20 years ago
  13. a006c37 SF bug #980419: int left-shift causes memory leak by Raymond Hettinger · 20 years ago
  14. 555a964 Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will by Brett Cannon · 20 years ago
  15. 852f799 Install Barry's smtpd.py daemon. by Skip Montanaro · 20 years ago
  16. 5fad8bd remove debugging print by Skip Montanaro · 20 years ago
  17. 90e0153 Allow classes from other modules to be specified at startup. For example, by Skip Montanaro · 20 years ago
  18. 616f4f6 Add a comment with implementation notes. by Raymond Hettinger · 20 years ago
  19. a7f56bc Get ceval.c to compile again by moving declarations before other statments. by Raymond Hettinger · 20 years ago
  20. f6af76d Modules/getpath.c now compiles properly under OS X when using the by Brett Cannon · 20 years ago
  21. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  22. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 20 years ago
  23. 8d726ee Cosmetic spacing fix. by Raymond Hettinger · 20 years ago
  24. 70b3a1a Fix leak found by Eric Huss. by Raymond Hettinger · 20 years ago
  25. d56cbe5 Fix leak found by Eric Huss. by Raymond Hettinger · 20 years ago
  26. 2202157 add boilerplate so the test modules can be run as scripts by Fred Drake · 20 years ago
  27. 43ea47f Move NOP to end of code transformation. by Raymond Hettinger · 20 years ago
  28. b86aa99 move the note about the bsddb185 module above the "See also" box; that by Fred Drake · 20 years ago
  29. 057e720 Add compilation of timemodule.c with datetimemodule.c to get by Brett Cannon · 20 years ago
  30. 6cc4814 Change comment from C++ style to C. by Brett Cannon · 20 years ago
  31. 941b8bc Less ugly #ifdefs for C profiling fix by Nicholas Bastin · 20 years ago
  32. bbffbd1 One forgotten C profiling #ifdef by Nicholas Bastin · 20 years ago
  33. 4c70b69 Making C profiling a configure option (at least temporarily) by Nicholas Bastin · 20 years ago
  34. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  35. 2c9f889 add a couple of tests for the build_scripts command by Fred Drake · 20 years ago
  36. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  37. 873a277 Patch #975885: print file name in err msg in quiet mode by Martin v. Löwis · 20 years ago
  38. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  39. 1761a7c Use PyArg_UnpackTuple() where possible. by Raymond Hettinger · 20 years ago
  40. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  41. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  42. b46ed71 Add news item about raising ValueError when timemodule.c code that uses by Brett Cannon · 20 years ago
  43. 298c380 Raise ValueError when value being stored in a time_t variable will result in by Brett Cannon · 20 years ago
  44. cdc7923 Added normalization for Windows system name. Closes SF #945665. by Marc-André Lemburg · 20 years ago
  45. 84601f1 Change pydoc.stripid() be able to match against 64-bit addresses by having by Brett Cannon · 20 years ago
  46. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
  47. 2b2fe94 fix typo by Fred Drake · 20 years ago
  48. 4dbda47 If self.packages is None (this can happen, I saw it), return by Sjoerd Mullender · 20 years ago
  49. 9e1bfe7 Disabling end-of-loop code not reached warning on SunPro by Nicholas Bastin · 20 years ago
  50. 89a2dc7 Rebuild the wininst.exe files. by Thomas Heller · 20 years ago
  51. 74db404 The wininst.exe is no longer compressed with UPX. by Thomas Heller · 20 years ago
  52. dd6d207 Fix an obvious typo (It *is* a typo, or not?) by Thomas Heller · 20 years ago
  53. 4834039 When loading the Python dll to run the postinstall script, try to load by Thomas Heller · 20 years ago
  54. a42bc21 The 'distributing python modules' manual now has an index. by Thomas Heller · 20 years ago
  55. 949f661 Fix typo - the module is named distutils.util. by Thomas Heller · 20 years ago
  56. 56f6a4f allow developers to more easily build a profiling version of the interpreter by Skip Montanaro · 20 years ago
  57. 964c798 Use getopt where possible, so this supports option letters that get by Fred Drake · 20 years ago
  58. 3706855 Add apparently missing word for InvalidStateError definition. by Brett Cannon · 20 years ago
  59. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 20 years ago
  60. b8ab8b6 move support code to a helper module to ease re-use by Fred Drake · 20 years ago
  61. 9e1ac24 - add link to the downloadable package in the generated email - misc. changes by Fred Drake · 20 years ago
  62. 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 20 years ago
  63. 0083c92 make the tarball available for download instead of throwing it away by Fred Drake · 20 years ago
  64. 24ec211 silly typo by Michael W. Hudson · 20 years ago
  65. 9e151d1 add missing closing quote. by Michael W. Hudson · 20 years ago
  66. 8817fcd Performance tweak: allow stack_pointer and oparg to be register variables. by Armin Rigo · 20 years ago
  67. 64af6c5 Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870. by Martin v. Löwis · 20 years ago
  68. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  69. 969297f Return unicode strings from _getfullpathname even on W9X. Fixes #924703 . by Martin v. Löwis · 20 years ago
  70. 0d6e8f2 Remove CRLF from project files. by Martin v. Löwis · 20 years ago
  71. d0620dc add a test that actually installs some scripts by Fred Drake · 20 years ago
  72. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 20 years ago
  73. a050171 SF bug #973092: inspect.getframeinfo bug if 'context' is to big by Raymond Hettinger · 20 years ago
  74. 40333ce add a pointer to the Distutils Cookbook by Fred Drake · 20 years ago
  75. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  76. ad21945 Back out #957240. by Martin v. Löwis · 20 years ago
  77. 148a63f Remove a function no longer in use. by Raymond Hettinger · 20 years ago
  78. 3d1f6bb Teach pythoncore project about new pystrtod.c for VC7.1. This was done by Tim Peters · 20 years ago
  79. 965eeca SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring) by Neal Norwitz · 20 years ago
  80. 7a13516 SF patch #969180, hotshot incorrectly computes elapsed time by Jason Beardsley. by Neal Norwitz · 20 years ago
  81. 0f5aed4 Remove compiler warning by Neal Norwitz · 20 years ago
  82. d85c452 Make private function static by Neal Norwitz · 20 years ago
  83. 75a3204 Remove warning (static not being first) when building with -W by Neal Norwitz · 20 years ago
  84. 0a8266a Remove warning about implicit declaration of strcmp() by Neal Norwitz · 20 years ago
  85. de72edd Fixup error exits in nlargest() and nsmallest(). by Raymond Hettinger · 20 years ago
  86. bb6b734 Apply heapq.nlargest() to find best matches. by Raymond Hettinger · 20 years ago
  87. 47edb4b Remove unnecessary GC support. Sets cannot have cycles. by Raymond Hettinger · 20 years ago
  88. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 20 years ago
  89. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  90. c929766 Install C version of heapq.nlargest(). by Raymond Hettinger · 20 years ago
  91. 84a7f00 note a really bad test (no time to fix now) by Michael W. Hudson · 20 years ago
  92. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 20 years ago
  93. 2e66940 Minor wording and spacing nits. by Raymond Hettinger · 20 years ago
  94. 3480917 Complete the list of weakreferencable objects. by Raymond Hettinger · 20 years ago
  95. 6c7a00f * Factor out PyObject_SelfIter(). by Raymond Hettinger · 20 years ago
  96. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  97. 5c26e86 lightly modified version of my patch by Michael W. Hudson · 20 years ago
  98. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  99. 01e80b4 fix a poorly worded error message by Anthony Baxter · 20 years ago
  100. 3ecdb25 Fix for bug #966623 - classes created with type() in an exec(, {}) don't by Anthony Baxter · 20 years ago