1. bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 19 years ago
  2. 141f41a Reuse componentids for *.dll across minor releases. by Martin v. Löwis · 19 years ago
  3. 1d45906 Configure bug reporting address. by Martin v. Löwis · 19 years ago
  4. 71fd90d Add default value for "whence" argument. by Walter Dörwald · 19 years ago
  5. 729c31f Reset internal buffers when seek() is called. This fixes SF bug #1156259. by Walter Dörwald · 19 years ago
  6. 3390d33 Add more UUIDs. Update custom actions for Itanium. Backported to 2.4 by Martin v. Löwis · 19 years ago
  7. 8e628d2 Made traceback unconditional, to avoid lock contention problems when logging errors occur in a custom importer (SF path #1158052). by Vinay Sajip · 19 years ago
  8. 4600f11 Added optional encoding argument to file handlers. by Vinay Sajip · 19 years ago
  9. b89e7c9 Added optional encoding argument to file handlers. Made traceback import unconditional, to avoid lock contention problems which occur when logging from custom importers (SF patch #1158052) by Vinay Sajip · 19 years ago
  10. a733bd9 Port bugfix from 2.4 maint. by Tim Peters · 19 years ago
  11. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 19 years ago
  12. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 19 years ago
  13. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 19 years ago
  14. 26e512a Test partial() with bound/unbound methods. by Raymond Hettinger · 19 years ago
  15. a1a992c Apply itemgetter() instead of lambda. by Raymond Hettinger · 19 years ago
  16. 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 19 years ago
  17. 94d6201 merge from branches by Anthony Baxter · 19 years ago
  18. 346803e - fix generated Texinfo markup for \deprecated by Fred Drake · 19 years ago
  19. 1592c4c fix broken usage comment by Fred Drake · 19 years ago
  20. cc933af add missing entries from GNU info conversion table by Fred Drake · 19 years ago
  21. 9687b4d correct several markup errors caught by the GNU info conversion by Fred Drake · 19 years ago
  22. 2a2385d SF bug #1160187: Setup file needs entries for collections, itertools, strop by Raymond Hettinger · 19 years ago
  23. 953f98d add support for another DB library naming convention (FreeBSD ports) by Andrew MacIntyre · 19 years ago
  24. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 19 years ago
  25. 6a3f4f7 ported buildnos to trunk by Anthony Baxter · 19 years ago
  26. 1c7ddb6 hmmm... moving def'n of version makes the __init__ unnecessary for the example by Skip Montanaro · 19 years ago
  27. 8e97fbf Correct description/example of how to override User-agent. by Skip Montanaro · 19 years ago
  28. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  29. b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 19 years ago
  30. 3e1dd3b Make functional.partial() more closely match the spec by emulating some useful features of regular functions: by Raymond Hettinger · 19 years ago
  31. c8b6d1b Make functional.partial() more closely match the spec by emulating by Raymond Hettinger · 19 years ago
  32. ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 19 years ago
  33. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 19 years ago
  34. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 19 years ago
  35. 409d8f2 Allow classes to be defined with empty parentheses. This means that by Brett Cannon · 19 years ago
  36. 653a5ad Tweak test_communicate_stderr so that it works when run under a pydebug build. by Brett Cannon · 19 years ago
  37. 07eca3a Add a highlight group for denoting bad whitespace. Also added a match rule for by Brett Cannon · 19 years ago
  38. 1bfd85b Remove some more tab usage to prevent an error when run as ``python -tt``. by Brett Cannon · 19 years ago
  39. 3304a14 Remove a tab so that whitespace usage is consistent. by Brett Cannon · 19 years ago
  40. 4040794 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 19 years ago
  41. 00a73e7 Patch #1043890: tarfile: add extractall() method. by Martin v. Löwis · 19 years ago
  42. fd78a6f Patches #925152, #1118602: Avoid reading after the end of the buffer by Martin v. Löwis · 19 years ago
  43. a2a9888 Updates to the exceptions documentation (this is my patch #1156102). by Michael W. Hudson · 19 years ago
  44. c72dd38 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 19 years ago
  45. 637431b Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 19 years ago
  46. c9f8525 Patch #1107221: Updated "Working on Cygwin" section. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  47. 96d743e Patch #1115086: support PY_LONGLONG in structmember. by Martin v. Löwis · 19 years ago
  48. 7e78ade Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. by Peter Astrand · 19 years ago
  49. f7f1bb7 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 19 years ago
  50. 23109f0 Optimization for communicate(): If only one of stdin/stdout/stderr is by Peter Astrand · 19 years ago
  51. cbac93c Added three more testcases: Using communicate with only one of by Peter Astrand · 19 years ago
  52. b098fd7 minor edits: by Fred Drake · 19 years ago
  53. b67cc80 SF bug #1155938: Missing None check for __init__(). by Raymond Hettinger · 19 years ago
  54. 6ce7ed2 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 20 years ago
  55. 4bf108d Patch #802188: better parser error message for non-EOL following line cont. by Martin v. Löwis · 20 years ago
  56. a4dac40 Patch #645894: Use getrusage for computing the time consumption in by Martin v. Löwis · 20 years ago
  57. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 20 years ago
  58. df37c8c Patch #1046831: Use get_python_version where appropriate in sysconfig.py. by Martin v. Löwis · 20 years ago
  59. c5574e8 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 20 years ago
  60. 4ea3ead Patch #1117339: Add cookielib special name tests. Backported to 2.4. by Martin v. Löwis · 20 years ago
  61. 9b62b39 Document quiet parameter to decode. Fixes #803413. by Martin v. Löwis · 20 years ago
  62. e869eb1 Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 20 years ago
  63. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 20 years ago
  64. f2a8d63 Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush. by Martin v. Löwis · 20 years ago
  65. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 20 years ago
  66. 8ed338a Patch #1104111: Alter setup.py --help and --help-commands. by Martin v. Löwis · 20 years ago
  67. 5dc8ced Silence a gcc warning about putting in parentheses around && expressions mixed by Brett Cannon · 20 years ago
  68. 6a458e9 Noted that the module is new in version 2.5. by Raymond Hettinger · 20 years ago
  69. 8659d90 Fix bug in InternalDate regexp that failed to allow leading 0 in day - courtesy of Rimon Barr <rimon.barr@cornell.edu> by Piers Lauder · 20 years ago
  70. c8c45c2 Improve (?) description of system dependence of access to the pw_passwd by Skip Montanaro · 20 years ago
  71. 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
  72. 5ce2587 Fix grammatical typo in a comment. by Brett Cannon · 20 years ago
  73. e94e74a Make test__locale more fine-grained. Now test localeconv and nl_langinfo by Brett Cannon · 20 years ago
  74. 46b0802 Fix small grammatical error in a docstring. by Brett Cannon · 20 years ago
  75. 3e41b05 Note various changes that need to be described by Andrew M. Kuchling · 20 years ago
  76. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago
  77. 049ade2 Complete the previous effort to factor out constant expressions by Raymond Hettinger · 20 years ago
  78. 9533e34 Patch #1093585: raise a ValueError for negative history items in by Martin v. Löwis · 20 years ago
  79. c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 20 years ago
  80. bc2c21e Update an example to match current output. by Raymond Hettinger · 20 years ago
  81. e63a078 Preserve sign of -0.0 when result is run through marshal. by Raymond Hettinger · 20 years ago
  82. 71dcc3e A few random updates to make things less horrifyingly out of date. by Michael W. Hudson · 20 years ago
  83. 2b0d058 Document missing opcodes. by Raymond Hettinger · 20 years ago
  84. 07359a7 Document how the pattern recognizer keeps all of its references in bounds. by Raymond Hettinger · 20 years ago
  85. 467024c Fix some wording and grammar nits. by Raymond Hettinger · 20 years ago
  86. c26516b Made the module compatible with Python 2.2 again. by Peter Astrand · 20 years ago
  87. afd842f Teach the peepholer to fold unary operations on constants. by Raymond Hettinger · 20 years ago
  88. 8012149 Teach the peepholer to fold unary operations on constants. by Raymond Hettinger · 20 years ago
  89. 57e7447 * Beef-up tests for str.count(). by Raymond Hettinger · 20 years ago
  90. 7cbf1bc * Beef-up testing of str.__contains__() and str.find(). by Raymond Hettinger · 20 years ago
  91. 54c273c The error message "can't start new thread" should not end in a newline. by Guido van Rossum · 20 years ago
  92. bba6acc Use getdoc(object) instead of object.__doc__ to fix indentation problems. by Ka-Ping Yee · 20 years ago
  93. 3c24d96 Avoid using *W functions on Win95. Backported to 2.4. by Martin v. Löwis · 20 years ago
  94. af3b39a Add support for negative indices in UserString.MutableString.__setitem__ by Walter Dörwald · 20 years ago
  95. 612df8e Handle errors in imports of thread, threading by Vinay Sajip · 20 years ago
  96. 829dc51 Improved frame handling for 1.5.2, and now return func from findCaller (not actually used yet) by Vinay Sajip · 20 years ago
  97. 84df97f Fixed documentation for SMTPHandler by Vinay Sajip · 20 years ago
  98. 1fd4db9 Fix copy & paste error. by Walter Dörwald · 20 years ago
  99. 7f79152 Add tests for the methods added by UserString.MutableString. by Walter Dörwald · 20 years ago
  100. 5510f65 Avoid using items() in environ.update(). Fixes #1124513. Will backport to 2.4. by Martin v. Löwis · 20 years ago