1. e168965 Issue #11015: bring test.support docs up to date by Eli Bendersky · 13 years ago
  2. 1c7b7f7 Userlist.copy() wasn't returning a UserList. by Raymond Hettinger · 13 years ago
  3. 7b48432 merge by Raymond Hettinger · 13 years ago
  4. 474ee6c null merge by Raymond Hettinger · 13 years ago
  5. 8cd2e5f Sync-up minor code edits with the default branch. by Raymond Hettinger · 13 years ago
  6. 28338fb Added additional output to help diagnose buildbot failures. by Vinay Sajip · 13 years ago
  7. 2c0d721 null merge by Raymond Hettinger · 13 years ago
  8. 102d874 Sync-up minor code edits with the default branch. by Raymond Hettinger · 13 years ago
  9. 7c5dc91 Avoid codec spelling issues by just using the utf-8 default. by Raymond Hettinger · 13 years ago
  10. f90ba8a Avoid codec spelling issues by just using the utf-8 default. by Raymond Hettinger · 13 years ago
  11. b596dc7 Merge: Use shared testing facilities in test_threading by Antoine Pitrou · 13 years ago
  12. c4d7864 Use shared testing facilities in test_threading by Antoine Pitrou · 13 years ago
  13. a4433ee Merge: #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 13 years ago
  14. 66a18fd #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 13 years ago
  15. cb39518 Merge from 3.2 by Nick Coghlan · 13 years ago
  16. fdc2c55 Remove trailing whitespace by Nick Coghlan · 13 years ago
  17. 7ceb180 Merge #11647 update from 3.2 by Nick Coghlan · 13 years ago
  18. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 13 years ago
  19. e9a56e8 Tweaked timed rollover test to allow for test-time delays. by Vinay Sajip · 13 years ago
  20. 6c9f8c7 Merged changes. by Vinay Sajip · 13 years ago
  21. 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 13 years ago
  22. 868fc87 #11997: merge with 3.2. by Ezio Melotti · 13 years ago
  23. f77b74d #11997: merge with 3.1. by Ezio Melotti · 13 years ago
  24. d92ab08 #11997: fix typo in init.rst. by Ezio Melotti · 13 years ago
  25. 9cc432d Merge #8158: add missing 'description' description to optparse docstring. by R David Murray · 13 years ago
  26. 3ef4419 Merge #8158: add missing 'description' description to optparse docstring. by R David Murray · 13 years ago
  27. fc5ed80 #8158: add missing 'description' description to optparse docstring. by R David Murray · 13 years ago
  28. 3f06469 #11335: Merge from 3.2: Fix memory leak after key function failure in sort by Daniel Stutzbach · 13 years ago
  29. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 13 years ago
  30. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  31. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  32. c17c6d9 Add a reference to the PEP 398 for python 3.3 release schedule by Alexis Metaireau · 13 years ago
  33. 2c173ba #11985: merge with 3.2. by Ezio Melotti · 13 years ago
  34. e548f5a #11985: merge with 3.1. by Ezio Melotti · 13 years ago
  35. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 13 years ago
  36. 6d3c9a6 Mention that timezone is a subclass of tzinfo. by Alexander Belopolsky · 13 years ago
  37. 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 13 years ago
  38. 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 13 years ago
  39. 6fd49e1 Issue #11998, issue #8407: workaround _tkinter issue in test_signal by Victor Stinner · 13 years ago
  40. 55b5fa7 regrtest: dump all threads on a crash, not only the current thread by Victor Stinner · 13 years ago
  41. afd0117 Fix #11834. Correct site-packages paths. by Brian Curtin · 13 years ago
  42. 03b8d4e Fix #11834. Correct site-packages paths. by Brian Curtin · 13 years ago
  43. 308053e Fix #11834. Correct site-packages paths. by Brian Curtin · 13 years ago
  44. 5bc7a44 test_math.py: Use correct signs on zeros for expected fmod results. by Mark Dickinson · 13 years ago
  45. 0cc28b7 Remove an unused import and an unused local definition from test_math.py. by Mark Dickinson · 13 years ago
  46. e7a2430 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 13 years ago
  47. 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 13 years ago
  48. 4e787ae #11985: merge with 3.2. by Ezio Melotti · 13 years ago
  49. 5098d44 #11985: merge with 3.1. by Ezio Melotti · 13 years ago
  50. b351bcc #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 13 years ago
  51. 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 13 years ago
  52. f44ce87 Issue #8407: disable faulthandler timeout thread on all platforms by Victor Stinner · 13 years ago
  53. 441f935 Fix typo in name of private function by Antoine Pitrou · 13 years ago
  54. b87a56a Fix typo in name of private function by Antoine Pitrou · 13 years ago
  55. d0e516d Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been by Victor Stinner · 13 years ago
  56. 2d4a91e Issue #8407: Fix pthread_sigmask() tests on Mac OS X by Victor Stinner · 13 years ago
  57. 49a40cd Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list. by Brian Curtin · 13 years ago
  58. 5611a1c Issue #11930: Added Misc/NEWS and versionchanged entries. by Alexander Belopolsky · 13 years ago
  59. 334fdee merge by Raymond Hettinger · 13 years ago
  60. a5ac2ce Backport 3.3 fixes and cleans ups. by Raymond Hettinger · 13 years ago
  61. 4409493 Relax %Y test. by Alexander Belopolsky · 13 years ago
  62. 66746cb Removed unused variable by Alexander Belopolsky · 13 years ago
  63. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  64. 9d8c3b7 dummy merge by Raymond Hettinger · 13 years ago
  65. 81b9656 Backport code cleanup for namedtuples. by Raymond Hettinger · 13 years ago
  66. 09a98a9 merge by Alexander Belopolsky · 13 years ago
  67. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 13 years ago
  68. 72c53b5 cleanup signalmodule.c: use PyModule_AddIntMacro() by Victor Stinner · 13 years ago
  69. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  70. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  71. 714b8dc Improved thread interlocks in tests. by Vinay Sajip · 13 years ago
  72. 314b92b Updated docstrings. by Vinay Sajip · 13 years ago
  73. 477a6eb Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 13 years ago
  74. b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 13 years ago
  75. 2265cf4 Merge. by Vinay Sajip · 13 years ago
  76. 7367d08 Added tests to improve coverage. by Vinay Sajip · 13 years ago
  77. f95f180 Merge 3.2 by Éric Araujo · 13 years ago
  78. 38cfe89 Merge 3.1 by Éric Araujo · 13 years ago
  79. cd6756d Branch merge by Éric Araujo · 13 years ago
  80. b79c234 Add missing colon by Éric Araujo · 13 years ago
  81. 0255973 merge 3.2 by Benjamin Peterson · 13 years ago
  82. c704378 merge 3.1 by Benjamin Peterson · 13 years ago
  83. 9b2fd32 Fix spelling. by Raymond Hettinger · 13 years ago
  84. fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  85. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  86. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 13 years ago
  87. 47583fa merge 3.2 by Benjamin Peterson · 13 years ago
  88. cee01bf merge 3.1 by Benjamin Peterson · 13 years ago
  89. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 13 years ago
  90. d23820b (Merge 3.2) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 13 years ago
  91. 5cf93c6 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 13 years ago
  92. 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 13 years ago
  93. 6a534e7 (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  94. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  95. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 13 years ago
  96. 571e8fd regrtest: add the name of the failing test on a child error (-j option) by Victor Stinner · 13 years ago
  97. 6c32b4a merge with 3.2 by Georg Brandl · 13 years ago
  98. da623ed Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  99. 2cdee70 Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  100. 90c3fb6 Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 13 years ago