1. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  2. dfb673b Whitespace normalization. by Tim Peters · 24 years ago
  3. 8a7d2d5 doctest-- The Little Module That Could --finally makes it to the Big Show <wink>. by Tim Peters · 24 years ago
  4. 6f5cba6 fixed a memory leak in pattern cleanup (patch #103248 by cgw) by Fredrik Lundh · 24 years ago
  5. 47adcba Fix for SF bug #123625: some newsservers need 'authinfo' *before* 'mode by Thomas Wouters · 24 years ago
  6. 19030a0 Plug memory leak. by Neil Schemenauer · 24 years ago
  7. bd2983c Add strip_dir argument to the single call to .object_filenames(), to by Andrew M. Kuchling · 24 years ago
  8. b8c9417 Variant of Skip's patch 103246 (Remove unneeded string exception compat from Queue). by Tim Peters · 24 years ago
  9. 10bc593 Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3; by Ka-Ping Yee · 24 years ago
  10. 27ac0d1 better format names and error messages by Ka-Ping Yee · 24 years ago
  11. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  12. 1ff08b1 Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. by Ka-Ping Yee · 24 years ago
  13. 534c60f Add a test case suggested by Guido, where a method is created with the by Barry Warsaw · 24 years ago
  14. 83ad501 effbot caught a typo! by Barry Warsaw · 24 years ago
  15. 573b541 Add a NEWS item about function attributes. by Barry Warsaw · 24 years ago
  16. d6a9e84 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  17. 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  18. 773d9f0 Document function attributes for both the function type and the method by Barry Warsaw · 24 years ago
  19. 051e335 Add note about new and improved xrange(). by Guido van Rossum · 24 years ago
  20. 65e0b99 SF patch #103158 by Greg Ball: Don't do unsafe arithmetic in xrange object. by Guido van Rossum · 24 years ago
  21. afc4f04 - Make sure to quote the username and password (SF patch #103236 by dogfort). by Guido van Rossum · 24 years ago
  22. 2e24044 from the really-stupid-bug department: uppercase literals should match by Fredrik Lundh · 24 years ago
  23. 48450cf mwh@sourceforge found that UnicodeError can be raised by compiling. by Guido van Rossum · 24 years ago
  24. a770e86 Fixing author's email address. by Barry Warsaw · 24 years ago
  25. a57b89b Committing patch #103216, autodetect of dbmmodule support and building by Barry Warsaw · 24 years ago
  26. e13be40 Geoffrey Gerrietts discovered that a KeyError was caught that probably by Guido van Rossum · 24 years ago
  27. 97d3b93 Document changed default to passive mode. by Guido van Rossum · 24 years ago
  28. da91f22 Add note about ftplib defaulting to passive mode. by Guido van Rossum · 24 years ago
  29. e6ccf3a Default to passive mode. See SF bug #126851. by Guido van Rossum · 24 years ago
  30. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 24 years ago
  31. 8eb4b56 Added a separate extension (.carbon.slb) for Carbon dynamic modules. by Jack Jansen · 24 years ago
  32. fd97a91 Revert a change I accidentally checked in together with Ping's by Guido van Rossum · 24 years ago
  33. b35ffc0 added "magic" number to the _sre module, to avoid weird errors caused by Fredrik Lundh · 24 years ago
  34. 142297a Speed getline_via_fgets(), by supplying two "fast paths", although one is by Tim Peters · 24 years ago
  35. f29b64d Use the "MS" getline hack (fgets()) by default on non-get_unlocked by Tim Peters · 24 years ago
  36. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  37. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  38. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
  39. 0c9886d Whitespace normalization. by Tim Peters · 24 years ago
  40. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  41. fa25a7d -- don't use recursion for unbounded non-greedy repeat (bugs #115903, #115696) by Fredrik Lundh · 24 years ago
  42. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  43. 88869f9 Whitespace normalization. by Tim Peters · 24 years ago
  44. 752d3f5 - Don't hardcode Unix filename syntax when opening ~/.pdbrc. by Guido van Rossum · 24 years ago
  45. 077153e - Use mimetypes.types_map to initialize extensions_map. by Guido van Rossum · 24 years ago
  46. 2d3eb13 SF Patch #103211. by Guido van Rossum · 24 years ago
  47. c5f15b0 Make the copyright message the same as for the "real" interpreter. by Guido van Rossum · 24 years ago
  48. da8df6e Config file for shared carbon Python. by Jack Jansen · 24 years ago
  49. a3d95fa Added PythonCoreCarbon and PythonInterpreterCarbon targets. by Jack Jansen · 24 years ago
  50. 11cf605 Whitespace normalization. by Tim Peters · 24 years ago
  51. f6922aa SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in Host Header by Guido van Rossum · 24 years ago
  52. 470ea5a SRE: stricter pattern syntax checking (covers parts of bug #115900) by Fredrik Lundh · 24 years ago
  53. 146965a Whitespace standardization. by Tim Peters · 24 years ago
  54. 538f05c reapplied Fred's "recommended style" patch... by Fredrik Lundh · 24 years ago
  55. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
  56. 77b20f0 Document filterwarnings(..., append=<bool>). by Guido van Rossum · 24 years ago
  57. 9464a7d - Added keyword argument 'append' to filterwarnings(); if true, this by Guido van Rossum · 24 years ago
  58. 8373218 Reverting a dumb experimental version I checked in by mistake. by Tim Peters · 24 years ago
  59. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  60. b9e202b Added Jeffery Collins. by Tim Peters · 24 years ago
  61. 34bafcc Fix a variety of minor nits and typos caught by Chris Ryland by Fred Drake · 24 years ago
  62. 3ad167a mwh: [ Patch #103228 ] traceback.py nit. by Guido van Rossum · 24 years ago
  63. 4ec59c7 SF Patch #103227 by mwh: make code.py appreciate softspace by Guido van Rossum · 24 years ago
  64. 03df3b3 Neil discovered a bad DECREF on warnoptions, that caused repeated by Guido van Rossum · 24 years ago
  65. 5ceadc8 No text file relying on significant trailing whitespace is robust under by Tim Peters · 24 years ago
  66. b282520 SF Patch #103225 by Ping: httplib: smallest Python patch ever by Guido van Rossum · 24 years ago
  67. f6f3a89 Mention new curses.panel module by Andrew M. Kuchling · 24 years ago
  68. 10a2787 Document extensions to .pth files. by Martin v. Löwis · 24 years ago
  69. 73cbc5e Fix stupidity. by Tim Peters · 24 years ago
  70. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago
  71. 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
  72. 8e0ee77 Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays. by Jack Jansen · 24 years ago
  73. 319c67b The interruptRoutine attribute is gone under Carbon. Luckily it appears that nothing used it. by Jack Jansen · 24 years ago
  74. 736b51d SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{Handle,ID} in stead. by Jack Jansen · 24 years ago
  75. d9d0b5f xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere. by Jack Jansen · 24 years ago
  76. bef8f68 Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon. by Jack Jansen · 24 years ago
  77. 1beb3d2 Added note that this module was added in Python 2.1. by Fred Drake · 24 years ago
  78. f1fbc62 Update the docstring for apply() so that "args" is marked as optional by Fred Drake · 24 years ago
  79. 1cc8f83 News about from...import. by Guido van Rossum · 24 years ago
  80. 18d4d8f Two changes to from...import: by Guido van Rossum · 24 years ago
  81. ad99177 (Modified) patch by Ping - SF Patch #102681. by Guido van Rossum · 24 years ago
  82. 234fb63 Change LONG_BIT error warning to mention glibc, too, since this is really by Andrew M. Kuchling · 24 years ago
  83. 1baa22a A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). by Tim Peters · 24 years ago
  84. 264630e When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being. by Jack Jansen · 24 years ago
  85. 6ba34aa Disabled a few other routines that are available in CarbonLib. by Jack Jansen · 24 years ago
  86. 6993f27 Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!! by Jack Jansen · 24 years ago
  87. ca7e1ee Updated descriptions to incorporate additional information from Tim Peters. by Fred Drake · 24 years ago
  88. d8aaec0 Export mmap's entry point under Windows (thanks, MarkH & Guido!). by Tim Peters · 24 years ago
  89. a177c40 Document \code{import} in pth files. by Martin v. Löwis · 24 years ago
  90. 49c9ac3 Fixed minor markup nits for consistency with the rest of the library reference. by Fred Drake · 24 years ago
  91. 9fdcf4a Conform the new module to /the/ C style. by Thomas Wouters · 24 years ago
  92. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 24 years ago
  93. ae72d87 Typo. by Guido van Rossum · 24 years ago
  94. ade1607 Move the _socket module closer to the SSL-_socket line (mmap and by Thomas Wouters · 24 years ago
  95. bb0a4b7 Patch #103134: Support import lines in pth files. by Martin v. Löwis · 24 years ago
  96. f5df383 Fixed bugs noted by Greg Stein by Moshe Zadka · 24 years ago
  97. ab78bec Added pointer on POP3 variations. by Eric S. Raymond · 24 years ago
  98. ceb9b7c stdout is sometimes a macro; use "outf" instead. by Greg Stein · 24 years ago
  99. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
  100. 5ac9795 Corrections and additions to the documentation for POP3 and IMAP library by Eric S. Raymond · 24 years ago