1. 5a43e1a Get rid of tabnanny's last complaints. by Guido van Rossum · 26 years ago
  2. aa2a7a4 From: "Tim Peters" <tim_one@msn.com> by Guido van Rossum · 26 years ago
  3. cd5a5f6 When comparing objects of different types (which is done by comparing by Guido van Rossum · 26 years ago
  4. 5d23758 Added docs for strptime(). by Guido van Rossum · 26 years ago
  5. 87ce7bb Added strptime, if it exists. Modified after a patch by Jesse Hallio. by Guido van Rossum · 26 years ago
  6. 5248148 Clarify the type of the signal handler. by Guido van Rossum · 26 years ago
  7. 4a0144c Should check that PyObject_Str() really returned a string! by Guido van Rossum · 26 years ago
  8. fe02efd getint() now raises ValueError, not TclError, on errors. by Guido van Rossum · 26 years ago
  9. 795a4bc Added a line to process SGI_ABI. by Guido van Rossum · 26 years ago
  10. a45cb45 When unmarshalling, add test for negative lengths on strings, tuples by Guido van Rossum · 26 years ago
  11. a63eff6 Allow assignments to special class attributes -- with typechecks, and by Guido van Rossum · 26 years ago
  12. fe216b7 A few minor updates on Emacs mode section by Barry Warsaw · 26 years ago
  13. 5542449 Remove the doc string -- it doesn't tell the truth. by Guido van Rossum · 26 years ago
  14. 0da45c4 New demo -- Perl style regular expression matching. by Guido van Rossum · 26 years ago
  15. 13c8ef6 Say a bit more about .pyc and .pyo files. by Guido van Rossum · 26 years ago
  16. 3c46234 Remove Emacs and #! cruft. by Guido van Rossum · 26 years ago
  17. d659693 Improve the self-test code a bit: read a host from sys.argv[1] if set, by Guido van Rossum · 26 years ago
  18. a119c0d Tim's revision of the previous patch. He also added some sparts to by Guido van Rossum · 26 years ago
  19. cc20b76 Add comments explaining thread unsafety of this code. by Guido van Rossum · 26 years ago
  20. d03e119 Make gauss() semi-thread-safe. It can still give duplicate results, by Guido van Rossum · 26 years ago
  21. b39e461 Two places where _time() should be used said time.time(), which by Guido van Rossum · 26 years ago
  22. 6884af7 Piers Lauders' latest version, with some of my own changes reapplied. by Guido van Rossum · 26 years ago
  23. ed6219b Fix a whole bunch of error return NULL that should be return -1. by Guido van Rossum · 26 years ago
  24. 9396673 Remove a few unused locals (I love VC++ for this!). by Guido van Rossum · 26 years ago
  25. 3c8c598 Sorry, the initializer for ob_type must really be NULL, by Guido van Rossum · 26 years ago
  26. d3ab101 Quick fix -- define SIZEOF_LONG and SIZEOF_INT. by Guido van Rossum · 26 years ago
  27. 3600bee Moved from PC by Guido van Rossum · 26 years ago
  28. cd3462f Moving to PCbuild by Guido van Rossum · 26 years ago
  29. 2a5119b On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32. by Guido van Rossum · 26 years ago
  30. e4e021b Release the interpreter lock for calls that may block: _locking(), by Guido van Rossum · 26 years ago
  31. 00d9306 Changes to make it possible to write multi-threaded programs using by Guido van Rossum · 26 years ago
  32. 7e7912f Protect all uses of the random generator with a lock. by Guido van Rossum · 26 years ago
  33. 3d3a52a An example of a multi-threaded Tkinter program. by Guido van Rossum · 26 years ago
  34. 1ad0071 Patch by Lars Marius Garshol: by Guido van Rossum · 26 years ago
  35. ae621ff Guard against changes in the list size during a compare or sort. by Guido van Rossum · 26 years ago
  36. 578de30 Some systems (e.g. Linux) use enums for some symbols (like IPPROTO_IP) by Guido van Rossum · 26 years ago
  37. 617c1b0 Uses PyErr_ExceptionMatches() instead of comparing PyErr_Occurred(). by Guido van Rossum · 26 years ago
  38. 08570de Uses PyErr_ExceptionMatches() instead of comparing PyErr_Occurred(). by Guido van Rossum · 26 years ago
  39. 41e825a For ControlWindow there is a new method do_rawcontrolhit(), which gets by Jack Jansen · 26 years ago
  40. 848250c Allow an (optional) tracking function (or -1) to be specified to by Jack Jansen · 26 years ago
  41. d3dbb38 get_long(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). by Fred Drake · 26 years ago
  42. bebc97f t_bootstrap(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). by Fred Drake · 26 years ago
  43. 764b984 Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred() == ... in two by Fred Drake · 26 years ago
  44. 2b9d029 add handler for JPython's org.python.core.PyStringMap object, which by Jeremy Hylton · 26 years ago
  45. f638d1c Fix some comments; move 'import random' to top. by Guido van Rossum · 26 years ago
  46. 90ce848 On SGI, we need to define _SGI_MP_SOURCE before including errno.h when by Guido van Rossum · 26 years ago
  47. 9be6283 Tim's quicksort on May 25. by Guido van Rossum · 26 years ago
  48. 16653cb Add Tim's worst case scenario. by Guido van Rossum · 26 years ago
  49. 7462942 Added some tests to make sure that long->int conversions near by Guido van Rossum · 26 years ago
  50. f753181 Subject: Buglet in PyLong_AsLong by Guido van Rossum · 26 years ago
  51. 2028dd0 Replaced the VC++ 5.x instructions with a pointer to ../PCbuild. by Guido van Rossum · 26 years ago
  52. 9c1bc5b Moved VC++ 5.x files to ../PCbuild. by Guido van Rossum · 26 years ago
  53. 15b239f Moved VC++ 5.x stuff here. by Guido van Rossum · 26 years ago
  54. 1c096b7 Mark Hammond writes: by Guido van Rossum · 26 years ago
  55. 0f1e1fc Don't die if win32api doesn't exist. by Guido van Rossum · 26 years ago
  56. 55b40b0 Fix a dumb typo in the revparse() regular exception: {1-4} should be {1,4}. by Guido van Rossum · 26 years ago
  57. a58e9ed Document missing functions: xor, not, truth, countOf, indexOf, and by Guido van Rossum · 26 years ago
  58. 7bf1564 Use a different implementation of EventHook(). The new version by Guido van Rossum · 26 years ago
  59. 6a50ba8 Minor grammatical correction: "This module perform ..." --> "This module by Fred Drake · 26 years ago
  60. 5b34ec1 Fixed spelling in comment: "RFC", not "RFX". by Fred Drake · 26 years ago
  61. 832f6d2 Add an alias (and preferred name) "contains" for "sequenceIncludes". by Guido van Rossum · 26 years ago
  62. e9387ea introduce a new platform-specific variable: os.linesep is the by Guido van Rossum · 26 years ago
  63. fa0b6ab Address some gcc -Wall warnings (e.g. include <ctype.h>). by Guido van Rossum · 26 years ago
  64. 26fd982 Change the last 4-space indent into a 1-tab indent. by Guido van Rossum · 26 years ago
  65. 7ef2a1d Shouldn't use newdir.dir(), which no longer exists! by Guido van Rossum · 26 years ago
  66. b88679b I think there was a tiny bug in new_function() -- the 'defaults' by Guido van Rossum · 26 years ago
  67. c8498dc Add PyErr_PrintEx and PySequence_Contains. by Guido van Rossum · 26 years ago
  68. 0dabace Make function objects somewhat mutable -- the members func_code, by Guido van Rossum · 26 years ago
  69. b1ed9c5 PySequence_In() -> PySequence_Contains(). by Guido van Rossum · 26 years ago
  70. 7df115d Make sure that no use of a function pointer gotten from a by Guido van Rossum · 26 years ago
  71. 1c4f458 In PyObject_IsTrue(), don't call function pointers that are NULL by Guido van Rossum · 26 years ago
  72. 7e33c6e Moved cmp_member() to abstract.c, as PySequence_Contains() [with by Guido van Rossum · 26 years ago
  73. 09df08a A bunch of functions are now properly implemented in abstract.c, and by Guido van Rossum · 26 years ago
  74. 44e4d5a Renamed PySequence_In() to PySequence_Contains(). by Guido van Rossum · 26 years ago
  75. cea1c8c Completely reformatted, standardizing indentation as well as programming style. by Guido van Rossum · 26 years ago
  76. c913206 knownfiles: Add the default installation dirs for Apache by Fred Drake · 26 years ago
  77. adf0e43 Trivial little change: when setting a member to an object, hold the by Guido van Rossum · 26 years ago
  78. 885215c Added support for AMK's {definitions} environment; thanks for the reminder! by Fred Drake · 26 years ago
  79. 3bf7865 Added {definitions} environment, which has \term to define indivual terms. by Fred Drake · 26 years ago
  80. 6c3a2cb whrandom -> random by Guido van Rossum · 26 years ago
  81. b26a1b4 Use random instead of whrandom. by Guido van Rossum · 26 years ago
  82. 33d7f1a Add Interfaces to replace remaining needs for importing whrandom. by Guido van Rossum · 26 years ago
  83. 750c8ce Add LDLAST to the list of variables processed by the sed script. by Guido van Rossum · 26 years ago
  84. a88c5f3 Correct bug doc string (discovered by Berthold Hoellmann): by Guido van Rossum · 26 years ago
  85. 0bd5433 Get rid of nearly all clals to self._do -- turns out self.tk.call can by Guido van Rossum · 26 years ago
  86. 29892d8 Use whrandom instead of rand. by Guido van Rossum · 26 years ago
  87. 15527e9 Protection agains non-existing subdirectories for clean and clobber by Guido van Rossum · 26 years ago
  88. 110f365 Additions for Mark Hammond's Win32 specific hacks. by Guido van Rossum · 26 years ago
  89. e194beb Don't use a separate node for footnotes; see if people scream. ;-) by Fred Drake · 26 years ago
  90. e87ab1f Fix definition of release_version (global). by Fred Drake · 26 years ago
  91. 7c68ab2 Added entry for mimetypes. by Fred Drake · 26 years ago
  92. 806a1bf webcheck target in this Makefile wasn't used. by Fred Drake · 26 years ago
  93. 79c0f0e Fix the webcheck target so it checks the right files.... by Fred Drake · 26 years ago
  94. 3bfed5b (py-ask-about-save): New variable used in by Barry Warsaw · 26 years ago
  95. 1d0364b (py-execute-string): Bind to C-c C-s, and put on menu by Barry Warsaw · 26 years ago
  96. 751f493 (py-stringlit-re): Another ME patch to recognize SQTQs and DQTQs by Barry Warsaw · 26 years ago
  97. 820273d More ME patches: by Barry Warsaw · 26 years ago
  98. ab0e86c (beginning-of-python-def-or-class): Renamed to by Barry Warsaw · 26 years ago
  99. 4941341 guess_extension(): Revise documentation string to be more clear. If not by Fred Drake · 26 years ago
  100. 5f4fb91 Test that "import sys.imp" fails as it should. by Guido van Rossum · 26 years ago