1. 66c9350 #20236: Fix sphinx markup. by R David Murray · 11 years ago
  2. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  3. 2a3d7d1 Test the open of non-exitent tarfile in all modes. by Serhiy Storchaka · 11 years ago
  4. 6cbc5f7 Fixed typo. by Serhiy Storchaka · 11 years ago
  5. 939e2db Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. by Senthil Kumaran · 11 years ago
  6. 0abbe8c Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 11 years ago
  7. 55c9e03 merge heads by Georg Brandl · 11 years ago
  8. 6392ad9 Doc: update Sphinx toolchain also in make.bat by Georg Brandl · 11 years ago
  9. b4cbb92 Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an by Senthil Kumaran · 11 years ago
  10. 5636eb7 Update Sphinx toolchain. by Georg Brandl · 11 years ago
  11. 2f26c22 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  12. 02d5db2 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
  13. e0837a0 Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 11 years ago
  14. 4637538 fix build when SCHED_SPORADIC is defined (closes #20217) by Benjamin Peterson · 11 years ago
  15. cce440f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 11 years ago
  16. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  17. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  18. 32c4915 Try to fix test_ssl failures on some buildbots by Antoine Pitrou · 11 years ago
  19. 2f7c316 Remove conditional: it is useless at this point (OpenSSL headers are not yet included) by Antoine Pitrou · 11 years ago
  20. cd3d7ca Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
  21. 1064a13 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 11 years ago
  22. 50b82c7 clear zip stat cache after each ref leak run by Benjamin Peterson · 11 years ago
  23. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  24. 21e7d4c fix zipimport ref leak by Benjamin Peterson · 11 years ago
  25. 5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  26. 78ee328 Fix verb tense in base64 docs, and the phrasing of a news entry. by R David Murray · 11 years ago
  27. cd5ca6a Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 11 years ago
  28. 57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on by Victor Stinner · 11 years ago
  29. 2bcbc14 Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  30. a21acb5 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  31. 0455c3f Whitespace. by Stefan Krah · 11 years ago
  32. 8d805d7 Regenerate python34stub.def. by Martin v. Löwis · 11 years ago
  33. 7476289 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 11 years ago
  34. 002033e correct word for __annotations__ doc (closes #20110) by Benjamin Peterson · 11 years ago
  35. 12e930f #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  36. 3e6ab17 avoid parameter name clash (closes #20108) by Benjamin Peterson · 11 years ago
  37. 3a990c6 remove brackets by Benjamin Peterson · 11 years ago
  38. 487aedb Issue #20101: Allow test_monotonic to pass on Windows machines on which by Zachary Ware · 11 years ago
  39. 6a31b0f Issue #18829: Add tests for the csv module for invalid characters (delimiter, by Victor Stinner · 11 years ago
  40. 5f8d485 parser: fix usage of Py_BuildValue() to build a parser error by Victor Stinner · 11 years ago
  41. cb0613b Update copyright dates in Mac plists. by Ned Deily · 11 years ago
  42. fa10ae0 update copyright year by Benjamin Peterson · 11 years ago
  43. 3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  44. b075cc0 Clarify the wording of a news entry. by R David Murray · 11 years ago
  45. 340a692 str subclasses may have non-empty __slots__, bytes subclasses can't. by Zachary Ware · 11 years ago
  46. b6fac24 Backporing the fix from Issue #12692 by Senthil Kumaran · 11 years ago
  47. 3e86ba4 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  48. ecff5e5 #18116: backport fix to 3.3 since real-world failure mode demonstrated. by R David Murray · 11 years ago
  49. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  50. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  51. e80e806 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been by Zachary Ware · 11 years ago
  52. a1de906 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  53. cc4290b Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  54. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  55. 0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  56. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  57. 55c6cc4 Issue #20033: makelocalealias.py now works with non-ASCII locales and produces by Serhiy Storchaka · 11 years ago
  58. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  59. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  60. e62a404 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  61. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  62. f20ea13 s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 11 years ago
  63. e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  64. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  65. 6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  66. 716b722 Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  67. 492b989 Fix DeprecationWarnings in test suite by Antoine Pitrou · 11 years ago
  68. 17c9326 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. by Antoine Pitrou · 11 years ago
  69. bdce938 Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  70. 715233c Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  71. bea3534 Don't use sebTest() in tests for issue #5815. by Serhiy Storchaka · 11 years ago
  72. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
  73. c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  74. 1e81a39 Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a by Victor Stinner · 11 years ago
  75. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  76. cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  77. 800e11b Issue #19902: Added list of logging levels. by Vinay Sajip · 11 years ago
  78. ccedc22 update url to spec (closes #20018) by Benjamin Peterson · 11 years ago
  79. b1792d9 remove trailing spaces. by Gregory P. Smith · 11 years ago
  80. 0bffca0 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  81. 3c02ece Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  82. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  83. 320b391 Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  84. 0c73fc0 Revert misled test change in f189da5bda26. by Antoine Pitrou · 11 years ago
  85. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  86. 48d761e Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  87. 87a854d Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  88. 1700788 Close #19999: tolerate coarse time when testing time.monotonic() on very by Victor Stinner · 11 years ago
  89. de57074 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  90. 1007432 Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 11 years ago
  91. 928b9e2 Merge heads by Serhiy Storchaka · 11 years ago
  92. 593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  93. 808d83d Merge. by Charles-François Natali · 11 years ago
  94. 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  95. e9b034b Issue #17919: add missing import of USHRT_MAX by Christian Heimes · 11 years ago
  96. e68a3ce Merge. by Charles-François Natali · 11 years ago
  97. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  98. 1f1ec12 Issue #19986: Avoid an incorrect warning of older gcc versions. by Stefan Krah · 11 years ago
  99. 325a102 Merge. by Charles-François Natali · 11 years ago
  100. 46c686f Issue #19965: Make sure that Python-ast.h is properly taken into account in the by Charles-François Natali · 11 years ago