1. 31af0ce Remove "documenting" latex document. by Georg Brandl · 13 years ago
  2. eea4846 don't ready in case_operation, since most callers do it themselves by Benjamin Peterson · 13 years ago
  3. d120083 Issue: #12409: merge with 3.2 by Sandro Tosi · 13 years ago
  4. 32ee44f Issue: #12409: remove obsolete susp-entries by Sandro Tosi · 13 years ago
  5. f522aea Issue #13588: Rename decorators in importlib. by Brett Cannon · 13 years ago
  6. d3af6e3 fix spelling by Benjamin Peterson · 13 years ago
  7. de5827d invert condition (head bang) by Benjamin Peterson · 13 years ago
  8. 8d5a62d murder tabs by Benjamin Peterson · 13 years ago
  9. 0fa35ea fix possible refleaks by Benjamin Peterson · 13 years ago
  10. 89f8b80 use helpful PyUnicode_IS_ASCII macro by Benjamin Peterson · 13 years ago
  11. 5eda913 PyUnicode_DecodeUTF8 will always return a ready string by Benjamin Peterson · 13 years ago
  12. 8f56e09 rewrite such that this actually makes sense by Benjamin Peterson · 13 years ago
  13. d1bb06f regenerated using autoconf, includes dirfd test. by Gregory P. Smith · 13 years ago
  14. 30c8a11 Add a test for the dirfd library function (to be used in an upcoming by Gregory P. Smith · 13 years ago
  15. 6914048 regenerate configure using autoconf. includes the dirfd test. by Gregory P. Smith · 13 years ago
  16. 4188441 Test for the dirfd library function (for use in some upcoming changes). by Gregory P. Smith · 13 years ago
  17. b5a6deb Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy. by Terry Jan Reedy · 13 years ago
  18. dc224f8 #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. by Terry Jan Reedy · 13 years ago
  19. f61ee5a #13715: merge with 3.2. by Ezio Melotti · 13 years ago
  20. 01b34af #13715: fix typo in unicodedata doc. Patch by Eli Collins. by Ezio Melotti · 13 years ago
  21. 37c7a06 #13695: merge with 3.2. by Ezio Melotti · 13 years ago
  22. 9ecb6be #13695: fix a couple of typos in the doc. by Ezio Melotti · 13 years ago
  23. 6f5b6d7 kill useless import added by 87331661042b by Benjamin Peterson · 13 years ago
  24. c6630b9 fix old titlecase function for extended case chars by Benjamin Peterson · 13 years ago
  25. 0c6bab1 merge 3.2 (#13766) by Benjamin Peterson · 13 years ago
  26. a846d0a explain why we need this grammar file (closes #13766) by Benjamin Peterson · 13 years ago
  27. 9487c4d comment about how flags could be expanded by Benjamin Peterson · 13 years ago
  28. ad9c569 delta encoding of upper/lower/title makes a glorious return (#12736) by Benjamin Peterson · 13 years ago
  29. da05f45 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 13 years ago
  30. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 13 years ago
  31. 2d49600 Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  32. 7f53aea #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  33. f5b62a9 Consolidate the occurrances of the prime used as the multiplier when hashing. by Gregory P. Smith · 13 years ago
  34. 63e6c32 Consolidate the occurrances of the prime used as the multiplier when hashing by Gregory P. Smith · 13 years ago
  35. d66b505 merge heads by Gregory P. Smith · 13 years ago
  36. 5831bd2 Remove an unnecessary extra copy of the bytes hash function. by Gregory P. Smith · 13 years ago
  37. ee090c7 merge with 3.2 by Sandro Tosi · 13 years ago
  38. 515687a remove 'Documenting Python' and its references, it's now on devguide by Sandro Tosi · 13 years ago
  39. 0ea3ea5 Mention the additional way to use the lvl parameter and when it changed. by Gregory P. Smith · 13 years ago
  40. c1f079f Mention the additional way to use the lvl parameter and when it changed. by Gregory P. Smith · 13 years ago
  41. c8d8b88 fix possible refleaks if PyUnicode_READY fails by Benjamin Peterson · 13 years ago
  42. bac7949 always explicitly check for -1 from PyUnicode_READY by Benjamin Peterson · 13 years ago
  43. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 13 years ago
  44. 94d5a71 Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  45. b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  46. 50590f1 Use GetModuleHandleW to avoid *A functions where possible. by Martin v. Löwis · 13 years ago
  47. d61fdc1 Issue #13725: Add a NEWS entry. by Meador Inge · 13 years ago
  48. f37c198 Issue #13725: Add a NEWS entry. by Meador Inge · 13 years ago
  49. 124598c Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  50. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  51. 527c622 make YieldFrom its own distinct from Yield (closes #13780) by Benjamin Peterson · 13 years ago
  52. 91f252b merge from 3.2 - Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  53. 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  54. 87c0beb merge heads. by Senthil Kumaran · 13 years ago
  55. 4479577 merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  56. c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  57. 512d54f Merge. by Charles-François Natali · 13 years ago
  58. d612de1 Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. by Charles-François Natali · 13 years ago
  59. 6c3dd7e merge from 3.2 by Senthil Kumaran · 13 years ago
  60. 0e0772d merge from 3.2 by Senthil Kumaran · 13 years ago
  61. 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 13 years ago
  62. 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
  63. 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
  64. 76e1bb0 Fix indenting by Nick Coghlan · 13 years ago
  65. 4c1be9e Remove lingering artifact of an initial PEP 380 Grammar change that was later reverted by Nick Coghlan · 13 years ago
  66. 7cdb447 Merge by Terry Jan Reedy · 13 years ago
  67. ec6d7c8 Merge with 3.2 #13730 grammar fix by Terry Jan Reedy · 13 years ago
  68. 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 13 years ago
  69. a931463 #13730 grammar fix by Terry Jan Reedy · 13 years ago
  70. 2dfe6b0 Fix merge glitch in What's New by Nick Coghlan · 13 years ago
  71. 77b1ecf Silence compilation warnings on Windows by Amaury Forgeot d'Arc · 13 years ago
  72. 0a239e9 Fix compilation with C89 compilers (Windows...) by Amaury Forgeot d'Arc · 13 years ago
  73. e557da8 Fix a crash when the return value of a subgenerator is a temporary by Amaury Forgeot d'Arc · 13 years ago
  74. fffbfbd Issue #13764: remove outdated script Misc/build.sh by Antoine Pitrou · 13 years ago
  75. bbf5361 test_strlit was never run by Antoine Pitrou · 13 years ago
  76. a3d1e2e #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
  77. 889a510 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  78. 0010256 fold into one if statement by Benjamin Peterson · 13 years ago
  79. ea868d3 Minor correction. #11418 by Terry Jan Reedy · 13 years ago
  80. e247928 Closes #11633 Clarify print buffering. by Terry Jan Reedy · 13 years ago
  81. f4ec3c5 #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 13 years ago
  82. f7bfff0 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  83. 19d85c2 Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 13 years ago
  84. ee91e09 #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 13 years ago
  85. ac8bfca Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 13 years ago
  86. 84a2edc Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 13 years ago
  87. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 13 years ago
  88. 645a0dd Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 13 years ago
  89. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
  90. b52e7a9 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 13 years ago
  91. 441ae04 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  92. f576747 Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler by Sandro Tosi · 13 years ago
  93. ba232df Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 13 years ago
  94. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  95. cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
  96. 98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 13 years ago
  97. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
  98. b7ffed8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  99. a12d5c6 fix formatting by Benjamin Peterson · 13 years ago
  100. d204934 exception support is correct now (closes #13705) by Benjamin Peterson · 13 years ago