1. a6d865c Issue #25654: by Victor Stinner · 8 years ago
  2. bfba2cd Don't doc check the venv dir by Zachary Ware · 8 years ago
  3. 4c181cf Merge with 3.5 by Terry Jan Reedy · 8 years ago
  4. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 8 years ago
  5. d1700a9 Fix typo in doc: avoid the french "& cie" :-) by Victor Stinner · 8 years ago
  6. 404cdc5 faulthandler: add Windows exception handler by Victor Stinner · 8 years ago
  7. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 8 years ago
  8. e492ae5 tracemalloc now supports domains by Victor Stinner · 8 years ago
  9. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 8 years ago
  10. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 8 years ago
  11. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 8 years ago
  12. fac3956 Optimize bytes.replace(b'', b'.') by Victor Stinner · 8 years ago
  13. 5decb84 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  14. 370764a Merge with 3.5 by Terry Jan Reedy · 8 years ago
  15. 5d7286c Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 8 years ago
  16. 3c3d7f4 Issue #18787: spwd.getspnam() now raises a PermissionError if the user by Berker Peksag · 8 years ago
  17. ee803a8 Issue #26567: enhance ResourceWarning example by Victor Stinner · 8 years ago
  18. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  19. 81ae89b Merge for issue #26095 by Brett Cannon · 8 years ago
  20. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 8 years ago
  21. 5936313 Issue #26252: Add an example on how to register a finder by Brett Cannon · 8 years ago
  22. 6840632 #26250: merge with 3.5. by Ezio Melotti · 8 years ago
  23. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 8 years ago
  24. 9b46a57 Doc: fix typos, patch written by Stefan Behnel by Victor Stinner · 8 years ago
  25. ee6471e Fixed a typo. by Serhiy Storchaka · 8 years ago
  26. 7740062 Fixed a typo. by Serhiy Storchaka · 8 years ago
  27. b3fe1c4 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 8 years ago
  28. 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 8 years ago
  29. c2fc568 Enhance documentation on malloc debug hooks by Victor Stinner · 8 years ago
  30. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 8 years ago
  31. 32f2eb4 Issue #21042: Revert Linux find_library() to return just filename by Martin Panter · 8 years ago
  32. ec195fb Issue #26499: Merge HTTPResponse fix from 3.5 by Martin Panter · 8 years ago
  33. 0611c26 On memory error, dump the memory block traceback by Victor Stinner · 8 years ago
  34. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 8 years ago
  35. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  36. 4c9375b #24918: merge with 3.5. by Ezio Melotti · 8 years ago
  37. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 8 years ago
  38. 5f6209a merge by Raymond Hettinger · 8 years ago
  39. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 8 years ago
  40. 0ce835f #25687: merge with 3.5. by Ezio Melotti · 8 years ago
  41. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 8 years ago
  42. 7dc830e merge by Raymond Hettinger · 8 years ago
  43. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 8 years ago
  44. 6d6b986 Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  45. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  46. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  47. 2c2a4e6 Add Mock.assert_called() by Victor Stinner · 8 years ago
  48. 82442b7 Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  49. f915e0e Merge 3.5 (malloc doc) by Victor Stinner · 8 years ago
  50. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 8 years ago
  51. b9f3114 Issue #21042: Return full path in ctypes.util.find_library() on Linux by Martin Panter · 8 years ago
  52. 674e2d0 Issue #15068: Got rid of excessive buffering in fileinput. by Serhiy Storchaka · 8 years ago
  53. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 8 years ago
  54. 8cd8883 Issue #26505: merge from 3.5 by Ned Deily · 8 years ago
  55. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 8 years ago
  56. f1fc8f9 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  57. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  58. 5b96d66 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  59. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  60. 20b3e72 Merge by Raymond Hettinger · 8 years ago
  61. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 8 years ago
  62. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 8 years ago
  63. 998f7d7 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  64. ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  65. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  66. 6282e65 Issue #26335: Make mmap.write() return the number of bytes written like by Berker Peksag · 8 years ago
  67. d047c2f merge with 3.5 by Georg Brandl · 8 years ago
  68. 96421d6 Update susp-ignore file (#25910). by Georg Brandl · 8 years ago
  69. a7f7232 merge with 3.5 by Georg Brandl · 8 years ago
  70. 76b2ee0 Fix typo. by Georg Brandl · 8 years ago
  71. 8cacc63 Issue #22836: Merge exception reporting from 3.5 by Martin Panter · 8 years ago
  72. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  73. b8d7503 #26246: merge with 3.5. by Ezio Melotti · 8 years ago
  74. 738f88f #26246: merge with 3.4. by Ezio Melotti · 8 years ago
  75. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 8 years ago
  76. 3902d62 merge with 3.5 by Georg Brandl · 8 years ago
  77. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  78. 1a41c44 merge with 3.5 by Georg Brandl · 8 years ago
  79. 06871ef Fix version. by Georg Brandl · 8 years ago
  80. eb73563 merge with 3.5 by Georg Brandl · 8 years ago
  81. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 8 years ago
  82. def4ff6 merge with 3.5 by Georg Brandl · 8 years ago
  83. adeffcc Closes #26444: typo fixes. by Georg Brandl · 8 years ago
  84. de9b27d Issue #26390: Merge pbkdf2_hmac() doc from 3.5 by Martin Panter · 9 years ago
  85. 6d6dd73 merge with 3.5 by Georg Brandl · 9 years ago
  86. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  87. 057ab49 merge with 3.5 by Georg Brandl · 9 years ago
  88. 2305b3c Fix rstlint to also look for indented comments that should be directives. by Georg Brandl · 9 years ago
  89. 150ea1a Issue #22088: Merge base64 docs from 3.5 by Martin Panter · 9 years ago
  90. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  91. 2d43bc2 merge with 3.5 by Georg Brandl · 9 years ago
  92. f1d371b Update example; str(float) changed so there is difference now. by Georg Brandl · 9 years ago
  93. fe93283 Issue #26261: Merge NamedTemporaryFile docs from 3.5 by Martin Panter · 9 years ago
  94. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  95. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  96. 0d34530 Merge XML-RPC client documentation from 3.5 by Martin Panter · 9 years ago
  97. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  98. 42b33a4 Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  99. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  100. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 9 years ago