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