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