1. de1a8b7 - Issue #5104: The socket module now raises OverflowError when 16-bit port and by Gregory P. Smith · 15 years ago
  2. fb921e2 I believe the intention here was to avoid a global lookup by Benjamin Peterson · 15 years ago
  3. f709ab8 Add an extra test for long <-> float hash equivalence. by Mark Dickinson · 15 years ago
  4. 1de05e9 check the errno in bad fd cases by Benjamin Peterson · 15 years ago
  5. b3619be make _tkinter._flatten check the result of PySequence_Size for errors #3880 by Benjamin Peterson · 15 years ago
  6. 4a69410 pep8tify conditionals by Benjamin Peterson · 15 years ago
  7. 5da9a51 fixed test_make_distribution so it runs on any platform, as long as tar an gzip are available by Tarek Ziadé · 15 years ago
  8. 707c593 Issue #2047: shutil.move() could believe that its destination path was by Antoine Pitrou · 15 years ago
  9. 6ed1cb0 Fix issue5075: bdist_wininst should not depend on the vc runtime? by Mark Hammond · 15 years ago
  10. f779e6f Issue 4920: Fixed next() vs __next__() issues in the ABCs by Raymond Hettinger · 15 years ago
  11. b1a98de Issue #5083: New 'gui' resource for regrtest. by Guilherme Polo · 15 years ago
  12. 6d51f12 Make sure the root windows gets destroyed by Guilherme Polo · 15 years ago
  13. 7a77ee8 * Renaming test_tk_* to test_ttk_* since that is what they are testing. by Guilherme Polo · 15 years ago
  14. 6785cf0 Added support for collecting tests only from specific packages. by Guilherme Polo · 15 years ago
  15. cda93aa Added the ttk module. See issue #2983: Ttk support for Tkinter. by Guilherme Polo · 15 years ago
  16. fd0107f use True and False by Benjamin Peterson · 15 years ago
  17. 560f9a8 Add more tests for the powerset() recipe. by Raymond Hettinger · 15 years ago
  18. 2f6c2e0 More exhaustive combinatoric checks. by Raymond Hettinger · 15 years ago
  19. ecf252a Issue 5021: doctest.testfile should set __name__ by Raymond Hettinger · 15 years ago
  20. f93f303 Stronger tests for combinatoric relationships. by Raymond Hettinger · 15 years ago
  21. 2976aaa Add tests to verify combinatoric relationships. by Raymond Hettinger · 15 years ago
  22. 1763f8a excellent place to use a set() #5069 by Benjamin Peterson · 15 years ago
  23. d081abc Promote combinations_with_replacement() from a recipe to a regular itertool. by Raymond Hettinger · 15 years ago
  24. bf3f69e Remove startup firewall message. That is handled by an error dialog by Raymond Hettinger · 15 years ago
  25. c028abf Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. Thanks by Mark Dickinson · 15 years ago
  26. 93881c6 Backport importlib in the form of providing importlib.import_module(). This has by Brett Cannon · 15 years ago
  27. aaedcef Fixed #1885: --formats=tar,gztar was not working properly in the sdist command by Tarek Ziadé · 15 years ago
  28. 7c28be8 added missing module docstring by Tarek Ziadé · 15 years ago
  29. 9f369e9 Issue #5052: removed backward compatibility information (out of date) by Tarek Ziadé · 15 years ago
  30. 68d919e Improved itertools recipe for generating powerset(). by Raymond Hettinger · 15 years ago
  31. 2bcb8e9 Promote compress() from a recipe to being a regular itertool. by Raymond Hettinger · 15 years ago
  32. 1af3b5a Issue #4863, removing remaining bits by Tarek Ziadé · 15 years ago
  33. ef249b1 Fixed #4863: removed distutils.mwerkscompiler by Tarek Ziadé · 15 years ago
  34. 78821dd fix building the core with --disable-unicode by Benjamin Peterson · 15 years ago
  35. e52c314 Remove uses of cmp from the decimal module. by Mark Dickinson · 16 years ago
  36. b5a4b0a Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels by Jesse Noller · 16 years ago
  37. 10085c6 Issue #3657: fix occasional test_pickletools failures. by Mark Dickinson · 16 years ago
  38. a3ecd2c Issue #1672332: Fix unpickling of subnormal floats, which was raising by Mark Dickinson · 16 years ago
  39. c187d11 Issue #5025: Fix occasional test_kqueue failure on OS X. by Mark Dickinson · 16 years ago
  40. f081e1c Issue #3881: Help Tcl to load even when started through the by Martin v. Löwis · 16 years ago
  41. 7d7e1b7 Add heading for 2.7a0. by Martin v. Löwis · 16 years ago
  42. 0dfcfc8 Issue #4710: Extract directories properly in the zipfile module; by Martin v. Löwis · 16 years ago
  43. 89e759d Add a test for UNC import paths, see issue 3677 by Kristján Valur Jónsson · 16 years ago
  44. 1bc1c8a Update comments and add an optimized path for Counter.update(). by Raymond Hettinger · 16 years ago
  45. 0a1f7b8 Tighten-up the docs for Counter(). by Raymond Hettinger · 16 years ago
  46. 4571f34 Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 16 years ago
  47. 7314b38 Issue 5009: multiprocessing: failure in manager._debug_info() by Jesse Noller · 16 years ago
  48. e741cc6 Issue #5008: When a file is opened in append mode with the new IO library, by Antoine Pitrou · 16 years ago
  49. aecf36a Issue 5013: Fixed bug in FileHandler when delay was set - added fix for RotatingFileHandler and changed header comment slightly. by Vinay Sajip · 16 years ago
  50. 5fb11b2 Issue 5013: Fixed bug in FileHandler when delay was set. by Vinay Sajip · 16 years ago
  51. 933d3a7 Issue 4998: __slots__ on Fractions was useless. by Raymond Hettinger · 16 years ago
  52. e18ef19 allow unicode keyword arguments for the ** syntax #4978 by Benjamin Peterson · 16 years ago
  53. 7b4c2be Use Georg's new permalinks to documentation by version number. by Raymond Hettinger · 16 years ago
  54. ae3f068 Make merging easier by formattng comment blocks the same in Py3.1 by Raymond Hettinger · 16 years ago
  55. 562a4ad Add Counter() to __all__. by Raymond Hettinger · 16 years ago
  56. bad1eb2 Build-outs for Counter() class: by Raymond Hettinger · 16 years ago
  57. 1f01cd0 I'm sick of these deprecations warnings in test_os by Benjamin Peterson · 16 years ago
  58. 5539c78 make bad file descriptor tests more robust by Benjamin Peterson · 16 years ago
  59. 9a5b2ad Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle by Jesse Noller · 16 years ago
  60. 2e659ce Issue 4957 Let os.ftruncate raise OSError like documented. by Kristján Valur Jónsson · 16 years ago
  61. 5848d1f raise an OSError for invalid fds #4991 by Benjamin Peterson · 16 years ago
  62. b6e112b fix encoding cookie case by Benjamin Peterson · 16 years ago
  63. 910f216 fix test that wasn't working as expected #4990 by Benjamin Peterson · 16 years ago
  64. 438195f issue 4301: patch logging to add processName, remove the old _check_logger_class code by Jesse Noller · 16 years ago
  65. 60e79ce issue 4293: make test_capi.py more robutst, it times out on some platforms, presumably waiting for threads. Lower the thread count to 16. by Kristján Valur Jónsson · 16 years ago
  66. 6ab2215 Resolve issue 4449: AssertionError in mp_benchmarks.py by Jesse Noller · 16 years ago
  67. 2407ac9 follow-up of #3997: since 0xFFFF numbers are not enough to indicate a zip64 format, by Amaury Forgeot d'Arc · 16 years ago
  68. 5e5fbb6 fix inspect.isclass() on instances with a custom __getattr__ #1225107 by Benjamin Peterson · 16 years ago
  69. d25f87a #3997: zipfiles generated with more than 65536 files could not be opened by Amaury Forgeot d'Arc · 16 years ago
  70. f320c22 trying to find some fpathconf() settings that all unixs support... by Benjamin Peterson · 16 years ago
  71. 9109f91 use enumerate by Benjamin Peterson · 16 years ago
  72. b3af601 compare with == not is #4946 by Benjamin Peterson · 16 years ago
  73. 4f69b7e Make all the invalid fd tests for os subject to the function being available. by Kristján Valur Jónsson · 16 years ago
  74. 71ba215 Fix two test cases in test_os. ftruncate raises IOError unlike all the others which raise OSError. And close() on some platforms doesn't complain when given an invalid file descriptor. by Kristján Valur Jónsson · 16 years ago
  75. 51a035e Issue 4929: Handle socket errors when receiving by Kristján Valur Jónsson · 16 years ago
  76. 0e15182 Comment typo by Mark Dickinson · 16 years ago
  77. e82cdae Issue #4397. Fix occasional test_socket failure on OS X. by Mark Dickinson · 16 years ago
  78. 8adc0b5 Fix recently introduced test cases. by Kristján Valur Jónsson · 16 years ago
  79. 018760e Re-enable all tests for windows platforms. by Kristján Valur Jónsson · 16 years ago
  80. afd112b Add tests for __init__() and update() with no args. by Raymond Hettinger · 16 years ago
  81. 717c083 fix test_xmlrpc failures #4939 by Benjamin Peterson · 16 years ago
  82. b54447f #1162154: inspect.getmembers() now skips attributes that raise AttributeError, by Amaury Forgeot d'Arc · 16 years ago
  83. b24c951 Use assertRaises. by Georg Brandl · 16 years ago
  84. dd53e11 ast.literal_eval can properly evaluate complex numbers now. This fixes issue4907. by Armin Ronacher · 16 years ago
  85. 2d21d50 Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard(). by Raymond Hettinger · 16 years ago
  86. 35288c6 Speed-up __repr__. Eliminate duplicate tests. Use a from-irmport. by Raymond Hettinger · 16 years ago
  87. 783d73f Fixup and simplify docstrings and doctests. by Raymond Hettinger · 16 years ago
  88. aaa6e63 Simplify Counter() API. Replace items keyword argument by Raymond Hettinger · 16 years ago
  89. a40d573 #3720: Interpreter crashes when an evil iterator removes its own next function. by Amaury Forgeot d'Arc · 16 years ago
  90. f94d7fa Issue 1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  91. 1c62b65 Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module. by Kristján Valur Jónsson · 16 years ago
  92. b5bc33c Optimize heapq.nsmallest/nlargest for cases where n==1 or n>=size. by Raymond Hettinger · 16 years ago
  93. 3c43fcb Issue 4879: Allow buffering for HTTPResponse by Kristján Valur Jónsson · 16 years ago
  94. 164b045 make tests fail if they can't be imported by Benjamin Peterson · 16 years ago
  95. da62f81 Remove an unnecessary check from test_decimal. by Mark Dickinson · 16 years ago
  96. 43723e2 - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on by Matthias Klose · 16 years ago
  97. b74fc2b Issue #3860: GzipFile and BZ2File now support the context manager protocol. by Antoine Pitrou · 16 years ago
  98. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  99. 84040db Issue 4336: Let users of HTTPConnection.endheaders() submit a message body to the function if required. by Kristján Valur Jónsson · 16 years ago
  100. 7e876f5 Issue 4336: HTTPRequest._send_output() now deals with the case of the message body not being a string. This allows clients to use endheaders(message_body) instead of endheaders() + send(message_body) without making any extra checks. by Kristján Valur Jónsson · 16 years ago