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