1. 90d556f Simple module to publish list of Python keywords. by Guido van Rossum · 28 years ago
  2. f789ee4 Avoid crashes with nested multipart/mixed parts. by Guido van Rossum · 28 years ago
  3. 14d1c72 Added note about adding \n to source for exec and compile. by Guido van Rossum · 28 years ago
  4. 4a908be Added Q. about HTTP/1.1. by Guido van Rossum · 28 years ago
  5. f2e499b New long_lshift, without restriction on size of shift count, by Tim Peters. by Guido van Rossum · 28 years ago
  6. e053c67 Remove err_input -- there is no such global! by Guido van Rossum · 28 years ago
  7. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 28 years ago
  8. 1aeb104 Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined. by Guido van Rossum · 28 years ago
  9. f095806 Remove redundant references to thread stuff -- long, long ago, there by Guido van Rossum · 28 years ago
  10. 7427791 Add Macros defining new names for all external symbols. by Guido van Rossum · 28 years ago
  11. 1f06bee Change PyFPE_END_PROTECT to PyFPE_END_PROTECT(v). v should be the by Guido van Rossum · 28 years ago
  12. efd3a3a Implement find_class() without exec statement. by Guido van Rossum · 28 years ago
  13. c6995534 Change the list() function to match the documentation in the comment by Guido van Rossum · 28 years ago
  14. 56d1e3a Added Fred Drake's netrc parser class. by Guido van Rossum · 28 years ago
  15. 18aef3c Support disassembly of a variety of objects through dis.dis(). by Guido van Rossum · 28 years ago
  16. 7b7c578 Add optional 4th argument to [r]find and [r]index (end of slice). by Guido van Rossum · 28 years ago
  17. 612316f Add a rough list of undocumented stuff at the end. by Guido van Rossum · 28 years ago
  18. 1f8cee2 Hint about [\] trick to avoid quad backslashes. by Guido van Rossum · 28 years ago
  19. db5a41f target libinstall: by Fred Drake · 28 years ago
  20. ef8dc06 compile(): Use the __debug__ flag to determine the proper filename extension by Fred Drake · 28 years ago
  21. 6af0c00 Fix dumb bug calling parsestrplus with wrong node as argument. by Guido van Rossum · 28 years ago
  22. 1c6a459 Define __debug__ as 0 if -O is given, 1 otherwise. Also test for by Guido van Rossum · 28 years ago
  23. 7c53111 Added support for ``if __debug__:'' -- if -O is given, this form is by Guido van Rossum · 28 years ago
  24. 0824f63 When -O is given, use ".pyo" instead of ".pyc". by Guido van Rossum · 28 years ago
  25. 80eb3c0 Zap all env vars beginning with PYTHON to prevent an obvious form of attack. by Guido van Rossum · 28 years ago
  26. b5dc5e3 Added support for imaginary constants (e.g. 0j, 1j, 1.0j). by Guido van Rossum · 28 years ago
  27. c43b685 Clarify error message for unexpected keyword parameter. by Guido van Rossum · 28 years ago
  28. 27e280d Restore old behavior of autotest and testall, using regrtest. by Guido van Rossum · 28 years ago
  29. f58ed25 Add "extra-verbose" mode, triggered by specifying two -v flags. In by Guido van Rossum · 28 years ago
  30. e69be3e Much more rigorous testing -- we now try many times, varying in time by Guido van Rossum · 28 years ago
  31. b51eaa1 Fixed doc string, added __version__, fixed 1 bug. by Guido van Rossum · 28 years ago
  32. fc6f533 Ka-Ping's version. by Guido van Rossum · 28 years ago
  33. 19700b6 Add casts to CMPERROR macro to silence SunPro compiler warnings about by Guido van Rossum · 28 years ago
  34. 8259805 Greatly renamed. Not a very thorough job -- I'm going to restructure it anyway. by Guido van Rossum · 28 years ago
  35. 159b77f Add Emacs shell-script directive, SunPro version#, and fix typo by Guido van Rossum · 28 years ago
  36. 53bb550 Solaris and IRIX specific instructions for fpectl. by Guido van Rossum · 28 years ago
  37. f39fc43 A few comment alignment and clarifications. by Guido van Rossum · 28 years ago
  38. 7614da6 Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO. by Guido van Rossum · 28 years ago
  39. e9e4779 Add global Py_OptimizeFlag. by Guido van Rossum · 28 years ago
  40. 8e793d9 Add global Py_OptimizeFlag. SET_LINENO is omitted again unless this is nonzero. by Guido van Rossum · 28 years ago
  41. 3978d75 Added intern() by Guido van Rossum · 28 years ago
  42. 38e2ec4 Added ref to StringIO docs. by Guido van Rossum · 28 years ago
  43. 3ff7317 Correct two typos by Guido van Rossum · 28 years ago
  44. d90e5b1 Fix name of PyObject_GetAttrString by Guido van Rossum · 28 years ago
  45. cda3d7d Added (minimal) StringIO docs. by Guido van Rossum · 28 years ago
  46. 20e4210 Fix up indentation of examples to use 4 spaces instead of tabs. by Guido van Rossum · 28 years ago
  47. 17e973c Remove the list of Python users, replace it with a pointer to the by Guido van Rossum · 28 years ago
  48. 7b6f343 Added new ftp mirror site ftp://ftp.cdrom.com/pub/python/ (Walnut Creek CDROM). by Guido van Rossum · 28 years ago
  49. 827eecd Converted to CW11. by Jack Jansen · 28 years ago
  50. 666212d Make cache-alignment work always (in stead of 50% of the time:-) by Jack Jansen · 28 years ago
  51. c587301 - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 28 years ago
  52. 4a8c54e - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 28 years ago
  53. 6a52814 Re-generated from new (CW11) universal headers by Jack Jansen · 28 years ago
  54. fb07f40 (python-font-lock-keywords): Use new convention for installing in mode by Barry Warsaw · 28 years ago
  55. 2a0711d Removing this -- complex numbers are now builtin, by Guido van Rossum · 28 years ago
  56. 5680906 Change all three fopen calls to use binary mode. by Guido van Rossum · 28 years ago
  57. 05bc4af Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3. by Guido van Rossum · 28 years ago
  58. ad183bb Removed nonstandard strftime formats (strftime is tested more by Guido van Rossum · 28 years ago
  59. eea9ab7 Rebuilt everything with Guido's new sources, added a few modules here by Jack Jansen · 28 years ago
  60. ab78656 Added calldll module by Jack Jansen · 28 years ago
  61. 0040b47 - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling it by Jack Jansen · 28 years ago
  62. 7e94404 Only go into eventloop/interrupt check 10 times per second by Jack Jansen · 28 years ago
  63. 4f27a55 Comments around identifier after #endif by Jack Jansen · 28 years ago
  64. c1cd2ca Added operator, errno and soundex modules. by Jack Jansen · 28 years ago
  65. e0e1f1a Redid arg/return handling (still not as I would like it to be, though). by Jack Jansen · 28 years ago
  66. 7801614 Remove some bogus code that would cause a NameError if a -r option was passed. by Guido van Rossum · 28 years ago
  67. 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 28 years ago
  68. 19302de join(): Wax the incorrect leading comment by Barry Warsaw · 28 years ago
  69. 7574587 Document the new join() semantics. by Barry Warsaw · 28 years ago
  70. fbd64c8 Restructured quite a bit, hopefully Lee Busby will find this useful. by Guido van Rossum · 28 years ago
  71. 384d249 join(): join one or more path components by Barry Warsaw · 28 years ago
  72. 736bb06 Added a paragraph to describe clear_cache(), and why it's necessary. by Barry Warsaw · 28 years ago
  73. cd77df6 Document the new get_syntax() function. by Barry Warsaw · 28 years ago
  74. b67a25c Store the current regex syntax along with the regular expression by Barry Warsaw · 28 years ago
  75. 909d7c3 regex_get_syntax(): New module function exported to Python. by Barry Warsaw · 28 years ago
  76. 152f9d9 Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env is by Guido van Rossum · 28 years ago
  77. 01094e4 Change the question about os.environ changes not working -- it now by Guido van Rossum · 28 years ago
  78. 8651d27 Two changes: by Guido van Rossum · 28 years ago
  79. b3928d2 An initial stab at calling random C routines from Python by Jack Jansen · 28 years ago
  80. ce7fc98 Initial stab at calling C routines from python dynamically by Jack Jansen · 28 years ago
  81. 9580609 Require _tkinter -- don't attempt to import tkinter when _tkinter does by Guido van Rossum · 28 years ago
  82. 10efb05 Add fpectl and fpetest modules. by Guido van Rossum · 28 years ago
  83. 4a3df1c Changes for Lee Busby's SIGFPE patch set. New symbol WANT_SIGFPE_HANDLER. by Guido van Rossum · 28 years ago
  84. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 28 years ago
  85. 0ae748d Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 28 years ago
  86. 09e6ad0 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 28 years ago
  87. 7d4266e Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 28 years ago
  88. 1ca407f Fix the comments for bitwise and/or. by Guido van Rossum · 28 years ago
  89. 0f4bbd2 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  90. bae9518 Added decl for Py_AddPendingCall and include mymalloc.h, all to keep lint happy. by Guido van Rossum · 28 years ago
  91. 129e91a Add parentheses around && within || as gcc -Wall advises. by Guido van Rossum · 28 years ago
  92. 2dc4661 Oops, remove an unused variable from PyErr_Format(). by Guido van Rossum · 28 years ago
  93. 5c4998b Added decl for Py_FdIsInteractive. by Guido van Rossum · 28 years ago
  94. 3f3a268 Added decl for Py_InteractiveFlag. by Guido van Rossum · 28 years ago
  95. 775af91 My version of Lee Busby's patches to make '-i' pretend stdin is a tty by Guido van Rossum · 28 years ago
  96. 7433b12 Added new global flag variable Py_InteractiveFlag and new function by Guido van Rossum · 28 years ago
  97. 115eb64 Added PyArg_ParseTupleAndKeywords, PyErr_Format. by Guido van Rossum · 28 years ago
  98. c4193f1 Added prototype for PyErr_Format(exception, formatstring, ...) -> NULL. by Guido van Rossum · 28 years ago
  99. 1548bac Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL. by Guido van Rossum · 28 years ago
  100. babacb0 Added .cxx and .cpp to extensions recognized as source files. by Guido van Rossum · 28 years ago