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