1. 906f0c4 Fix #11509. Significantly increase test coverage for fileinput. by briancurtin · 13 years ago
  2. 2e3112f Typo. by Eric V. Smith · 13 years ago
  3. 58e317b merge 1579808ef25b by Gregory P. Smith · 13 years ago
  4. de3909d merge 141bbcb19c06 by Gregory P. Smith · 13 years ago
  5. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 13 years ago
  6. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  7. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  8. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  9. deaa678 Merge redundant __contains__ doc fix from 3.2. by R David Murray · 13 years ago
  10. c48c19a Merge redundant __contains__ doc fix from 3.1. by R David Murray · 13 years ago
  11. f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 13 years ago
  12. 7d9129c Merge long Japanese header fix from 3.2. by R David Murray · 13 years ago
  13. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 13 years ago
  14. a9b3a1c Merge with hg.python.org. by Reid Kleckner · 13 years ago
  15. 93479cc Tweak subprocess test timeouts to satisfy the buildbot. by Reid Kleckner · 13 years ago
  16. ee354ea merge default by Michael Foord · 13 years ago
  17. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 13 years ago
  18. 5596a8c Merge with remote by Nick Coghlan · 13 years ago
  19. d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 13 years ago
  20. ba3a978 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 13 years ago
  21. f2db4de Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 13 years ago
  22. 4572572 Merge linesep docstring changes from 3.2. by R David Murray · 13 years ago
  23. cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 13 years ago
  24. e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list by Ronald Oussoren · 13 years ago
  25. 750beda Merge #11496 from 3.2. by R David Murray · 13 years ago
  26. f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 13 years ago
  27. 30bb6e0 Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  28. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  29. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  30. b4039aa whitespace fix by Gregory P. Smith · 13 years ago
  31. 5865fac merge default by Gregory P. Smith · 13 years ago
  32. 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 13 years ago
  33. 80b92d1 Attempt a larger timeout value to satisfy the buildbots. by Reid Kleckner · 13 years ago
  34. 1c711f0 Dummy merge with 3.2. by Ezio Melotti · 13 years ago
  35. d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 13 years ago
  36. 136f572 Merged with default. by Reid Kleckner · 13 years ago
  37. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  38. 28f1303 Change versionchanged for timeout to 3.3, not 3.2. by Reid Kleckner · 13 years ago
  39. 3eb2347 Merge with default. by Reid Kleckner · 13 years ago
  40. a05a503 merge by Ronald Oussoren · 13 years ago
  41. 8485701 Merge with default. by Reid Kleckner · 13 years ago
  42. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 13 years ago
  43. 91f0359 Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. by Eric V. Smith · 13 years ago
  44. a9d397b Issue #1099: Fix the build on MacOSX when building a framework with pydebug by Ronald Oussoren · 13 years ago
  45. 42d0f68 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 13 years ago
  46. 4169826 Typos. by Eric V. Smith · 13 years ago
  47. 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 13 years ago
  48. af9be20 Merge #11488 patch from 3.2. by R David Murray · 13 years ago
  49. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 13 years ago
  50. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 13 years ago
  51. 41b1228 Merge with 3.2 by Ross Lagerwall · 13 years ago
  52. 1331263 Merge from 3.1 by Ross Lagerwall · 13 years ago
  53. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 13 years ago
  54. 74fb760 Merge whitespace fix from 3.2. by R David Murray · 13 years ago
  55. 6924bd7 Fix whitespace by R David Murray · 13 years ago
  56. dcd79a2 Merge fix for #11490 from 3.2. by R David Murray · 13 years ago
  57. 384069c Merge fix for #11490 from 3.1. by R David Murray · 13 years ago
  58. d79210a #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  59. accd1c0 #1162477: accept '.' in addition to ':' when parsing time in date header. by R David Murray · 13 years ago
  60. 0cfc237 Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 13 years ago
  61. 9bd3bbc Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 13 years ago
  62. c9723d0 use only the hex version, since the revno is unreliable across repos by Benjamin Peterson · 13 years ago
  63. 0d23189 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  64. 34db469 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  65. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  66. f74dee4 Merge commit for #11233 by Antoine Pitrou · 13 years ago
  67. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 13 years ago
  68. 279755a Issue #7391: Remove outdated HOWTO with permission of its author. by Raymond Hettinger · 13 years ago
  69. 87c9e54 merge heads by Benjamin Peterson · 13 years ago
  70. 678da9f bump ast version by Benjamin Peterson · 13 years ago
  71. 0d6245d actually get file rev by Benjamin Peterson · 13 years ago
  72. 32657fb Merge with 3.2. by Ezio Melotti · 13 years ago
  73. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 13 years ago
  74. 0def5c6 Merge with 3.1. by Ezio Melotti · 13 years ago
  75. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 13 years ago
  76. 540fcd7 Dummy merge with 3.2. by Ezio Melotti · 13 years ago
  77. 546398d Dummy merge with 3.1. by Ezio Melotti · 13 years ago
  78. 77845ce Fix typo. by Ezio Melotti · 13 years ago
  79. 32b0127 merge 3.2 by Benjamin Peterson · 13 years ago
  80. 62e0b90 merge 3.1 by Benjamin Peterson · 13 years ago
  81. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 13 years ago
  82. b9cd353 Issue 9856: Change object.__format__ with a non-empty format string from a PendingDeprecationWarning to a DeprecationWarning. by Eric V. Smith · 13 years ago
  83. e4f6a80 Fix example in atexit doc: Both open and read could raise the IOError (#10461 follow-up). by Éric Araujo · 13 years ago
  84. e8eabe7 Merge #11131 by Mark Dickinson · 13 years ago
  85. a7f0dff Merge #11131 by Mark Dickinson · 13 years ago
  86. 37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 13 years ago
  87. dcdbfec Recording the merge. by Senthil Kumaran · 13 years ago
  88. e858bca forward merge from 3.1 by Senthil Kumaran · 13 years ago
  89. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 13 years ago
  90. 476021b Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by orsenthil@gmail.com · 13 years ago
  91. ceae11d merge by Brett Cannon · 13 years ago
  92. 755d512 Remove a now unneeded tweak to test_zipimport_support in order to not by Brett Cannon · 13 years ago
  93. baf40f0 Merge #11403 by Antoine Pitrou · 13 years ago
  94. dd8f2e7 Merge #11403 by Antoine Pitrou · 13 years ago
  95. 26606fd Issue #11403: add some MSVC-generated files to .hgignore by Antoine Pitrou · 13 years ago
  96. 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 13 years ago
  97. f5f6288 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. by Antoine Pitrou · 13 years ago
  98. 375ff58 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. by Antoine Pitrou · 13 years ago
  99. 3b1eb1a #11446: merge with 3.2. by Ezio Melotti · 13 years ago
  100. 147f608 #11446: merge with 3.1. by Ezio Melotti · 13 years ago