1. d12a420 Fix encoding for test case added in r84967. by Florent Xicluna · 14 years ago
  2. 42d5445 Fix typo and add test case. by Florent Xicluna · 14 years ago
  3. 31c604d Issue 9916: Add some missing errno symbols. by Barry Warsaw · 14 years ago
  4. 0258ce8 logging: Added QueueHandler.prepare and updated documentation. by Vinay Sajip · 14 years ago
  5. b5d23b4 note version by Benjamin Peterson · 14 years ago
  6. 0dc97ed fix news by Benjamin Peterson · 14 years ago
  7. c944cfc Issue9131: Mark fragile test as CPython-specific by Daniel Stutzbach · 14 years ago
  8. 2f816e6 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) by Hirokazu Yamamoto · 14 years ago
  9. 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 14 years ago
  10. 3e62f78 Fixed microsecond rounding in python version of utcfromtimestamp by Alexander Belopolsky · 14 years ago
  11. b3bfc3d Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by by Antoine Pitrou · 14 years ago
  12. 52d4250 Issue #2643: msync() is not called anymore when deallocating an open mmap by Antoine Pitrou · 14 years ago
  13. e31f7d9 Revert r84902 before committing better solution. by Hirokazu Yamamoto · 14 years ago
  14. f6350d2 Issue #1633863: Don't ignore $CC under AIX. by Antoine Pitrou · 14 years ago
  15. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  16. af38dc5 Add an entry for the concurrent.futures package by Brian Quinlan · 14 years ago
  17. 45fb9a1 Add missing word. by Marc-André Lemburg · 14 years ago
  18. 6b91fc4 Add OpenSSL license to the Python license documenation page. by Marc-André Lemburg · 14 years ago
  19. 212b590 logging: Updated LoggerAdapter implementation. by Vinay Sajip · 14 years ago
  20. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  21. ceff566 Document HTTPReponse.fileno() method by Senthil Kumaran · 14 years ago
  22. d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
  23. 2bc5c0b add news note by Benjamin Peterson · 14 years ago
  24. 2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset by Benjamin Peterson · 14 years ago
  25. 26d64ae rewrite nocaret test to not rely on a specific SyntaxError by Benjamin Peterson · 14 years ago
  26. b0b384b Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other by Antoine Pitrou · 14 years ago
  27. 0646b4b test_get_makefile_filename() is not compatible with Windows. by Barry Warsaw · 14 years ago
  28. ebbef6f Issue 9877: expose sysconfig.get_makefile_filename() in the public API. by Barry Warsaw · 14 years ago
  29. 18cc344 Revert previous commit. by Hirokazu Yamamoto · 14 years ago
  30. 83eadd1 logging: hasHandlers additions documented. by Vinay Sajip · 14 years ago
  31. ae7d7fa Reverted changes which were inadvertently committed. by Vinay Sajip · 14 years ago
  32. 61c3f0d logging: added hasHandlers() to LoggerAdapter. by Vinay Sajip · 14 years ago
  33. bb14d4b Windows7 buildbot debug trial. (Probably impossible) by Hirokazu Yamamoto · 14 years ago
  34. b4a0809 logging: Add hasHandlers() method to Logger. by Vinay Sajip · 14 years ago
  35. f1d633c Mention % as string formatting. by Georg Brandl · 14 years ago
  36. 448f20b Fix typo. by Georg Brandl · 14 years ago
  37. 2fea9b9 issue 9786 Native TLS support for pthreads by Kristján Valur Jónsson · 14 years ago
  38. 3d8580f Try a more robust implementation of _kill_process by Antoine Pitrou · 14 years ago
  39. 84e751a Try to fix buildbot failure (#9902) by Antoine Pitrou · 14 years ago
  40. 7c08744 Make error more explicit in test_finalize_with_trace by Antoine Pitrou · 14 years ago
  41. fedd481 Try to make signal-sending tests in test_subprocess more robust on slow machines by Antoine Pitrou · 14 years ago
  42. fb8db8f Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot by Antoine Pitrou · 14 years ago
  43. bc2eff3 PyImport_Import was using the old import hack of sticking a dummy value into by Brett Cannon · 14 years ago
  44. e1f2f30 Be more precise as to what operations are supported by Antoine Pitrou · 14 years ago
  45. dab6426 Remove references to read() and write() methods, which are useless synonyms of by Antoine Pitrou · 14 years ago
  46. 792ff3e Mention that SSL sockets provide the basic socket API. by Antoine Pitrou · 14 years ago
  47. 035cedb Edit concurrent docs, add versionadded and see also reference to the PEP. by Georg Brandl · 14 years ago
  48. ba45c2b Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) by Hirokazu Yamamoto · 14 years ago
  49. 490014b Add "concurrent" subdir to Makefile. by Georg Brandl · 14 years ago
  50. b059c3c Set svn:ignore to folders. by Hirokazu Yamamoto · 14 years ago
  51. c713fc7 edit concurrent.future docs by Benjamin Peterson · 14 years ago
  52. 3e38907 set svn:eol-style on concurrent package files by Benjamin Peterson · 14 years ago
  53. 1ea372f set svn:eol-style on tracedmodules by Benjamin Peterson · 14 years ago
  54. 5cc9a05 Update the test_distutils mode test to test with umask value properly. by Senthil Kumaran · 14 years ago
  55. eb19dce Issue #1686: Fix string.Template when overriding the pattern attribute. by Florent Xicluna · 14 years ago
  56. 98b4670 Issue #9854: SocketIO objects now observe the RawIOBase interface in by Antoine Pitrou · 14 years ago
  57. 8db3027 Issue #9895: speed up test_subprocess by Antoine Pitrou · 14 years ago
  58. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 14 years ago
  59. 679e0f2 Issue #9894: Do not hardcode ENOENT in test_subprocess. by Antoine Pitrou · 14 years ago
  60. f2dec8d In Python3000, Tkinter was renamed to tkinter. And print is now function. by Hirokazu Yamamoto · 14 years ago
  61. 35aa083 Applied r84870 to older compilers. by Hirokazu Yamamoto · 14 years ago
  62. 2cdacd7 Added missing BaseTest.tearDown(self). Fixed refleak. by Hirokazu Yamamoto · 14 years ago
  63. 0c25b45 Skip the distutils mode test on Windows OS. by Senthil Kumaran · 14 years ago
  64. 90387ff regrtest.py now runs python in build/test_python_xxx. (deeper than here) by Hirokazu Yamamoto · 14 years ago
  65. 6c9c090 Remove unused code in posixmodule.c by Amaury Forgeot d'Arc · 14 years ago
  66. bc85d84 Temporarily commented out test which succeeds locally but fails on buildbots, while investigating. by Vinay Sajip · 14 years ago
  67. e797c16 Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath by Victor Stinner · 14 years ago
  68. d61d077 #1730136: Fix comparison between a tk Font object and an object of a different type. by Amaury Forgeot d'Arc · 14 years ago
  69. 19ec67a Issue #9441: logging: Improved test coverage for rotating file handlers. by Vinay Sajip · 14 years ago
  70. 9b86a69 Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter by Senthil Kumaran · 14 years ago
  71. ac00799 Improved Filter documentation. by Vinay Sajip · 14 years ago
  72. c8c8c69 Improved basicConfig and custom level documentation. by Vinay Sajip · 14 years ago
  73. fc2e1d1 Let's see if tcl/tk test runs on windows buildbot with this fix. by Hirokazu Yamamoto · 14 years ago
  74. 8f5dbc8 Fix typo in example regular expression. by Raymond Hettinger · 14 years ago
  75. 35c87f2 Issue 9865: add __sizeof__ to OrderedDict. by Raymond Hettinger · 14 years ago
  76. 234f88d Issue #9810: Compile bzip2 source files in python's project file by Hirokazu Yamamoto · 14 years ago
  77. aee4756 Relax test condition (fix failures on FreeBSD buildbots) by Antoine Pitrou · 14 years ago
  78. 37ade9c Add tokenizer example to regex docs. by Raymond Hettinger · 14 years ago
  79. c1cc0d0 Remove unneeded exception chaining. by Raymond Hettinger · 14 years ago
  80. 3255c63 Improve comment by Raymond Hettinger · 14 years ago
  81. 86909b5 rename DISCONNECTED global constant in _DISCONNECTED by Giampaolo Rodolà · 14 years ago
  82. 985b68e Store all errors signaling a disconnection into a global frozenset to save some computation time on recv() and send(). by Giampaolo Rodolà · 14 years ago
  83. 7d49bc9 Move library changes to the right section by Antoine Pitrou · 14 years ago
  84. d305200 Add entries to whatsnew by Antoine Pitrou · 14 years ago
  85. cf1dd71 Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output by Matthias Klose · 14 years ago
  86. 8dd2387 Reverted unwanted change in r84826 by Antoine Pitrou · 14 years ago
  87. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  88. 6a11a98 Update file-related information in the FAQ. by Antoine Pitrou · 14 years ago
  89. 0b65b0f Add a glossary entry for file objects. by Antoine Pitrou · 14 years ago
  90. 5aa0d10 Improve docs for socket.makefile() and SocketIO by Antoine Pitrou · 14 years ago
  91. 872b79d Add a comment explaining why SocketIO is needed by Antoine Pitrou · 14 years ago
  92. f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 14 years ago
  93. 476a31e Issue 9802: Document min()/max() sort stability by Raymond Hettinger · 14 years ago
  94. 1006bd4 Future proof total_ordering against changes in methods defined on object. by Raymond Hettinger · 14 years ago
  95. 2e55fec Make testDefaults in test.test_socket.BasicSocketPairTest more reliable. by Antoine Pitrou · 14 years ago
  96. b82489d setup.py was trying to build _weakref which is redundant as it's a built-in by Brett Cannon · 14 years ago
  97. f7328d0 Improve iteration speed by only proxying back links. by Raymond Hettinger · 14 years ago
  98. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 14 years ago
  99. 9e0b864 Issue #1552: socket.socketpair() now returns regular socket.socket by Antoine Pitrou · 14 years ago
  100. 3861599 Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs by Daniel Stutzbach · 14 years ago