1. 94d5a71 Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  2. b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  3. 50590f1 Use GetModuleHandleW to avoid *A functions where possible. by Martin v. Löwis · 13 years ago
  4. d61fdc1 Issue #13725: Add a NEWS entry. by Meador Inge · 13 years ago
  5. f37c198 Issue #13725: Add a NEWS entry. by Meador Inge · 13 years ago
  6. 124598c Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  7. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  8. 527c622 make YieldFrom its own distinct from Yield (closes #13780) by Benjamin Peterson · 13 years ago
  9. 91f252b merge from 3.2 - Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  10. 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  11. 87c0beb merge heads. by Senthil Kumaran · 13 years ago
  12. 4479577 merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  13. c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  14. 512d54f Merge. by Charles-François Natali · 13 years ago
  15. d612de1 Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. by Charles-François Natali · 13 years ago
  16. 6c3dd7e merge from 3.2 by Senthil Kumaran · 13 years ago
  17. 0e0772d merge from 3.2 by Senthil Kumaran · 13 years ago
  18. 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 13 years ago
  19. bcfe56d Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test. by Senthil Kumaran · 13 years ago
  20. 138f465 Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 patch, and make the private CallMethod variants consistent with the public one by Nick Coghlan · 13 years ago
  21. 76e1bb0 Fix indenting by Nick Coghlan · 13 years ago
  22. 4c1be9e Remove lingering artifact of an initial PEP 380 Grammar change that was later reverted by Nick Coghlan · 13 years ago
  23. 7cdb447 Merge by Terry Jan Reedy · 13 years ago
  24. ec6d7c8 Merge with 3.2 #13730 grammar fix by Terry Jan Reedy · 13 years ago
  25. 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 13 years ago
  26. a931463 #13730 grammar fix by Terry Jan Reedy · 13 years ago
  27. 2dfe6b0 Fix merge glitch in What's New by Nick Coghlan · 13 years ago
  28. 77b1ecf Silence compilation warnings on Windows by Amaury Forgeot d'Arc · 13 years ago
  29. 0a239e9 Fix compilation with C89 compilers (Windows...) by Amaury Forgeot d'Arc · 13 years ago
  30. e557da8 Fix a crash when the return value of a subgenerator is a temporary by Amaury Forgeot d'Arc · 13 years ago
  31. fffbfbd Issue #13764: remove outdated script Misc/build.sh by Antoine Pitrou · 13 years ago
  32. bbf5361 test_strlit was never run by Antoine Pitrou · 13 years ago
  33. a3d1e2e #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
  34. 889a510 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  35. 0010256 fold into one if statement by Benjamin Peterson · 13 years ago
  36. ea868d3 Minor correction. #11418 by Terry Jan Reedy · 13 years ago
  37. e247928 Closes #11633 Clarify print buffering. by Terry Jan Reedy · 13 years ago
  38. f4ec3c5 #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 13 years ago
  39. f7bfff0 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  40. 19d85c2 Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 13 years ago
  41. ee91e09 #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 13 years ago
  42. ac8bfca Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 13 years ago
  43. 84a2edc Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 13 years ago
  44. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 13 years ago
  45. 645a0dd Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 13 years ago
  46. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
  47. b52e7a9 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 13 years ago
  48. 441ae04 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  49. f576747 Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler by Sandro Tosi · 13 years ago
  50. ba232df Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 13 years ago
  51. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  52. cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
  53. 98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 13 years ago
  54. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
  55. b7ffed8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  56. a12d5c6 fix formatting by Benjamin Peterson · 13 years ago
  57. d204934 exception support is correct now (closes #13705) by Benjamin Peterson · 13 years ago
  58. a8d7037 merge 3.1 by Benjamin Peterson · 13 years ago
  59. b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 13 years ago
  60. 4f616af Merge by Antoine Pitrou · 13 years ago
  61. 8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  62. 753b79c Issue #6031: improve serve_forever() description by Sandro Tosi · 13 years ago
  63. ea320ab Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 13 years ago
  64. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  65. 70efbef Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  66. bdd5354 Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  67. da785fd Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 13 years ago
  68. b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 13 years ago
  69. 4391173 Update copyright dates in Mac plists. by Ned Deily · 13 years ago
  70. c40d362a merge heads by Benjamin Peterson · 13 years ago
  71. f606e68 add another year to glorious PSF IP by Benjamin Peterson · 13 years ago
  72. 1abde36 fix some broken URLs by Sandro Tosi · 13 years ago
  73. d08effe Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 13 years ago
  74. a6c4a10 indicate msg is an argument by Benjamin Peterson · 13 years ago
  75. 7c9907e Fix no-op tests in importlib. by Antoine Pitrou · 13 years ago
  76. 79ed84c use booleans by Benjamin Peterson · 13 years ago
  77. 0e61350 propgate error in other conditions by Benjamin Peterson · 13 years ago
  78. 1532c8f I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. by Georg Brandl · 13 years ago
  79. 7386662 use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ by Sandro Tosi · 13 years ago
  80. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
  81. 2b373b0 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  82. 44f568c fix to sent/send typo by Sandro Tosi · 13 years ago
  83. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  84. 3721fbc point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 13 years ago
  85. 75c71cc fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago
  86. baf30da remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  87. 0b7e536 correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 13 years ago
  88. ac007ba Issue #13632: Update token documentation to reflect actual token types by Meador Inge · 13 years ago
  89. 57f97f4 parameter_list was meant here by Benjamin Peterson · 13 years ago
  90. ad17358 kill superfluous 'comprehension' case (closes #13658) by Benjamin Peterson · 13 years ago
  91. fe8039b Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  92. 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  93. 83194f5 News entry for Issue12798 by Senthil Kumaran · 13 years ago
  94. 016c6d5 Issue12798 - Update mimetypes documentation. Correct the doc section where by Senthil Kumaran · 13 years ago
  95. 667d75d Don't redefine _GNU_SOURCE if it's already defined. by Ross Lagerwall · 13 years ago
  96. 031bf95 Issue #11006: Don't issue low level warning in subprocess when pipe2() fails. by Ross Lagerwall · 13 years ago
  97. 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 13 years ago
  98. 65a3f4b Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  99. 28f8bee Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  100. 08c08eb Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams. by Antoine Pitrou · 13 years ago