1. 964c798 Use getopt where possible, so this supports option letters that get by Fred Drake · 20 years ago
  2. 3706855 Add apparently missing word for InvalidStateError definition. by Brett Cannon · 20 years ago
  3. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 20 years ago
  4. b8ab8b6 move support code to a helper module to ease re-use by Fred Drake · 20 years ago
  5. 9e1ac24 - add link to the downloadable package in the generated email - misc. changes by Fred Drake · 20 years ago
  6. 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 20 years ago
  7. 0083c92 make the tarball available for download instead of throwing it away by Fred Drake · 20 years ago
  8. 24ec211 silly typo by Michael W. Hudson · 20 years ago
  9. 9e151d1 add missing closing quote. by Michael W. Hudson · 20 years ago
  10. 8817fcd Performance tweak: allow stack_pointer and oparg to be register variables. by Armin Rigo · 20 years ago
  11. 64af6c5 Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870. by Martin v. Löwis · 20 years ago
  12. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  13. 969297f Return unicode strings from _getfullpathname even on W9X. Fixes #924703 . by Martin v. Löwis · 20 years ago
  14. 0d6e8f2 Remove CRLF from project files. by Martin v. Löwis · 20 years ago
  15. d0620dc add a test that actually installs some scripts by Fred Drake · 20 years ago
  16. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 20 years ago
  17. a050171 SF bug #973092: inspect.getframeinfo bug if 'context' is to big by Raymond Hettinger · 20 years ago
  18. 40333ce add a pointer to the Distutils Cookbook by Fred Drake · 20 years ago
  19. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  20. ad21945 Back out #957240. by Martin v. Löwis · 20 years ago
  21. 148a63f Remove a function no longer in use. by Raymond Hettinger · 20 years ago
  22. 3d1f6bb Teach pythoncore project about new pystrtod.c for VC7.1. This was done by Tim Peters · 20 years ago
  23. 965eeca SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring) by Neal Norwitz · 20 years ago
  24. 7a13516 SF patch #969180, hotshot incorrectly computes elapsed time by Jason Beardsley. by Neal Norwitz · 20 years ago
  25. 0f5aed4 Remove compiler warning by Neal Norwitz · 20 years ago
  26. d85c452 Make private function static by Neal Norwitz · 20 years ago
  27. 75a3204 Remove warning (static not being first) when building with -W by Neal Norwitz · 20 years ago
  28. 0a8266a Remove warning about implicit declaration of strcmp() by Neal Norwitz · 20 years ago
  29. de72edd Fixup error exits in nlargest() and nsmallest(). by Raymond Hettinger · 20 years ago
  30. bb6b734 Apply heapq.nlargest() to find best matches. by Raymond Hettinger · 20 years ago
  31. 47edb4b Remove unnecessary GC support. Sets cannot have cycles. by Raymond Hettinger · 20 years ago
  32. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 20 years ago
  33. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  34. c929766 Install C version of heapq.nlargest(). by Raymond Hettinger · 20 years ago
  35. 84a7f00 note a really bad test (no time to fix now) by Michael W. Hudson · 20 years ago
  36. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 20 years ago
  37. 2e66940 Minor wording and spacing nits. by Raymond Hettinger · 20 years ago
  38. 3480917 Complete the list of weakreferencable objects. by Raymond Hettinger · 20 years ago
  39. 6c7a00f * Factor out PyObject_SelfIter(). by Raymond Hettinger · 20 years ago
  40. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  41. 5c26e86 lightly modified version of my patch by Michael W. Hudson · 20 years ago
  42. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  43. 01e80b4 fix a poorly worded error message by Anthony Baxter · 20 years ago
  44. 3ecdb25 Fix for bug #966623 - classes created with type() in an exec(, {}) don't by Anthony Baxter · 20 years ago
  45. 51ffac6 dump HAVE_FOPENRF stuff - obsolete by Skip Montanaro · 20 years ago
  46. a5616d2 Respect a module's __all__ attribute. Closes #969938. by Skip Montanaro · 20 years ago
  47. c978633 Futher improvements to frozenset hashing (based on Yitz Gale's battery of by Raymond Hettinger · 20 years ago
  48. 27e403e Fixups to the hash function for frozensets. by Raymond Hettinger · 20 years ago
  49. 57c2d93 Add a final permutation step to the tuple hash function. by Raymond Hettinger · 20 years ago
  50. bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 20 years ago
  51. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  52. 7d01966 Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions. by Thomas Heller · 20 years ago
  53. 4369b59 Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT. by Thomas Heller · 20 years ago
  54. da4513a make a reference to the SimpleHTTPServer module a hyperlink to the docs by Fred Drake · 20 years ago
  55. 2adf210 Ensure path is initialized to prevent freeing random memory by Neal Norwitz · 20 years ago
  56. 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 20 years ago
  57. 2242fe8 Teach MSVC 6 about pystrtod.c. by Tim Peters · 20 years ago
  58. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  59. 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 20 years ago
  60. 7f35404 - markup fix by Fred Drake · 20 years ago
  61. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  62. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  63. d68d3ee Note that memory returned by PyBuffer_New is not specifically aligned. by Neil Schemenauer · 20 years ago
  64. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 20 years ago
  65. d348193 Add genexps to the glossary. by Raymond Hettinger · 20 years ago
  66. 90a764c Fix a refcount bug in an obscure code corner. by Thomas Heller · 20 years ago
  67. 2565324 Fix a refcount bug in an obscure code corner. Already backported. by Thomas Heller · 20 years ago
  68. 1c0228a Another nit found by Neal Norwitz using pychecker. This was caused by a by Skip Montanaro · 20 years ago
  69. 1cdd363 Cleanup: the in operator already returns a bool, no need to bool() it again by Neal Norwitz · 20 years ago
  70. 492faa5 There is no reason to have an underscore after self by Neal Norwitz · 20 years ago
  71. c75f891 Remove a useless operation, setting name to itself by Neal Norwitz · 20 years ago
  72. f213484 correct name error caught by Neal Norwitz with pychecker by Skip Montanaro · 20 years ago
  73. 5dae505 Fix typo in comment. by Raymond Hettinger · 20 years ago
  74. 44cbfd7 [Bug #953177] Mention .getlist(); text from Paul Moore by Andrew M. Kuchling · 20 years ago
  75. 9665271 Plug a few memory leaks in utime(). path is allocated from within by Neal Norwitz · 20 years ago
  76. c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 20 years ago
  77. fe92eef Valgrind was reporting an uninitialized read for bad input. by Neal Norwitz · 20 years ago
  78. 7b0a505 Look for the multibyte codec map files in the parent directory too by Neal Norwitz · 20 years ago
  79. c3cd9df Add some doc about using valgrind by Neal Norwitz · 20 years ago
  80. b5d7702 whoops, I wanted that commented out by default, will add doc to Misc by Neal Norwitz · 20 years ago
  81. 7eb3c91 SF bug 881641, make it easier to use valgrind by Neal Norwitz · 20 years ago
  82. 0b4d1ee SF 964876 mapping a 0 length file Document that it can't be done on Windows. by Tim Peters · 20 years ago
  83. de48307 Added documentation to address SF bug #963246: limitations on multiple by Phillip J. Eby · 20 years ago
  84. 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 20 years ago
  85. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 20 years ago
  86. cfa157d Doc fix for SF #962633. by Nicholas Bastin · 20 years ago
  87. 41627bf Reword message by Andrew M. Kuchling · 20 years ago
  88. 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 20 years ago
  89. 204d786 Fix exception wording by Andrew M. Kuchling · 20 years ago
  90. e1ca355 [Bug #918710] Add paragraph to clarify docs by Andrew M. Kuchling · 20 years ago
  91. 26f6bdf [Bug #758665] cgitb.scanvars() fails because of an unititialized value variable. Patch from Robin Becker. by Andrew M. Kuchling · 20 years ago
  92. 94afd3e Remove lots of magic constants. by Neil Schemenauer · 20 years ago
  93. 1b50b43 [Bug #936837] Add missing word by Andrew M. Kuchling · 20 years ago
  94. 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 20 years ago
  95. 58fc5d08 Rewrote to use temporary files instead of StringIO objects in most places. by Skip Montanaro · 20 years ago
  96. a2c9a98 [Bug #897935] Fix fd leak in pty.spawn(). Reported by James Henstridge; 2.3 bugfix candidate. by Andrew M. Kuchling · 20 years ago
  97. b7d8ce0 [Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann. by Andrew M. Kuchling · 20 years ago
  98. 9021c95 SF bug #964230: random.choice([]) should return more intelligible exception by Raymond Hettinger · 20 years ago
  99. ba8b6bc [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me. by Andrew M. Kuchling · 20 years ago
  100. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago