1. 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 14 years ago
  2. 8a14a0c Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under Windows by Antoine Pitrou · 14 years ago
  3. d0f89f3 make this a link #11345 by Benjamin Peterson · 14 years ago
  4. e93bf7a Issue #11326: Add the missing connect_ex() implementation for SSL sockets, by Antoine Pitrou · 14 years ago
  5. 2e7965e Merged revisions 88661 via svnmerge from by Benjamin Peterson · 14 years ago
  6. d8a43b4 revert accidental formatting change by Benjamin Peterson · 14 years ago
  7. c6696d2 this isn't true anymore by Benjamin Peterson · 14 years ago
  8. 2de51ff Make sendfile tests more robust by Antoine Pitrou · 14 years ago
  9. 399fc14 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 14 years ago
  10. 4a7f216 Issue #11330: Added regression test. by Vinay Sajip · 14 years ago
  11. d20a5f6 Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. by Antoine Pitrou · 14 years ago
  12. 8ed41a8 Replace links to the old dev doc with links to the new devguide. by Éric Araujo · 14 years ago
  13. 18dd0df Issue #11323: fix sendfile tests under 64-bit Solaris. by Antoine Pitrou · 14 years ago
  14. f368895 Removed typo. by Vinay Sajip · 14 years ago
  15. 553de0e Issue #11331: fixed documentation in logging cookbook. by Vinay Sajip · 14 years ago
  16. 859c7fa Issue #11330: asctime format bug fixed. by Vinay Sajip · 14 years ago
  17. dcc20b8 Check error return from _parse_off_t(), and remove cruft from the 2->3 transition. by Antoine Pitrou · 14 years ago
  18. 09c530d Revert r88639 (the optimization changes behaviour and breaks buildbots) by Antoine Pitrou · 14 years ago
  19. ffa1a77 Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch by Antoine Pitrou · 14 years ago
  20. ec5a2d5 test_logging: Changed TimedRotatingFileHandler tests to use UTC time rather than local time. by Vinay Sajip · 14 years ago
  21. d032131 Add __bool__ method. Add tests. Fix-up broken test. by Raymond Hettinger · 14 years ago
  22. cb8b944 test_logging: diagnostic code changes. by Vinay Sajip · 14 years ago
  23. 75d818f Fix Issue10228 - Refleak run of test_dbm fails when several dbm modules are available (Patch by Ray.Allen) by Senthil Kumaran · 14 years ago
  24. 94ca211 Make Py3.x style "import builtins" by Raymond Hettinger · 14 years ago
  25. 4001847 PEP 7 conformance changes (whitespace only). by Alexander Belopolsky · 14 years ago
  26. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 14 years ago
  27. 692f038 Fix AttributeError. by Antoine Pitrou · 14 years ago
  28. 5c2f464 Fix compilation warning in Modules/posixmodule.c. by Antoine Pitrou · 14 years ago
  29. 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
  30. f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 14 years ago
  31. 68e5c04 Issue #7322: Trying to read from a socket's file-like object after a timeout by Antoine Pitrou · 14 years ago
  32. fc1cf41 test_logging: Added more diagnostics for buildbot failures. by Vinay Sajip · 14 years ago
  33. 95bcb93 Issue 11291: poplib suppresses errors on QUIT. by Giampaolo Rodolà · 14 years ago
  34. 103a6d6 Issue 11177: asyncore's create_socket() arguments can now be omitted. by Giampaolo Rodolà · 14 years ago
  35. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
  36. 4bc6857 (issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Also fixed an AttributeError in get/set priority tests. by Giampaolo Rodolà · 14 years ago
  37. 2035103 Add missing read() in distutils doc. by Éric Araujo · 14 years ago
  38. 707ce82 Issue #10956: Buffered I/O classes retry reading or writing after a signal by Antoine Pitrou · 14 years ago
  39. 7e1b9af Update Misc/NEWS to include os.getpriority() and os.setpriority() addition. by Giampaolo Rodolà · 14 years ago
  40. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 14 years ago
  41. 211b81d Issue #11114: Fix catastrophic performance of tell() on text files (up by Antoine Pitrou · 14 years ago
  42. d2751fb (issue 11214) - fix asyncore.strerror test failure on AIX by Giampaolo Rodolà · 14 years ago
  43. 4613464 Skip os.sendfile() test if threading module is not available. by Giampaolo Rodolà · 14 years ago
  44. 1d52146 Issue #11303: Added shortcuts for utf8 and latin1 encodings. by Alexander Belopolsky · 14 years ago
  45. eea22d2 logging: enabled test which was intermittently failing on buildbots. by Vinay Sajip · 14 years ago
  46. a29a9dd Documented QueueListener change. by Vinay Sajip · 14 years ago
  47. aa7c179 Improved QueueListener implementation - queue sentinel addition made extensible. by Vinay Sajip · 14 years ago
  48. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  49. a391b11 Rename internal helper function and make it static. by Georg Brandl · 14 years ago
  50. 941f956 Regenerate configure after r88580. by Georg Brandl · 14 years ago
  51. 61a0bf5 (issue 11232) - fix asyncore documentation issue (patch by Sandro Tosi) by Giampaolo Rodolà · 14 years ago
  52. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 14 years ago
  53. 59db1f3 Fix .hgeol by Antoine Pitrou · 14 years ago
  54. 71219da More eol-style's by Antoine Pitrou · 14 years ago
  55. 7f1e174 Make svn:eol-style's more consistent by Antoine Pitrou · 14 years ago
  56. 2ec8cbc rewrite with assertIs by Benjamin Peterson · 14 years ago
  57. 83a0efd run autoconf by Benjamin Peterson · 14 years ago
  58. c9c9bc0 Add 3.3 whatsnew to index. by Georg Brandl · 14 years ago
  59. 15995f7 Remove unused m4 define. by Georg Brandl · 14 years ago
  60. 67ebabd Removed fcmp and FUZZ from test.support, following the discussion on python-dev: by Eli Bendersky · 14 years ago
  61. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 14 years ago
  62. 3108f98 Adds Python 3.3 what's new document. by Giampaolo Rodolà · 14 years ago
  63. 5bffa79 Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with by Antoine Pitrou · 14 years ago
  64. 1ce92dc Issue #11286: Fixed unpickling of empty 2.x strings. by Alexander Belopolsky · 14 years ago
  65. 6c3787c Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). by Éric Araujo · 14 years ago
  66. 5390d00 rewrite by Benjamin Peterson · 14 years ago
  67. 634ef9c this seems to be pointlessly nested by Benjamin Peterson · 14 years ago
  68. a6f85e2 Merged revisions 88535 via svnmerge from by Benjamin Peterson · 14 years ago
  69. c38f025 Issue #11304: Input/output tutorial - PI is rounded not truncated. by Raymond Hettinger · 14 years ago
  70. e457f0d Revert r88503 as Benjamin's request. by Brett Cannon · 14 years ago
  71. e1ea829 Issue #3080: Fix test_reprlib on Windows by Victor Stinner · 14 years ago
  72. c0f1a1a Issue #11272: Fix input() and sys.stdin for Windows newline by Victor Stinner · 14 years ago
  73. dd07104 Issue #11224: Improved sparse file read support (r85916) introduced a by Lars Gustäbel · 14 years ago
  74. 3eeee83 dynload_dl.c: replace tabs by spaces by Victor Stinner · 14 years ago
  75. 499e193 Add tests for the _ChainMap helper class. by Raymond Hettinger · 14 years ago
  76. 08f5cf5 Indent "versionadded" properly. by Georg Brandl · 14 years ago
  77. 5329123 Add new subdirectory to LIBSUBDIRS. by Georg Brandl · 14 years ago
  78. 57d1a88 Fix imports from collections.abc by Raymond Hettinger · 14 years ago
  79. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 14 years ago
  80. 501c09a Issue #3080: Mark _PyImport_FindBuiltin() argument as constant by Victor Stinner · 14 years ago
  81. d7e7640 Issue #3080: document encoding used by import functions by Victor Stinner · 14 years ago
  82. 42040fb Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() by Victor Stinner · 14 years ago
  83. 9b99b44 Issue #3080: Mark PyWin_FindRegisteredModule() as private by Victor Stinner · 14 years ago
  84. cfbcdbb A crypt algorithm may not be available by returning None. by Brett Cannon · 14 years ago
  85. daa5799 Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API by Brett Cannon · 14 years ago
  86. 543b7f3 Issue #11277: finally fix Snow Leopard crash following r88460. by Antoine Pitrou · 14 years ago
  87. 292ee5d Fix test.test_crypt.test_methods() to pass on OS X. by Brett Cannon · 14 years ago
  88. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
  89. 79da6b7 In FTP.close() method, make sure to also close the socket object, not only the file. by Giampaolo Rodolà · 14 years ago
  90. d686848 In FTP.close() method, make sure to also close the socket object, not only the file. by Giampaolo Rodolà · 14 years ago
  91. 4cfa247 Add lib2to3.__main__ to make it easier for debugging purposes to run 2to3. by Brett Cannon · 14 years ago
  92. bd258bd smtlib.py PEP8 normalization via pep8.py script. by Giampaolo Rodolà · 14 years ago
  93. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 14 years ago
  94. f304278 Issue #11074: Make 'tokenize' so it can be reloaded. by Brett Cannon · 14 years ago
  95. eeb114b Issue #10512: close the log file in cgi when running tests. by Brett Cannon · 14 years ago
  96. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 14 years ago
  97. eb70e47 Ignore __pycache__ in Lib/collections. by Brett Cannon · 14 years ago
  98. c942310 Factor-out common code for helper classes. by Raymond Hettinger · 14 years ago
  99. 16fe75e Have the test filename match the module filename. by Raymond Hettinger · 14 years ago
  100. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 14 years ago