1. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  2. 8700fe6 Redone the _tkinter configuration section with support for popular packages. by Guido van Rossum · 27 years ago
  3. 7a206c8 New tkappinit supporting several popular packages. by Guido van Rossum · 27 years ago
  4. 0d2d759 PySocketSock_methods: Added "connect_ex" so the method can actually be called! by Barry Warsaw · 27 years ago
  5. 3df69bc Add support for _locale. by Guido van Rossum · 27 years ago
  6. fc4255d Add s.connect_ex() which returns errno instead of raising an exception. by Guido van Rossum · 27 years ago
  7. aec7497 Add optional support fort Tix and BLT. by Guido van Rossum · 27 years ago
  8. 220ecc8 Martin von Loewis' _locale module (locale.py follows tomorrow). by Guido van Rossum · 27 years ago
  9. 359bcaa This fix (across 4 files in 3 directories) solves a subtle problem with by Guido van Rossum · 27 years ago
  10. 851e7d5 Got rid of the errorstr dictionary, which is redundant now that by Guido van Rossum · 27 years ago
  11. 8f3c812 Fix due to Bill Noon for problem discovered by Ken Manheimer: packing by Guido van Rossum · 27 years ago
  12. 8607ae2 Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep() by Guido van Rossum · 27 years ago
  13. 7ff20ac Change the signal finialization so that it also resets the signal by Guido van Rossum · 27 years ago
  14. 6345ac6 Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) by Guido van Rossum · 27 years ago
  15. 873c35c Take out the setlocale() call. It affects atof() and will break by Guido van Rossum · 27 years ago
  16. 86aeb90 Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose). by Guido van Rossum · 27 years ago
  17. 16cb6f4 Forgot to add .cxx and .cpp to the second case statement. by Guido van Rossum · 27 years ago
  18. e85da65 Some patches to Lee Busby's fpectl mods that accidentally didn't make it by Guido van Rossum · 27 years ago
  19. f6a84db Add getintarg(), getlongarg(), getstrarg() to macros since these no by Guido van Rossum · 27 years ago
  20. cb4d303 Add proper (getattrfunc) cast in Pcre_Type. by Guido van Rossum · 27 years ago
  21. 266033e Change sharedmodules to lib-dynload. by Guido van Rossum · 27 years ago
  22. a59406a Darn. When thread support is disabled, the BEGIN/END macros don't by Guido van Rossum · 27 years ago
  23. 9192267 Don Beaudry's changes to support SGI_ABI on Irix 6.x. by Guido van Rossum · 27 years ago
  24. d49266e Remove requirement for strdup() since it causes so many troubles for too many by Fred Drake · 27 years ago
  25. 44c36bb Add call to setlocale(LC_ALL, ""). by Guido van Rossum · 27 years ago
  26. 1f14ccf Put back the extern declaration for strdup(), between #ifndef MS_WINDOWS. by Guido van Rossum · 27 years ago
  27. e6a4b7b timezone support for macintosh (Jack) by Guido van Rossum · 27 years ago
  28. 5bd919b Include macbuildno.h here (mac only) (Jack) by Guido van Rossum · 27 years ago
  29. b189a2f lots of "goto error" replaced by "return" (Jack) by Guido van Rossum · 27 years ago
  30. 7dbb48a Converted to new exception style (Jack) by Guido van Rossum · 27 years ago
  31. b010544 Mac does support createfilehandler now (Jack) by Guido van Rossum · 27 years ago
  32. c386107 Checking in AMK's latest installement. (Two small changes to shup up gcc added.) by Guido van Rossum · 27 years ago
  33. 0225a38 initparser(): Use PyErr_NewException() to create the exception. by Fred Drake · 27 years ago
  34. 0e8457c Fix EventHook (the trick to make widgets appear when using GNU by Guido van Rossum · 27 years ago
  35. 176bb41 Add the Setup line for the pcre module. by Guido van Rossum · 27 years ago
  36. 79378ff Add get_line_buffer() and insert_text(), suggested by Michael McLay. by Guido van Rossum · 27 years ago
  37. 51b3aa3 New "re" regular expression support. by Guido van Rossum · 27 years ago
  38. 88d8bee Oops, forgot one. by Guido van Rossum · 27 years ago
  39. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  40. fd9ef4a Removed extern declaration of strdup(). Doesn't appear to be important and by Fred Drake · 27 years ago
  41. 54e2091 Add an optional hack for threads in Tkinter. by Guido van Rossum · 27 years ago
  42. a9f02b8 Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP. by Guido van Rossum · 27 years ago
  43. 49f9d8e Changes submitted by Marc-Andre Lemburg to add two tables: errorcode by Guido van Rossum · 27 years ago
  44. 4518823 In whichmodule(), use __module__ if set. by Guido van Rossum · 27 years ago
  45. b6c935a Set the completer's word break characters appropriate for Python. by Guido van Rossum · 27 years ago
  46. 290900a Reordered and reformatted, and added some cool new features: by Guido van Rossum · 27 years ago
  47. 3bbeb7a Fix by Sjoerd: don't want to resize to zero length. by Guido van Rossum · 27 years ago
  48. 3d26cc9 Move the "import readline" to an earlier place so it is also done when by Guido van Rossum · 27 years ago
  49. b6a4716 Add strerror() interface. by Guido van Rossum · 27 years ago
  50. 83551bf Export names for the types defined by this module: TkappType and TkttType. by Guido van Rossum · 27 years ago
  51. 75626a3 Indent the #error so that a strict K&R cpp doesn't complain. by Guido van Rossum · 27 years ago
  52. ab61c6b Change the names of the subdirectories tkinter and stdwin to by Guido van Rossum · 27 years ago
  53. 970f5d3 Reverse the order in which Setup and Setup.local are passed to the by Guido van Rossum · 27 years ago
  54. 9eb671f Contribution by Hannu Krosing (with some changes). by Guido van Rossum · 27 years ago
  55. bd4435a Don't use ANSI string literal concatenation (everything is K&R compatible). by Guido van Rossum · 27 years ago
  56. 8102c00 Get rid of most silly #include and #ifdefs near the top; these are all by Guido van Rossum · 27 years ago
  57. cb91404 Several changes: by Jeremy Hylton · 27 years ago
  58. c7736b9 Added first line to set Emacs makefile mode (pretty colors :-) by Barry Warsaw · 27 years ago
  59. 9efe8ef #Plug small memory leaks in constructors. by Guido van Rossum · 27 years ago
  60. c3beda2 Plug small leaks: the [de]compress object itself was never freed. by Guido van Rossum · 27 years ago
  61. d19c04a Change [_Py_]re_compile_pattern() to return a char*. by Guido van Rossum · 27 years ago
  62. 5ade084 Mod suggested by Donn Cave -- invoke makexp_aix relative to $0 by Guido van Rossum · 27 years ago
  63. 3f0bff6 Disable the portable multimedia modules (audioop, imageop, rgbimg) by by Guido van Rossum · 27 years ago
  64. 15a4039 Fix the bug Jeremy was experiencing: both the close() and the by Guido van Rossum · 27 years ago
  65. 7922bd7 Added -X option to suppress default import of site.py. Also split the by Guido van Rossum · 27 years ago
  66. 83b6709 Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so by Barry Warsaw · 27 years ago
  67. f488af3 Parse new command line option -X which enables exception classes. by Barry Warsaw · 27 years ago
  68. c1f0882 Added (binaryfunc) casts to function pointers in method lists. by Guido van Rossum · 27 years ago
  69. 24a4994 Some long variables should have been int to match the 'i' format specifier. by Guido van Rossum · 27 years ago
  70. e20aef5 Ignore whitespace between formats (not internal to a count+format). by Guido van Rossum · 27 years ago
  71. d14c068 Add unsupported variable EXE which can be set to .exe on systems where by Guido van Rossum · 27 years ago
  72. 1171ee6 Added configuration tests for presence of alarm(), pause(), and getpwent() by Guido van Rossum · 27 years ago
  73. 779133c Removed JF's dollar-Log-dollar RCS turd that caused compilation to by Barry Warsaw · 27 years ago
  74. d7a7100 Remove redundant decl for PyOS_InputHook. by Guido van Rossum · 27 years ago
  75. c6ef204 Added /**/ around #end tags by Guido van Rossum · 27 years ago
  76. bae6523 Must remove conflicting files from archive by Guido van Rossum · 27 years ago
  77. 6b9fdf5 Globally renamed join() to joinpath() to avoid compilation error on Cray. by Guido van Rossum · 27 years ago
  78. 725d941 Renamed strndup to pystrndup, to avoid conflicting prototype by Guido van Rossum · 27 years ago
  79. 4f46fc6 When we have signalmodule.o, remove intrcheck.o as well as sigcheck.o. by Guido van Rossum · 27 years ago
  80. 5b02078 Alas, the thread support for Tk didn't work. Withdraw it, until I by Guido van Rossum · 27 years ago
  81. 25f9303 Moved inclusion of PURIFY in LINKCC to configure by Guido van Rossum · 27 years ago
  82. ed2554a Casts by Jack to shut up the Mac compiler. by Guido van Rossum · 27 years ago
  83. bad3c01 DeleteTimerHandler was accidentally #ifdef'ed out for macintosh with by Guido van Rossum · 27 years ago
  84. 79fa8b0 When making all, don't make sharedmods. That's now called separately by Guido van Rossum · 27 years ago
  85. 57e846f Use a trick to make the test for GMP v2 to work when GMP v1 defines by Guido van Rossum · 27 years ago
  86. 607b33a Different strategy regarding whether to declare getrusage() and by Guido van Rossum · 27 years ago
  87. 53665e5 Last minute changes for \B. AMK. by Guido van Rossum · 27 years ago
  88. 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
  89. f84a539 Added std copyright notice. by Guido van Rossum · 27 years ago
  90. f1c018d Fixed refcount bug (thank you, Purify and AMK). by Guido van Rossum · 27 years ago
  91. 644c17d Several bug fixes. by Jeremy Hylton · 27 years ago
  92. 6d8841c Added a bunch of XXX comments about things I'd like to see changed... by Guido van Rossum · 27 years ago
  93. 0d2390c Merge Mac and Windows mods (which mostly affect the same problem -- no by Guido van Rossum · 27 years ago
  94. 0318bd6 Use _Py_re_match/search instead of re_match/search; these may become by Guido van Rossum · 27 years ago
  95. 41b9f00 Many changes. by Jeremy Hylton · 27 years ago
  96. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
  97. a74ef66 Must update the available space in the output buffer after by Jeremy Hylton · 27 years ago
  98. abed54a Fix bug with \< (AMK). by Guido van Rossum · 27 years ago
  99. c24f038 Changes by AMK: by Guido van Rossum · 27 years ago
  100. 52d6832 Add syntax for hex,octal by Guido van Rossum · 27 years ago