1. de3dc0f fix attribute error by Giampaolo Rodolà · 13 years ago
  2. 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  3. ff45fed Issue #11377: Fix quoting on Windows in test_platform by Victor Stinner · 13 years ago
  4. 9c9105d Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  5. 1bc75c6 Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on accept(), recv() and send(). by Giampaolo Rodolà · 13 years ago
  6. 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 13 years ago
  7. 7b3b20a Issue #8513: On UNIX, subprocess supports bytes command string. by Victor Stinner · 13 years ago
  8. 8370bb9 Update compiler recursion crasher to more reliably blow the stack and add a tracker issue for it by Nick Coghlan · 13 years ago
  9. 863a0c3 add tests for xml.pulldom #9373 by Benjamin Peterson · 13 years ago
  10. 6f58b6b Remove last use of distutils.sysconfig from the stdlib (#11364). by Éric Araujo · 13 years ago
  11. ec78522 assertEquals is deprecated by Antoine Pitrou · 13 years ago
  12. 6d970f4 Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats by Victor Stinner · 13 years ago
  13. 9686545 Issue #10829: Refactor PyUnicode_FromFormat() by Victor Stinner · 13 years ago
  14. f0e293c Merged revisions 88700 via svnmerge from by Victor Stinner · 13 years ago
  15. 096f1a8 Issue #10911: Add tests on CGI with non-ASCII characters by Victor Stinner · 13 years ago
  16. 819c40f Followup to issue #11140 and r88682: also patch _dummy_thread. by Antoine Pitrou · 13 years ago
  17. 2b574a2 Merged revisions 88697 via svnmerge from by Victor Stinner · 13 years ago
  18. 2512a8b Issue #11246: Fix PyUnicode_FromFormat("%V") by Victor Stinner · 13 years ago
  19. d84dfee Merged revisions 88691 via svnmerge from by Antoine Pitrou · 13 years ago
  20. 4605a00 Endly, fix UnboundLocalError in telnetlib by Antoine Pitrou · 13 years ago
  21. 88f416e Apparently, skipUnless() doesn't prevent the execution of setUp() under 3.1. by Antoine Pitrou · 13 years ago
  22. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 13 years ago
  23. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  24. fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 13 years ago
  25. cfbcec3 Issue 11348: skip os.setpriority() test if current nice level is >= 19. by Giampaolo Rodolà · 13 years ago
  26. 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 13 years ago
  27. d1c9845 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 13 years ago
  28. 8a14a0c Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under Windows by Antoine Pitrou · 13 years ago
  29. 86cbfec Merged revisions 88664 via svnmerge from by Antoine Pitrou · 13 years ago
  30. e93bf7a Issue #11326: Add the missing connect_ex() implementation for SSL sockets, by Antoine Pitrou · 13 years ago
  31. 2e7965e Merged revisions 88661 via svnmerge from by Benjamin Peterson · 13 years ago
  32. 2de51ff Make sendfile tests more robust by Antoine Pitrou · 13 years ago
  33. 4914f9e Merged revisions 88652 via svnmerge from by Antoine Pitrou · 13 years ago
  34. 399fc14 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 13 years ago
  35. 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 13 years ago
  36. 4a7f216 Issue #11330: Added regression test. by Vinay Sajip · 13 years ago
  37. d20a5f6 Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. by Antoine Pitrou · 13 years ago
  38. ed0473c Issue #9941: Fixed TimedRotatingHandler test issues. by Vinay Sajip · 13 years ago
  39. 18dd0df Issue #11323: fix sendfile tests under 64-bit Solaris. by Antoine Pitrou · 13 years ago
  40. 2a4c0f8 Removed typo. by Vinay Sajip · 13 years ago
  41. f368895 Removed typo. by Vinay Sajip · 13 years ago
  42. 10914b7 Issue #11330: asctime format bug fixed. by Vinay Sajip · 13 years ago
  43. 859c7fa Issue #11330: asctime format bug fixed. by Vinay Sajip · 13 years ago
  44. 09c530d Revert r88639 (the optimization changes behaviour and breaks buildbots) by Antoine Pitrou · 13 years ago
  45. ffa1a77 Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch by Antoine Pitrou · 13 years ago
  46. ec5a2d5 test_logging: Changed TimedRotatingFileHandler tests to use UTC time rather than local time. by Vinay Sajip · 13 years ago
  47. 725c2b9 Merged revisions 88631 via svnmerge from by Senthil Kumaran · 13 years ago
  48. d032131 Add __bool__ method. Add tests. Fix-up broken test. by Raymond Hettinger · 13 years ago
  49. cb8b944 test_logging: diagnostic code changes. by Vinay Sajip · 13 years ago
  50. 75d818f Fix Issue10228 - Refleak run of test_dbm fails when several dbm modules are available (Patch by Ray.Allen) by Senthil Kumaran · 13 years ago
  51. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 13 years ago
  52. 692f038 Fix AttributeError. by Antoine Pitrou · 13 years ago
  53. 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  54. f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 13 years ago
  55. 5d5381e Merged revisions 88622 via svnmerge from by Antoine Pitrou · 13 years ago
  56. 68e5c04 Issue #7322: Trying to read from a socket's file-like object after a timeout by Antoine Pitrou · 13 years ago
  57. fc1cf41 test_logging: Added more diagnostics for buildbot failures. by Vinay Sajip · 13 years ago
  58. 95bcb93 Issue 11291: poplib suppresses errors on QUIT. by Giampaolo Rodolà · 13 years ago
  59. 103a6d6 Issue 11177: asyncore's create_socket() arguments can now be omitted. by Giampaolo Rodolà · 13 years ago
  60. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 13 years ago
  61. 4bc6857 (issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Also fixed an AttributeError in get/set priority tests. by Giampaolo Rodolà · 13 years ago
  62. d843c2d Merged revisions 88610 via svnmerge from by Antoine Pitrou · 13 years ago
  63. 707ce82 Issue #10956: Buffered I/O classes retry reading or writing after a signal by Antoine Pitrou · 13 years ago
  64. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 13 years ago
  65. 211b81d Issue #11114: Fix catastrophic performance of tell() on text files (up by Antoine Pitrou · 13 years ago
  66. 31c4403 Merged revisions 88604 via svnmerge from by Giampaolo Rodolà · 13 years ago
  67. d2751fb (issue 11214) - fix asyncore.strerror test failure on AIX by Giampaolo Rodolà · 13 years ago
  68. 4613464 Skip os.sendfile() test if threading module is not available. by Giampaolo Rodolà · 13 years ago
  69. eea22d2 logging: enabled test which was intermittently failing on buildbots. by Vinay Sajip · 13 years ago
  70. aa7c179 Improved QueueListener implementation - queue sentinel addition made extensible. by Vinay Sajip · 13 years ago
  71. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  72. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 13 years ago
  73. 2ec8cbc rewrite with assertIs by Benjamin Peterson · 13 years ago
  74. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 13 years ago
  75. 67ebabd Removed fcmp and FUZZ from test.support, following the discussion on python-dev: by Eli Bendersky · 13 years ago
  76. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  77. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  78. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  79. 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 13 years ago
  80. 5bffa79 Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with by Antoine Pitrou · 13 years ago
  81. ec8f0df Merged revisions 88546 via svnmerge from by Alexander Belopolsky · 13 years ago
  82. f4977d2 Merged revisions 88501 via svnmerge from by Giampaolo Rodolà · 13 years ago
  83. 1ce92dc Issue #11286: Fixed unpickling of empty 2.x strings. by Alexander Belopolsky · 13 years ago
  84. 6c3787c Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). by Éric Araujo · 13 years ago
  85. a6f85e2 Merged revisions 88535 via svnmerge from by Benjamin Peterson · 13 years ago
  86. e457f0d Revert r88503 as Benjamin's request. by Brett Cannon · 13 years ago
  87. e1ea829 Issue #3080: Fix test_reprlib on Windows by Victor Stinner · 13 years ago
  88. 659eb84 Merged revisions 88481 via svnmerge from by Victor Stinner · 13 years ago
  89. 02bfdb3 Merged revisions 88530 via svnmerge from by Victor Stinner · 13 years ago
  90. c0f1a1a Issue #11272: Fix input() and sys.stdin for Windows newline by Victor Stinner · 13 years ago
  91. 9f6cbe0 Merged revisions 88528 via svnmerge from by Lars Gustäbel · 13 years ago
  92. dd07104 Issue #11224: Improved sparse file read support (r85916) introduced a by Lars Gustäbel · 13 years ago
  93. dcb29c9 Add tests for the collections helper class and sync-up with py3k branch. by Raymond Hettinger · 13 years ago
  94. 499e193 Add tests for the _ChainMap helper class. by Raymond Hettinger · 13 years ago
  95. 57d1a88 Fix imports from collections.abc by Raymond Hettinger · 13 years ago
  96. cc76a41 Merged revisions 88511 via svnmerge from by Antoine Pitrou · 13 years ago
  97. cfbcdbb A crypt algorithm may not be available by returning None. by Brett Cannon · 13 years ago
  98. daa5799 Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API by Brett Cannon · 13 years ago
  99. 543b7f3 Issue #11277: finally fix Snow Leopard crash following r88460. by Antoine Pitrou · 13 years ago
  100. 292ee5d Fix test.test_crypt.test_methods() to pass on OS X. by Brett Cannon · 13 years ago