1. 45e124e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
  2. 758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
  3. f1e4fdc whatsnew: smtpd *map* argument, new ssl functions/methods. by R David Murray · 11 years ago
  4. b772f2e Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  5. 6b2e559 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  6. 502d80f8b Merge with 3.3 by Terry Jan Reedy · 11 years ago
  7. 715476d Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 11 years ago
  8. 2bd59da Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  9. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  10. 567b26e Issue #20311: EpollSelector now also rounds the timeout towards zero, as by Victor Stinner · 11 years ago
  11. 2d854c8 Issue #20024: Py_BuildValue() now saves/restores the current exception before by Victor Stinner · 11 years ago
  12. 5116f78 Issue #20301: Merge with 3.3 by Zachary Ware · 11 years ago
  13. f7d2874 Issue #20301: Mention the correct KEY_* value as the default by Zachary Ware · 11 years ago
  14. 2866c6a merge with 3.3 by Georg Brandl · 11 years ago
  15. 7ed509a fix deprecated-removed directive with sphinx 1.2 by Georg Brandl · 11 years ago
  16. 7067b5d selectors: add a comment to explain why and how poll timeout is rounded by Victor Stinner · 11 years ago
  17. 781a544 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
  18. eed1661 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
  19. 83b8105 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  20. 681ede8 Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. by Terry Jan Reedy · 11 years ago
  21. a67a79d Merge with 3.3 by Terry Jan Reedy · 11 years ago
  22. 30ffe7e Issue #20222: file is no longer a builtin in 3.x. by Terry Jan Reedy · 11 years ago
  23. b645724 Fix the description of pickle protocol numbers by Antoine Pitrou · 11 years ago
  24. 240cae7 (Merge 3.3) Issue #20311: Try to fix the unit test, use time.monotonic() by Victor Stinner · 11 years ago
  25. 39d798e Issue #20311: Try to fix the unit test, use time.monotonic() instead of by Victor Stinner · 11 years ago
  26. 11da8e2 Issue #20311: selector.PollSelector.select() now rounds the timeout away from by Victor Stinner · 11 years ago
  27. 09354fd (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from by Victor Stinner · 11 years ago
  28. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 11 years ago
  29. 22463aa Close #20275: Optimize BaseEventLoop._run_once() by Victor Stinner · 11 years ago
  30. c46d1fa Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  31. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  32. ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  33. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  34. 679688e Fix grammar and add markup by Eli Bendersky · 11 years ago
  35. 3245e79 Formatting & rst link markup fixes by Eli Bendersky · 11 years ago
  36. 029981b Clarify what the loop arguments means for functions listed in 18.5.2.5 by Eli Bendersky · 11 years ago
  37. 2d26af8 Explain the 'result' argument in asyncio.sleep by Eli Bendersky · 11 years ago
  38. 34e4628 Merge from 3.3. by Stefan Krah · 11 years ago
  39. 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 11 years ago
  40. 5a6d4bf Fixes Issue #20165: The unittest module no longer considers tests marked with by Gregory P. Smith · 11 years ago
  41. b599c61 Fix the unittest to run properly when the working directory has by Gregory P. Smith · 11 years ago
  42. 27b490c merge 3.3 (#6627) by Benjamin Peterson · 11 years ago
  43. 1cfe009 put notes in a ..note section by Benjamin Peterson · 11 years ago
  44. f6ffb4b document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago
  45. 6657578 Improve fix for issue #20300. by Larry Hastings · 11 years ago
  46. c4fe092 Issue #20300: Fix exception when setting conversion class member "default" by Larry Hastings · 11 years ago
  47. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
  48. b470575 Issue #20299: Argument Clinic custom converters may now change the default by Larry Hastings · 11 years ago
  49. dc3cce0 merge 3.3 (#17811) by Benjamin Peterson · 11 years ago
  50. e83ed43 improve description of buffers argument for readv/writev (closes #17811) by Benjamin Peterson · 11 years ago
  51. bd22d39 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
  52. a96860c correct news entry for #18574 by Benjamin Peterson · 11 years ago
  53. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
  54. 3836593 add Nikolaus Rath to ACKS by Benjamin Peterson · 11 years ago
  55. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
  56. 49776ef Use correct C type in byte_converter. by Serhiy Storchaka · 11 years ago
  57. 5de3278 Fix test failures (--without-doc-strings). by Stefan Krah · 11 years ago
  58. bbf18be Merge #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 11 years ago
  59. 4295353 #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 11 years ago
  60. 5d83d1a Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  61. ff97b08 Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  62. 2d1f092 Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 11 years ago
  63. e413cde Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 11 years ago
  64. aee0e63 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  65. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  66. 7d68a1c Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  67. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  68. ce644a0 Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  69. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  70. 537d760 Doc improvements for Clinic howto "Goals" section. by Larry Hastings · 11 years ago
  71. 4903e00 Issue #20292: Small bug fix for Argument Clinic supporting format units by Larry Hastings · 11 years ago
  72. 3c16c1d merge 3.3 by Benjamin Peterson · 11 years ago
  73. af69fe2 rm extra whitespace by Benjamin Peterson · 11 years ago
  74. 9308c42 merge 3.3 by Benjamin Peterson · 11 years ago
  75. eacec1c link to builtin open not io.open by Benjamin Peterson · 11 years ago
  76. d8af670 merge 3.3 (#17814) by Benjamin Peterson · 11 years ago
  77. 3d8814e describe type of Popen streams (closes #17814) by Benjamin Peterson · 11 years ago
  78. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 11 years ago
  79. 601d366 Issue #20265: Merge with 3.3 by Zachary Ware · 11 years ago
  80. c3cf97b Issue #20265: Updated some parts of the Using Windows document. by Zachary Ware · 11 years ago
  81. 83fed26 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
  82. f348909 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
  83. 4cfbac8 sort os.listxattr results before comparing it to avoid depending on the ordering of the directory information in the underlying filesystem. by Gregory P. Smith · 11 years ago
  84. 1093bf2 sort os.listxattr results before comparing it to avoid depending on the by Gregory P. Smith · 11 years ago
  85. 5714e81 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  86. eb14dec Added example to recently added cookbook entry. by Vinay Sajip · 11 years ago
  87. 24f60b4 Issues #20194,20195: Add missing :deprecated: markers to some module docs. by Brett Cannon · 11 years ago
  88. f0996a9 Issue #20208: Clarify some things in the Python porting HOWTO. by Brett Cannon · 11 years ago
  89. c089f70 Issue #18394: Document that cgi.FieldStorage now cleans up after its by Brett Cannon · 11 years ago
  90. 50c8583 Merge typo/grammar fixes from 3.3. by Zachary Ware · 11 years ago
  91. 6f8e81a Fix some typos/grammar in current sections of NEWS. by Zachary Ware · 11 years ago
  92. 7700734 Issue #20266: Merge with 3.3 by Zachary Ware · 11 years ago
  93. 9fc0e99 Issue #20266: Update parts of the Windows FAQ by Zachary Ware · 11 years ago
  94. 9731183 asyncio: oops, add missing word :-) by Victor Stinner · 11 years ago
  95. 1abd708 Issue #20226: Added tests for new features and regressions. by Larry Hastings · 11 years ago
  96. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  97. e1f5544 asyncio: Reincarnate CoroWrapper's docstring as a comment. by Guido van Rossum · 11 years ago
  98. 59759ff asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function" by Victor Stinner · 11 years ago
  99. db39a0d asyncio: add a new "Develop with asyncio" section to the documentation by Victor Stinner · 11 years ago
  100. 18cc3da Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago