1. 824db30 Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv4Network,IPv6Network}.subnets(). by Antoine Pitrou · 11 years ago
  2. 45aba18 Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipaddress.IPv6Network. by Antoine Pitrou · 11 years ago
  3. 88d8fb6 Issue #13916: Disallowed the surrogatepass error handler for non UTF-* by Serhiy Storchaka · 11 years ago
  4. 8e4efbe Merge 3.4 by Victor Stinner · 11 years ago
  5. fcbeab5 Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 11 years ago
  6. 2e03a0a Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 11 years ago
  7. 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 11 years ago
  8. b9183bb Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 11 years ago
  9. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 11 years ago
  10. 45e8e2f Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() by Victor Stinner · 11 years ago
  11. 79b49ab (Merge 3.4) Issue #21497: faulthandler functions now raise a better error if by Victor Stinner · 11 years ago
  12. e2d6690 Issue #21497: faulthandler functions now raise a better error if sys.stderr is by Victor Stinner · 11 years ago
  13. a57dfd0 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 11 years ago
  14. f7667e3 Merge 3.4 (I commited a patch to the wrong branch and then used hg backout) by Victor Stinner · 11 years ago
  15. e1e04ad Backed out changeset 6ceedbd88b5f by Victor Stinner · 11 years ago
  16. b78c448 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 11 years ago
  17. 85ec1b9 Merge 3.4: ignore change specific to 3.4 for #21488, I had a different patch for Python 3.5 by Victor Stinner · 11 years ago
  18. ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 11 years ago
  19. 37f524f Merge: #21347: use string not list in shell=True example. by R David Murray · 11 years ago
  20. ae9d193 #21347: use string not list in shell=True example. by R David Murray · 11 years ago
  21. acddff6 merge by Raymond Hettinger · 11 years ago
  22. 23042cd Issue #21470: Do a better job seeding the random number generator by Raymond Hettinger · 11 years ago
  23. e1c9e52 Merge from 3.4 (for #21499). by Eric Snow · 11 years ago
  24. 2f46a0e Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. by Eric Snow · 11 years ago
  25. c7188e2 Merge 3.4->default: Fix test-order-dependend asyncio test failure caused by rev 2af5a52b9b87 (in this branch). by Guido van Rossum · 11 years ago
  26. 7664eb0 Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92dbb6231668f403b7360f30fa. by Guido van Rossum · 11 years ago
  27. 987831c Merge from 3.4: by doko@ubuntu.com · 11 years ago
  28. 15bec9c - Issue #17756: Fix test_code test when run from the installed location. by doko@ubuntu.com · 11 years ago
  29. 43e3d94 Issue #19775: Add a samefile() method to pathlib Path objects. by Antoine Pitrou · 11 years ago
  30. 38acd4c Issue 21469: Minor code modernization (convert and/or expression to an if/else expression). by Raymond Hettinger · 11 years ago
  31. 51669d8 merge by Raymond Hettinger · 11 years ago
  32. 8cc67a1 Issue 21469: Add missing news item by Raymond Hettinger · 11 years ago
  33. a7364a8 merge by Raymond Hettinger · 11 years ago
  34. 122541b Issue 21469: Mitigate risk of false positives with robotparser. by Raymond Hettinger · 11 years ago
  35. 61f61dc Merge doc change from 3.3 by Jason R. Coombs · 11 years ago
  36. 73308d6 Merge doc change from 3.3 by Jason R. Coombs · 11 years ago
  37. 13266fb Update docs to reflect resurrection of Setuptools over Distribute by Jason R. Coombs · 11 years ago
  38. b7f1be3 Merge from 3.4 (for #21226). by Eric Snow · 11 years ago
  39. 38d3d22 (Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when the by Victor Stinner · 11 years ago
  40. 0cc45ba Issue #21398: Fix an unicode error in the pydoc pager when the documentation by Victor Stinner · 11 years ago
  41. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 11 years ago
  42. 470cf8d (Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when by Victor Stinner · 11 years ago
  43. 1c6970f Issue #21418: Fix a crash in the builtin function super() when called without by Victor Stinner · 11 years ago
  44. 933da8e (Merge 3.4) Issue #21485: remove unnecesary .flush() calls in the asyncio by Victor Stinner · 11 years ago
  45. b0539b2 Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code by Victor Stinner · 11 years ago
  46. 66113bb (Merge 3.4) Issue #21422: Add a test to check that bool << int and bool >> int by Victor Stinner · 11 years ago
  47. 7fe1049 Issue #21422: Add a test to check that bool << int and bool >> int return an int by Victor Stinner · 11 years ago
  48. 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 · 11 years ago
  49. 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 · 11 years ago
  50. bf88ffb asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit. by Guido van Rossum · 11 years ago
  51. 05278ee Issue 21383: merge from 3.4 by Ned Deily · 11 years ago
  52. a869fd3 Issue #21383: Allow "make touch" to work when building outside of the by Ned Deily · 11 years ago
  53. 70371fc Issue #18104: News for 3.4, in proper place. by Terry Jan Reedy · 11 years ago
  54. ce9654f #18104: null merge of 3.4 News entry by Terry Jan Reedy · 11 years ago
  55. 96089fb Issue #18104: News for 3.4 (which will not merge forward). by Terry Jan Reedy · 11 years ago
  56. d9ee1f5 Merge with 3.4 by Terry Jan Reedy · 11 years ago
  57. 8386fda whitespace by Terry Jan Reedy · 11 years ago
  58. f80c0f6 Merge with 3.4 by Terry Jan Reedy · 11 years ago
  59. 06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 11 years ago
  60. 89aea50 merge 3.4 by Benjamin Peterson · 11 years ago
  61. 23a192d use logical rather than bit and by Benjamin Peterson · 11 years ago
  62. 234fb2d Issue 21424: Apply the nlargest() optimizations to nsmallest() as well. by Raymond Hettinger · 11 years ago
  63. 3a17e21 merge from 3.4 - clean up the subprocess docs warning-soup and s/Unix/POSIX/. by Gregory P. Smith · 11 years ago
  64. 8e0aa05 Change all references to Unix to POSIX in the subprocess docs. It's by Gregory P. Smith · 11 years ago
  65. 6436cba Remove the warning-soup from the subprocess documentation by adding by Gregory P. Smith · 11 years ago
  66. 384a3ea5 merge 3.4 by Benjamin Peterson · 11 years ago
  67. 5c8ce18 remove confusing delete indexing (closes #21466) by Benjamin Peterson · 11 years ago
  68. a6c4e10 Null merge by Antoine Pitrou · 11 years ago
  69. 5e6b5f2 Try to fix issue #21425 workaround for shared library builds by Antoine Pitrou · 11 years ago
  70. ffef244 Try to fix issue #21425 workaround for shared library builds by Antoine Pitrou · 11 years ago
  71. 5006a56 Fix printing out error message when test fails and run with -bb by Antoine Pitrou · 11 years ago
  72. dab4e8a Fix printing out error message when test fails and run with -bb by Antoine Pitrou · 11 years ago
  73. 3a0cdd5 Null merge by Antoine Pitrou · 11 years ago
  74. 4f23472 Remove debugging output by Antoine Pitrou · 11 years ago
  75. 6b4b8d0 Try workaround for test issues in #21425 by Antoine Pitrou · 11 years ago
  76. bb62c18 Try workaround for test issues in #21425 by Antoine Pitrou · 11 years ago
  77. ffd7273 Fix debugging output to work with -W by Antoine Pitrou · 11 years ago
  78. c1b22d9 Fix debugging output to work with -bb by Antoine Pitrou · 11 years ago
  79. 0a44a0b Add debugging output for #21425 by Antoine Pitrou · 11 years ago
  80. 1c33280 Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 11 years ago
  81. 9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 11 years ago
  82. c89a451 By popular demand, add back a security warning. by Raymond Hettinger · 11 years ago
  83. 277842e Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons. by Raymond Hettinger · 11 years ago
  84. d6a46ae Merge 3.4 -> default: asyncio: Upstream issue #167: remove dead code, by Marc Schlaich. by Guido van Rossum · 11 years ago
  85. 3d1bc60 asyncio: Upstream issue #167: remove dead code, by Marc Schlaich. by Guido van Rossum · 11 years ago
  86. a7894f7 Remove the redundant and poorly worded warning message. by Raymond Hettinger · 11 years ago
  87. 09122f8 Reindent long line by Jason R. Coombs · 11 years ago
  88. 0375653 Replace overly-aggressive comparison for type equality with an isinstance check. by Jason R. Coombs · 11 years ago
  89. a384652 Drop support for Python 2.4 in upload command. by Jason R. Coombs · 11 years ago
  90. 6f71726 Replace import * with explicit import by Jason R. Coombs · 11 years ago
  91. 7ae0fde Clean up style in distutils upload command by Jason R. Coombs · 11 years ago
  92. f84866c Issue #19655: Add tests for the new asdl parser. by Eli Bendersky · 11 years ago
  93. 5e3d338 Issue #19655: Replace the ASDL parser carried with CPython by Eli Bendersky · 11 years ago
  94. 732ac65 Issue #19721: Consolidate test_importlib utility code into a single module. by Brett Cannon · 11 years ago
  95. 91795c8 Issue #20776: Flesh out tests for importlib.machinery.PathFinder. by Brett Cannon · 11 years ago
  96. 4b8dd71 Issue21452 Add missing backslash to build path for make_buildinfo by Tim Golden · 11 years ago
  97. 877013f Merge by Tim Golden · 11 years ago
  98. 55c2364 Issue21452 Add missing backslash to build path for make_buildinfo by Tim Golden · 11 years ago
  99. faf4d9c Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar by Tim Golden · 11 years ago
  100. 9c18fcf Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar by Tim Golden · 11 years ago