1. af5facc Add part of test_inspect test from 2.7 by Antoine Pitrou · 12 years ago
  2. 0c60381 Add part of test_inspect test from 2.7 by Antoine Pitrou · 12 years ago
  3. c5e1199 Issue #5689: Avoid excessive memory usage by using the default lzma preset. by Lars Gustäbel · 12 years ago
  4. 50a4d5d Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 12 years ago
  5. 892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 12 years ago
  6. 5c1d814 MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 12 years ago
  7. 031605a And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 12 years ago
  8. b78e1df MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 12 years ago
  9. 1aa1cf3 Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 12 years ago
  10. 2c5b688 MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 12 years ago
  11. 6e35d41 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 12 years ago
  12. 44acda4 MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 12 years ago
  13. 8874fd6 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 12 years ago
  14. b94b266 Close #10278: Add time.wallclock() function, monotonic clock. by Victor Stinner · 12 years ago
  15. 72750a8 Issue #13809: Make bz2 module work with threads disabled. by Nadeem Vawda · 12 years ago
  16. 7422b22 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 12 years ago
  17. 2f828f2 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 12 years ago
  18. 0174db5 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 12 years ago
  19. 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 12 years ago
  20. f522aea Issue #13588: Rename decorators in importlib. by Brett Cannon · 12 years ago
  21. b5a6deb Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy. by Terry Jan Reedy · 12 years ago
  22. dc224f8 #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. by Terry Jan Reedy · 12 years ago
  23. 6f5b6d7 kill useless import added by 87331661042b by Benjamin Peterson · 12 years ago
  24. 0c6bab1 merge 3.2 (#13766) by Benjamin Peterson · 12 years ago
  25. a846d0a explain why we need this grammar file (closes #13766) by Benjamin Peterson · 12 years ago
  26. da05f45 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 12 years ago
  27. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 12 years ago
  28. 2d49600 Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 12 years ago
  29. 7f53aea #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 12 years ago
  30. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 13 years ago
  31. 94d5a71 Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  32. b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  33. 124598c Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  34. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  35. 527c622 make YieldFrom its own distinct from Yield (closes #13780) by Benjamin Peterson · 13 years ago
  36. 91f252b merge from 3.2 - Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  37. 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  38. 87c0beb merge heads. by Senthil Kumaran · 13 years ago
  39. 4479577 merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  40. c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  41. 512d54f Merge. by Charles-François Natali · 13 years ago
  42. d612de1 Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. by Charles-François Natali · 13 years ago
  43. 6c3dd7e merge from 3.2 by Senthil Kumaran · 13 years ago
  44. 0e0772d merge from 3.2 by Senthil Kumaran · 13 years ago
  45. 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 13 years ago
  46. 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
  47. e557da8 Fix a crash when the return value of a subgenerator is a temporary by Amaury Forgeot d'Arc · 13 years ago
  48. bbf5361 test_strlit was never run by Antoine Pitrou · 13 years ago
  49. f7bfff0 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  50. ee91e09 #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 13 years ago
  51. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 13 years ago
  52. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
  53. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  54. cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
  55. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
  56. a8d7037 merge 3.1 by Benjamin Peterson · 13 years ago
  57. b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 13 years ago
  58. 8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  59. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  60. 70efbef Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  61. bdd5354 Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  62. 7c9907e Fix no-op tests in importlib. by Antoine Pitrou · 13 years ago
  63. 0e61350 propgate error in other conditions by Benjamin Peterson · 13 years ago
  64. fe8039b Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  65. 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  66. 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 13 years ago
  67. 65a3f4b Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  68. 28f8bee Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  69. 86a8a9a Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 13 years ago
  70. bf38315 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 13 years ago
  71. 7ded21e Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 13 years ago
  72. 4ce2f36 Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 13 years ago
  73. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 13 years ago
  74. 78ed83d Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 13 years ago
  75. 62f3d03 #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 13 years ago
  76. a51623b Fix inspect.getattr_static to work on modules (again). Closes issue 11813. by Michael Foord · 13 years ago
  77. 165b128 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 13 years ago
  78. a742526 Merge by Antoine Pitrou · 13 years ago
  79. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 13 years ago
  80. 6d5f9e7 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 13 years ago
  81. cf53ae2 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 13 years ago
  82. 0296a56 NULL and no exception set from tp_iternext means StopIteration by Benjamin Peterson · 13 years ago
  83. 9a80fa8 add test, which was missing from d64ac9ab4cd0 by Benjamin Peterson · 13 years ago
  84. bc3b682 Closes #13761: add a "flush" keyword argument to print(). by Georg Brandl · 13 years ago
  85. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  86. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  87. 3a5d4cb Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. by Antoine Pitrou · 13 years ago
  88. b63a450 test_strlit was never run by Antoine Pitrou · 13 years ago
  89. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  90. 9007f72 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  91. 76961fa Issue #13757: Change os.fdlistdir() so that it duplicates the passed file by Charles-François Natali · 13 years ago
  92. 8d17234 Merge with 3.2 by Terry Jan Reedy · 13 years ago
  93. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  94. 7b7caa8 Fix nasty typo by Raymond Hettinger · 13 years ago
  95. 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
  96. 0c5e52f Make the docstring style consistent. by Raymond Hettinger · 13 years ago
  97. 61bd729 Improve clarity with keyword argument for block. Move nowait methods together. by Raymond Hettinger · 13 years ago
  98. 143f51a Minor code clean-ups and beautifications. by Raymond Hettinger · 13 years ago
  99. 7546ad3 Issue #13739: In os.listdir(), rewind the directory stream (so that listdir() by Charles-François Natali · 13 years ago
  100. 69f39a5 Merge with 3.2 for #12364. by Ross Lagerwall · 13 years ago