1. 7333c4c Patch by Piet van Oostrum to avoid calculating with the result of by Guido van Rossum · 26 years ago
  2. a9f445c Add libthreading.tex to LIBFILES. by Fred Drake · 26 years ago
  3. 16440e6 Added libthreading.tex ; this is mostly the contents of threading_api.py, by Andrew M. Kuchling · 26 years ago
  4. bd9f093 Measure performance of sub(), split(), findall(). by Guido van Rossum · 26 years ago
  5. 1a78553 Add test for failure of the getattr call in pcre_expand() -- it used by Guido van Rossum · 26 years ago
  6. 0e5ab17 Get a 3- to 4-fold speedup for sub()/subn(), split() and findall() by by Guido van Rossum · 26 years ago
  7. c364cf8 Added tests for findall(). by Guido van Rossum · 26 years ago
  8. dfba2fb Eric Raymond documents two already-existing functions (bmp, png). by Guido van Rossum · 26 years ago
  9. 7589b71 I_getattr(), by Fred Drake · 26 years ago
  10. 7f1d3aa Add tests for array self-assigns. (This one has no relevance to JPython.) by Guido van Rossum · 26 years ago
  11. affd77f Add tests for list self-assigns. (Sorry, this should have been here by Guido van Rossum · 26 years ago
  12. 0fd0033 Avoid using calloc(). This triggered an obscure bug on multiprocessor by Guido van Rossum · 26 years ago
  13. 93d1fe1 From: Nicolas CHAUVAT <nico@caesium.fr> by Guido van Rossum · 26 years ago
  14. 98c92c8 Show how to do switchable panels. by Guido van Rossum · 26 years ago
  15. 182c590 Tk.__init__(): In computing baseName, add ".pyo" to list of dropped by Fred Drake · 26 years ago
  16. 43ff868 Temporarily get rid of the registration of Tcl_Finalize() as a by Guido van Rossum · 26 years ago
  17. 69a79bc Better RFC 821 compliance (MAIL and RCPT, and CRLF in data) by Guido van Rossum · 26 years ago
  18. 5c44027 Added a delete() method to menu entries. Only the last entry of a menu by Jack Jansen · 26 years ago
  19. f22e67d Added prototypes for the code resource routines, and for Pstring by Jack Jansen · 26 years ago
  20. ac82b6a If the preference filename resource is empty don't try to open or by Jack Jansen · 26 years ago
  21. 1e2260f All import-related code has moved to macimport.c. by Jack Jansen · 26 years ago
  22. f2f3e9b Added macimport.c to various files by Jack Jansen · 26 years ago
  23. eefc1a3 Add an empty PYTHONPREFSFILE STR resource, so frozen applications by Jack Jansen · 26 years ago
  24. 5dba9e8 Add special case to PySequence_List() so that list() of a list is by Guido van Rossum · 26 years ago
  25. fa4ac71 Small changes to map() and filter(): by Guido van Rossum · 26 years ago
  26. bfc725b Changed PySequence_List() and PySequence_Tuple() to support by Guido van Rossum · 26 years ago
  27. df901df Added a function SetUserItemHandler: this takes a function(dialog, by Jack Jansen · 26 years ago
  28. ba0d061 Add macros for direct access to the members of CFunction objects. by Guido van Rossum · 26 years ago
  29. d4ba73c Move the definition of PyMethodObject to classobject.h, so it can define by Guido van Rossum · 26 years ago
  30. 9223351 Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject by Guido van Rossum · 26 years ago
  31. eeb6428 (1) Added a sys.exc_info() emulation. (It returns None for the traceback.) by Guido van Rossum · 26 years ago
  32. f029548 Added item about index item/subitem separation. by Fred Drake · 26 years ago
  33. 5da5a68 Fix suggested by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it> to keep the by Fred Drake · 26 years ago
  34. fa00e95 # In case BINARY_SUBSCR, use proper PyList_GET* macros instead of inlining. by Guido van Rossum · 26 years ago
  35. 7859f87 Marc-Andre Lemburg's patch to support instance methods with other by Guido van Rossum · 26 years ago
  36. bb71ab6 Reindented some OS/2 and hpux code that looked ugly or at least inconsistent. by Guido van Rossum · 26 years ago
  37. 7ba3043 Recompute the special getattr/setattr/delattr cache slots after by Guido van Rossum · 26 years ago
  38. b77a68e Rewrite to support multiple suckers, each with their own thread. by Guido van Rossum · 26 years ago
  39. 125700a Instead of printint, use self.message() or self.note(). by Guido van Rossum · 26 years ago
  40. 0fd9408 Needed. by Guido van Rossum · 26 years ago
  41. 5e32a77 Minor change for windows; set extensions_c later and set by Guido van Rossum · 26 years ago
  42. b84ef9b Put back the call to report_unbalanced() that was lost when by Guido van Rossum · 26 years ago
  43. d94c2dc # Bump version because of checkin to faqwiz.py. :-( by Guido van Rossum · 26 years ago
  44. 0922a56 Don't add <...> around mail addresses; they may already be there. by Guido van Rossum · 26 years ago
  45. e79cf32 Added hints about building your own DLL. by Guido van Rossum · 26 years ago
  46. 233f4b5 Two error messages still used the old name of the functio mkvalue() -- by Guido van Rossum · 26 years ago
  47. c821d1e Add a cast that a picky SGI compiler found was necessary. by Guido van Rossum · 26 years ago
  48. 9f29990 Fix a benign problem found by a picky SGI compiler (unreachable break by Guido van Rossum · 26 years ago
  49. 04e00a4 Fix benign problems found by a picky SGI compiler (unreachable break by Guido van Rossum · 26 years ago
  50. c69bac5 Fix benign problems found by a picky SGI compiler (unreachable break by Guido van Rossum · 26 years ago
  51. eaa1ed6 Fix some problems that a picky SGI compiler reported. Two were benign by Guido van Rossum · 26 years ago
  52. e32d153 Sigh. The hack to enable special treatment for errno on SGI machines by Guido van Rossum · 26 years ago
  53. 6b3d77e Guess what... by Guido van Rossum · 26 years ago
  54. f867812 Fix two unrelated problems in the same area: by Guido van Rossum · 26 years ago
  55. 82a5c66 Added copious docstrings, plus two minor layout tweaks. by Guido van Rossum · 26 years ago
  56. a4289a7 In the example iterating over sys.argv and opening each argument, by Guido van Rossum · 26 years ago
  57. 7c29b23 (py-beginning-of-def-or-class, py-end-of-def-or-class, by Barry Warsaw · 26 years ago
  58. 003932a (py-comment-indent-function): A replacement for by Barry Warsaw · 26 years ago
  59. 9d865e1 Get rid of some obsolete opcodes. by Guido van Rossum · 26 years ago
  60. 7bda89f Rewritten a bit to address some criticism in the newsgroup. by Guido van Rossum · 26 years ago
  61. 5f574aa Added back the description of the exec statement. It appears that I by Guido van Rossum · 26 years ago
  62. 9f2b524 The permissions ('mode' flag) should default to 0666. by Guido van Rossum · 26 years ago
  63. 8ba4036 The _fromlinepattern was a little too restrictive -- some sendmails by Guido van Rossum · 26 years ago
  64. b3bf2cd # The variable total is never used somehow. I think I had plans for by Guido van Rossum · 26 years ago
  65. 6bbd1d0 According to Robin Dunn, at least one FTP server returns 200 instead by Guido van Rossum · 26 years ago
  66. 1717ba4 Normalize markup. by Fred Drake · 26 years ago
  67. 579d366 Normalize the markup. by Fred Drake · 26 years ago
  68. 3f6034d Added index entry. by Fred Drake · 26 years ago
  69. 91e5211 Added \deprecated to exit_thread() function. Reflects Guido's revision. by Fred Drake · 26 years ago
  70. d20781b On Windows, put the select file descriptor arrays on the heap. by Guido van Rossum · 26 years ago
  71. 030eb11 Gotta have an __init__() method -- pdb.py calls it! by Guido van Rossum · 26 years ago
  72. bfa3f6b Several changes: by Barry Warsaw · 26 years ago
  73. b68cd42 Fix two smal memory leaks discovered by Vadim Chugunov. by Guido van Rossum · 26 years ago
  74. f811dca Disable malloc debug in frozen programs. by Jack Jansen · 26 years ago
  75. d674163 The init routine for MacOS had a non-standard name. Changed to initMacOS(). by Jack Jansen · 26 years ago
  76. a5a4981 Convert \n to \r in strings that are displayed in the dialogs. by Jack Jansen · 26 years ago
  77. 8e54abe Fix the \kbd definition so it didn't leave the courier face on. by Fred Drake · 26 years ago
  78. 3240dd2 Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands by Fred Drake · 26 years ago
  79. 108943c Added a section to the chapter on modules, describing the package system. by Andrew M. Kuchling · 26 years ago
  80. 0b3b43c New blood. by Guido van Rossum · 26 years ago
  81. 7011504 Improved test set for int() and long() string conversions. by Guido van Rossum · 26 years ago
  82. 7e0e955 Get rid of the lock; it's no longer needed. by Guido van Rossum · 26 years ago
  83. 0dd010a # Be more definite about the MIPSpro compiler bug being fixed in a by Guido van Rossum · 26 years ago
  84. cf51dac Document __copy__() and __deepcopy__() methods. by Guido van Rossum · 26 years ago
  85. 5b68362 Use the real name of the module: "smtplib", not "smtp". by Fred Drake · 26 years ago
  86. 8ec619f Note that readline returns '' on EOF, not "EOF" (whatever that may be). by Guido van Rossum · 26 years ago
  87. 472b9a3 Clearly I was to quick with the previous commit... by Guido van Rossum · 26 years ago
  88. 97ea116 Documented the pop() method for lists. by Guido van Rossum · 26 years ago
  89. 9c59ce9 Documented os.linesep (line separator). by Guido van Rossum · 26 years ago
  90. bf0db03 Add pop method. by Guido van Rossum · 26 years ago
  91. 3dd7f3f Added doc strings for methods and a new pop() method. by Guido van Rossum · 26 years ago
  92. cd90509 As suggested by pson@pson.pp.se, correct the docs for head(), body(), article(). by Guido van Rossum · 26 years ago
  93. 0f91183 Fix the comments describing the return values of the head(), body(), by Guido van Rossum · 26 years ago
  94. 52a79e8 Changed URL to crypto page. by Andrew M. Kuchling · 26 years ago
  95. a259696 Fix by Sjoerd Mullender to support symbolic links and make a backup of by Guido van Rossum · 26 years ago
  96. 6c373f7 Document new default arg to groups() and new functions/methods by Guido van Rossum · 26 years ago
  97. 8ea9f4d Fix a stupid little bug: len() of an unsized returns -1 and leaves an by Guido van Rossum · 26 years ago
  98. 16926bd Add PyImport_AppendInittab() an PyImport_ExtendInittab(). by Guido van Rossum · 26 years ago
  99. 8b3282b For completeness, add a dummy load_package() method to RHooks. It by Guido van Rossum · 26 years ago
  100. 9f5c36f Support loading of packages. (I had this coded up for a while but by Guido van Rossum · 26 years ago