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. b772f2e Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  4. 6b2e559 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  5. 2bd59da Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  6. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  7. 240cae7 (Merge 3.3) Issue #20311: Try to fix the unit test, use time.monotonic() by Victor Stinner · 11 years ago
  8. 39d798e Issue #20311: Try to fix the unit test, use time.monotonic() instead of by Victor Stinner · 11 years ago
  9. 11da8e2 Issue #20311: selector.PollSelector.select() now rounds the timeout away from by Victor Stinner · 11 years ago
  10. 09354fd (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from by Victor Stinner · 11 years ago
  11. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 11 years ago
  12. c46d1fa Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  13. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  14. ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  15. b599c61 Fix the unittest to run properly when the working directory has by Gregory P. Smith · 11 years ago
  16. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
  17. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
  18. 5de3278 Fix test failures (--without-doc-strings). by Stefan Krah · 11 years ago
  19. 5d83d1a Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  20. ff97b08 Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  21. aee0e63 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  22. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  23. 7d68a1c Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  24. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  25. ce644a0 Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  26. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  27. 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
  28. 1093bf2 sort os.listxattr results before comparing it to avoid depending on the by Gregory P. Smith · 11 years ago
  29. 1abd708 Issue #20226: Added tests for new features and regressions. by Larry Hastings · 11 years ago
  30. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  31. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  32. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  33. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  34. 6db6653 Issue #14455: Fix some issues with plistlib by Ronald Oussoren · 11 years ago
  35. 60ea928 merge 3.3 by Benjamin Peterson · 11 years ago
  36. bd1d12e add test for #20251 by Benjamin Peterson · 11 years ago
  37. c6b37e2 merge 3.3 (#20246) by Benjamin Peterson · 11 years ago
  38. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 11 years ago
  39. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  40. 30e6a64 Closes #20242: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  41. 1fd1202 Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. by Vinay Sajip · 11 years ago
  42. 44fcaae Merge #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  43. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  44. f22fe0f Test the open of non-exitent tarfile in all modes. by Serhiy Storchaka · 11 years ago
  45. 2a3d7d1 Test the open of non-exitent tarfile in all modes. by Serhiy Storchaka · 11 years ago
  46. a70805e Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns by Ethan Furman · 11 years ago
  47. 61dab6e Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 11 years ago
  48. 0abbe8c Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 11 years ago
  49. f9bba9c Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X by Ethan Furman · 11 years ago
  50. d87346c merge from 3.3 by Senthil Kumaran · 11 years ago
  51. b4cbb92 Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an by Senthil Kumaran · 11 years ago
  52. 5e42354 Fix ResourceWarning in test_asyncio.test_windows_events: by Victor Stinner · 11 years ago
  53. 02757ea asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders. by Guido van Rossum · 11 years ago
  54. 50471db Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 11 years ago
  55. cce440f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 11 years ago
  56. 786ac7b Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  57. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  58. eb16804 assertEquals is deprecated, use assertEqual instead. by Antoine Pitrou · 11 years ago
  59. 123e6d5 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  60. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  61. ba44860 Try to fix test_ssl failures on some buildbots by Antoine Pitrou · 11 years ago
  62. 32c4915 Try to fix test_ssl failures on some buildbots by Antoine Pitrou · 11 years ago
  63. 78ace81 Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
  64. cd3d7ca Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
  65. 5940b92 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 11 years ago
  66. 1064a13 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 11 years ago
  67. a118c4f merge 3.3 by Benjamin Peterson · 11 years ago
  68. 50b82c7 clear zip stat cache after each ref leak run by Benjamin Peterson · 11 years ago
  69. 7282ff6 Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  70. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  71. 69fdbf9 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  72. 5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  73. 6f17deb (Merge 3.3) Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 11 years ago
  74. cd5ca6a Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 11 years ago
  75. 149e540 (Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError by Victor Stinner · 11 years ago
  76. 57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on by Victor Stinner · 11 years ago
  77. 2e385e2 Fixes issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  78. 2bcbc14 Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  79. 8d94229 Issue #19719: Update various finder and loader ABCs such that their by Brett Cannon · 11 years ago
  80. 16c5191 Issue #20144: Argument Clinic now supports simple constants as parameter by Larry Hastings · 11 years ago
  81. cc26310 Issue #20162: test_hash_distribution() uses subTest() to mention the prefix in by Victor Stinner · 11 years ago
  82. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  83. 3a62d14 Issue #19703: Update pydoc to use the new importer APIs. by Eric Snow · 11 years ago
  84. 3192eac Remove dead PEP 451 code. by Eric Snow · 11 years ago
  85. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 11 years ago
  86. 5ea9750 Issue 20123: Disable a problematic test. by Eric Snow · 11 years ago
  87. 0dddf42 Issue 20123: try using a different builtin module in a pydoc test. by Eric Snow · 11 years ago
  88. aed5b22 Issue 20123: Fix pydoc.synopsis() for "binary" modules. by Eric Snow · 11 years ago
  89. 37148b2 Issue #19708: Update pkgutil to use the new importer APIs. by Eric Snow · 11 years ago
  90. 335e14d Issue #19713: Move away from using find_module/load_module. by Eric Snow · 11 years ago
  91. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  92. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  93. fbc7851 Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. by Eric Snow · 11 years ago
  94. daeffd2 audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a by Victor Stinner · 11 years ago
  95. 1b02da9 Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. by Antoine Pitrou · 11 years ago
  96. 393a942 Issue #20101: Merge with 3.3 by Zachary Ware · 11 years ago
  97. 487aedb Issue #20101: Allow test_monotonic to pass on Windows machines on which by Zachary Ware · 11 years ago
  98. f7f58f8 Update pip to the released 1.5 by Donald Stufft · 11 years ago
  99. 009771e (Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters by Victor Stinner · 11 years ago
  100. 6a31b0f Issue #18829: Add tests for the csv module for invalid characters (delimiter, by Victor Stinner · 11 years ago