1. 22ef4fa merge heads by Benjamin Peterson · 13 years ago
  2. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  3. 982c91e Merge with 3.2 by Terry Jan Reedy · 13 years ago
  4. ea868d3 Minor correction. #11418 by Terry Jan Reedy · 13 years ago
  5. 7a825ba Merge with 3.2 by Terry Jan Reedy · 13 years ago
  6. e247928 Closes #11633 Clarify print buffering. by Terry Jan Reedy · 13 years ago
  7. 610e814 Merge with 3.2 by Terry Jan Reedy · 13 years ago
  8. f4ec3c5 #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 13 years ago
  9. 9007f72 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  10. f7bfff0 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  11. 1134b0d Fix _PyFaulthandler_Fini() so it can be called before _PyFaulthandler_Init() by Victor Stinner · 13 years ago
  12. 76961fa Issue #13757: Change os.fdlistdir() so that it duplicates the passed file by Charles-François Natali · 13 years ago
  13. 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
  14. 19d85c2 Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 13 years ago
  15. 8d17234 Merge with 3.2 by Terry Jan Reedy · 13 years ago
  16. ee91e09 #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 13 years ago
  17. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  18. 8a9b9c7 Merge SSL doc fixes (issue #13747). by Antoine Pitrou · 13 years ago
  19. ac8bfca Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 13 years ago
  20. 84a2edc Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 13 years ago
  21. 7b7caa8 Fix nasty typo by Raymond Hettinger · 13 years ago
  22. 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
  23. 0c5e52f Make the docstring style consistent. by Raymond Hettinger · 13 years ago
  24. 61bd729 Improve clarity with keyword argument for block. Move nowait methods together. by Raymond Hettinger · 13 years ago
  25. 143f51a Minor code clean-ups and beautifications. by Raymond Hettinger · 13 years ago
  26. f2840a8 Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as by Charles-François Natali · 13 years ago
  27. 38f425e Issue #13739: It's simpler and more direct to call rewinddir() at the beginning. by Charles-François Natali · 13 years ago
  28. 7546ad3 Issue #13739: In os.listdir(), rewind the directory stream (so that listdir() by Charles-François Natali · 13 years ago
  29. 94f6fa6 Issue #13738: Simplify implementation of bytes.lower() and bytes.upper(). by Antoine Pitrou · 13 years ago
  30. 69f39a5 Merge with 3.2 for #12364. by Ross Lagerwall · 13 years ago
  31. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 13 years ago
  32. 7540427 Simplify the code using with-statements. by Raymond Hettinger · 13 years ago
  33. 2c94cdd Closes #13732: now use os.linesep instead of a literal newline. by Vinay Sajip · 13 years ago
  34. ac8f78a merge with 3.2 by Sandro Tosi · 13 years ago
  35. 645a0dd Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 13 years ago
  36. 61d28d6 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
  37. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
  38. 5e60857 merge with 3.2 by Sandro Tosi · 13 years ago
  39. b52e7a9 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 13 years ago
  40. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  41. deec756 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  42. 441ae04 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  43. b1d44db Issue #12042: merge with 3.2 by Sandro Tosi · 13 years ago
  44. f576747 Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler by Sandro Tosi · 13 years ago
  45. 5021428 Issue #11984: merge with 3.2 by Sandro Tosi · 13 years ago
  46. ba232df Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 13 years ago
  47. 8f771a4 Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  48. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  49. fa26c42 Closes #13699: merged fix from 3.2. by Vinay Sajip · 13 years ago
  50. cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
  51. 412d0f2 merge with 3.2 by Sandro Tosi · 13 years ago
  52. 98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 13 years ago
  53. f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 13 years ago
  54. d710d14 convince regrtest.py we aren't modifying _CONFIG_VARS by Benjamin Peterson · 13 years ago
  55. a599489 Corrected typo in install docs by Jason R. Coombs · 13 years ago
  56. 2549f87 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
  57. 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 13 years ago
  58. 239a042 merge from 3.2 by Senthil Kumaran · 13 years ago
  59. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
  60. 606e19d Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int by Victor Stinner · 13 years ago
  61. 8f746d8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  62. b7ffed8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  63. 3fe5531 Add a new PyUnicode_Fill() function by Victor Stinner · 13 years ago
  64. 332503d merge 3.2 by Benjamin Peterson · 13 years ago
  65. a12d5c6 fix formatting by Benjamin Peterson · 13 years ago
  66. 199808b merge 3.2 by Benjamin Peterson · 13 years ago
  67. d204934 exception support is correct now (closes #13705) by Benjamin Peterson · 13 years ago
  68. c095956 merge 3.2 by Benjamin Peterson · 13 years ago
  69. a8d7037 merge 3.1 by Benjamin Peterson · 13 years ago
  70. b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 13 years ago
  71. f3ac50b Merge by Antoine Pitrou · 13 years ago
  72. 4f616af Merge by Antoine Pitrou · 13 years ago
  73. 72aeec3 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  74. 9b5626d merge with 3.2 by Sandro Tosi · 13 years ago
  75. 8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  76. 753b79c Issue #6031: improve serve_forever() description by Sandro Tosi · 13 years ago
  77. 5c91242 merge with 3.2 by Sandro Tosi · 13 years ago
  78. ea320ab Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 13 years ago
  79. 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
  80. c041ab6 Mock the rename failure a bit better by Antoine Pitrou · 13 years ago
  81. 5e458f5 also decref the right thing by Benjamin Peterson · 13 years ago
  82. 4c13a4a ready the correct string by Benjamin Peterson · 13 years ago
  83. 02ffa08 merge heads by Benjamin Peterson · 13 years ago
  84. 22a2970 fix some possible refleaks from PyUnicode_READY error conditions by Benjamin Peterson · 13 years ago
  85. 4266333 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  86. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  87. dc9dd0d Add note on memory usage to LZMACompressor doc. by Nadeem Vawda · 13 years ago
  88. 9ca3ffa == -1 is convention by Benjamin Peterson · 13 years ago
  89. e157cf1 make switch more robust by Benjamin Peterson · 13 years ago
  90. 9912b39 merge with 3.2 by Sandro Tosi · 13 years ago
  91. 70efbef Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  92. a56ee04 Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by Hiroaki Kawai by Sandro Tosi · 13 years ago
  93. 35e0275 merge with 3.2 by Sandro Tosi · 13 years ago
  94. bdd5354 Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  95. 245537a merge with 3.2 by Sandro Tosi · 13 years ago
  96. da785fd Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 13 years ago
  97. bc25dcf merge with 3.2 by Sandro Tosi · 13 years ago
  98. b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 13 years ago
  99. 49890c0 merge 3.2 by Ned Deily · 13 years ago
  100. 4391173 Update copyright dates in Mac plists. by Ned Deily · 13 years ago