1. 78ed83d Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 13 years ago
  2. 62f3d03 #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 13 years ago
  3. 80a61e8 #13387: rephrase unclear sentence. by Ezio Melotti · 13 years ago
  4. a51623b Fix inspect.getattr_static to work on modules (again). Closes issue 11813. by Michael Foord · 13 years ago
  5. bd206e2 Handle correctly _Py_fopen() error: don't replace the exception by Victor Stinner · 13 years ago
  6. 165b128 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 13 years ago
  7. 92ed387 Merge by Antoine Pitrou · 13 years ago
  8. ac0675c Small clarification in docstring of dict.update(): the positional argument is not required. by Georg Brandl · 13 years ago
  9. a742526 Merge by Antoine Pitrou · 13 years ago
  10. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 13 years ago
  11. 6fbd525 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 13 years ago
  12. 6d5f9e7 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 13 years ago
  13. cf53ae2 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 13 years ago
  14. a94a0e9 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
  15. 07b1c87 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  16. bb2e9c4 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 13 years ago
  17. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  18. 136ea49 Issue #10951: Fix a compiler warning in timemodule.c by Victor Stinner · 13 years ago
  19. 7e447c8 Fix compilation warning on Windows by Amaury Forgeot d'Arc · 13 years ago
  20. 0296a56 NULL and no exception set from tp_iternext means StopIteration by Benjamin Peterson · 13 years ago
  21. 9a80fa8 add test, which was missing from d64ac9ab4cd0 by Benjamin Peterson · 13 years ago
  22. 98f4e39 Issue #13764: remove outdated script Misc/build.sh by Antoine Pitrou · 13 years ago
  23. bc3b682 Closes #13761: add a "flush" keyword argument to print(). by Georg Brandl · 13 years ago
  24. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  25. 1f918c1 make Python-ast.c depend on Python-ast.h by Benjamin Peterson · 13 years ago
  26. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  27. e51757f move do_title to a better place by Benjamin Peterson · 13 years ago
  28. 3a5d4cb Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. by Antoine Pitrou · 13 years ago
  29. b63a450 test_strlit was never run by Antoine Pitrou · 13 years ago
  30. 821e4cf make fix_decimal_and_space_to_ascii check if it modifies the string by Benjamin Peterson · 13 years ago
  31. 1adbc6f merge heads by Benjamin Peterson · 13 years ago
  32. 0c91392 kill capwords implementation which has been disabled since the begining by Benjamin Peterson · 13 years ago
  33. dc41e3f Merge #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
  34. 70d62b3 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  35. 0ab2a26 merge 3.2 by Benjamin Peterson · 13 years ago
  36. 21e0da2 remove some usage of Py_UNICODE_TOUPPER/LOWER by Benjamin Peterson · 13 years ago
  37. 22ef4fa merge heads by Benjamin Peterson · 13 years ago
  38. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  39. 982c91e Merge with 3.2 by Terry Jan Reedy · 13 years ago
  40. 7a825ba Merge with 3.2 by Terry Jan Reedy · 13 years ago
  41. 610e814 Merge with 3.2 by Terry Jan Reedy · 13 years ago
  42. 9007f72 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  43. 1134b0d Fix _PyFaulthandler_Fini() so it can be called before _PyFaulthandler_Init() by Victor Stinner · 13 years ago
  44. 76961fa Issue #13757: Change os.fdlistdir() so that it duplicates the passed file by Charles-François Natali · 13 years ago
  45. bda7a80 Merge from 3.2 - Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 13 years ago
  46. 8d17234 Merge with 3.2 by Terry Jan Reedy · 13 years ago
  47. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  48. 8a9b9c7 Merge SSL doc fixes (issue #13747). by Antoine Pitrou · 13 years ago
  49. 7b7caa8 Fix nasty typo by Raymond Hettinger · 13 years ago
  50. 8bc8585 provide a common method to check for RETR_DATA validity, first checking the expected len and then the actual data content; this way we get a failure on len mismatch rather than content mismatch (which is very long and unreadable) by Giampaolo Rodola' · 13 years ago
  51. 0c5e52f Make the docstring style consistent. by Raymond Hettinger · 13 years ago
  52. 61bd729 Improve clarity with keyword argument for block. Move nowait methods together. by Raymond Hettinger · 13 years ago
  53. 143f51a Minor code clean-ups and beautifications. by Raymond Hettinger · 13 years ago
  54. f2840a8 Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as by Charles-François Natali · 13 years ago
  55. 38f425e Issue #13739: It's simpler and more direct to call rewinddir() at the beginning. by Charles-François Natali · 13 years ago
  56. 7546ad3 Issue #13739: In os.listdir(), rewind the directory stream (so that listdir() by Charles-François Natali · 13 years ago
  57. 94f6fa6 Issue #13738: Simplify implementation of bytes.lower() and bytes.upper(). by Antoine Pitrou · 13 years ago
  58. 69f39a5 Merge with 3.2 for #12364. by Ross Lagerwall · 13 years ago
  59. 7540427 Simplify the code using with-statements. by Raymond Hettinger · 13 years ago
  60. 2c94cdd Closes #13732: now use os.linesep instead of a literal newline. by Vinay Sajip · 13 years ago
  61. ac8f78a merge with 3.2 by Sandro Tosi · 13 years ago
  62. 61d28d6 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
  63. 5e60857 merge with 3.2 by Sandro Tosi · 13 years ago
  64. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  65. deec756 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  66. b1d44db Issue #12042: merge with 3.2 by Sandro Tosi · 13 years ago
  67. 5021428 Issue #11984: merge with 3.2 by Sandro Tosi · 13 years ago
  68. 8f771a4 Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  69. fa26c42 Closes #13699: merged fix from 3.2. by Vinay Sajip · 13 years ago
  70. 412d0f2 merge with 3.2 by Sandro Tosi · 13 years ago
  71. f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 13 years ago
  72. d710d14 convince regrtest.py we aren't modifying _CONFIG_VARS by Benjamin Peterson · 13 years ago
  73. a599489 Corrected typo in install docs by Jason R. Coombs · 13 years ago
  74. 2549f87 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
  75. 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 13 years ago
  76. 239a042 merge from 3.2 by Senthil Kumaran · 13 years ago
  77. 606e19d Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int by Victor Stinner · 13 years ago
  78. 8f746d8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  79. 3fe5531 Add a new PyUnicode_Fill() function by Victor Stinner · 13 years ago
  80. 332503d merge 3.2 by Benjamin Peterson · 13 years ago
  81. 199808b merge 3.2 by Benjamin Peterson · 13 years ago
  82. c095956 merge 3.2 by Benjamin Peterson · 13 years ago
  83. f3ac50b Merge by Antoine Pitrou · 13 years ago
  84. 72aeec3 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  85. 9b5626d merge with 3.2 by Sandro Tosi · 13 years ago
  86. 5c91242 merge with 3.2 by Sandro Tosi · 13 years ago
  87. 74c503b use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, leaving the os.SEEK_* constants only for os.lseek, as documented by Eli Bendersky · 13 years ago
  88. c041ab6 Mock the rename failure a bit better by Antoine Pitrou · 13 years ago
  89. 5e458f5 also decref the right thing by Benjamin Peterson · 13 years ago
  90. 4c13a4a ready the correct string by Benjamin Peterson · 13 years ago
  91. 02ffa08 merge heads by Benjamin Peterson · 13 years ago
  92. 22a2970 fix some possible refleaks from PyUnicode_READY error conditions by Benjamin Peterson · 13 years ago
  93. 4266333 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  94. dc9dd0d Add note on memory usage to LZMACompressor doc. by Nadeem Vawda · 13 years ago
  95. 9ca3ffa == -1 is convention by Benjamin Peterson · 13 years ago
  96. e157cf1 make switch more robust by Benjamin Peterson · 13 years ago
  97. 9912b39 merge with 3.2 by Sandro Tosi · 13 years ago
  98. a56ee04 Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by Hiroaki Kawai by Sandro Tosi · 13 years ago
  99. 35e0275 merge with 3.2 by Sandro Tosi · 13 years ago
  100. 245537a merge with 3.2 by Sandro Tosi · 13 years ago