1. 939c813 merge by Raymond Hettinger · 10 years ago
  2. 31b3683 Issue #22180: Remove weak example by Raymond Hettinger · 10 years ago
  3. b30802b merge 3.4 (#21121) by Benjamin Peterson · 10 years ago
  4. acb8c52 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) by Benjamin Peterson · 10 years ago
  5. a61d058 - Merge 3.4 by doko@ubuntu.com · 10 years ago
  6. 3b48af0 - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-statement by doko@ubuntu.com · 10 years ago
  7. be1cd50 merge 3.4. by doko@ubuntu.com · 10 years ago
  8. 6a66f15 - Issue #22176: Add src/x86/win32.S for x86 libffi builds. by doko@ubuntu.com · 10 years ago
  9. 9e15d7a - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
  10. 736a913 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
  11. d5736fa Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  12. 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  13. a887d23 Merge #21777 from 3.4 by Nick Coghlan · 10 years ago
  14. e4936b8 Issue #21777: separate docs for binary sequence methods by Nick Coghlan · 10 years ago
  15. f1a98f5 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  16. da26cca Issue #14105: Stop removing breakpoints from Idle editors. by Terry Jan Reedy · 10 years ago
  17. d630e00 Closes #22060: Merge with 3.4 by Zachary Ware · 10 years ago
  18. 5a794c1 Issue #22060: Clean up/simplify test_ctypes, use test discovery by Zachary Ware · 10 years ago
  19. 7d02a98 #22170: merge with 3.4. by Ezio Melotti · 10 years ago
  20. 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 10 years ago
  21. 304e542 Issue #20056: Fixed deprecation warning about bytes path in test_shutil on by Serhiy Storchaka · 10 years ago
  22. 41ad77c Issue #20056: Fixed deprecation warning about bytes path in test_shutil on by Serhiy Storchaka · 10 years ago
  23. dd50b0a Null merge with 3.4 by Zachary Ware · 10 years ago
  24. bd59241 add matrix multiplication operator to correct lists (closes #22142) by Benjamin Peterson · 10 years ago
  25. b40cf1f Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. by Zachary Ware · 10 years ago
  26. 22f2d2e Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. by Zachary Ware · 10 years ago
  27. 2897d07 Update prepare_ssl.py script to generate the .asm files. by Zachary Ware · 10 years ago
  28. 869778e #22092: merge with 3.4. by Ezio Melotti · 10 years ago
  29. 1241c47 #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. by Ezio Melotti · 10 years ago
  30. b349e4c Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu. by Antoine Pitrou · 10 years ago
  31. f3440c6 Issue #5411: Fixed version number. by Serhiy Storchaka · 10 years ago
  32. 1121377 Issue #5411: Added support for the "xztar" format in the shutil module. by Serhiy Storchaka · 10 years ago
  33. af78ef1 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
  34. 3d4b2d4 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
  35. e18f14e Move misplaced Misc/NEWS entries to correct locations. by Serhiy Storchaka · 10 years ago
  36. 1151c8b Closes #22146: Merge with 3.4 by Zachary Ware · 10 years ago
  37. 9b33872 Issue #22146: Fix typo in __build_class__ error message by Zachary Ware · 10 years ago
  38. 037605b Closes #22136: Fix MSVC compiler warnings introduced by #22085 by Zachary Ware · 10 years ago
  39. ec3af4e Issue #21972: Make it clear that the PEP 401 future import works, by Martin v. Löwis · 10 years ago
  40. 7c549c4 - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic by Barry Warsaw · 10 years ago
  41. 17fd1e1 Issue #22127: fix typo. by Martin v. Löwis · 10 years ago
  42. 18874a9 Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs). by Martin v. Löwis · 10 years ago
  43. eb1c28a Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs). by Martin v. Löwis · 10 years ago
  44. a73cb8a Issue #22120: For functions using an unsigned integer return converter, by Larry Hastings · 10 years ago
  45. 57acacd Closes #22130: Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  46. 12d9ddf Issue #22130: Corrected fileConfig() documentation. by Vinay Sajip · 10 years ago
  47. b1dc112 More fixes for the unhappy AMD FreeBSD 9 buildbot. Fingers crossed. by Larry Hastings · 10 years ago
  48. 548095c Fix for AMD FreeBSD 9 buildbot (hopefully), broken by my last checkin. by Larry Hastings · 10 years ago
  49. cdc7e66 #21928: merge with 3.4. by Ezio Melotti · 10 years ago
  50. 67f6d5f #21928: clarify functools.wraps docs. by Ezio Melotti · 10 years ago
  51. 2f93635 Issue #20170: Convert posixmodule to use Argument Clinic. by Larry Hastings · 10 years ago
  52. 0020d8e #11955: merge with 3.4. by Ezio Melotti · 10 years ago
  53. 12b7f48 #11955: show the list of args in case of error in test_argparse. by Ezio Melotti · 10 years ago
  54. 48b8e4a #18034: merge with 3.4. by Ezio Melotti · 10 years ago
  55. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  56. 17c3362 Closes #22104: Merge with 3.4 by Zachary Ware · 10 years ago
  57. 69fb6a4 Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner by Zachary Ware · 10 years ago
  58. c734c38 #20977: merge with 3.4. by Ezio Melotti · 10 years ago
  59. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  60. b398d3e #18588: merge with 3.4. by Ezio Melotti · 10 years ago
  61. 591176e #18588: update the timeit examples to be consistent. by Ezio Melotti · 10 years ago
  62. f5b1821 merge by Raymond Hettinger · 10 years ago
  63. c6f22cc Remove unused leftover stray line by Raymond Hettinger · 10 years ago
  64. 2b24884 merge by Raymond Hettinger · 10 years ago
  65. c0de59b Fix markup. by Raymond Hettinger · 10 years ago
  66. c3361b9 merge by Raymond Hettinger · 10 years ago
  67. c566431 Improve regex tokenizer example by using re.finditer(). by Raymond Hettinger · 10 years ago
  68. bbeac6e Use two-argument form of next() and use a return-statement instead of an explicit raise StopIteration by Raymond Hettinger · 10 years ago
  69. ae39fbd Make the import private to keep the global namespace clean. by Raymond Hettinger · 10 years ago
  70. f25a38e Use reversed() instead of creating a new temporary list. by Raymond Hettinger · 10 years ago
  71. 5427df2 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  72. 4036d87 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 10 years ago
  73. 1ab3dc9 Issue #13540: Merge changes from 3.4 by Jason R. Coombs · 10 years ago
  74. b3d4c21 Issue #13540: Merge changes from 3.3 by Jason R. Coombs · 10 years ago
  75. 89e186f Issue #13540: Merge changes from 3.2 by Jason R. Coombs · 10 years ago
  76. 79690ac Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 10 years ago
  77. 183e6ef merge by Raymond Hettinger · 10 years ago
  78. 400daed Fix whitespace in example. by Raymond Hettinger · 10 years ago
  79. 2389cd5 Fix whitespace in example. by Raymond Hettinger · 10 years ago
  80. 045160b #15114, #21047: update whatsnew in Python 3.5. by Ezio Melotti · 10 years ago
  81. 6fc16d8 #21047: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag. by Ezio Melotti · 10 years ago
  82. 11bec7a Add an __all__ to html.entities. by Ezio Melotti · 10 years ago
  83. 73a4359 #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed. by Ezio Melotti · 10 years ago
  84. ffff144 Issue #22077: Improve index error messages for bytearrays, bytes, lists, and by Terry Jan Reedy · 10 years ago
  85. 7f9cc93 Issue #22110: Enable extra compilation warnings. by Charles-François Natali · 10 years ago
  86. 30575c7 - update config.guess and config.sub to support openrisc. by doko@ubuntu.com · 10 years ago
  87. b4b3575 - update config.guess and config.sub to support openrisc. by doko@ubuntu.com · 10 years ago
  88. 25e014b Issue #18395, #22108: Update embedded Python examples to decode correctly by Victor Stinner · 10 years ago
  89. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  90. c6f8c0a Issue #21907: Avoid using double quotes to check argument values. by Zachary Ware · 10 years ago
  91. cb09dca Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. by Zachary Ware · 10 years ago
  92. 0b87831 Simplify code in multiprocessing.Connection.send_bytes(). by Antoine Pitrou · 10 years ago
  93. cac9e71 Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch. by Antoine Pitrou · 10 years ago
  94. a734af3 timemodule.c: Replace PyExc_IOError with PyExc_OSError by Victor Stinner · 10 years ago
  95. 26f9feb Back out of changes to Tkinter variables trace commands (issue #22085). by Serhiy Storchaka · 10 years ago
  96. 7c87fdd Merge with 3.4 by Terry Jan Reedy · 10 years ago
  97. 2240533 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 10 years ago
  98. 6716d60 Issue #22085: Dropped support of Tk 8.3 in Tkinter. by Serhiy Storchaka · 10 years ago
  99. f44611c Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
  100. 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago