1. 2aa78ef Add a pointer back to the wizard in the "compat" output. by Guido van Rossum · 27 years ago
  2. 0d2d759 PySocketSock_methods: Added "connect_ex" so the method can actually be called! by Barry Warsaw · 27 years ago
  3. 4a9aff2 A comparison with several other languages that also appears in the by Guido van Rossum · 27 years ago
  4. bc12f78 Adding Martin von Loewis' documentation for his locale module. by Guido van Rossum · 27 years ago
  5. e084f0b Add description for some modules that have been added since this intro by Guido van Rossum · 27 years ago
  6. 3472026 Add description for Queue; fix typo (whichdbm should be whichdb). by Guido van Rossum · 27 years ago
  7. db847bd Plug memory leak in Py_BuildValue when using {...} to construct dictionaries. by Guido van Rossum · 27 years ago
  8. 3d96d52 (Queue.Empty): When class based exceptions are in force, derive this by Barry Warsaw · 27 years ago
  9. 17c8e78 libqueue.tex: Documentation for the Queue.py module. by Barry Warsaw · 27 years ago
  10. 51bb7b7 Dang. Formatting glitch. by Guido van Rossum · 27 years ago
  11. f5831ae New blurb, derived from my Handbook of Object Technology abstract. by Guido van Rossum · 27 years ago
  12. 4552f3d In the description of sub(), give a better explanation of the by Barry Warsaw · 27 years ago
  13. bd1169a Add Martin von Loewis as the author of this module. by Guido van Rossum · 27 years ago
  14. eef1d4e User-level locale module. A wrapper around _locale which adds by Guido van Rossum · 27 years ago
  15. 3df69bc Add support for _locale. by Guido van Rossum · 27 years ago
  16. fc4255d Add s.connect_ex() which returns errno instead of raising an exception. by Guido van Rossum · 27 years ago
  17. aec7497 Add optional support fort Tix and BLT. by Guido van Rossum · 27 years ago
  18. 2e58ff3 Fix importing of shared libraries from inside packages. by Guido van Rossum · 27 years ago
  19. ee6fd1c Add declaration for _Py_PackageContext -- needed to fix importing by Guido van Rossum · 27 years ago
  20. 858cb73 Two changes (here we go again :-( ). by Guido van Rossum · 27 years ago
  21. df9db1e Give more detailed error message when the argument count isn't right. by Guido van Rossum · 27 years ago
  22. 127b8dd Add declaration for PyNumber_CoerceEx(). by Guido van Rossum · 27 years ago
  23. 242c642 Add a new function PyNumber_CoerceEx() which works just like by Guido van Rossum · 27 years ago
  24. 220ecc8 Martin von Loewis' _locale module (locale.py follows tomorrow). by Guido van Rossum · 27 years ago
  25. 3931df9 Undo another glitch of the automatic not-so-Grand Renaming; some local by Guido van Rossum · 27 years ago
  26. 33635f8 start numbering things 1.5b1 now by Guido van Rossum · 27 years ago
  27. 8360005 Assert that the proxies object passed in to the URLopener constructor by Guido van Rossum · 27 years ago
  28. 421c224 Added docstrings (contributed by Martin von Loewis). by Guido van Rossum · 27 years ago
  29. e4a93bc Fix the release date for 1.5b1 to be Nov. 26 by Guido van Rossum · 27 years ago
  30. d9a26ff Add support for NULL macro (like UNIX, ABC etc.). by Guido van Rossum · 27 years ago
  31. 2974f0f Add xmllib; remove (slow) from description of htmllib. by Guido van Rossum · 27 years ago
  32. 7336935 dis is now documented; bisect is deemed useful. by Guido van Rossum · 27 years ago
  33. f7790c6 Document s.connect_ex(), which does not raise an exception on error. by Guido van Rossum · 27 years ago
  34. 364e643 Clarified reference to old profiler. by Guido van Rossum · 27 years ago
  35. 5de6488 Added doc for errorcode dictionary. by Guido van Rossum · 27 years ago
  36. 5d68e8e Fixed case sensitivity of attributes (they are case *sensitive*). by Guido van Rossum · 27 years ago
  37. eae121e Adding dis and xmllib docs by Guido van Rossum · 27 years ago
  38. a10768a Docu for xmllib.py, by Sjoerd Mullender. by Guido van Rossum · 27 years ago
  39. b62b6d1 Docu for dis.py, written by Martin von Loewis. by Guido van Rossum · 27 years ago
  40. a219efa Sjoerd Mullender's xml parser (based on sgmllib, somewhat). by Guido van Rossum · 27 years ago
  41. 46de1b0 This BUGS list hasn't been updated since the release of Python 1.2! by Guido van Rossum · 27 years ago
  42. 359bcaa This fix (across 4 files in 3 directories) solves a subtle problem with by Guido van Rossum · 27 years ago
  43. c9fd600 Suggestion by David Ascher: set EXE macro to empty string and use it by Guido van Rossum · 27 years ago
  44. 6592b3c Use a %s format for the exit status -- through the magical workings of by Guido van Rossum · 27 years ago
  45. ca2f69c As Mark Hammond found out, it was a bad idea to add "set -e" to the by Guido van Rossum · 27 years ago
  46. 6f5a312 New version from Neale... He promised it's the last. by Guido van Rossum · 27 years ago
  47. dfed725 Fix memory leak in exec statement with code object -- the None returned by Guido van Rossum · 27 years ago
  48. 3120bc3 v1.1; added attribution to Neale Pickett. by Guido van Rossum · 27 years ago
  49. 368e06b Some restructuring. by Guido van Rossum · 27 years ago
  50. 1abbd7f Added vgrindefs. by Guido van Rossum · 27 years ago
  51. 93a47d7 Plucked this from the net. by Guido van Rossum · 27 years ago
  52. f518154 Fix problem discovered by Barry: if you hit ^C to by Guido van Rossum · 27 years ago
  53. c1189eb Separate out a function pystones(loops=LOOPS) which runs the benchmark by Guido van Rossum · 27 years ago
  54. f849291 Add __init__.py to test package. by Guido van Rossum · 27 years ago
  55. 6ae21ad #(py-emacs-features): Fixed typo in docstring. by Barry Warsaw · 27 years ago
  56. b8f1166 (python-font-lock-keywords): Pick up block introducing keywords with by Barry Warsaw · 27 years ago
  57. ef3c891 (python-font-lock-keywords): Fix for consecutive keyword font locking, by Barry Warsaw · 27 years ago
  58. 5e21cb0 (py-emacs-features): Test for working make-temp-name, which is broken by Barry Warsaw · 27 years ago
  59. 2bd358c A nice blurb that Mark Hammond wrote, aimed at Windows users. by Guido van Rossum · 27 years ago
  60. a9ce70f (py-execute-region): Fixed small bug with queuing file for execution by Barry Warsaw · 27 years ago
  61. 2518c67 (mark-python-def-or-class): Renamed to py-mark-def-or-class globally. by Barry Warsaw · 27 years ago
  62. 851e7d5 Got rid of the errorstr dictionary, which is redundant now that by Guido van Rossum · 27 years ago
  63. 4a1f39a Undo half of the previous change :-( by Guido van Rossum · 27 years ago
  64. 6d48c4a (py-backspace-function): New variable. by Barry Warsaw · 27 years ago
  65. a97a3f3 First round of changes, mostly subprocess stuff. by Barry Warsaw · 27 years ago
  66. bfa9f13 islink() returns false, but there is no constant false! Return 0 instead. by Guido van Rossum · 27 years ago
  67. 79b2038 When checking for equality, open the slave file in text mode so it by Guido van Rossum · 27 years ago
  68. 19f4456 Use ``0'' instead of ``None'' to reset the underlying object in close by Guido van Rossum · 27 years ago
  69. 8f3c812 Fix due to Bill Noon for problem discovered by Ken Manheimer: packing by Guido van Rossum · 27 years ago
  70. 25c649f Get rid of another reference to _PyImport_Inittab (now a static array) by Guido van Rossum · 27 years ago
  71. 22348dc The warning about thread still having a frame now only happens in verbose mode. by Guido van Rossum · 27 years ago
  72. 8607ae2 Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep() by Guido van Rossum · 27 years ago
  73. 3a44e1b Two independent changes (alas): by Guido van Rossum · 27 years ago
  74. 7ff20ac Change the signal finialization so that it also resets the signal by Guido van Rossum · 27 years ago
  75. 615022f Doing the most complicated CVS dance I've ever seen. Barry has had by Guido van Rossum · 27 years ago
  76. affc0ca Changes in preparation for integrating into the Python CVS tree. by Barry Warsaw · 27 years ago
  77. 6345ac6 Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) by Guido van Rossum · 27 years ago
  78. 197346f New policy for package imports: only a directory containing by Guido van Rossum · 27 years ago
  79. 771c6c8 Instead of using _PyImport_Inittab[] directly, use the new "official" by Guido van Rossum · 27 years ago
  80. 66959af Remove the declaration of "internal" table _PyImport_Inittab[]; add by Guido van Rossum · 27 years ago
  81. e8d1139 Add empty __init__.py files to the test packages so the new policy by Guido van Rossum · 27 years ago
  82. 873c35c Take out the setlocale() call. It affects atof() and will break by Guido van Rossum · 27 years ago
  83. 3c03fa8 Hack suggested by Matthias Klose to pull in all relevant entry points by Guido van Rossum · 27 years ago
  84. 86aeb90 Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose). by Guido van Rossum · 27 years ago
  85. 613418a New version from Sjoerd, small bugfix + optimizations. by Guido van Rossum · 27 years ago
  86. e475d86 Install Misc/Makefile.pre.in in the config/ install directory. by Guido van Rossum · 27 years ago
  87. 0874f7f Tests for tokenize.py (Ka-Ping Yee) by Guido van Rossum · 27 years ago
  88. fefc922 New, fixed version with proper r"..." and R"..." support from Ka-Ping. by Guido van Rossum · 27 years ago
  89. 3b63177 Redone (by Ka-Ping) using the new re module, and adding recognition by Guido van Rossum · 27 years ago
  90. 9d37a4d Small wording change about global and local trace functions. by Guido van Rossum · 27 years ago
  91. 036309b This should hopefully finally clean up the remaining __del__ related by Guido van Rossum · 27 years ago
  92. af8d2bf Bugfix in match() -- the number of registers shouldn't be divided by two! by Guido van Rossum · 27 years ago
  93. e6eef4b Use __dict__.update(state) instead of for loop over state.items() and by Guido van Rossum · 27 years ago
  94. 040e565 Ooops, found too more references to old conditions on floating point values. by Fred Drake · 27 years ago
  95. ae18e9f Removed obsolete discussion on _xdr helper module. by Fred Drake · 27 years ago
  96. 31626bc re -> regex conversions by Sjoerd. by Guido van Rossum · 27 years ago
  97. f81e5b9 New module -- converts regex regular expressions to re style. by Guido van Rossum · 27 years ago
  98. 1fef181 Although it's hard to be sure, I *think* this is a working conversion by Guido van Rossum · 27 years ago
  99. 57a68e0 Remove redundant import regsub. by Guido van Rossum · 27 years ago
  100. 2efa34b Daniel Larsson discovered another cut-n-paste bug in the Olimit story... by Guido van Rossum · 27 years ago