1. c713fc7 edit concurrent.future docs by Benjamin Peterson · 14 years ago
  2. 3e38907 set svn:eol-style on concurrent package files by Benjamin Peterson · 14 years ago
  3. 1ea372f set svn:eol-style on tracedmodules by Benjamin Peterson · 14 years ago
  4. 5cc9a05 Update the test_distutils mode test to test with umask value properly. by Senthil Kumaran · 14 years ago
  5. eb19dce Issue #1686: Fix string.Template when overriding the pattern attribute. by Florent Xicluna · 14 years ago
  6. 98b4670 Issue #9854: SocketIO objects now observe the RawIOBase interface in by Antoine Pitrou · 14 years ago
  7. 8db3027 Issue #9895: speed up test_subprocess by Antoine Pitrou · 14 years ago
  8. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 14 years ago
  9. 679e0f2 Issue #9894: Do not hardcode ENOENT in test_subprocess. by Antoine Pitrou · 14 years ago
  10. f2dec8d In Python3000, Tkinter was renamed to tkinter. And print is now function. by Hirokazu Yamamoto · 14 years ago
  11. 35aa083 Applied r84870 to older compilers. by Hirokazu Yamamoto · 14 years ago
  12. 2cdacd7 Added missing BaseTest.tearDown(self). Fixed refleak. by Hirokazu Yamamoto · 14 years ago
  13. 0c25b45 Skip the distutils mode test on Windows OS. by Senthil Kumaran · 14 years ago
  14. 90387ff regrtest.py now runs python in build/test_python_xxx. (deeper than here) by Hirokazu Yamamoto · 14 years ago
  15. 6c9c090 Remove unused code in posixmodule.c by Amaury Forgeot d'Arc · 14 years ago
  16. bc85d84 Temporarily commented out test which succeeds locally but fails on buildbots, while investigating. by Vinay Sajip · 14 years ago
  17. e797c16 Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath by Victor Stinner · 14 years ago
  18. d61d077 #1730136: Fix comparison between a tk Font object and an object of a different type. by Amaury Forgeot d'Arc · 14 years ago
  19. 19ec67a Issue #9441: logging: Improved test coverage for rotating file handlers. by Vinay Sajip · 14 years ago
  20. 9b86a69 Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter by Senthil Kumaran · 14 years ago
  21. ac00799 Improved Filter documentation. by Vinay Sajip · 14 years ago
  22. c8c8c69 Improved basicConfig and custom level documentation. by Vinay Sajip · 14 years ago
  23. fc2e1d1 Let's see if tcl/tk test runs on windows buildbot with this fix. by Hirokazu Yamamoto · 14 years ago
  24. 8f5dbc8 Fix typo in example regular expression. by Raymond Hettinger · 14 years ago
  25. 35c87f2 Issue 9865: add __sizeof__ to OrderedDict. by Raymond Hettinger · 14 years ago
  26. 234f88d Issue #9810: Compile bzip2 source files in python's project file by Hirokazu Yamamoto · 14 years ago
  27. aee4756 Relax test condition (fix failures on FreeBSD buildbots) by Antoine Pitrou · 14 years ago
  28. 37ade9c Add tokenizer example to regex docs. by Raymond Hettinger · 14 years ago
  29. c1cc0d0 Remove unneeded exception chaining. by Raymond Hettinger · 14 years ago
  30. 3255c63 Improve comment by Raymond Hettinger · 14 years ago
  31. 86909b5 rename DISCONNECTED global constant in _DISCONNECTED by Giampaolo Rodolà · 14 years ago
  32. 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
  33. 7d49bc9 Move library changes to the right section by Antoine Pitrou · 14 years ago
  34. d305200 Add entries to whatsnew by Antoine Pitrou · 14 years ago
  35. cf1dd71 Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output by Matthias Klose · 14 years ago
  36. 8dd2387 Reverted unwanted change in r84826 by Antoine Pitrou · 14 years ago
  37. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  38. 6a11a98 Update file-related information in the FAQ. by Antoine Pitrou · 14 years ago
  39. 0b65b0f Add a glossary entry for file objects. by Antoine Pitrou · 14 years ago
  40. 5aa0d10 Improve docs for socket.makefile() and SocketIO by Antoine Pitrou · 14 years ago
  41. 872b79d Add a comment explaining why SocketIO is needed by Antoine Pitrou · 14 years ago
  42. f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 14 years ago
  43. 476a31e Issue 9802: Document min()/max() sort stability by Raymond Hettinger · 14 years ago
  44. 1006bd4 Future proof total_ordering against changes in methods defined on object. by Raymond Hettinger · 14 years ago
  45. 2e55fec Make testDefaults in test.test_socket.BasicSocketPairTest more reliable. by Antoine Pitrou · 14 years ago
  46. b82489d setup.py was trying to build _weakref which is redundant as it's a built-in by Brett Cannon · 14 years ago
  47. f7328d0 Improve iteration speed by only proxying back links. by Raymond Hettinger · 14 years ago
  48. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 14 years ago
  49. 9e0b864 Issue #1552: socket.socketpair() now returns regular socket.socket by Antoine Pitrou · 14 years ago
  50. 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
  51. a468adc Issue #9853: Fix the signature of SSLSocket.recvfrom() and by Antoine Pitrou · 14 years ago
  52. 9bfc0f0 Issue 9315: Added test/tracedmodules to LIBSUBDIRS by Alexander Belopolsky · 14 years ago
  53. 3d330ad Remove C++-style comments by Antoine Pitrou · 14 years ago
  54. 2ed94eb Do not print additional shutdown message when gc.DEBUG_SAVEALL is set by Antoine Pitrou · 14 years ago
  55. 0055c42 Tidied example script. by Vinay Sajip · 14 years ago
  56. 8552d1f Added test for QueueHandler. by Vinay Sajip · 14 years ago
  57. de72692 Tidied example script. by Vinay Sajip · 14 years ago
  58. e1b6a9a Added files missed in r84780. Thanks, Florent. by Alexander Belopolsky · 14 years ago
  59. 98a5f3f Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. by Raymond Hettinger · 14 years ago
  60. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 14 years ago
  61. e4d6317 Issue 7994: Make object.__format__() raise a PendingDeprecationWarning by Eric Smith · 14 years ago
  62. af9d10a logging: enhanced HTTPHandler by Vinay Sajip · 14 years ago
  63. 1b5646a Enhanced HTTPHandler documentation. by Vinay Sajip · 14 years ago
  64. 9907918 Removed unused, commented-out code. by Vinay Sajip · 14 years ago
  65. 63891ed Expanded QueueHandler documentation. by Vinay Sajip · 14 years ago
  66. ccb706c Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X by Victor Stinner · 14 years ago
  67. d8642c3 Removed debugging setting by Alexander Belopolsky · 14 years ago
  68. 4d77017 Issue #9315: Fix for the trace module to record correct class name by Alexander Belopolsky · 14 years ago
  69. dc69e72 Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. (issue #9323) by Florent Xicluna · 14 years ago
  70. 1df1536 Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly by Antoine Pitrou · 14 years ago
  71. bea8ae7 get_build_version() is needed even where sys.platform != "win32". by Hirokazu Yamamoto · 14 years ago
  72. 4cc96a1 Cosmetic fix to project files. by Hirokazu Yamamoto · 14 years ago
  73. 6095435 Updated PC/VS8.0 with PCBuild/vs9to8.py. by Hirokazu Yamamoto · 14 years ago
  74. 68201bd Issue #9313: Use unittest.skipUnless to skip old MSVC. by Hirokazu Yamamoto · 14 years ago
  75. a87b383 Reenable test_ucs4 and remove some duplicated lines. by Florent Xicluna · 14 years ago
  76. 0f4dd9a add spaces by Benjamin Peterson · 14 years ago
  77. c7b1cfa remove less complete of duplicate docs by Benjamin Peterson · 14 years ago
  78. c985f1f remove duplicate statement by Benjamin Peterson · 14 years ago
  79. f28f0d9 Issue #9313: Skips test_remove_visual_c_ref on old MSVC. by Hirokazu Yamamoto · 14 years ago
  80. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  81. b2f9840 Get rid of tabs. by Georg Brandl · 14 years ago
  82. 0cbec57 Document changes on mbcs encoding by Victor Stinner · 14 years ago
  83. f172529 Put tests in more logical order. by Raymond Hettinger · 14 years ago
  84. c5c29c0 Use weakrefs for both forward and backward links. by Raymond Hettinger · 14 years ago
  85. b084b48 9806: add --extension-suffix option to python-config. by Georg Brandl · 14 years ago
  86. d4ac96a use return NULL; it's just as correct by Benjamin Peterson · 14 years ago
  87. 62d52fd - Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses by Matthias Klose · 14 years ago
  88. 34aa30c Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility by Hirokazu Yamamoto · 14 years ago
  89. 6464d5f Issue #9837: The read() method of ZipExtFile objects (as returned by by Antoine Pitrou · 14 years ago
  90. 0b9489d reenable test_nis on solaris #3402 by Benjamin Peterson · 14 years ago
  91. 5c848a8 Isse #8589: Decode PYTHONWARNINGS from utf-8 on Mac OS X by Victor Stinner · 14 years ago
  92. 4c7db31 Issue #9738, #9836: Fix refleak introduced by r84704 by Victor Stinner · 14 years ago
  93. dc08a14 Issue #9826: Handle recursive repr in collections.OrderedDict. by Raymond Hettinger · 14 years ago
  94. fa11db0 Issue #9825: Replace OrderedDict.__del__() with weakrefs. by Raymond Hettinger · 14 years ago
  95. 9be0b2e detect non-ascii characters much earlier (plugs ref leak) by Benjamin Peterson · 14 years ago
  96. f13c6d8 Issue #9318: Use Py_LL for old compiler. by Hirokazu Yamamoto · 14 years ago
  97. 44ef774 #9608, #8518 : clarify and improve discussion of exceptions in howto. by R. David Murray · 14 years ago
  98. 41ece39 fix formatting by Benjamin Peterson · 14 years ago
  99. 568867a check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834 by Benjamin Peterson · 14 years ago
  100. e861598 Fix typo in option name by Éric Araujo · 14 years ago