1. b9d6724 Issue #25263: Trying to fix test_use on Windows. by Serhiy Storchaka · 9 years ago
  2. f4ac4e3 Fixes installer not allowing launcher to be selected. by Steve Dower · 9 years ago
  3. 5e2e700 Fixes installer not allowing launcher to be selected. by Steve Dower · 9 years ago
  4. cc99cd7 Issue #24802: Merge ValueError test case from 3.5 by Martin Panter · 9 years ago
  5. d61d860 Issue #24802: Update test case for ValueError in 3.5 by Martin Panter · 9 years ago
  6. 7861667 Merge: #25446: Fix regression in smtplib's AUTH LOGIN support. by R David Murray · 9 years ago
  7. b0deeb4 #25446: Fix regression in smtplib's AUTH LOGIN support. by R David Murray · 9 years ago
  8. 51acec6 Null merge from 3.4 by Steve Dower · 9 years ago
  9. 65b77d6 Null merge from 3.4 by Steve Dower · 9 years ago
  10. ba27014 Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid downgrading. by Steve Dower · 9 years ago
  11. 29a2f7c Issue #25263: Trying to fix test_use on Windows. by Serhiy Storchaka · 9 years ago
  12. 96b6ff2 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 9 years ago
  13. 3d717d0 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 9 years ago
  14. 411dfd8 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 9 years ago
  15. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  16. 41a8763 Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 9 years ago
  17. 838b7cc Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 9 years ago
  18. 608c213 Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 9 years ago
  19. 9513ba3 Issue #24802: Merge null termination fixes from 3.5 by Martin Panter · 9 years ago
  20. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  21. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  22. eb1d89a Issue #25064: Merge tempfile doc from 3.5 by Martin Panter · 9 years ago
  23. 9b566c3 Issue #25064: Adjust documentation according to new mkstemp signature by Martin Panter · 9 years ago
  24. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  25. c106c68 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  26. 0c009bf Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more by Serhiy Storchaka · 9 years ago
  27. 97f46db Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more by Serhiy Storchaka · 9 years ago
  28. 501c16d Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг. by Serhiy Storchaka · 9 years ago
  29. 4981dd2 Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг. by Serhiy Storchaka · 9 years ago
  30. 3a811f2 Issue #24726: Revert setting the value on the dict if by Serhiy Storchaka · 9 years ago
  31. d5f353e Issue #24726: Revert setting the value on the dict if by Serhiy Storchaka · 9 years ago
  32. 6980be4 Issue #25558: Refactoring OrderedDict iteration. by Serhiy Storchaka · 9 years ago
  33. 9c96761 Issue #25558: Refactoring OrderedDict iteration. by Serhiy Storchaka · 9 years ago
  34. e2e0dee Issue #18010: Merge pydoc web search fix from 3.5 by Martin Panter · 9 years ago
  35. 98da9d0 Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  36. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 9 years ago
  37. a2149ed Merge 3.5 by Yury Selivanov · 9 years ago
  38. 7931be4 Merge 3.4 by Yury Selivanov · 9 years ago
  39. ade0412 asyncio: Optimize asyncio.sleep(0) by Yury Selivanov · 9 years ago
  40. 7c1455b Issue #25554: Got rid of circular references in regular expression parsing. by Serhiy Storchaka · 9 years ago
  41. b5d0a21 Issue #25554: Got rid of circular references in regular expression parsing. by Serhiy Storchaka · 9 years ago
  42. 12b2538 Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c. by Serhiy Storchaka · 9 years ago
  43. e20310f Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception by Victor Stinner · 9 years ago
  44. ef07296 Merge 3.5 by Victor Stinner · 9 years ago
  45. 60a1d3c Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the by Victor Stinner · 9 years ago
  46. cf01b68 sysmodule.c: reuse Py_STRINGIFY() macro by Victor Stinner · 9 years ago
  47. cf156bc Issue #24726: Fixed issue number for previous changeset 76e848554b5d. by Serhiy Storchaka · 9 years ago
  48. 4d11a94 Issue #24726: Fixed issue number for previous changeset 59c7615ea921. by Serhiy Storchaka · 9 years ago
  49. f83afa5 Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that by Serhiy Storchaka · 9 years ago
  50. 710cd34 Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that by Serhiy Storchaka · 9 years ago
  51. 161b6ff Issue #25449: Iterating OrderedDict with keys with unstable hash now raises by Serhiy Storchaka · 9 years ago
  52. b45b7b2 Issue #25449: Iterating OrderedDict with keys with unstable hash now raises by Serhiy Storchaka · 9 years ago
  53. a3a3d73 For FORMAT_VALUE opcode, make it clear that the result of PyObject_Format is pushed on the stack. by Eric V. Smith · 9 years ago
  54. 4555017 regrtest: display progress every 30 seconds (instead of 60 seconds) when by Victor Stinner · 9 years ago
  55. 4c3a5f2 merge 3.5 by Benjamin Peterson · 9 years ago
  56. b25d09a merge 3.4 by Benjamin Peterson · 9 years ago
  57. 5be2dac remove trailing ws by Benjamin Peterson · 9 years ago
  58. 0f1f980 merge 3.5 by Benjamin Peterson · 9 years ago
  59. 1897c98 merge 3.4 by Benjamin Peterson · 9 years ago
  60. c2f0121 link to modern PUG url by Benjamin Peterson · 9 years ago
  61. 4a91d21 Neaten-up the inner-loop logic. by Raymond Hettinger · 9 years ago
  62. 9ce52e3 Issue 25483: Fix doc typo and added versionadded. Thanks, Berker Peksag. by Eric V. Smith · 9 years ago
  63. 281d532 Issue 25483: Update dis.rst with FORMAT_VALUE opcode description. by Eric V. Smith · 9 years ago
  64. a78c795 Issue 25483: Add an opcode to make f-string formatting more robust. by Eric V. Smith · 9 years ago
  65. 2753a09 locale.delocalize(): only call localeconv() once by Victor Stinner · 9 years ago
  66. bbfcb38 Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  67. 26825bc Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  68. 8778c6b Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. by Guido van Rossum · 9 years ago
  69. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  70. f51d715 Issue #25523: Further a-to-an corrections new in 3.5. by Serhiy Storchaka · 9 years ago
  71. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  72. df8f5b5 Minor cleanup. by Raymond Hettinger · 9 years ago
  73. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  74. a1fc949 Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending resolution of the related refcnt leak. by Raymond Hettinger · 9 years ago
  75. 0bdf9ea merge by Raymond Hettinger · 9 years ago
  76. 67b97b8 Move the initial start-search out of the main loop so it can be factored-out later. by Raymond Hettinger · 9 years ago
  77. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  78. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  79. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  80. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  81. 9785261 Issue #18973: Command-line interface of the calendar module now uses argparse by Serhiy Storchaka · 9 years ago
  82. 17bdf20 Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  83. 56275dc Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  84. 314464d Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  85. 9b69491 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 9 years ago
  86. 14eefe3 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 9 years ago
  87. 75a8140 Fix typo noticed by Alec Nunn by Berker Peksag · 9 years ago
  88. 964ec8b Fix typo noticed by Alec Nunn by Berker Peksag · 9 years ago
  89. bfb03a4 Merge from 3.5 by Steve Dower · 9 years ago
  90. 04a4316 Issue #25450: Updates shortcuts to start Python in installation directory. by Steve Dower · 9 years ago
  91. 940f6a8 Improves handling of test markers for building Python without intefering with actual installs. by Steve Dower · 9 years ago
  92. 22d4553 Merge 3.5 by Yury Selivanov · 9 years ago
  93. f97edf1 whatsnew/3.5: NumPy 1.10 has been released by Yury Selivanov · 9 years ago
  94. 05a4a9c Merge 3.5 by Yury Selivanov · 9 years ago
  95. c62162d docs/inspect: Document __annotations__ by Yury Selivanov · 9 years ago
  96. ff99988 Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  97. 0e5eba2 Fix more typos in whatsnew/3.5.rst by Martin Panter · 9 years ago
  98. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  99. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  100. 7003696 Merge with 3.5 by Terry Jan Reedy · 9 years ago