1. 17ace7a Merge with 3.1 by Ross Lagerwall · 14 years ago
  2. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 14 years ago
  3. 0a3a7d3 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 14 years ago
  4. d8f2d50 Issue #8982: Improve the documentation for the argparse Namespace object. by Steven Bethard · 14 years ago
  5. 08ce608 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 14 years ago
  6. c13d454 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 14 years ago
  7. 0a01b9f Merge from 3.2 by Antoine Pitrou · 14 years ago
  8. d9faa20 Read HTTP response inside transient_internet() by Antoine Pitrou · 14 years ago
  9. b651949 test_urllibnet: make it so that transient_internet() applies to the by Antoine Pitrou · 14 years ago
  10. 424f6e1 Fix NEWS item that ended up in wrong section by Steven Bethard · 14 years ago
  11. 006ba5c Fix NEWS item that ended up in wrong section by Steven Bethard · 14 years ago
  12. edbe4c5 Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.) by Steven Bethard · 14 years ago
  13. 8d9a462 Issue #9348: Raise an early error if argparse nargs and metavar don't match. by Steven Bethard · 14 years ago
  14. 0331e90 Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names by Steven Bethard · 14 years ago
  15. 657bd0a Merge #11675 by Mark Dickinson · 14 years ago
  16. 633872e Merge #11675 by Mark Dickinson · 14 years ago
  17. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 14 years ago
  18. b9a1c56 Merge #10553 followup from 3.2 by Éric Araujo · 14 years ago
  19. 01606de #10553: Explain why compileall has no command-line argument to control optimization by Éric Araujo · 14 years ago
  20. b3a591b Branch merge by Éric Araujo · 14 years ago
  21. 5c1da90 Merge 3.2 by Éric Araujo · 14 years ago
  22. b39b196 Branch merge by Éric Araujo · 14 years ago
  23. 722bec4 Merge 3.1 by Éric Araujo · 14 years ago
  24. 211643b Branch merge by Éric Araujo · 14 years ago
  25. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 14 years ago
  26. 4e4edf5 Merge from 3.2 by Kurt B. Kaiser · 14 years ago
  27. e7665c4 Merge from 3.1 by Kurt B. Kaiser · 14 years ago
  28. 946f172 <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 by Kurt B. Kaiser · 14 years ago
  29. 1c5df5d Merge doc touchups from 3.1 by Éric Araujo · 14 years ago
  30. f84eb5a Branch merge by Éric Araujo · 14 years ago
  31. 5ab4776 Tweaks to sys.flags description table. by Éric Araujo · 14 years ago
  32. 007bdbd Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 14 years ago
  33. 1103d05 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 14 years ago
  34. a464d4e Remove untrue statement from tutorial by Éric Araujo · 14 years ago
  35. 79fe2a3 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 14 years ago
  36. 66a4e12 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 14 years ago
  37. b9a428d #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 14 years ago
  38. 4967be0 Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 14 years ago
  39. df07aac Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 14 years ago
  40. 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 14 years ago
  41. 4dcf502 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] by Éric Araujo · 14 years ago
  42. 041015c #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 14 years ago
  43. fd2c2a5 #2650: Merge with 3.2. by Ezio Melotti · 14 years ago
  44. 213eb96 #2650: Merge with 3.1. by Ezio Melotti · 14 years ago
  45. ebbf1e6 #2650: Refactor re.escape to use enumerate(). by Ezio Melotti · 14 years ago
  46. 7b9e97b #2650: Add tests with non-ascii chars for re.escape. by Ezio Melotti · 14 years ago
  47. d2114eb #2650: Refactor the tests for re.escape. by Ezio Melotti · 14 years ago
  48. 518b5ae Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a by Thomas Wouters · 14 years ago
  49. 07b29a0 Merge from 3.2 again by Kurt B. Kaiser · 14 years ago
  50. 32a95a7 Merge from 3.1 again by Kurt B. Kaiser · 14 years ago
  51. 7a0814c Merge from 3.2 again by Kurt B. Kaiser · 14 years ago
  52. 439dfff Merge 3.2 heads by Kurt B. Kaiser · 14 years ago
  53. e093b0d Merge default heads by Kurt B. Kaiser · 14 years ago
  54. 1aef6b6 Issue #11634: Remove misleading paragraph from a comment by Eli Bendersky · 14 years ago
  55. e88893c Merge heads by Kurt B. Kaiser · 14 years ago
  56. 85f3cb4 Merge 3.2 by Kurt B. Kaiser · 14 years ago
  57. 5764830 #11093: make NOTTESTS empty by renaming confusingly named files in test dir. by R David Murray · 14 years ago
  58. b588f8d #11031: Add --testdir to specify where to find tests by R David Murray · 14 years ago
  59. 03504fc #11030: make --coverdir work for relative directories again. by R David Murray · 14 years ago
  60. 6712a3e Remove test_importable(). Couldn't see how to make this reliable across all platforms. by Raymond Hettinger · 14 years ago
  61. 5cf7878 Merge 3.1 by Kurt B. Kaiser · 14 years ago
  62. 73979c3 Merge 3.2 by Kurt B. Kaiser · 14 years ago
  63. d4652fa Isolate the test_source() test in test_collections by Raymond Hettinger · 14 years ago
  64. 73bd044 Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 14 years ago
  65. c7d28be Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 14 years ago
  66. b938c8c #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 14 years ago
  67. f9439914 Merge 3.1 by Kurt B. Kaiser · 14 years ago
  68. f09e652 Merge 3.2 by Victor Stinner · 14 years ago
  69. 900189b Merge 3.1 by Victor Stinner · 14 years ago
  70. 29943aa test_multiprocessing: use assertLess() to see the timeout on error by Victor Stinner · 14 years ago
  71. bace3b9 Add tests for the atexit hook in concurrent.futures (part of #11635) by Antoine Pitrou · 14 years ago
  72. aebac0b Add tests for the atexit hook in concurrent.futures (part of #11635) by Antoine Pitrou · 14 years ago
  73. ea8b024 issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 14 years ago
  74. e6ead39 issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Patch by Nadeem Vawda by Senthil Kumaran · 14 years ago
  75. 2024acd issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Patch by Nadeem Vawda. by Senthil Kumaran · 14 years ago
  76. f6d3e8e Add tests for _source to importable and exec'able. by Raymond Hettinger · 14 years ago
  77. 5d43cff Remove a stale comment. by Brett Cannon · 14 years ago
  78. 442c9b9 Make importlib compatible with __import__ by "fixing" code.co_filename paths. by Brett Cannon · 14 years ago
  79. a7468bc Have importlib use the repr of a module name in error messages. by Brett Cannon · 14 years ago
  80. f3c524d Issue #11653: fix -W with -j in regrtest. by Antoine Pitrou · 14 years ago
  81. e44b125 Add NEWS entry for 9aa6097131ef by Antoine Pitrou · 14 years ago
  82. 293954d Issue #11653: fix -W with -j in regrtest by Antoine Pitrou · 14 years ago
  83. 15d0c1d Minor clean-ups. by Raymond Hettinger · 14 years ago
  84. 28dff61 Add news entry for the _source attribute created by namedtuple. by Raymond Hettinger · 14 years ago
  85. 41da10e Merge by Raymond Hettinger · 14 years ago
  86. 2ebea41 Expose the namedtuple source with a _source attribute. by Raymond Hettinger · 14 years ago
  87. 5839b96 Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 14 years ago
  88. 523b41c Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 14 years ago
  89. cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 14 years ago
  90. 6ab79d9 Allow "-j0" as an argument to regrtest, to automatically select an by Antoine Pitrou · 14 years ago
  91. 5066b03 Fix transmitting warning options to the children when running tests in by Antoine Pitrou · 14 years ago
  92. 843a751 Move namespace setup inside the template. by Raymond Hettinger · 14 years ago
  93. 3dcf745 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
  94. 3d9e973 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
  95. ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
  96. 7c9e803 Issue #11244: Remove outdated peepholer check that was preventing the peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch. by Mark Dickinson · 14 years ago
  97. ba7b560 Fix set representation in an example. by Raymond Hettinger · 14 years ago
  98. b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 14 years ago
  99. fef8546 Factor-out named tuple class definition template strings. by Raymond Hettinger · 14 years ago
  100. e84c4df Branch merge by Éric Araujo · 14 years ago