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