1. 4cb8c0b Add msvcrt to list of libraries to ignore in Debug mode. by Guido van Rossum · 24 years ago
  2. 7d508fe Add missing import of 'usage' string. by Greg Ward · 24 years ago
  3. 6d5c6bd Removed bogus connect() call in SMTP example; reported by Travis by Fred Drake · 24 years ago
  4. 71b04da Added reference to the multifile module from the "See also" section by Fred Drake · 24 years ago
  5. 1b6e821 Added a few cast to make it 68k-compatible. by Jack Jansen · 24 years ago
  6. 34888ed Fredrik Lundh: eliminate a MSVC compiler warning. by Guido van Rossum · 24 years ago
  7. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  8. 457855a Forgot to save the project file -- this also reflects the use of by Guido van Rossum · 24 years ago
  9. a5b0937 Lots of cleanup things. by Guido van Rossum · 24 years ago
  10. d1a56f4 Noted by Guido: by Fred Drake · 24 years ago
  11. 898915d Noted by Guido: by Fred Drake · 24 years ago
  12. 43b89b6 Noted by Guido: by Fred Drake · 24 years ago
  13. 605843f Mark Hammond: This patch fixes the mmap module on Windows 9x. by Fred Drake · 24 years ago
  14. 1ef4e2d Mark Hammond <mhammond@skippinet.com.au>: by Fred Drake · 24 years ago
  15. aaa8bb4 Work the Tcl version number in the path we search for. by Guido van Rossum · 24 years ago
  16. 4f3cc35 Get rid of Win32s check. by Guido van Rossum · 24 years ago
  17. bf4041a Merged in changes from 1.5.2p2 release. by Fred Drake · 24 years ago
  18. 02ba621 Merged in changes from 1.5.2p2 release as appropriate. by Fred Drake · 24 years ago
  19. 13c8c02 Skip Montanaro submits a simple patch that makes encode() and decode() by Guido van Rossum · 24 years ago
  20. 12ed365 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> (re-written). by Fred Drake · 24 years ago
  21. 005f494 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago
  22. 69fbf33 Fixed typo in example code; spotted by Everett Lipman by Fred Drake · 24 years ago
  23. 965fdae Patch by Fred Gansevles. by Guido van Rossum · 24 years ago
  24. 56a87a0 Patch from Hrvoje Niksic <hniksic@iskon.hr>: by Fred Drake · 24 years ago
  25. 7d68690 Added notes about the eventual disappearance of two-parameter bind(), by Fred Drake · 24 years ago
  26. b49dc75 Add warning that multi-arg connect() etc. are deprecated. by Guido van Rossum · 24 years ago
  27. 527c9bd Put back multi-arg capability on connect/connect_ex/bind, for by Guido van Rossum · 24 years ago
  28. 1571a1e Since Thomas Wouters kept complaining that he wants access to the the by Guido van Rossum · 24 years ago
  29. aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 24 years ago
  30. fe6462c Reorganization: moved the Distribution class from core.py to dist.py, and by Greg Ward · 24 years ago
  31. 6c981ad Only write message about changed Tab size with -v. by Guido van Rossum · 24 years ago
  32. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  33. 659ebfa Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  34. eb725cd Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  35. 6a0d844 UserString section: by Fred Drake · 24 years ago
  36. 4293468 Note that "Unicode" is always capitalized. by Fred Drake · 24 years ago
  37. 54fd845 Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  38. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  39. 20082d9 Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  40. ba82878 Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  41. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago
  42. e3ba931 This patch looks large, but it just deletes the ^M characters and by Andrew M. Kuchling · 24 years ago
  43. e188d52 Untabified file to fix problems reported by tabnanny by Andrew M. Kuchling · 24 years ago
  44. d9b0f26 Mark Hammond: Uncomment call to delete test data when done. by Fred Drake · 24 years ago
  45. 9a257b4 Added --numeric option, similar to mkhtml.sh. by Fred Drake · 24 years ago
  46. 9c26f5d Added rule to copy in the icons/ directory. by Fred Drake · 24 years ago
  47. 3bb719f List of subdirs that are generated during the build. by Fred Drake · 24 years ago
  48. e018bee Build rules for the "long HTML" version. by Fred Drake · 24 years ago
  49. c0605ad This commit was manufactured by cvs2svn to create tag 'r16a1'. by cvs2svn · 24 years ago
  50. d0a42e2 Quick update to the README file. For intros and books we now point to by Guido van Rossum · 24 years ago
  51. 431ae48 Add a README file so that cvs update -P doesn't obliterate this by Guido van Rossum · 24 years ago
  52. 494ef17 Two more names. I just realize that there may be more contributors to by Guido van Rossum · 24 years ago
  53. 5964f8d I believe I've now got all the names mentioned in the CVS logs since by Guido van Rossum · 24 years ago
  54. 19ce166 Fixed my simplification to Thomas' patch: winreg and win32api export the same by Greg Ward · 24 years ago
  55. ddc6c27 Improve explanation of reference counts for PyString_Concat(). by Fred Drake · 24 years ago
  56. 38d062d Reflect the two new sections in the dependencies. by Fred Drake · 24 years ago
  57. 3c9f936 Two new sections. Preliminary. by Fred Drake · 24 years ago
  58. 32abe6f Zip file handling module, by Jim Ahlstrom. by Guido van Rossum · 24 years ago
  59. 8a16054 Marc-Andre Lemburg: The large unicode database table is broken in by Guido van Rossum · 24 years ago
  60. b95de4f Marc-Andre Lemburg: Error reporting in the codec registry and lookup by Guido van Rossum · 24 years ago
  61. 52a644c Add '#include <netinet/tcp.h>' by Andrew M. Kuchling · 24 years ago
  62. 2ea3e14 Some blank lines. by Guido van Rossum · 24 years ago
  63. 68895ed Marc-Andre Lemburg: use all lowercase names. by Guido van Rossum · 24 years ago
  64. 8de1693 This module's name should be linuxaudio*dev*.c by Guido van Rossum · 24 years ago
  65. 1027e3f Simplified Thomas Heller's registry patch: just assign all those by Greg Ward · 24 years ago
  66. 7642f5c Patch from Thomas Heller: use the new winreg module if available. by Greg Ward · 24 years ago
  67. d1bda0c Added some clarifications to pyexpat. by Guido van Rossum · 24 years ago
  68. 5961f5a Make it compile on Windows. by Guido van Rossum · 24 years ago
  69. 7025599 Adding pyexpat project. by Guido van Rossum · 24 years ago
  70. e042dc4 Buncha last-minute fixes by Guido van Rossum · 24 years ago
  71. d553e99 Added test case output for pyexpat module by Andrew M. Kuchling · 24 years ago
  72. b17664d Added test case for pyexpat module that tries to exercise all the handlers by Andrew M. Kuchling · 24 years ago
  73. b7f1053 Added Python interface to Expat XML parser. by Andrew M. Kuchling · 24 years ago
  74. 6a6a77c Add Python version bump to configure script. (AMK) by Guido van Rossum · 24 years ago
  75. 5d35bf9 Added distutils and distutils/command to LIBSUBDIRS. Noted by Andrew Kuchling. by Guido van Rossum · 24 years ago
  76. 5fc4e20 Added _sre project to workspace. by Guido van Rossum · 24 years ago
  77. 325942a Removed three unused variables from the Windows code. by Guido van Rossum · 24 years ago
  78. e567935 Added the _sre module. It is always on. by Guido van Rossum · 24 years ago
  79. b700df9 Adding Fredrik Lundh's _sre.c module and its header files. by Guido van Rossum · 24 years ago
  80. 7627c0d Added Fredrik Lundh's sre module and its supporting cast. by Guido van Rossum · 24 years ago
  81. 7a5b796 Thomas Heller fixes a typo in an error message. by Guido van Rossum · 24 years ago
  82. 0380c26 More names. by Guido van Rossum · 24 years ago
  83. b4c850c Added code to blow away the pseudo-installation tree and a 'keep_tree' by Greg Ward · 24 years ago
  84. e5796fe Oops, got a little too enthusiastic deleting code in that last revision: by Greg Ward · 24 years ago
  85. 1889de8 Fixed 'make_archive()' to explicitly turn of compression when format is "tar". by Greg Ward · 24 years ago
  86. 02296ce Rename 'formats' option to 'format', and remove the ability to generate by Greg Ward · 24 years ago
  87. 6b21376 Import from 'types' module. Added 'ztar', 'tar' to 'format_command' dictionary. by Greg Ward · 24 years ago
  88. 6ce00b4 Tweaked 'get_platform()' to include the first character of the OS release: by Greg Ward · 24 years ago
  89. 7d51034 Removed some old test code: don't set 'plat' when calling 'new_compiler()'. by Greg Ward · 24 years ago
  90. 95c0b26 Don't perpetrate the "_d" hack for naming debugging extensions -- that's by Greg Ward · 24 years ago
  91. 8422964 Patch (mostly) from Thomas Heller for building on Windows: by Greg Ward · 24 years ago
  92. 6e8ee5d Don't put Python's library directory into the library search path -- that's by Greg Ward · 24 years ago
  93. 64231e5 Add back an obscure "feature" to the Obj version of Tkapp_Call(): a by Guido van Rossum · 24 years ago
  94. 6148c2c Added 'bdist' and 'bdist_dumb'. by Greg Ward · 24 years ago
  95. 42405a5 A version of FixTk.py that works with the way the installer now installs Tcl/Tk. by Guido van Rossum · 24 years ago
  96. 1b64a7e Added 'get_name()' and 'get_full_name()' methods to Distribution. by Greg Ward · 24 years ago
  97. 32ce329 Added 'create_tree()'. by Greg Ward · 24 years ago
  98. 318a9d7 Added DistutilsInternalError. by Greg Ward · 24 years ago
  99. e1664bd The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is by Greg Ward · 24 years ago
  100. 0f77f95 The 'bdist' command, for creating "built" (binary) distributions. by Greg Ward · 24 years ago