1. 1e71c53 Issue #20826: Optimize ipaddress.collapse_addresses(). by Antoine Pitrou · 10 years ago
  2. 824db30 Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv4Network,IPv6Network}.subnets(). by Antoine Pitrou · 10 years ago
  3. 45aba18 Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipaddress.IPv6Network. by Antoine Pitrou · 10 years ago
  4. 88d8fb6 Issue #13916: Disallowed the surrogatepass error handler for non UTF-* by Serhiy Storchaka · 10 years ago
  5. 2e03a0a Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 10 years ago
  6. 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 10 years ago
  7. b9183bb Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 10 years ago
  8. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 10 years ago
  9. 79b49ab (Merge 3.4) Issue #21497: faulthandler functions now raise a better error if by Victor Stinner · 10 years ago
  10. e2d6690 Issue #21497: faulthandler functions now raise a better error if sys.stderr is by Victor Stinner · 10 years ago
  11. a57dfd0 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 10 years ago
  12. e1e04ad Backed out changeset 6ceedbd88b5f by Victor Stinner · 10 years ago
  13. b78c448 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 10 years ago
  14. acddff6 merge by Raymond Hettinger · 10 years ago
  15. 23042cd Issue #21470: Do a better job seeding the random number generator by Raymond Hettinger · 10 years ago
  16. e1c9e52 Merge from 3.4 (for #21499). by Eric Snow · 10 years ago
  17. 2f46a0e Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. by Eric Snow · 10 years ago
  18. c7188e2 Merge 3.4->default: Fix test-order-dependend asyncio test failure caused by rev 2af5a52b9b87 (in this branch). by Guido van Rossum · 10 years ago
  19. 7664eb0 Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92dbb6231668f403b7360f30fa. by Guido van Rossum · 10 years ago
  20. 987831c Merge from 3.4: by doko@ubuntu.com · 10 years ago
  21. 15bec9c - Issue #17756: Fix test_code test when run from the installed location. by doko@ubuntu.com · 10 years ago
  22. 43e3d94 Issue #19775: Add a samefile() method to pathlib Path objects. by Antoine Pitrou · 10 years ago
  23. 38acd4c Issue 21469: Minor code modernization (convert and/or expression to an if/else expression). by Raymond Hettinger · 10 years ago
  24. a7364a8 merge by Raymond Hettinger · 10 years ago
  25. 122541b Issue 21469: Mitigate risk of false positives with robotparser. by Raymond Hettinger · 10 years ago
  26. b7f1be3 Merge from 3.4 (for #21226). by Eric Snow · 10 years ago
  27. 38d3d22 (Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when the by Victor Stinner · 10 years ago
  28. 0cc45ba Issue #21398: Fix an unicode error in the pydoc pager when the documentation by Victor Stinner · 10 years ago
  29. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 10 years ago
  30. 66113bb (Merge 3.4) Issue #21422: Add a test to check that bool << int and bool >> int by Victor Stinner · 10 years ago
  31. 7fe1049 Issue #21422: Add a test to check that bool << int and bool >> int return an int by Victor Stinner · 10 years ago
  32. 5fb195f Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (address, netmask) tuple argument, so as to easily construct network objects from existing addresses. by Antoine Pitrou · 10 years ago
  33. 3b5162d Merge 3.4->default: asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit. by Guido van Rossum · 10 years ago
  34. bf88ffb asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit. by Guido van Rossum · 10 years ago
  35. d9ee1f5 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  36. 8386fda whitespace by Terry Jan Reedy · 10 years ago
  37. f80c0f6 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  38. 06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 10 years ago
  39. 234fb2d Issue 21424: Apply the nlargest() optimizations to nsmallest() as well. by Raymond Hettinger · 10 years ago
  40. 5e6b5f2 Try to fix issue #21425 workaround for shared library builds by Antoine Pitrou · 10 years ago
  41. ffef244 Try to fix issue #21425 workaround for shared library builds by Antoine Pitrou · 10 years ago
  42. 5006a56 Fix printing out error message when test fails and run with -bb by Antoine Pitrou · 10 years ago
  43. dab4e8a Fix printing out error message when test fails and run with -bb by Antoine Pitrou · 10 years ago
  44. 4f23472 Remove debugging output by Antoine Pitrou · 10 years ago
  45. 6b4b8d0 Try workaround for test issues in #21425 by Antoine Pitrou · 10 years ago
  46. bb62c18 Try workaround for test issues in #21425 by Antoine Pitrou · 10 years ago
  47. ffd7273 Fix debugging output to work with -W by Antoine Pitrou · 10 years ago
  48. c1b22d9 Fix debugging output to work with -bb by Antoine Pitrou · 10 years ago
  49. 0a44a0b Add debugging output for #21425 by Antoine Pitrou · 10 years ago
  50. 1c33280 Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 10 years ago
  51. 9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 10 years ago
  52. 277842e Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons. by Raymond Hettinger · 10 years ago
  53. d6a46ae Merge 3.4 -> default: asyncio: Upstream issue #167: remove dead code, by Marc Schlaich. by Guido van Rossum · 10 years ago
  54. 3d1bc60 asyncio: Upstream issue #167: remove dead code, by Marc Schlaich. by Guido van Rossum · 10 years ago
  55. 09122f8 Reindent long line by Jason R. Coombs · 10 years ago
  56. 0375653 Replace overly-aggressive comparison for type equality with an isinstance check. by Jason R. Coombs · 10 years ago
  57. a384652 Drop support for Python 2.4 in upload command. by Jason R. Coombs · 10 years ago
  58. 6f71726 Replace import * with explicit import by Jason R. Coombs · 10 years ago
  59. 7ae0fde Clean up style in distutils upload command by Jason R. Coombs · 10 years ago
  60. f84866c Issue #19655: Add tests for the new asdl parser. by Eli Bendersky · 10 years ago
  61. 732ac65 Issue #19721: Consolidate test_importlib utility code into a single module. by Brett Cannon · 10 years ago
  62. 91795c8 Issue #20776: Flesh out tests for importlib.machinery.PathFinder. by Brett Cannon · 10 years ago
  63. 6eaac13 Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a by Brett Cannon · 10 years ago
  64. 983c106 Merge from 3.4. by Tim Peters · 10 years ago
  65. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 10 years ago
  66. 38ca5a7 Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  67. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  68. 4ce74dc - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  69. e5de66e - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  70. 5915505 Merge: #21300: Clean up the docs for the email "policy" arguments. by R David Murray · 10 years ago
  71. e252446 #21300: Clean up the docs for the email "policy" arguments. by R David Murray · 10 years ago
  72. 5dcad2c Merge 3.4->default: asyncio: Fix the second half of issue #21447: race in _write_to_self(). by Guido van Rossum · 10 years ago
  73. 3d139d8 asyncio: Fix the second half of issue #21447: race in _write_to_self(). by Guido van Rossum · 10 years ago
  74. e0bd2c5 Issue21440 Use support.rmtree in test_zipfile & test_tarfile by Tim Golden · 10 years ago
  75. 0321cf2 Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman by Tim Golden · 10 years ago
  76. f19a400 Issue #21088: Merge from 3.4. by Larry Hastings · 10 years ago
  77. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 10 years ago
  78. 53d2c41 Issue #19414: Have the OrderedDict mark deleted links as unusable. by Raymond Hettinger · 10 years ago
  79. 71ac07f Issue #18604: merge from 3.4 by Ned Deily · 10 years ago
  80. 88b5b6d Issue #18604: Skip the Tk instantiation test on OS X because it can by Ned Deily · 10 years ago
  81. 3170d1c Issue #21421: Add __slots__ to the MappingViews ABCs. by Raymond Hettinger · 10 years ago
  82. 4ce5f3f improve idioms (closes #20642) by Benjamin Peterson · 10 years ago
  83. 98baa14 merge 3.4 by Benjamin Peterson · 10 years ago
  84. 3d678e3 use with blocks to make sure files are closed by Benjamin Peterson · 10 years ago
  85. 644bb49 merge 3.4 (#21357) by Benjamin Peterson · 10 years ago
  86. f24600e improve test coverage of filecmp (closes #21357) by Benjamin Peterson · 10 years ago
  87. cb2ad80 Closes #18604: Merge with 3.4 by Zachary Ware · 10 years ago
  88. ceced6b Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 10 years ago
  89. 6b794b8 Fix typo and tests without docstrings. by Stefan Krah · 10 years ago
  90. 5de1f82 Issue #21407: _decimal now supports function signatures. by Stefan Krah · 10 years ago
  91. b151f8f Issue #10650: Remove the non-standard 'watchexp' parameter from the by Stefan Krah · 10 years ago
  92. 8fb74a3 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 10 years ago
  93. f1d4e42 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 10 years ago
  94. ae43046 MERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris by Jesus Cea · 10 years ago
  95. da25109 Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris by Jesus Cea · 10 years ago
  96. 32497f8 Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  97. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  98. 3f73e4c Fix failure in test_poplib after issue #20951. by Antoine Pitrou · 10 years ago
  99. b850389 Issue #21057: TextIOWrapper now allows the underlying binary stream's read() or read1() method to return an arbitrary bytes-like object (such as a memoryview). by Antoine Pitrou · 10 years ago
  100. b4bebda Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. by Antoine Pitrou · 10 years ago