1. bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 19 years ago
  2. 71fd90d Add default value for "whence" argument. by Walter Dörwald · 19 years ago
  3. 729c31f Reset internal buffers when seek() is called. This fixes SF bug #1156259. by Walter Dörwald · 19 years ago
  4. 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
  5. 4600f11 Added optional encoding argument to file handlers. by Vinay Sajip · 19 years ago
  6. 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
  7. a733bd9 Port bugfix from 2.4 maint. by Tim Peters · 19 years ago
  8. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 19 years ago
  9. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 19 years ago
  10. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 19 years ago
  11. 26e512a Test partial() with bound/unbound methods. by Raymond Hettinger · 19 years ago
  12. a1a992c Apply itemgetter() instead of lambda. by Raymond Hettinger · 19 years ago
  13. 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 19 years ago
  14. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 19 years ago
  15. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  16. b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 19 years ago
  17. c8b6d1b Make functional.partial() more closely match the spec by emulating by Raymond Hettinger · 19 years ago
  18. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 19 years ago
  19. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 19 years ago
  20. 653a5ad Tweak test_communicate_stderr so that it works when run under a pydebug build. by Brett Cannon · 19 years ago
  21. 1bfd85b Remove some more tab usage to prevent an error when run as ``python -tt``. by Brett Cannon · 19 years ago
  22. 3304a14 Remove a tab so that whitespace usage is consistent. by Brett Cannon · 19 years ago
  23. 4040794 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 19 years ago
  24. 00a73e7 Patch #1043890: tarfile: add extractall() method. by Martin v. Löwis · 19 years ago
  25. c72dd38 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 19 years ago
  26. 637431b Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 19 years ago
  27. 7e78ade Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. by Peter Astrand · 19 years ago
  28. f7f1bb7 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 19 years ago
  29. 23109f0 Optimization for communicate(): If only one of stdin/stdout/stderr is by Peter Astrand · 19 years ago
  30. cbac93c Added three more testcases: Using communicate with only one of by Peter Astrand · 19 years ago
  31. b67cc80 SF bug #1155938: Missing None check for __init__(). by Raymond Hettinger · 19 years ago
  32. 6ce7ed2 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 20 years ago
  33. a4dac40 Patch #645894: Use getrusage for computing the time consumption in by Martin v. Löwis · 20 years ago
  34. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 20 years ago
  35. df37c8c Patch #1046831: Use get_python_version where appropriate in sysconfig.py. by Martin v. Löwis · 20 years ago
  36. c5574e8 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 20 years ago
  37. 4ea3ead Patch #1117339: Add cookielib special name tests. Backported to 2.4. by Martin v. Löwis · 20 years ago
  38. e869eb1 Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 20 years ago
  39. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 20 years ago
  40. f2a8d63 Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush. by Martin v. Löwis · 20 years ago
  41. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 20 years ago
  42. 8ed338a Patch #1104111: Alter setup.py --help and --help-commands. by Martin v. Löwis · 20 years ago
  43. 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
  44. 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
  45. e94e74a Make test__locale more fine-grained. Now test localeconv and nl_langinfo by Brett Cannon · 20 years ago
  46. 46b0802 Fix small grammatical error in a docstring. by Brett Cannon · 20 years ago
  47. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago
  48. 049ade2 Complete the previous effort to factor out constant expressions by Raymond Hettinger · 20 years ago
  49. c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 20 years ago
  50. c26516b Made the module compatible with Python 2.2 again. by Peter Astrand · 20 years ago
  51. afd842f Teach the peepholer to fold unary operations on constants. by Raymond Hettinger · 20 years ago
  52. 57e7447 * Beef-up tests for str.count(). by Raymond Hettinger · 20 years ago
  53. 7cbf1bc * Beef-up testing of str.__contains__() and str.find(). by Raymond Hettinger · 20 years ago
  54. bba6acc Use getdoc(object) instead of object.__doc__ to fix indentation problems. by Ka-Ping Yee · 20 years ago
  55. af3b39a Add support for negative indices in UserString.MutableString.__setitem__ by Walter Dörwald · 20 years ago
  56. 612df8e Handle errors in imports of thread, threading by Vinay Sajip · 20 years ago
  57. 829dc51 Improved frame handling for 1.5.2, and now return func from findCaller (not actually used yet) by Vinay Sajip · 20 years ago
  58. 1fd4db9 Fix copy & paste error. by Walter Dörwald · 20 years ago
  59. 7f79152 Add tests for the methods added by UserString.MutableString. by Walter Dörwald · 20 years ago
  60. 5510f65 Avoid using items() in environ.update(). Fixes #1124513. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  61. 3040b19 Add a basic test for UserString.MutableString. by Walter Dörwald · 20 years ago
  62. ee319f6 Fix by Michael W. Hudson · 20 years ago
  63. 2ca7c19 Remove dependency on order of mode flags by Raymond Hettinger · 20 years ago
  64. f0db38d Whitespace normalization. by Tim Peters · 20 years ago
  65. 90718a4 An instance of class PicklingError was used here simply as an example of by Tim Peters · 20 years ago
  66. f058858 Test that SystemExits are handled properly by the exit machinery. I by Michael W. Hudson · 20 years ago
  67. a1fb4c8 Exceedingly minor tweak. by Michael W. Hudson · 20 years ago
  68. 69bf13f Added copyright notice: Licensed to PSF under a Contributor Agreement. by Peter Astrand · 20 years ago
  69. 22c0706 fix decoding in _stringify to not depend on the default encoding by Fred Drake · 20 years ago
  70. 64d904b Remove set conversion optimization test (backed out of Python/compile.c in rev. by Brett Cannon · 20 years ago
  71. ba613c3 accept datetime.datetime instances when marshalling; by Fred Drake · 20 years ago
  72. bfd7d6a Fix typo by Andrew M. Kuchling · 20 years ago
  73. d38ddf4 Patch from Leandro Lucarella: replaced: by Peter Astrand · 20 years ago
  74. 508e81e Convert splitlines to for-loop (handles case where input does not have a trailing newline). by Raymond Hettinger · 20 years ago
  75. a9620d1 Fix stupid typo: Don't read from a writer. by Walter Dörwald · 20 years ago
  76. bb5fbc4 Wholistic code cleanup / modernization: by Raymond Hettinger · 20 years ago
  77. 7fcb786 Adopt Skip's idea to optimize lists of constants in the context by Raymond Hettinger · 20 years ago
  78. fe59dc1 Revert previous checkin. by Raymond Hettinger · 20 years ago
  79. f715366 Reduce the usage of the types module. by Raymond Hettinger · 20 years ago
  80. a164574 Transform "x in (1,2,3)" to "x in frozenset([1,2,3])". by Raymond Hettinger · 20 years ago
  81. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
  82. f7bf02d SF patch #1028908 (John J Lee) by Raymond Hettinger · 20 years ago
  83. bab4143 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 20 years ago
  84. 1f1d252 Add a test for UTF-16 reading where the byte sequence doesn't start with a BOM. by Walter Dörwald · 20 years ago
  85. 07561b3 Recompiled after source changes. by Thomas Heller · 20 years ago
  86. e4772f3 fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 20 years ago
  87. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
  88. 0676dfd Add config-main.def option to make the 'history' feature non-cyclic. by Kurt B. Kaiser · 20 years ago
  89. 69b8caa Simplify string comparison using startswith() by Steve Holden · 20 years ago
  90. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 20 years ago
  91. 1d11de6 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 20 years ago
  92. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 20 years ago
  93. 90cece7 Fixed typo in verbose output. by Brett Cannon · 20 years ago
  94. 9feb267 Do not fold a constant if a large sequence will result. by Raymond Hettinger · 20 years ago
  95. 926d45b shutil.copytree: move copystat call for the directory after the loop by Johannes Gijsbers · 20 years ago
  96. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 20 years ago
  97. 1083c24 Add a slice test with high < low. by Walter Dörwald · 20 years ago
  98. 1d1eac3 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 20 years ago
  99. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 20 years ago
  100. b00e89f If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 20 years ago