1. 57179fe This test relied on short-circuiting details of dictobject.py to avoid by Armin Rigo · 19 years ago
  2. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  3. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 19 years ago
  4. 77d08bc SF bug #1193890: calendar.weekheader not found in __all__ by Raymond Hettinger · 19 years ago
  5. 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 19 years ago
  6. abb103b Don't use 'is not' to compare strings. (spotted by reading pypy-svn :) by Michael W. Hudson · 19 years ago
  7. 42406e6 SF patch #1191489: Simplify logic in random.py by Raymond Hettinger · 20 years ago
  8. 53e9a8b Fix error in a docstring where a single quote started the docstring but triple by Brett Cannon · 20 years ago
  9. ebbffd4 Fixed a typo in docstring I happened upon. by Guido van Rossum · 20 years ago
  10. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 20 years ago
  11. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 20 years ago
  12. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 20 years ago
  13. 43148c8 Update test to the current readline() behaviour. by Walter Dörwald · 20 years ago
  14. a4eb2d5 Fix comment. by Walter Dörwald · 20 years ago
  15. bc8e642 If the data read from the bytestream in readline() ends in a '\r' read one more by Walter Dörwald · 20 years ago
  16. b180c06 Fix tests dependent on the exception raised by non-settable descriptors. by Barry Warsaw · 20 years ago
  17. e890682 Whitespace normalization. by Tim Peters · 20 years ago
  18. fa7e6b4 typo fix, thanks Jeremy Sanders by Anthony Baxter · 20 years ago
  19. f418991 Flush out support for ``class B(): pass`` syntax by adding support to the by Brett Cannon · 20 years ago
  20. 4ebc7e3 Add test for ``class B1(): pass``. by Brett Cannon · 20 years ago
  21. f754f5f test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Tim Peters · 20 years ago
  22. c88a6c7 SF bug #1168983: ftplib.py string index out of range by Raymond Hettinger · 20 years ago
  23. 714f878 Fix typos. by Walter Dörwald · 20 years ago
  24. 7a6dc13 Fix for SF bug #1175396: readline() will now read one more character, if by Walter Dörwald · 20 years ago
  25. ac89f6e Fix testcase for 64bit BSD systems: long is 8 bytes for those systems by Hye-Shik Chang · 20 years ago
  26. 4a70486 Added threadName and now using re-entrant lock by Vinay Sajip · 20 years ago
  27. a6e8a4a Since PyPI only accepts UTF-8 encoded data now, make sure that the data is by Walter Dörwald · 20 years ago
  28. e2749cb Fix for rather inaccurately titled bug by Michael W. Hudson · 20 years ago
  29. b7e99b6 SF patch 1167316: doctest.py fails self-test if run directly. by Tim Peters · 20 years ago
  30. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  31. 700f36c Two lines in this file had unbalanced parentheses -- couldn't possibly by Tim Peters · 20 years ago
  32. fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 20 years ago
  33. 267b868 * Fix decimal's handling of foreign types. Now returns NotImplemented by Raymond Hettinger · 20 years ago
  34. e6c470f SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior. by Raymond Hettinger · 20 years ago
  35. ca5d8fe Add missing socket import by Martin v. Löwis · 20 years ago
  36. c6699b7 minor cleanup by Fred Drake · 20 years ago
  37. 8efd904 Make SRPMs pyversion 'any'. by Martin v. Löwis · 20 years ago
  38. 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 20 years ago
  39. 8d12158 Make the signature detached. by Martin v. Löwis · 20 years ago
  40. 09a3f2c Add tests for tuple, list and UserList that initialize the object from by Walter Dörwald · 20 years ago
  41. 24ff83d Fix registration of output file. by Martin v. Löwis · 20 years ago
  42. be435bf Don't set the Python version for sdist uploads. by Martin v. Löwis · 20 years ago
  43. f74b923 Upload GPG signature. by Martin v. Löwis · 20 years ago
  44. c448a91 Fix typo. by Walter Dörwald · 20 years ago
  45. abc1566 fix Python style guide conformance by Fred Drake · 20 years ago
  46. 7355e81 Add list tests that ensure that remove() removes the first occurrence. by Walter Dörwald · 20 years ago
  47. 98858c9 Actually add the implementation of the command. by Martin v. Löwis · 20 years ago
  48. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 20 years ago
  49. 227e8ff - rename check_provision() to split_revision() by Fred Drake · 20 years ago
  50. db7b002 PEP 314 implementation (client side): by Fred Drake · 20 years ago
  51. 54398d6 helper code, mostly from Andy Harrington, for PEP 314 completion by Fred Drake · 20 years ago
  52. d73202c Apply remove's mutation test after every equality test. by Raymond Hettinger · 20 years ago
  53. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 20 years ago
  54. 9f5f9d9 typo by Skip Montanaro · 20 years ago
  55. 7ce7515 add two more extensions: by Fred Drake · 20 years ago
  56. bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 20 years ago
  57. 71fd90d Add default value for "whence" argument. by Walter Dörwald · 20 years ago
  58. 729c31f Reset internal buffers when seek() is called. This fixes SF bug #1156259. by Walter Dörwald · 20 years ago
  59. 8e628d2 Made traceback unconditional, to avoid lock contention problems when logging errors occur in a custom importer (SF path #1158052). by Vinay Sajip · 20 years ago
  60. 4600f11 Added optional encoding argument to file handlers. by Vinay Sajip · 20 years ago
  61. 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 · 20 years ago
  62. a733bd9 Port bugfix from 2.4 maint. by Tim Peters · 20 years ago
  63. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 20 years ago
  64. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 20 years ago
  65. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 20 years ago
  66. 26e512a Test partial() with bound/unbound methods. by Raymond Hettinger · 20 years ago
  67. a1a992c Apply itemgetter() instead of lambda. by Raymond Hettinger · 20 years ago
  68. 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 20 years ago
  69. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 20 years ago
  70. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  71. b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 20 years ago
  72. c8b6d1b Make functional.partial() more closely match the spec by emulating by Raymond Hettinger · 20 years ago
  73. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 20 years ago
  74. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 20 years ago
  75. 653a5ad Tweak test_communicate_stderr so that it works when run under a pydebug build. by Brett Cannon · 20 years ago
  76. 1bfd85b Remove some more tab usage to prevent an error when run as ``python -tt``. by Brett Cannon · 20 years ago
  77. 3304a14 Remove a tab so that whitespace usage is consistent. by Brett Cannon · 20 years ago
  78. 4040794 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 20 years ago
  79. 00a73e7 Patch #1043890: tarfile: add extractall() method. by Martin v. Löwis · 20 years ago
  80. c72dd38 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 20 years ago
  81. 637431b Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 20 years ago
  82. 7e78ade Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. by Peter Astrand · 20 years ago
  83. f7f1bb7 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 20 years ago
  84. 23109f0 Optimization for communicate(): If only one of stdin/stdout/stderr is by Peter Astrand · 20 years ago
  85. cbac93c Added three more testcases: Using communicate with only one of by Peter Astrand · 20 years ago
  86. b67cc80 SF bug #1155938: Missing None check for __init__(). by Raymond Hettinger · 20 years ago
  87. 6ce7ed2 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 20 years ago
  88. a4dac40 Patch #645894: Use getrusage for computing the time consumption in by Martin v. Löwis · 20 years ago
  89. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 20 years ago
  90. df37c8c Patch #1046831: Use get_python_version where appropriate in sysconfig.py. by Martin v. Löwis · 20 years ago
  91. c5574e8 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 20 years ago
  92. 4ea3ead Patch #1117339: Add cookielib special name tests. Backported to 2.4. by Martin v. Löwis · 20 years ago
  93. e869eb1 Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 20 years ago
  94. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 20 years ago
  95. f2a8d63 Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush. by Martin v. Löwis · 20 years ago
  96. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 20 years ago
  97. 8ed338a Patch #1104111: Alter setup.py --help and --help-commands. by Martin v. Löwis · 20 years ago
  98. 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
  99. 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
  100. e94e74a Make test__locale more fine-grained. Now test localeconv and nl_langinfo by Brett Cannon · 20 years ago