1. 19dde10 Mark Hammond to the rescue: by Guido van Rossum · 24 years ago
  2. be317e6 patches from Mark Hammond by Jeremy Hylton · 24 years ago
  3. 0a4f1ff patches from Mark Hammond by Jeremy Hylton · 24 years ago
  4. 7d64b48 Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and I by Guido van Rossum · 24 years ago
  5. 75a6e67 Added an unused Unicode string for testing. by Barry Warsaw · 24 years ago
  6. fa5c315 PyErr_GivenExceptionMatches(): Check for err==NULL and exc==NULL and by Barry Warsaw · 24 years ago
  7. 48719d3 _PyBuiltin_Init_2(): Remove the misleading comment. by Barry Warsaw · 24 years ago
  8. 47eeb9b initerrors(): Remove this function. String-based standard exceptions by Barry Warsaw · 24 years ago
  9. 57e11ae usage_mid: Remove the description of the -X flag; it's gone now. by Barry Warsaw · 24 years ago
  10. 3ce0964 Py_UseClassExceptionsFlag is deprecated. We keep the C variable for C by Barry Warsaw · 24 years ago
  11. e326b1e At last, this backward compatibility file bites the dust. by Guido van Rossum · 24 years ago
  12. ee98e4e Ignore a bunch of generated files. by Barry Warsaw · 24 years ago
  13. c26cc91 Added descriptions of \versionadded and \versionchanged. by Fred Drake · 24 years ago
  14. 52e7684 do_cmd_versionchanged(): by Fred Drake · 24 years ago
  15. e06d025 Use \versionchanged to indicate when the second parameter to utime() by Fred Drake · 24 years ago
  16. a6e8339 \versionchanged: Added optional parameter for explanation of change. by Fred Drake · 24 years ago
  17. 1b6aecb I know this is only a temporary stop-gap measure, but the match() and by Guido van Rossum · 24 years ago
  18. 823eb4b Caolan McNamara: by Guido van Rossum · 24 years ago
  19. ce33eb3 Sjoerd Mullender: by Guido van Rossum · 24 years ago
  20. 26af93c The debug settings for zlib contained a bogus reference to msvcrt in by Guido van Rossum · 24 years ago
  21. 0e4f657 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  22. 96774c1 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  23. d67ddbb Eric Raymond: by Guido van Rossum · 24 years ago
  24. 4b83ecb Eric Raymond: by Guido van Rossum · 24 years ago
  25. eb4e11a Eric Raymond: by Guido van Rossum · 24 years ago
  26. b16d197 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  27. fdc8bdb Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  28. c15a9a1 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  29. 22b65a8 Robin Becker: The following patch seems to fix a module case bug in by Guido van Rossum · 24 years ago
  30. 93a8eac Document the new additional signature for utime(). In addition to the by Barry Warsaw · 24 years ago
  31. d58c26f Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  32. 3cef856 posix_utime(): Allow the second argument to be None, which invokes the by Barry Warsaw · 24 years ago
  33. 6650320 Get rid of memory leak caused by assingning sys.exc_info() to a local. by Guido van Rossum · 24 years ago
  34. 1cb6cd0 As Marc-Andre Lemburg points out, the magic number needs to change by Guido van Rossum · 24 years ago
  35. 40ee7ac \file and \filenq should not be used in section titles; they are not by Fred Drake · 24 years ago
  36. 20bab56 Don't worry about the output dirs for the distutils manuals. by Fred Drake · 24 years ago
  37. 8187cb9 Added distutils manuals. by Fred Drake · 24 years ago
  38. e78298a Stripped leading 'sec:' from all section labels -- generates bad filenames, by Greg Ward · 24 years ago
  39. e9792c4 When building HTML releases, refer to */*.css and */*.html instead of by Greg Ward · 24 years ago
  40. 3abb104 Added the Distutils manuals. by Greg Ward · 24 years ago
  41. 0784c33 Added the Distutils manuals: inst and dist. by Greg Ward · 24 years ago
  42. 0862f80 Added 'inst' and 'dist' -- the two Distutils manuals. by Greg Ward · 24 years ago
  43. a2ace6a Charles G Waldman: by Guido van Rossum · 24 years ago
  44. 3c3507f Documentation patch describing the 'u' and 'u#' format specifiers, by Fred Drake · 24 years ago
  45. 25d3447 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 24 years ago
  46. 6664bb8 Sjoerd Mullender: cmp.py is obsolete... by Guido van Rossum · 24 years ago
  47. eca4784 Mark Hammond: For Windows debug builds, we now only offer to dump by Guido van Rossum · 24 years ago
  48. 7c4f96f Deviant1 didn't work as advertised by Jeremy Hylton · 24 years ago
  49. 37b1a26 add list_contains and tuplecontains: efficient implementations of tp_contains by Jeremy Hylton · 24 years ago
  50. 035a07e add some more contains tests on the builtin types by Jeremy Hylton · 24 years ago
  51. 638ae9d Support for the special macros used by the distutils documentation. by Fred Drake · 24 years ago
  52. 8823acc Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  53. ec5b776 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  54. 3c1bb80 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  55. 700c6ff Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  56. 38c28e3 Added a note to the section on 'exec' about the need for a trailing newline by Greg Ward · 24 years ago
  57. 6a647bb Added the "--root" option as a sort of meta-install-base; if supplied, by Greg Ward · 24 years ago
  58. 67f75d4 Added 'change_root()' to forcibly slap a new root directory onto a pathname, by Greg Ward · 24 years ago
  59. bad9c76 Almost ready for 1.6a2. by Jack Jansen · 24 years ago
  60. c410e92 Jack Jansen: by Guido van Rossum · 24 years ago
  61. 9e392e2 potentially useless optimization by Jeremy Hylton · 24 years ago
  62. 50422b4 Michael Hudson: by Guido van Rossum · 24 years ago
  63. 868b50a Michael Hudson fixes a case where execv() is called (for a test) with by Guido van Rossum · 24 years ago
  64. ac308d0 Added a "See also:" section that exhibits the \seerfc markup. by Fred Drake · 24 years ago
  65. 64b72b6 Define \seerfc within the seealso environment. by Fred Drake · 24 years ago
  66. 37cc0c0 ref_module_index_helper(): Use "my" instead of "local". by Fred Drake · 24 years ago
  67. ff2d9b7 Hacked things up a bit so that configuration variables are expanded by Greg Ward · 24 years ago
  68. 6ce94b7 Harry Henry Gebel: import exception classes. by Greg Ward · 24 years ago
  69. e5a584e Harry Henry Gebel: add 'long_description' to DistributionMetadata. by Greg Ward · 24 years ago
  70. 839d532 Supply short form for --manifest-only (-o) and --force-manifest (-f) options. by Greg Ward · 24 years ago
  71. 1b8e1d4 Harry Henry Gebel: Fix 'sdist.write_manifest()' to respect the value of dry_run. by Greg Ward · 24 years ago
  72. 14f3f59 Fix typo in last patch -- the symbol's name is MSG_DONWAIT, not by Guido van Rossum · 24 years ago
  73. 2c8bcb8 Patch by Charles G Waldman: by Guido van Rossum · 24 years ago
  74. f3335e1 Patch inspired by Just van Rossum: on the Mac, in savefilename(), make by Guido van Rossum · 24 years ago
  75. c009d19 Removed some extraneous and confusing parenthesized expressions. by Fred Drake · 24 years ago
  76. c4428c5 Charles G Waldman: Doing a PyObject_New then PyMem_DEL causes havoc if by Guido van Rossum · 24 years ago
  77. 7da3cc5 Michael Hudson: by Guido van Rossum · 24 years ago
  78. e7ab64e validate_arglist(): Re-written to reflect extended call syntax. by Fred Drake · 24 years ago
  79. c35a20e Mark Hammond: Added dependency of winsound project on python16 by Guido van Rossum · 24 years ago
  80. 4a9e722 Added section headers for "Extending the Distutils" section (just by Greg Ward · 24 years ago
  81. a74ce01 Bumped version to 0.8.2. by Greg Ward · 24 years ago
  82. f194878 Harry Henry Gebel: Adds bztar format to generate .tar.bz2 tarballs by Greg Ward · 24 years ago
  83. 464023f Lyle Johnson: fixed broken logic in 'native_path()'. by Greg Ward · 24 years ago
  84. e92e610 Christian Tismer -- total rewrite on trashcan code. by Guido van Rossum · 24 years ago
  85. db575db Add definition of socklen_t so that socketmodule.c will compile on Windows. by Guido van Rossum · 24 years ago
  86. ff3ab42 Jack Jansen: The GUSI 2.0 I/O library used on the Mac uses the by Guido van Rossum · 24 years ago
  87. ddc3b63 Jack Jansen: The GUSI 2.0 I/O library (which is used on the Mac) by Guido van Rossum · 24 years ago
  88. 59903fe Added tests for socklen_t by Guido van Rossum · 24 years ago
  89. b33aa1a Jack Jansen: The new version of the GUSI i/o library on the Macintosh by Guido van Rossum · 24 years ago
  90. 095249f Jack Jansen: Posix threads are now supported on the Macintosh too. by Guido van Rossum · 24 years ago
  91. 0f7bd3c Added site-packages. (Sorry, forgot who submitted this patch.) by Guido van Rossum · 24 years ago
  92. e56b4cf Jack Jansen: A few new types needed by new API calls. by Guido van Rossum · 24 years ago
  93. 1d8fcda Oops -- Mark forgot to add "0x" to the /base: argument. by Guido van Rossum · 24 years ago
  94. 43c5af0 Fix to previous patch: send the request data when it's provided by Andrew M. Kuchling · 24 years ago
  95. c148841 Added a provision to stop all threads before exiting from the test: by Guido van Rossum · 24 years ago
  96. 9d90a94 Remove Windows line endings. by Guido van Rossum · 24 years ago
  97. 2512d6d Fix spelling error and remove Windows line endings. by Guido van Rossum · 24 years ago
  98. 841c2f6 Changes by Mark Hammond to ignore more by-products of the build. by Guido van Rossum · 24 years ago
  99. 00f09b3 Security patch for Unix by Chris McDonough. by Guido van Rossum · 24 years ago
  100. bfbf113 Don't build the _tkinter project from Build, only the one from Extensions:Imaging, which now drops its resulting .slb into the PlugIns folder. by Jack Jansen · 24 years ago