1. da91f22 Add note about ftplib defaulting to passive mode. by Guido van Rossum · 24 years ago
  2. e6ccf3a Default to passive mode. See SF bug #126851. by Guido van Rossum · 24 years ago
  3. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 24 years ago
  4. 8eb4b56 Added a separate extension (.carbon.slb) for Carbon dynamic modules. by Jack Jansen · 24 years ago
  5. fd97a91 Revert a change I accidentally checked in together with Ping's by Guido van Rossum · 24 years ago
  6. b35ffc0 added "magic" number to the _sre module, to avoid weird errors caused by Fredrik Lundh · 24 years ago
  7. 142297a Speed getline_via_fgets(), by supplying two "fast paths", although one is by Tim Peters · 24 years ago
  8. f29b64d Use the "MS" getline hack (fgets()) by default on non-get_unlocked by Tim Peters · 24 years ago
  9. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  10. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  11. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
  12. 0c9886d Whitespace normalization. by Tim Peters · 24 years ago
  13. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  14. fa25a7d -- don't use recursion for unbounded non-greedy repeat (bugs #115903, #115696) by Fredrik Lundh · 24 years ago
  15. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  16. 88869f9 Whitespace normalization. by Tim Peters · 24 years ago
  17. 752d3f5 - Don't hardcode Unix filename syntax when opening ~/.pdbrc. by Guido van Rossum · 24 years ago
  18. 077153e - Use mimetypes.types_map to initialize extensions_map. by Guido van Rossum · 24 years ago
  19. 2d3eb13 SF Patch #103211. by Guido van Rossum · 24 years ago
  20. c5f15b0 Make the copyright message the same as for the "real" interpreter. by Guido van Rossum · 24 years ago
  21. da8df6e Config file for shared carbon Python. by Jack Jansen · 24 years ago
  22. a3d95fa Added PythonCoreCarbon and PythonInterpreterCarbon targets. by Jack Jansen · 24 years ago
  23. 11cf605 Whitespace normalization. by Tim Peters · 24 years ago
  24. f6922aa SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in Host Header by Guido van Rossum · 24 years ago
  25. 470ea5a SRE: stricter pattern syntax checking (covers parts of bug #115900) by Fredrik Lundh · 24 years ago
  26. 146965a Whitespace standardization. by Tim Peters · 24 years ago
  27. 538f05c reapplied Fred's "recommended style" patch... by Fredrik Lundh · 24 years ago
  28. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
  29. 77b20f0 Document filterwarnings(..., append=<bool>). by Guido van Rossum · 24 years ago
  30. 9464a7d - Added keyword argument 'append' to filterwarnings(); if true, this by Guido van Rossum · 24 years ago
  31. 8373218 Reverting a dumb experimental version I checked in by mistake. by Tim Peters · 24 years ago
  32. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  33. b9e202b Added Jeffery Collins. by Tim Peters · 24 years ago
  34. 34bafcc Fix a variety of minor nits and typos caught by Chris Ryland by Fred Drake · 24 years ago
  35. 3ad167a mwh: [ Patch #103228 ] traceback.py nit. by Guido van Rossum · 24 years ago
  36. 4ec59c7 SF Patch #103227 by mwh: make code.py appreciate softspace by Guido van Rossum · 24 years ago
  37. 03df3b3 Neil discovered a bad DECREF on warnoptions, that caused repeated by Guido van Rossum · 24 years ago
  38. 5ceadc8 No text file relying on significant trailing whitespace is robust under by Tim Peters · 24 years ago
  39. b282520 SF Patch #103225 by Ping: httplib: smallest Python patch ever by Guido van Rossum · 24 years ago
  40. f6f3a89 Mention new curses.panel module by Andrew M. Kuchling · 24 years ago
  41. 10a2787 Document extensions to .pth files. by Martin v. Löwis · 24 years ago
  42. 73cbc5e Fix stupidity. by Tim Peters · 24 years ago
  43. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago
  44. d7b6802 Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly. by Jack Jansen · 24 years ago
  45. 8e0ee77 Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays. by Jack Jansen · 24 years ago
  46. 319c67b The interruptRoutine attribute is gone under Carbon. Luckily it appears that nothing used it. by Jack Jansen · 24 years ago
  47. 736b51d SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{Handle,ID} in stead. by Jack Jansen · 24 years ago
  48. d9d0b5f xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere. by Jack Jansen · 24 years ago
  49. bef8f68 Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon. by Jack Jansen · 24 years ago
  50. 1beb3d2 Added note that this module was added in Python 2.1. by Fred Drake · 24 years ago
  51. f1fbc62 Update the docstring for apply() so that "args" is marked as optional by Fred Drake · 24 years ago
  52. 1cc8f83 News about from...import. by Guido van Rossum · 24 years ago
  53. 18d4d8f Two changes to from...import: by Guido van Rossum · 24 years ago
  54. ad99177 (Modified) patch by Ping - SF Patch #102681. by Guido van Rossum · 24 years ago
  55. 234fb63 Change LONG_BIT error warning to mention glibc, too, since this is really by Andrew M. Kuchling · 24 years ago
  56. 1baa22a A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). by Tim Peters · 24 years ago
  57. 264630e When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being. by Jack Jansen · 24 years ago
  58. 6ba34aa Disabled a few other routines that are available in CarbonLib. by Jack Jansen · 24 years ago
  59. 6993f27 Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!! by Jack Jansen · 24 years ago
  60. ca7e1ee Updated descriptions to incorporate additional information from Tim Peters. by Fred Drake · 24 years ago
  61. d8aaec0 Export mmap's entry point under Windows (thanks, MarkH & Guido!). by Tim Peters · 24 years ago
  62. a177c40 Document \code{import} in pth files. by Martin v. Löwis · 24 years ago
  63. 49c9ac3 Fixed minor markup nits for consistency with the rest of the library reference. by Fred Drake · 24 years ago
  64. 9fdcf4a Conform the new module to /the/ C style. by Thomas Wouters · 24 years ago
  65. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 24 years ago
  66. ae72d87 Typo. by Guido van Rossum · 24 years ago
  67. ade1607 Move the _socket module closer to the SSL-_socket line (mmap and by Thomas Wouters · 24 years ago
  68. bb0a4b7 Patch #103134: Support import lines in pth files. by Martin v. Löwis · 24 years ago
  69. f5df383 Fixed bugs noted by Greg Stein by Moshe Zadka · 24 years ago
  70. ab78bec Added pointer on POP3 variations. by Eric S. Raymond · 24 years ago
  71. ceb9b7c stdout is sometimes a macro; use "outf" instead. by Greg Stein · 24 years ago
  72. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
  73. 5ac9795 Corrections and additions to the documentation for POP3 and IMAP library by Eric S. Raymond · 24 years ago
  74. eec72a7 Add missing Py_DECREF in fast_cfunction. Partial fix for SF bug #127699. by Charles G. Waldman · 24 years ago
  75. 2a78cf2 SF Patch #102357 by bbum: Add support for frameworks and objective-c by Guido van Rossum · 24 years ago
  76. acb14c7 SF Patch #102362 by bbum: Support dynamic module loading under OSX by Guido van Rossum · 24 years ago
  77. fef1243 Oops, one more part of the cygwin patch (SF patch #102409 by jlt63: by Guido van Rossum · 24 years ago
  78. b961920 Final part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared by Guido van Rossum · 24 years ago
  79. aef734b Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared Extension Patch. by Guido van Rossum · 24 years ago
  80. 5a53019 Part of SF patch #102409 by jlt63 to support building these modules by Guido van Rossum · 24 years ago
  81. 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 24 years ago
  82. f61f166 Added a whole slew of news items. Not striving for completeness -- by Guido van Rossum · 24 years ago
  83. 8321026 SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and by Eric S. Raymond · 24 years ago
  84. 62c1115 Adapted version of SF Patch #103173 by pyretic: make uu.decode work by Guido van Rossum · 24 years ago
  85. 3d15bd8 Adapted version of Eric Raymond's patches to automatically configure by Guido van Rossum · 24 years ago
  86. 3559d1f Add loop.c -- a test program for repeatedly calling Py_Initialize() by Guido van Rossum · 24 years ago
  87. 7339f4c Fix weird typo caused by ANSIfication (nobody bothered to test it since! :-( ). by Guido van Rossum · 24 years ago
  88. ef34274 Moved the test codec definition to a new module and updated the test and by Marc-André Lemburg · 24 years ago
  89. 0d9f9dc Windows mmap should (as the docs probably <wink> say) create a mapping by Tim Peters · 24 years ago
  90. fe338ca Fix a typo, remove one copy of a duplicated name. by Fred Drake · 24 years ago
  91. 140d670 Make Windows build compile new xreadlinesmodule. by Tim Peters · 24 years ago
  92. 58c82f0 Assorted xreadlines problems: by Tim Peters · 24 years ago
  93. 675e1d0 Remove bogus "echo" command. by Fred Drake · 24 years ago
  94. 3c48ef7 Added documentation for the xreadlines module & related changes. The by Fred Drake · 24 years ago
  95. 92f4b36 Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUSI, though, so no socket/select/threads. by Jack Jansen · 24 years ago
  96. ebadcb1 FSSpec names may be longer on carbon (1024 chars), cater for that in buffer sizes. by Jack Jansen · 24 years ago
  97. 91faef8 Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib. by Jack Jansen · 24 years ago
  98. 6ff228c If we're not using GUSI the "keep open on unseen output" becomes the same as "always keep open". by Jack Jansen · 24 years ago
  99. e7bfc91 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. by Jack Jansen · 24 years ago
  100. a9e3db3 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-( by Jack Jansen · 24 years ago