1. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  2. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  3. 129f57b Merge: Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  4. 5bb4207 Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  5. 7c91dbe Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  6. 1491cbd Issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  7. 0168d3d Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  8. e4ad37e Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  9. 5ebe65f Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  10. 9f69e79 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  11. 90c0eb2 Issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
  12. 2e99d63 Merge: change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  13. 42d5c41 Change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  14. b904e42 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  15. bcac6ad Issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  16. 5e5bbfb merge heads by Benjamin Peterson · 12 years ago
  17. e132f52 check return value of _PyUnicode_AsString by Benjamin Peterson · 12 years ago
  18. 091bf53 Merge issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  19. eda1f4c Issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  20. f9fcf02 null merge by Andrew Svetlov · 12 years ago
  21. 01e1e35 merge heads by Andrew Svetlov · 12 years ago
  22. 1e61e58 Merge issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  23. 5f91ad3 Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  24. d3405ed Issue #16348: merge fix from 3.2. by Mark Dickinson · 12 years ago
  25. 6ae568b Issue #16348: Fix incorrect documentation for Decimal.remainder_near. by Mark Dickinson · 12 years ago
  26. 591c921 merge 3.2 by Benjamin Peterson · 12 years ago
  27. 9892f52 avoid a function call with redundant checks for dict size by Benjamin Peterson · 12 years ago
  28. 67f7a5a merge 3.2 by Benjamin Peterson · 12 years ago
  29. 37d2c99 fix spelling by Benjamin Peterson · 12 years ago
  30. d97eb0d merge 3.2 (#16345) by Benjamin Peterson · 12 years ago
  31. 275c848 merge heads by Benjamin Peterson · 12 years ago
  32. d1f2cb3 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 12 years ago
  33. 616f803 Issue #16197: Fix several small errors in winreg documentation. by Andrew Svetlov · 12 years ago
  34. 08d8434 MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  35. 64085e3 Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  36. 3e11d65 merge #16371: fix up the English a bit more. by R David Murray · 12 years ago
  37. a2959ce #16371: fix up the English a bit more. by R David Murray · 12 years ago
  38. 0451d25 Merge issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  39. ec42255 Issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  40. 694f9ce Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  41. e1fa22a Issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  42. f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  43. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  44. 796c443 Merge: fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  45. 6a5c7c3 Fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  46. 7ea6f70 Fix typo in mock docs. by Andrew Svetlov · 12 years ago
  47. 2c05a2e do safety checks on __qualname__ assignment by Benjamin Peterson · 12 years ago
  48. 8afa7fa don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271) by Benjamin Peterson · 12 years ago
  49. e8ea97f merge 3.2 (#16369) by Benjamin Peterson · 12 years ago
  50. c431128 initialize more global type objects (closes #16369) by Benjamin Peterson · 12 years ago
  51. cc4bacf #12890: fix test on windows by R David Murray · 12 years ago
  52. 6b879fa Merge 3.2 by Brian Curtin · 12 years ago
  53. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  54. 4648b47 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  55. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  56. 646eb1e Merge with 3.2 for issue #16262 by Ross Lagerwall · 12 years ago
  57. 1b863eb Fix regression from issue #16262 by Ross Lagerwall · 12 years ago
  58. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  59. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  60. 6c1da82 merge by Brett Cannon · 12 years ago
  61. f873d7c Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so by Brett Cannon · 12 years ago
  62. 6294305 Merge: Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  63. a1952d4 Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  64. 484adb5 Merged upstream changes. by Vinay Sajip · 12 years ago
  65. bdd13fd Closes #16340: Handle exception while copying script to venv. by Vinay Sajip · 12 years ago
  66. ff65a10 Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. by Georg Brandl · 12 years ago
  67. 6a935d9 merge heads by Georg Brandl · 12 years ago
  68. 75f0020 Remove confusing "Release" and "Date" markers from whatsnews. by Georg Brandl · 12 years ago
  69. 21b1024 merge heads by Andrew Svetlov · 12 years ago
  70. 6d50a54 Merge issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  71. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  72. 2a83f16 Issue #14700: merge tests from 3.2. by Mark Dickinson · 12 years ago
  73. fb90c09 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 12 years ago
  74. 5b9561d merge with 3.2 by Georg Brandl · 12 years ago
  75. 579d5cd changeset: 80007:49e4541f2aef by Georg Brandl · 12 years ago
  76. c2415eb Issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 12 years ago
  77. 65e2bef Issue #16340: exclude venv/scripts from byte-compilation at installation time on Windows. by Vinay Sajip · 12 years ago
  78. 01f47e8 Add a autobuild-quick target that only rebuilds HTML. by Georg Brandl · 12 years ago
  79. ab5da6a merge with 3.2 by Georg Brandl · 12 years ago
  80. fffc25d #8040: fix jQuery incompatibility by Georg Brandl · 12 years ago
  81. 74076cb #12890: skip tests which fail on windows until fixed or rewritten. by R David Murray · 12 years ago
  82. 4d9f318 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  83. c3bf78a #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  84. 971ba4c #16337: fix typo. by Ezio Melotti · 12 years ago
  85. edde409 #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  86. e5b1023 #8040: fix the version. by Ezio Melotti · 12 years ago
  87. fe71bb5 #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  88. 58864b3 #8040: enable the versionswitcher for the autobuild-dev target. by Ezio Melotti · 12 years ago
  89. 8630c1e #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  90. 380ce65 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 12 years ago
  91. c4b8e05 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  92. 252cd0e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  93. 0b3014d merge from 3.2 by Senthil Kumaran · 12 years ago
  94. bc876a2 Automated merge with file:///home/vagrant/3.3 by Senthil Kumaran · 12 years ago
  95. 847c33c Include mention of jenkins as an example framework for doing CI by Senthil Kumaran · 12 years ago
  96. f358eaf merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  97. f933302 #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  98. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 12 years ago
  99. cc2f042 Issue #16250: Fix URLError invocation with proper args by Senthil Kumaran · 12 years ago
  100. cad7b31 Issue #16250: Fix URLError invocation with proper args. by Senthil Kumaran · 12 years ago