1. 36e68e2 Now run 'build_ext'. by Greg Ward · 25 years ago
  2. 2adac0a Tim Peters discovered a bug in the Python-supplied getopt(): by Guido van Rossum · 25 years ago
  3. 8037cb1 Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). by Greg Ward · 25 years ago
  4. 3b120ab New command -- install_ext to install extension modules. by Greg Ward · 25 years ago
  5. 138ce65 Added 'newer_pairwise()' and 'newer_group()'. by Greg Ward · 25 years ago
  6. 9b17cb5 Added 'output_dir' attribute, and 'output_dir' parameter to several method by Greg Ward · 25 years ago
  7. 1ae3246 Fixed some goofs in 'alias_options'. by Greg Ward · 25 years ago
  8. 81ffe75 Message.__delitem__(): If the key doesn't exist in the dictionary, by Fred Drake · 25 years ago
  9. 75ae7e7 Fix for PR#74 -- use int() instead of eval() to extract the exponent. by Guido van Rossum · 25 years ago
  10. 148ffbc canonic(): This used to be equivalent to str() but that caused too by Barry Warsaw · 25 years ago
  11. 2bee8fe Pdb.lineinfo(): Don't use os.popen('egrep ...') to find the line in by Barry Warsaw · 25 years ago
  12. a2e4855 It appears that inet_aton() doesn't really exist except in libresolv; by Guido van Rossum · 25 years ago
  13. a41c691 Make the maxsize constructor argument default to 0 (an unlimited queue size). by Guido van Rossum · 25 years ago
  14. 7a15ba5 Added keyword parameter support to all public interfaces; keyword by Fred Drake · 25 years ago
  15. 244ad3c Name the parameter to expr() and suite() "source" instead of "string". by Fred Drake · 25 years ago
  16. 7f2c9d3 A few new TODO entries. by Guido van Rossum · 25 years ago
  17. f620263 call_trace(): A fix for PR#73, if an exception occurred in the by Barry Warsaw · 25 years ago
  18. 71eb864 Changed to reflect the new "command options" regime -- in particular, by Greg Ward · 25 years ago
  19. 42926dd Careful rethink of command options, distribution options, distribution by Greg Ward · 25 years ago
  20. 3d50b90 Ditched redundant docstrings and comments (overlap with ccompiler.py). by Greg Ward · 25 years ago
  21. c294113 Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're by Greg Ward · 25 years ago
  22. f7a39ec os.name is "posix" or "nt" or we don't care. by Greg Ward · 25 years ago
  23. a4d132a [from 1999/08/28] by Greg Ward · 25 years ago
  24. 65bb328 Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender. by Guido van Rossum · 25 years ago
  25. 2d813e5 Fixed 'return EOFError' that should be 'raise EOFError', caught by by Andrew M. Kuchling · 25 years ago
  26. a07934e Correct typo in AddressList.__getitem__. By Moshe Zadka. by Guido van Rossum · 25 years ago
  27. 183fd40 Fix indent error in __format(): del context[objid] at the end should by Guido van Rossum · 25 years ago
  28. 65f4a3b Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) by Greg Ward · 25 years ago
  29. 32162e8 Patch from Perry Stoll: tweaks to Windows support. by Greg Ward · 25 years ago
  30. 69628b0 Patch from Perry Stoll: support for Windows. by Greg Ward · 25 years ago
  31. 1ea8af2 Patch from Perry Stoll: import types module. by Greg Ward · 25 years ago
  32. 440e2f5 Patch from Perry Stoll: typo fix, make sure we only compile .py files. by Greg Ward · 25 years ago
  33. 5d60fcf Patch from Perry Stoll: OK for list of modules to be empty. by Greg Ward · 25 years ago
  34. 2f1b5bb Patch from Perry Stoll: pass 'build_info' to link method. by Greg Ward · 25 years ago
  35. 26e48ea Patch from Perry Stoll: by Greg Ward · 25 years ago
  36. dbd1276 Added msvccompiler module exactly as supplied by Perry Stoll. by Greg Ward · 25 years ago
  37. ff7e83d Patch by Mark Hammond to avoid certain header files on Windows/CE. by Guido van Rossum · 25 years ago
  38. 7f1de83 Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it by Guido van Rossum · 25 years ago
  39. 8779f64 Added descriptions of the t#, w, and w# PyArg_ParseTuple() format by Fred Drake · 25 years ago
  40. 7f1fdfc Add Python Documentation entry to Help menu. by Guido van Rossum · 25 years ago
  41. 416b961 Find the help.txt file relative to __file__ or ".", not in sys.path. by Guido van Rossum · 25 years ago
  42. 0ee4891 Update the instructions slightly. by Fred Drake · 25 years ago
  43. 4f0279f Removed; no longer needed now that the other tools can handle entity by Fred Drake · 25 years ago
  44. abb158f feed(): Added support for ESIS '&' lines. by Fred Drake · 25 years ago
  45. 1f33292 Remove use of fixgenents.sh; no longer needed. by Fred Drake · 25 years ago
  46. 3cf4eb4 Specify: \geq --> ≥ by Fred Drake · 25 years ago
  47. f6199ed Conversion.subconvert(): Added support for "entityref" parameters by Fred Drake · 25 years ago
  48. a20581c write_esis(): Added support for ENTITY_REFERENCE nodes. by Fred Drake · 25 years ago
  49. 53eae8e convert(): Add support for ESIS '&' lines, and make sure we don't by Fred Drake · 25 years ago
  50. 762e206 posix_putenv(): Constrain memory leakage when setting the same by Fred Drake · 25 years ago
  51. e7f1920 Doco update from Sjoerd Mullender. by Guido van Rossum · 25 years ago
  52. b35d684 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  53. 3601e88 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  54. 2900ff9 Added paragraph explaining that except clauses can't be empty; that by Fred Drake · 25 years ago
  55. 4c2533f Added sentence "All exceptions must have an executable block."; from by Fred Drake · 25 years ago
  56. b68a125 Added additional index entries. Minor markup nits. by Fred Drake · 25 years ago
  57. 76dd228 whrandom should come immediately after random, not before. by Fred Drake · 25 years ago
  58. c924b8d Clarified start parameter to Py_CompileString, documented by Fred Drake · 25 years ago
  59. f6969fa Removed availabe() method again: even on PPC it sometimes returns 1 while by Jack Jansen · 25 years ago
  60. 9502692 Return MacOS.Error in stead of RuntimeError in case of failure so the user by Jack Jansen · 25 years ago
  61. c6a164b Port inet_ntoa and inet_aton to Windows: by Guido van Rossum · 25 years ago
  62. e61e98d Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk by Guido van Rossum · 25 years ago
  63. 5c9eb21 Patch by Ben Gertzfield to add inet_aton() and inet_ntoa() calls. by Guido van Rossum · 25 years ago
  64. abf8a1d rewrite_descriptor(): Fix bug that dropped the first TEXT node from by Fred Drake · 25 years ago
  65. f2e9e29 Oops, better update the date on the .TH line. by Fred Drake · 25 years ago
  66. 4c9be9d Various updates, mostly to add information to the SEE ALSO and by Fred Drake · 25 years ago
  67. 008edbf A nit to make Fred proud. by Barry Warsaw · 25 years ago
  68. 1016af9 Oops, call 'os.path.join()'! by Greg Ward · 25 years ago
  69. 7eba1d8 Tell what the result objects are (based on comment from the list). by Fred Drake · 25 years ago
  70. a8b37ad Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py. by Guido van Rossum · 25 years ago
  71. f8e390b New version by Mark-Andre Lemburg (generated by a script, parseentities.py). by Guido van Rossum · 25 years ago
  72. 9ed56de Added item regarding random/whrandom. by Fred Drake · 25 years ago
  73. b3fc9d1 Added disclaimer to the sleep() function. by Guido van Rossum · 25 years ago
  74. a5456d5 In floatsleep(), when using select(), ignore EINTR error. by Guido van Rossum · 25 years ago
  75. 1ebcf6a Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
  76. 8a07bae Bump to version 1.1 by Barry Warsaw · 25 years ago
  77. 772d696 __update(): Jeremy Hylton reports occurances of sunaudiodev.error by Barry Warsaw · 25 years ago
  78. 959fa01 Typo in comment (on Mac, it's the *resource* fork that's not copied, by Guido van Rossum · 25 years ago
  79. 5e006a3 Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
  80. 6c395ba Add Tim Peters' shuffle() algorithm. by Guido van Rossum · 25 years ago
  81. e393ddb Implements the 'build_ext' command for building C/C++ extension modules. by Greg Ward · 25 years ago
  82. b4dbfb3 Module to spawn sub-commands in a platform-independent way. by Greg Ward · 25 years ago
  83. 5e71744 Changed to use 'spawn()', now that it exists. by Greg Ward · 25 years ago
  84. e1aaaa6 Added 'verbose' and 'dry_run' flags to CCompiler constructor and by Greg Ward · 25 years ago
  85. 7f65c65 Comment tweak. by Greg Ward · 25 years ago
  86. 0081cc5 Better detection of bad entries in option table. by Greg Ward · 25 years ago
  87. 8c66b69 Added DistutilsExecError, DistutilsValueError. by Greg Ward · 25 years ago
  88. e27db5a Initial implementation by Barry Warsaw · 25 years ago
  89. 31e5e37 Explain the possible range of values for the pid parameter to waitpid(). by Fred Drake · 25 years ago
  90. af57251 Initial revision by Barry Warsaw · 25 years ago
  91. aa6ed0c Moshe noticed an inconsistency in his comment, so I'm rephrasing it to by Guido van Rossum · 25 years ago
  92. 292f2c5 Patch inspired by Moshe Zadka to search for the Icons directory in the by Guido van Rossum · 25 years ago
  93. 2f7df12 Patch by Paul Sokolovsky to support the get() method. by Guido van Rossum · 25 years ago
  94. 50765ab (py-shell): Set the default shell if not set yet. It's sometimes by Barry Warsaw · 25 years ago
  95. abc2f96 Allow comment characters (#) to be escaped: by Greg Ward · 25 years ago
  96. 916fcc3 Added __del__ method to GzipFile class that will flush and close the by Andrew M. Kuchling · 25 years ago
  97. 68921df In note mentioning [].remove()'s exception, tell what exception is by Fred Drake · 25 years ago
  98. 09be409 Patch by Marc-Andre Lemburg to add a bunch more symbols. by Guido van Rossum · 25 years ago
  99. 4f1a618 Ofir Reichenberg suggested to apply htonl() to grpaddr in openmcastsock(). by Guido van Rossum · 25 years ago
  100. d3fbdfd Add index entries for open(): by Fred Drake · 25 years ago