1. 31cd756 merge 3.4 by Benjamin Peterson · 10 years ago
  2. b0335ee improve phrasing by Benjamin Peterson · 10 years ago
  3. 9195870 Issue #24077: merge from 3.4 by Ned Deily · 10 years ago
  4. 64298ae Issue #24077: Fix typo in man page for -I command option: -s, not -S. by Ned Deily · 10 years ago
  5. a567e56 remove deleted method by Benjamin Peterson · 10 years ago
  6. 1dfd247 remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore by Benjamin Peterson · 10 years ago
  7. 48050cb Merge 3.4 by Andrew Svetlov · 10 years ago
  8. 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 10 years ago
  9. 0f51d04 Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 10 years ago
  10. 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 10 years ago
  11. fc9d6f6 merge 3.4 (#24058) by Benjamin Peterson · 10 years ago
  12. 0c6a5d1 remove extern definition, since it's in a header file (closes #24058) by Benjamin Peterson · 10 years ago
  13. e96193d Add missing newline in NEWS by Antoine Pitrou · 10 years ago
  14. 7503509 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 10 years ago
  15. 7403e91 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 10 years ago
  16. a7edf1e Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 10 years ago
  17. 8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 10 years ago
  18. f789465 Silence a gcc "may be used uninitialized" compiler warning. Not true. by Gregory P. Smith · 10 years ago
  19. 9afe8a3 Fix computation of max_fd on OpenBSD. Issue #23852. by Gregory P. Smith · 10 years ago
  20. f968177 Fix computation of max_fd on OpenBSD. Issue #23852. by Gregory P. Smith · 10 years ago
  21. 32d34bc Use assertEqual rather than assertEquals to avoid the deprecation warning. by Gregory P. Smith · 10 years ago
  22. 5d0ccd2 Add missing PyAPI_FUNC macro's to the public functions as other .c files do by Gregory P. Smith · 10 years ago
  23. 9c6b916 Switch binascii over to using the common _Py_strhex implementation for its hex by Gregory P. Smith · 10 years ago
  24. e3f6393 Add the files missing from c9f1630cf2b1 for issue9951. by Gregory P. Smith · 10 years ago
  25. 4dff6f6 Issue9951: update _hashopenssl and md5module to use _Py_strhex(). by Gregory P. Smith · 10 years ago
  26. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 10 years ago
  27. 644adc6 merge 3.4 (#24057) by Benjamin Peterson · 10 years ago
  28. d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 10 years ago
  29. cc0bbbc (Merge 3.4) Issue #9246: On POSIX, os.getcwd() now supports paths longer than by Victor Stinner · 10 years ago
  30. 4403d7d Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes by Victor Stinner · 10 years ago
  31. 51f5805 merge 3.4 (#24049) by Benjamin Peterson · 10 years ago
  32. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 10 years ago
  33. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 10 years ago
  34. a30e225 merge 3.4 (#24044) by Benjamin Peterson · 10 years ago
  35. bd91ee9 merge 3.3 (#24044) by Benjamin Peterson · 10 years ago
  36. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 10 years ago
  37. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 10 years ago
  38. c314e28 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 10 years ago
  39. d98c677 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 10 years ago
  40. 84de1bf Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 10 years ago
  41. 71f73ca Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 10 years ago
  42. f28d54d Use more precise Tcl version checks in tests. by Serhiy Storchaka · 10 years ago
  43. 3bd66ab Use more precise Tcl version checks in tests. by Serhiy Storchaka · 10 years ago
  44. b5a3d9b Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 10 years ago
  45. 4e1f355 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 10 years ago
  46. 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 10 years ago
  47. 532af16 Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! by Christian Heimes · 10 years ago
  48. 3d2198c Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! by Christian Heimes · 10 years ago
  49. 244afcf Issue #23887: urllib.error.HTTPError now has a proper repr() representation. by Facundo Batista · 10 years ago
  50. d209d64 Fix .gitignore for 'python' binary. by Christian Heimes · 10 years ago
  51. 34e0060 Fix .gitignore for 'python' binary. by Christian Heimes · 10 years ago
  52. 4320f54 merge 3.4 (#22785) by Benjamin Peterson · 10 years ago
  53. ac22c6b improved range docstring (closes #22785) by Benjamin Peterson · 10 years ago
  54. 7563043 - move NEWS item to 3.5 by doko@ubuntu.com · 10 years ago
  55. 30912f3 Issue #21483: Skip test_timestamp_overflow on NFS. by Berker Peksag · 10 years ago
  56. 949c416 Merge heads by Serhiy Storchaka · 10 years ago
  57. 71b49dd Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 10 years ago
  58. 3af7a38 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 10 years ago
  59. d86ef05 Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. by Berker Peksag · 10 years ago
  60. aec0509 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 10 years ago
  61. 462c357 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 10 years ago
  62. c3a7f18 Merge from 3.4 by Andrew Kuchling · 10 years ago
  63. 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 10 years ago
  64. f5e8540 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 10 years ago
  65. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 10 years ago
  66. 273a720 merge 3.4 (#24022) by Benjamin Peterson · 10 years ago
  67. d73aca7 do not call into python api if an exception is set (#24022) by Benjamin Peterson · 10 years ago
  68. 8714cfd Get rid of unused-but-set-variable warning. len and len2 should be equal and len2 is technically more correct, too. by Christian Heimes · 10 years ago
  69. 4d9d256 #17445: difflib: add diff_bytes(), to compare bytes rather than str by Greg Ward · 10 years ago
  70. d19458a merge 3.4 (#23989) by Benjamin Peterson · 10 years ago
  71. 6de708f recommend requests library (closes #23989) by Benjamin Peterson · 10 years ago
  72. 4e2d82c - move some NEWS items to 3.5.0 beta 1 by doko@ubuntu.com · 10 years ago
  73. f75d4a7 Fix asyncio issue 235 (merge from 3.4). by Guido van Rossum · 10 years ago
  74. 0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. by Guido van Rossum · 10 years ago
  75. 629d697 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 10 years ago
  76. 77e8311 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 10 years ago
  77. 1acdb95 Merge Python 3.5.0a4 release engineering commits. by Larry Hastings · 10 years ago
  78. 103e57a Post-release updates for Python 3.5.0a4. by Larry Hastings · 10 years ago
  79. 7e9d1d1 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 10 years ago
  80. 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 10 years ago
  81. e3037e1 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 10 years ago
  82. 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 10 years ago
  83. c74bb9d Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 10 years ago
  84. 16b2e4f Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 10 years ago
  85. 617ccca merge 3.4 by Benjamin Peterson · 10 years ago
  86. cdbe299 fix grammar by Benjamin Peterson · 10 years ago
  87. 777af30 Minor fixes to Windows build scripts by Steve Dower · 10 years ago
  88. 3c28c6e Backed out buildbot clean by Steve Dower · 10 years ago
  89. 4ac54bb Force the buildbots to clean up all externals. by Steve Dower · 10 years ago
  90. 02dae2a Added tag v3.5.0a4 for changeset 413e0e0004f4 by Larry Hastings · 10 years ago
  91. 55907f4 Version number bump for Python 3.5.0a4. by Larry Hastings · 10 years ago
  92. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 10 years ago
  93. 1a084a8 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  94. e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  95. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  96. db46fea Fixed error message for the "u#" format code. by Serhiy Storchaka · 10 years ago
  97. d6e53da Fixed error message for the "u#" format code. by Serhiy Storchaka · 10 years ago
  98. bb72c47 Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples. by Serhiy Storchaka · 10 years ago
  99. 5cc9c4f - #22980: fix triplet configure test for more targets by doko@ubuntu.com · 10 years ago
  100. 6627389 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 10 years ago