1. cb8b944 test_logging: diagnostic code changes. by Vinay Sajip · 14 years ago
  2. 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
  3. 94ca211 Make Py3.x style "import builtins" by Raymond Hettinger · 14 years ago
  4. 4001847 PEP 7 conformance changes (whitespace only). by Alexander Belopolsky · 14 years ago
  5. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 14 years ago
  6. 692f038 Fix AttributeError. by Antoine Pitrou · 14 years ago
  7. 5c2f464 Fix compilation warning in Modules/posixmodule.c. by Antoine Pitrou · 14 years ago
  8. 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
  9. f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 14 years ago
  10. 68e5c04 Issue #7322: Trying to read from a socket's file-like object after a timeout by Antoine Pitrou · 14 years ago
  11. fc1cf41 test_logging: Added more diagnostics for buildbot failures. by Vinay Sajip · 14 years ago
  12. 95bcb93 Issue 11291: poplib suppresses errors on QUIT. by Giampaolo Rodolà · 14 years ago
  13. 103a6d6 Issue 11177: asyncore's create_socket() arguments can now be omitted. by Giampaolo Rodolà · 14 years ago
  14. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
  15. 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
  16. 2035103 Add missing read() in distutils doc. by Éric Araujo · 14 years ago
  17. 707ce82 Issue #10956: Buffered I/O classes retry reading or writing after a signal by Antoine Pitrou · 14 years ago
  18. 7e1b9af Update Misc/NEWS to include os.getpriority() and os.setpriority() addition. by Giampaolo Rodolà · 14 years ago
  19. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 14 years ago
  20. 211b81d Issue #11114: Fix catastrophic performance of tell() on text files (up by Antoine Pitrou · 14 years ago
  21. d2751fb (issue 11214) - fix asyncore.strerror test failure on AIX by Giampaolo Rodolà · 14 years ago
  22. 4613464 Skip os.sendfile() test if threading module is not available. by Giampaolo Rodolà · 14 years ago
  23. 1d52146 Issue #11303: Added shortcuts for utf8 and latin1 encodings. by Alexander Belopolsky · 14 years ago
  24. eea22d2 logging: enabled test which was intermittently failing on buildbots. by Vinay Sajip · 14 years ago
  25. a29a9dd Documented QueueListener change. by Vinay Sajip · 14 years ago
  26. aa7c179 Improved QueueListener implementation - queue sentinel addition made extensible. by Vinay Sajip · 14 years ago
  27. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  28. a391b11 Rename internal helper function and make it static. by Georg Brandl · 14 years ago
  29. 941f956 Regenerate configure after r88580. by Georg Brandl · 14 years ago
  30. 61a0bf5 (issue 11232) - fix asyncore documentation issue (patch by Sandro Tosi) by Giampaolo Rodolà · 14 years ago
  31. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 14 years ago
  32. 59db1f3 Fix .hgeol by Antoine Pitrou · 14 years ago
  33. 71219da More eol-style's by Antoine Pitrou · 14 years ago
  34. 7f1e174 Make svn:eol-style's more consistent by Antoine Pitrou · 14 years ago
  35. 2ec8cbc rewrite with assertIs by Benjamin Peterson · 14 years ago
  36. 83a0efd run autoconf by Benjamin Peterson · 14 years ago
  37. c9c9bc0 Add 3.3 whatsnew to index. by Georg Brandl · 14 years ago
  38. 15995f7 Remove unused m4 define. by Georg Brandl · 14 years ago
  39. 67ebabd Removed fcmp and FUZZ from test.support, following the discussion on python-dev: by Eli Bendersky · 14 years ago
  40. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 14 years ago
  41. 3108f98 Adds Python 3.3 what's new document. by Giampaolo Rodolà · 14 years ago
  42. 5bffa79 Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with by Antoine Pitrou · 14 years ago
  43. 1ce92dc Issue #11286: Fixed unpickling of empty 2.x strings. by Alexander Belopolsky · 14 years ago
  44. 6c3787c Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). by Éric Araujo · 14 years ago
  45. 5390d00 rewrite by Benjamin Peterson · 14 years ago
  46. 634ef9c this seems to be pointlessly nested by Benjamin Peterson · 14 years ago
  47. a6f85e2 Merged revisions 88535 via svnmerge from by Benjamin Peterson · 14 years ago
  48. c38f025 Issue #11304: Input/output tutorial - PI is rounded not truncated. by Raymond Hettinger · 14 years ago
  49. e457f0d Revert r88503 as Benjamin's request. by Brett Cannon · 14 years ago
  50. e1ea829 Issue #3080: Fix test_reprlib on Windows by Victor Stinner · 14 years ago
  51. c0f1a1a Issue #11272: Fix input() and sys.stdin for Windows newline by Victor Stinner · 14 years ago
  52. dd07104 Issue #11224: Improved sparse file read support (r85916) introduced a by Lars Gustäbel · 14 years ago
  53. 3eeee83 dynload_dl.c: replace tabs by spaces by Victor Stinner · 14 years ago
  54. 499e193 Add tests for the _ChainMap helper class. by Raymond Hettinger · 14 years ago
  55. 08f5cf5 Indent "versionadded" properly. by Georg Brandl · 14 years ago
  56. 5329123 Add new subdirectory to LIBSUBDIRS. by Georg Brandl · 14 years ago
  57. 57d1a88 Fix imports from collections.abc by Raymond Hettinger · 14 years ago
  58. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 14 years ago
  59. 501c09a Issue #3080: Mark _PyImport_FindBuiltin() argument as constant by Victor Stinner · 14 years ago
  60. d7e7640 Issue #3080: document encoding used by import functions by Victor Stinner · 14 years ago
  61. 42040fb Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() by Victor Stinner · 14 years ago
  62. 9b99b44 Issue #3080: Mark PyWin_FindRegisteredModule() as private by Victor Stinner · 14 years ago
  63. cfbcdbb A crypt algorithm may not be available by returning None. by Brett Cannon · 14 years ago
  64. 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
  65. 543b7f3 Issue #11277: finally fix Snow Leopard crash following r88460. by Antoine Pitrou · 14 years ago
  66. 292ee5d Fix test.test_crypt.test_methods() to pass on OS X. by Brett Cannon · 14 years ago
  67. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
  68. 79da6b7 In FTP.close() method, make sure to also close the socket object, not only the file. by Giampaolo Rodolà · 14 years ago
  69. d686848 In FTP.close() method, make sure to also close the socket object, not only the file. by Giampaolo Rodolà · 14 years ago
  70. 4cfa247 Add lib2to3.__main__ to make it easier for debugging purposes to run 2to3. by Brett Cannon · 14 years ago
  71. bd258bd smtlib.py PEP8 normalization via pep8.py script. by Giampaolo Rodolà · 14 years ago
  72. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 14 years ago
  73. f304278 Issue #11074: Make 'tokenize' so it can be reloaded. by Brett Cannon · 14 years ago
  74. eeb114b Issue #10512: close the log file in cgi when running tests. by Brett Cannon · 14 years ago
  75. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 14 years ago
  76. eb70e47 Ignore __pycache__ in Lib/collections. by Brett Cannon · 14 years ago
  77. c942310 Factor-out common code for helper classes. by Raymond Hettinger · 14 years ago
  78. 16fe75e Have the test filename match the module filename. by Raymond Hettinger · 14 years ago
  79. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 14 years ago
  80. ecc2692 Issue #4681: Allow mmap() to work on file sizes and offsets larger than by Antoine Pitrou · 14 years ago
  81. ce58dc7 Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due by Antoine Pitrou · 14 years ago
  82. 5ed8b2c Fix PyUnicode_FromFormatV("%c") for non-BMP char by Victor Stinner · 14 years ago
  83. ed4c711 Remove filename variable from ceval.c by Victor Stinner · 14 years ago
  84. 441cc01 compileall uses repr() to format filenames/paths by Victor Stinner · 14 years ago
  85. fd34b37 Remove bootstrap code of PyUnicode_AsEncodedString() by Victor Stinner · 14 years ago
  86. 5eaee2e Issue #11268: Prevent Mac OS X Installer failure if Documentation by Ned Deily · 14 years ago
  87. d8de541 Issue 11263: Fix link to source code. by Raymond Hettinger · 14 years ago
  88. ddb5240 Issue #11089: Fix performance issue limiting the use of ConfigParser() by Raymond Hettinger · 14 years ago
  89. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 14 years ago
  90. 4709ec0 Fix compile error under MSVC introduced by r88460. by Antoine Pitrou · 14 years ago
  91. c97c737 Ignore Vim .swp files. by Brett Cannon · 14 years ago
  92. 3d32664 Fix issues on 32-bit systems introduced by r88460 by Antoine Pitrou · 14 years ago
  93. 97b6721 3.2 is stable now. by Georg Brandl · 14 years ago
  94. 54f0f84 Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers by Antoine Pitrou · 14 years ago
  95. 2cef949 Issue 10160: Both single-arg and multi-arg calls have been sped-up. by Raymond Hettinger · 14 years ago
  96. 5e06a5d - Check for NULL result in PyType_FromSpec. by Martin v. Löwis · 14 years ago
  97. 2cebdd4 Remove unittest methods scheduled for removal in 3.3 -- makes the unittest test suite pass again. by Georg Brandl · 14 years ago
  98. fa2c61a More automated version replacement. by Georg Brandl · 14 years ago
  99. 3ebb6b3 Bump trunk to 3.3 alpha 0. by Georg Brandl · 14 years ago
  100. 4a9d447 Bump to 3.3a0. by Georg Brandl · 14 years ago