1. e85da65 Some patches to Lee Busby's fpectl mods that accidentally didn't make it by Guido van Rossum · 27 years ago
  2. 9476a78 Remove "." or "" from front of sys.path (this bit me once). by Guido van Rossum · 27 years ago
  3. 4e8ef5f Catch KeyboardInterrupt separately and propagate it, instead of by Guido van Rossum · 27 years ago
  4. 1510565 Add optional 4th argument to count(), matching find() etc. by Guido van Rossum · 27 years ago
  5. dd65975 Patch by Charles G. Waldman to add optional user and password by Guido van Rossum · 27 years ago
  6. 4a2a621 Write a str() function for class objects that returns by Guido van Rossum · 27 years ago
  7. ed1100f Don't use sscanf(s, "%x", &c) to parse \xX... escapes; hardcode it. by Guido van Rossum · 27 years ago
  8. f6a84db Add getintarg(), getlongarg(), getstrarg() to macros since these no by Guido van Rossum · 27 years ago
  9. cb4d303 Add proper (getattrfunc) cast in Pcre_Type. by Guido van Rossum · 27 years ago
  10. 266033e Change sharedmodules to lib-dynload. by Guido van Rossum · 27 years ago
  11. 7eecc24 Remove .pyo files like .pyc files. by Guido van Rossum · 27 years ago
  12. cf809d6 Rename sharedmodules to lib-dynload. by Guido van Rossum · 27 years ago
  13. 304dd2d Switch around OPT assignments in Don Beaudry's patch for Olimit (his by Guido van Rossum · 27 years ago
  14. cbfcb17 AIX notes are simpler -- no need to enable sharedlibs with an edit. by Guido van Rossum · 27 years ago
  15. 828a0bd count() now has a 4th parameter too. Also rephrased the docs for find by Guido van Rossum · 27 years ago
  16. 871cf16 Documented exc_info(); also updated exc_type and last_type docs. by Guido van Rossum · 27 years ago
  17. fb5cef1 Added separate tests for {}.get(). by Guido van Rossum · 27 years ago
  18. 6fcfa72 Correct Barry's fix -- take care of {}.get(0). by Guido van Rossum · 27 years ago
  19. 9b887c7 Added tests of dict.get() by Barry Warsaw · 27 years ago
  20. 320ac33 dict_get(): Fixed a couple of stupid mistakes which caused crashes. by Barry Warsaw · 27 years ago
  21. 9e63faa Change Python-as-executable-script example to use "#! /usr/bin/env python" by Fred Drake · 27 years ago
  22. 654451d splitpasswd(): The parameter is named "user", not "host". by Fred Drake · 27 years ago
  23. 2950b2d Restore the \seealso formatting that got lost when I updated the math by Fred Drake · 27 years ago
  24. 9dcc5a9 Add support for ctypedesc, cvardesc, seealso, seemodule, seetext. by Fred Drake · 27 years ago
  25. 7cd6044 Remove macpath entry -- it is already documented. by Fred Drake · 27 years ago
  26. 5451d67 socket_type ==> SocketType by Fred Drake · 27 years ago
  27. 120ac20 Remove superfluous comman from between "not" and "in" when describing the by Fred Drake · 27 years ago
  28. 36fbe76 struct _frozen: by Fred Drake · 27 years ago
  29. 3b31cd2 Shared libraries didn't quite work under AIX because of the change in by Guido van Rossum · 27 years ago
  30. a59406a Darn. When thread support is disabled, the BEGIN/END macros don't by Guido van Rossum · 27 years ago
  31. 04d5c58 Updated (but still not up to date) by Jack Jansen · 27 years ago
  32. 666ff8c Build balloon help for EditPythonPrefs by Jack Jansen · 27 years ago
  33. bb74862 Fixup sys.path to be able to find macostools by Jack Jansen · 27 years ago
  34. 188db7f 1.5a4 relnotes by Jack Jansen · 27 years ago
  35. ef90af0 Projects used for 1.5a4 by Jack Jansen · 27 years ago
  36. 399502c This commit was manufactured by cvs2svn to create tag 'r15a4'. by cvs2svn · 27 years ago
  37. 9a513ef Final touch -- Don's SGI_ABI patches. by Guido van Rossum · 27 years ago
  38. 9192267 Don Beaudry's changes to support SGI_ABI on Irix 6.x. by Guido van Rossum · 27 years ago
  39. d49266e Remove requirement for strdup() since it causes so many troubles for too many by Fred Drake · 27 years ago
  40. 764a377 Typo in description of news in errno; added setlocale() call. by Guido van Rossum · 27 years ago
  41. 44c36bb Add call to setlocale(LC_ALL, ""). by Guido van Rossum · 27 years ago
  42. 9601315 Add checks for setlocale() and <locale.h> by Guido van Rossum · 27 years ago
  43. 1f14ccf Put back the extern declaration for strdup(), between #ifndef MS_WINDOWS. by Guido van Rossum · 27 years ago
  44. 9b2681b 1.5a3 relnotes (1.5a4 to follow later) by Jack Jansen · 27 years ago
  45. 0b72695 Updated for 1.5a4 by Jack Jansen · 27 years ago
  46. bbaf37c Added pcre module by Jack Jansen · 27 years ago
  47. 2136490 Bug fix for fast module location by Jack Jansen · 27 years ago
  48. f774c41 Upped version to 1.5a4, changed sys.path initialization to match new by Jack Jansen · 27 years ago
  49. e6a4b7b timezone support for macintosh (Jack) by Guido van Rossum · 27 years ago
  50. 5bd919b Include macbuildno.h here (mac only) (Jack) by Guido van Rossum · 27 years ago
  51. b189a2f lots of "goto error" replaced by "return" (Jack) by Guido van Rossum · 27 years ago
  52. 7dbb48a Converted to new exception style (Jack) by Guido van Rossum · 27 years ago
  53. b010544 Mac does support createfilehandler now (Jack) by Guido van Rossum · 27 years ago
  54. 9a61dc9 Moved mac-specific speedup to a different place (Jack) by Guido van Rossum · 27 years ago
  55. ac1fc95 Fixed for WITHOUT_COMPLEX compilation (Jack) by Guido van Rossum · 27 years ago
  56. 2861f4e Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  57. cbf3dd5 Use better timer on the mac Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  58. 45ac47c Allow open file as parameter (must be seekable) (Jack) by Guido van Rossum · 27 years ago
  59. 8450370 Generate new style exception initializer (Jack). by Guido van Rossum · 27 years ago
  60. c0be2f5 Ready for the release, I'd say. by Guido van Rossum · 27 years ago
  61. 9ec2ed4 Change test for re.sub() involving g<...> to use a multi-character by Guido van Rossum · 27 years ago
  62. 5bc5b14 Checking in AMK's latest installement. by Guido van Rossum · 27 years ago
  63. c386107 Checking in AMK's latest installement. (Two small changes to shup up gcc added.) by Guido van Rossum · 27 years ago
  64. a7a89eb Implemented nositepython and oldexceptions flags by Jack Jansen · 27 years ago
  65. c73f83c Fixed for new "import dir.module" semantics. Needs accompanying fix in by Jack Jansen · 27 years ago
  66. 55e3927 New exception interface by Jack Jansen · 27 years ago
  67. d2c0ec7 Use `...` around binary strings. by Guido van Rossum · 27 years ago
  68. 0225a38 initparser(): Use PyErr_NewException() to create the exception. by Fred Drake · 27 years ago
  69. b68b77f A few last-minute additions and some rearrangements and corrections. by Guido van Rossum · 27 years ago
  70. 0e8457c Fix EventHook (the trick to make widgets appear when using GNU by Guido van Rossum · 27 years ago
  71. 53ad776 Remove this pathetic little module! by Fred Drake · 27 years ago
  72. 176bb41 Add the Setup line for the pcre module. by Guido van Rossum · 27 years ago
  73. 9337453 Updated for Python 1.5, including my experiences with Purify on by Barry Warsaw · 27 years ago
  74. f326134 Map .shtml to text/html. by Guido van Rossum · 27 years ago
  75. 57d4c55 Version 0.8.1. by Guido van Rossum · 27 years ago
  76. b6fd5a5 Add "set -e" to lock command. by Guido van Rossum · 27 years ago
  77. 8731e5c The target directory is now called dos-8x3, not dos_8x3. by Guido van Rossum · 27 years ago
  78. 04d73c4 Check that all base classes are indeed class objects, rather than by Guido van Rossum · 27 years ago
  79. 79378ff Add get_line_buffer() and insert_text(), suggested by Michael McLay. by Guido van Rossum · 27 years ago
  80. 43b26ea Whole bunch of additions... by Guido van Rossum · 27 years ago
  81. c6e8fd6 Temporary fix to valid_identifier(). by Guido van Rossum · 27 years ago
  82. 2f3941d Return the error code from most commands, rather than swallowing it. by Guido van Rossum · 27 years ago
  83. ae590db Fix join to support multiple arguments. by Guido van Rossum · 27 years ago
  84. abfdd70 Add XXX note about wanting support for copy_reg.py... by Guido van Rossum · 27 years ago
  85. 90981e0 Add Jeff Epler's interact() function. Note that it is broken. by Guido van Rossum · 27 years ago
  86. d5484fb Add optional arguments lo and hi to insort() and bisect(), to support by Guido van Rossum · 27 years ago
  87. eec6ef1 Use K&R function prototypes. by Guido van Rossum · 27 years ago
  88. 6cd7ecb The sequence behavior is now on the Exception root class rather than by Guido van Rossum · 27 years ago
  89. fdacc58 Added pointer to api.tex and note about the out-of-date-ness of this document. by Guido van Rossum · 27 years ago
  90. 18b0db3 Set Oct 10 as the release date. by Guido van Rossum · 27 years ago
  91. 9faf4c5 Change title to {Python/C API Reference Manual}; remove \bcode \ecode by Guido van Rossum · 27 years ago
  92. 46a0bb4 Typo discovered by Case Roole. by Guido van Rossum · 27 years ago
  93. d6449a2 Be more careful with closing fd's 0,1,2. by Guido van Rossum · 27 years ago
  94. ef31b24 Add note about condition.py. by Guido van Rossum · 27 years ago
  95. 92664b8 Completed the changes between 1.5a3 and now. Not yet sorted though. by Guido van Rossum · 27 years ago
  96. 6f2a26d And "ni" has been documented... by Fred Drake · 27 years ago
  97. 2df7583 Oops; don't know if this was my typo or not: There was a "p" on a line that by Fred Drake · 27 years ago
  98. c211254 Updated the section "Parsing Python". by Fred Drake · 27 years ago
  99. 14bf341 Added keyword module entry. by Fred Drake · 27 years ago
  100. e061a51 Minor nits (Lib/token.py is a file, token is a module...). by Fred Drake · 27 years ago