1. ec9b772 merge 3.4 by Benjamin Peterson · 9 years ago
  2. ad643b5 remove word we don't need by Benjamin Peterson · 9 years ago
  3. 828946e Fix copy/paste errors. by Zachary Ware · 9 years ago
  4. fe373a5 Fixed English in error message. by Serhiy Storchaka · 9 years ago
  5. 4b5367c Fixed English in error message. by Serhiy Storchaka · 9 years ago
  6. 24d3b7f Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  7. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  8. 8d0f620 Use specialized functions intead of Py_BuildValue() in _tkinter. by Serhiy Storchaka · 9 years ago
  9. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  10. 008d88b Issue #24009: Got rid of using rare "y#" format unit in TextIOWrapper.tell(). by Serhiy Storchaka · 9 years ago
  11. 9749b5a Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  12. ab91478 Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  13. 076dbd0 Fix remaining tests and remove an unused import. by Berker Peksag · 9 years ago
  14. c4c5905 Merge heads. by Berker Peksag · 9 years ago
  15. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  16. 3350700 Remove an unnecessary flag. by Eric Snow · 9 years ago
  17. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  18. 4ccc151 - merge 3.4 by doko@ubuntu.com · 9 years ago
  19. e8042e5 - Issue #24122, fix quoting for LIBPL by doko@ubuntu.com · 9 years ago
  20. 19dac07 Issue 24088: Clarify semantics of yield expression (merge from 3.4). by Guido van Rossum · 9 years ago
  21. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  22. ad17be7 Issue #24113: Remove unreachable code in shlex. by Raymond Hettinger · 9 years ago
  23. 00607e9 Issue #23911: Fix mixed bytes/strings. by Eric Snow · 9 years ago
  24. dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 9 years ago
  25. cb98556 Issue #20159. Converted the _elementtree module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  26. 1d4880d Enables shortcuts to be deselected when installing on Windows. by Steve Dower · 9 years ago
  27. 2d0a69a Fix Windows build breakage from checkins on Issues #20148 and #20168. by Larry Hastings · 9 years ago
  28. b174b85 merge 3.4 (#24118) by Benjamin Peterson · 9 years ago
  29. ac87ed7 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 9 years ago
  30. 63a6a6f merge 3.4 (#24096) by Benjamin Peterson · 9 years ago
  31. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago
  32. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  33. 4b7b82f Issue #20179: Converted the _ssl module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  34. a860aea Issue #20148: Converted the _sre module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  35. 5abdf484 Issue #20168: Converted the _tkinter module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  36. d2a694c Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  37. b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  38. 24559e4 Issue #22619: Added negative limit support in the traceback module. by Serhiy Storchaka · 9 years ago
  39. 9a578d9 Updates documentation for installing Python on Windows. by Steve Dower · 9 years ago
  40. 8c1cee9 Replaces use of WinRAR to generate ZIP file with Python script by Steve Dower · 9 years ago
  41. 88abdef merge 3.4 (#24094) by Benjamin Peterson · 9 years ago
  42. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  43. c9083bf remove merge markers by Benjamin Peterson · 9 years ago
  44. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  45. 97bd4b0 Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. (Merged from 3.4 branch.) by Guido van Rossum · 9 years ago
  46. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  47. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  48. 6b4c63d Makes embedded distribution a plain ZIP file and corrects pyd exclusion. by Steve Dower · 9 years ago
  49. 19694ab Fixes Python failing to run during Windows release build by Steve Dower · 9 years ago
  50. 7173dac Update Windows installer for new CRT version. by Steve Dower · 9 years ago
  51. 3b85377 Merge: #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  52. 4590c3d #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  53. deed215 Merge: #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  54. 6d877ef #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  55. 7b3b98c merge by Raymond Hettinger · 9 years ago
  56. c6249a6 Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 9 years ago
  57. 20b7325 merge by Raymond Hettinger · 9 years ago
  58. 1dd8e71 Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 9 years ago
  59. d894027 Fixed a typo. by Serhiy Storchaka · 9 years ago
  60. a7db057 Fixed a typo. by Serhiy Storchaka · 9 years ago
  61. 3b4d30a Closes #24060: Merged documentation update from 3.4. by Vinay Sajip · 9 years ago
  62. bbd95a9 Issue #24060: Made logging.Formatter documentation a little clearer. by Vinay Sajip · 9 years ago
  63. 2e02875 merge 3.4 by Benjamin Peterson · 9 years ago
  64. 755640b update links by Benjamin Peterson · 9 years ago
  65. c4e335b Issue #23910: Optimize property() getter calls. Patch by Joe Jevnik by Raymond Hettinger · 9 years ago
  66. dd2693f - merge 3.4 by doko@ubuntu.com · 9 years ago
  67. ca40e43 - remove unused EXTRAPLATDIR macro in Makefile.pre.in by doko@ubuntu.com · 9 years ago
  68. 31cd756 merge 3.4 by Benjamin Peterson · 9 years ago
  69. b0335ee improve phrasing by Benjamin Peterson · 9 years ago
  70. 9195870 Issue #24077: merge from 3.4 by Ned Deily · 9 years ago
  71. 64298ae Issue #24077: Fix typo in man page for -I command option: -s, not -S. by Ned Deily · 9 years ago
  72. a567e56 remove deleted method by Benjamin Peterson · 9 years ago
  73. 1dfd247 remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore by Benjamin Peterson · 9 years ago
  74. 48050cb Merge 3.4 by Andrew Svetlov · 9 years ago
  75. 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 9 years ago
  76. 0f51d04 Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  77. 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  78. fc9d6f6 merge 3.4 (#24058) by Benjamin Peterson · 9 years ago
  79. 0c6a5d1 remove extern definition, since it's in a header file (closes #24058) by Benjamin Peterson · 9 years ago
  80. e96193d Add missing newline in NEWS by Antoine Pitrou · 9 years ago
  81. 7503509 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 9 years ago
  82. 7403e91 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 9 years ago
  83. a7edf1e Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 9 years ago
  84. 8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 9 years ago
  85. f789465 Silence a gcc "may be used uninitialized" compiler warning. Not true. by Gregory P. Smith · 9 years ago
  86. 9afe8a3 Fix computation of max_fd on OpenBSD. Issue #23852. by Gregory P. Smith · 9 years ago
  87. f968177 Fix computation of max_fd on OpenBSD. Issue #23852. by Gregory P. Smith · 9 years ago
  88. 32d34bc Use assertEqual rather than assertEquals to avoid the deprecation warning. by Gregory P. Smith · 9 years ago
  89. 5d0ccd2 Add missing PyAPI_FUNC macro's to the public functions as other .c files do by Gregory P. Smith · 9 years ago
  90. 9c6b916 Switch binascii over to using the common _Py_strhex implementation for its hex by Gregory P. Smith · 9 years ago
  91. e3f6393 Add the files missing from c9f1630cf2b1 for issue9951. by Gregory P. Smith · 9 years ago
  92. 4dff6f6 Issue9951: update _hashopenssl and md5module to use _Py_strhex(). by Gregory P. Smith · 9 years ago
  93. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 9 years ago
  94. 644adc6 merge 3.4 (#24057) by Benjamin Peterson · 9 years ago
  95. d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 9 years ago
  96. cc0bbbc (Merge 3.4) Issue #9246: On POSIX, os.getcwd() now supports paths longer than by Victor Stinner · 9 years ago
  97. 4403d7d Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes by Victor Stinner · 9 years ago
  98. 51f5805 merge 3.4 (#24049) by Benjamin Peterson · 9 years ago
  99. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 9 years ago
  100. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 9 years ago