1. c17c6d9 Add a reference to the PEP 398 for python 3.3 release schedule by Alexis Metaireau · 14 years ago
  2. 2c173ba #11985: merge with 3.2. by Ezio Melotti · 14 years ago
  3. e548f5a #11985: merge with 3.1. by Ezio Melotti · 14 years ago
  4. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 14 years ago
  5. 6d3c9a6 Mention that timezone is a subclass of tzinfo. by Alexander Belopolsky · 14 years ago
  6. 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 14 years ago
  7. 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 14 years ago
  8. 6fd49e1 Issue #11998, issue #8407: workaround _tkinter issue in test_signal by Victor Stinner · 14 years ago
  9. 55b5fa7 regrtest: dump all threads on a crash, not only the current thread by Victor Stinner · 14 years ago
  10. afd0117 Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
  11. 03b8d4e Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
  12. 308053e Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
  13. 5bc7a44 test_math.py: Use correct signs on zeros for expected fmod results. by Mark Dickinson · 14 years ago
  14. 0cc28b7 Remove an unused import and an unused local definition from test_math.py. by Mark Dickinson · 14 years ago
  15. e7a2430 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
  16. 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
  17. 4e787ae #11985: merge with 3.2. by Ezio Melotti · 14 years ago
  18. 5098d44 #11985: merge with 3.1. by Ezio Melotti · 14 years ago
  19. b351bcc #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 14 years ago
  20. 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 14 years ago
  21. f44ce87 Issue #8407: disable faulthandler timeout thread on all platforms by Victor Stinner · 14 years ago
  22. 441f935 Fix typo in name of private function by Antoine Pitrou · 14 years ago
  23. b87a56a Fix typo in name of private function by Antoine Pitrou · 14 years ago
  24. d0e516d Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been by Victor Stinner · 14 years ago
  25. 2d4a91e Issue #8407: Fix pthread_sigmask() tests on Mac OS X by Victor Stinner · 14 years ago
  26. 49a40cd Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list. by Brian Curtin · 14 years ago
  27. 5611a1c Issue #11930: Added Misc/NEWS and versionchanged entries. by Alexander Belopolsky · 14 years ago
  28. 334fdee merge by Raymond Hettinger · 14 years ago
  29. a5ac2ce Backport 3.3 fixes and cleans ups. by Raymond Hettinger · 14 years ago
  30. 4409493 Relax %Y test. by Alexander Belopolsky · 14 years ago
  31. 66746cb Removed unused variable by Alexander Belopolsky · 14 years ago
  32. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 14 years ago
  33. 9d8c3b7 dummy merge by Raymond Hettinger · 14 years ago
  34. 81b9656 Backport code cleanup for namedtuples. by Raymond Hettinger · 14 years ago
  35. 09a98a9 merge by Alexander Belopolsky · 14 years ago
  36. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 14 years ago
  37. 72c53b5 cleanup signalmodule.c: use PyModule_AddIntMacro() by Victor Stinner · 14 years ago
  38. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
  39. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
  40. 714b8dc Improved thread interlocks in tests. by Vinay Sajip · 14 years ago
  41. 314b92b Updated docstrings. by Vinay Sajip · 14 years ago
  42. 477a6eb Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 14 years ago
  43. b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 14 years ago
  44. 2265cf4 Merge. by Vinay Sajip · 14 years ago
  45. 7367d08 Added tests to improve coverage. by Vinay Sajip · 14 years ago
  46. f95f180 Merge 3.2 by Éric Araujo · 14 years ago
  47. 38cfe89 Merge 3.1 by Éric Araujo · 14 years ago
  48. cd6756d Branch merge by Éric Araujo · 14 years ago
  49. b79c234 Add missing colon by Éric Araujo · 14 years ago
  50. 0255973 merge 3.2 by Benjamin Peterson · 14 years ago
  51. c704378 merge 3.1 by Benjamin Peterson · 14 years ago
  52. 9b2fd32 Fix spelling. by Raymond Hettinger · 14 years ago
  53. fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  54. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  55. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
  56. 47583fa merge 3.2 by Benjamin Peterson · 14 years ago
  57. cee01bf merge 3.1 by Benjamin Peterson · 14 years ago
  58. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 14 years ago
  59. d23820b (Merge 3.2) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  60. 5cf93c6 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  61. 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  62. 6a534e7 (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  63. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  64. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 14 years ago
  65. 571e8fd regrtest: add the name of the failing test on a child error (-j option) by Victor Stinner · 14 years ago
  66. 6c32b4a merge with 3.2 by Georg Brandl · 14 years ago
  67. da623ed Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 14 years ago
  68. 2cdee70 Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 14 years ago
  69. 90c3fb6 Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
  70. e97f14c Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
  71. 9c4f09d #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
  72. 3bba57d Fix wording by Éric Araujo · 14 years ago
  73. c90e19d Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost". by Victor Stinner · 14 years ago
  74. afbc850 Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
  75. 361a7df Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
  76. bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
  77. d3f075a Merge #11883: replace incorrect call to sendmail with correct call to send_message by R David Murray · 14 years ago
  78. 7461298 #11883: replace incorrect call to sendmail with correct call to send_message by R David Murray · 14 years ago
  79. 48006cf Fix test. by Ezio Melotti · 14 years ago
  80. a463d25 Improved test coverage. by Vinay Sajip · 14 years ago
  81. de19e08 Updated usage of boolean values. by Vinay Sajip · 14 years ago
  82. 312cc0d Updated usage of boolean values. by Vinay Sajip · 14 years ago
  83. c55a7ea Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 14 years ago
  84. b751d61 Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 14 years ago
  85. 9beb34e #11901: post-commit review fixes per Georg Brandl by R David Murray · 14 years ago
  86. 1a50972 merge 3.2 by Benjamin Peterson · 14 years ago
  87. f97aed1 merge 3.1 by Benjamin Peterson · 14 years ago
  88. 4c02088 fix function name in example (closes #11966) by Benjamin Peterson · 14 years ago
  89. 00db582 Fix indentation. by Georg Brandl · 14 years ago
  90. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 14 years ago
  91. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 14 years ago
  92. fab6c70 Merge 3.2: ignore commits (already done in 3.3 previously) by Victor Stinner · 14 years ago
  93. af2afc8 Merged mentions of issues #11324 and #11858. by Łukasz Langa · 14 years ago
  94. 90759a2 Mentioned issues #11324 and #11858. by Łukasz Langa · 14 years ago
  95. 6b549a4 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  96. 3040193 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  97. 73365dd whitespace... by Brian Curtin · 14 years ago
  98. e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  99. 4a0afa2 Wrap the correct test with the skip decorator for the issue10761. by Senthil Kumaran · 14 years ago
  100. be5dbeb merge from 3.1 by Senthil Kumaran · 14 years ago