1. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  2. 3eb2347 Merge with default. by Reid Kleckner · 13 years ago
  3. a05a503 merge by Ronald Oussoren · 13 years ago
  4. 8485701 Merge with default. by Reid Kleckner · 13 years ago
  5. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 13 years ago
  6. 91f0359 Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. by Eric V. Smith · 13 years ago
  7. a9d397b Issue #1099: Fix the build on MacOSX when building a framework with pydebug by Ronald Oussoren · 13 years ago
  8. 42d0f68 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 13 years ago
  9. 4169826 Typos. by Eric V. Smith · 13 years ago
  10. 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 13 years ago
  11. af9be20 Merge #11488 patch from 3.2. by R David Murray · 13 years ago
  12. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 13 years ago
  13. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 13 years ago
  14. 41b1228 Merge with 3.2 by Ross Lagerwall · 13 years ago
  15. 1331263 Merge from 3.1 by Ross Lagerwall · 13 years ago
  16. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 13 years ago
  17. 74fb760 Merge whitespace fix from 3.2. by R David Murray · 13 years ago
  18. 6924bd7 Fix whitespace by R David Murray · 13 years ago
  19. dcd79a2 Merge fix for #11490 from 3.2. by R David Murray · 13 years ago
  20. 384069c Merge fix for #11490 from 3.1. by R David Murray · 13 years ago
  21. d79210a #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  22. accd1c0 #1162477: accept '.' in addition to ':' when parsing time in date header. by R David Murray · 13 years ago
  23. 0cfc237 Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 13 years ago
  24. 9bd3bbc Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 13 years ago
  25. c9723d0 use only the hex version, since the revno is unreliable across repos by Benjamin Peterson · 13 years ago
  26. 0d23189 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  27. 34db469 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  28. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  29. f74dee4 Merge commit for #11233 by Antoine Pitrou · 13 years ago
  30. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 13 years ago
  31. 279755a Issue #7391: Remove outdated HOWTO with permission of its author. by Raymond Hettinger · 13 years ago
  32. 87c9e54 merge heads by Benjamin Peterson · 13 years ago
  33. 678da9f bump ast version by Benjamin Peterson · 13 years ago
  34. 0d6245d actually get file rev by Benjamin Peterson · 13 years ago
  35. 32657fb Merge with 3.2. by Ezio Melotti · 13 years ago
  36. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 13 years ago
  37. 0def5c6 Merge with 3.1. by Ezio Melotti · 13 years ago
  38. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 13 years ago
  39. 540fcd7 Dummy merge with 3.2. by Ezio Melotti · 13 years ago
  40. 546398d Dummy merge with 3.1. by Ezio Melotti · 13 years ago
  41. 77845ce Fix typo. by Ezio Melotti · 13 years ago
  42. 32b0127 merge 3.2 by Benjamin Peterson · 13 years ago
  43. 62e0b90 merge 3.1 by Benjamin Peterson · 13 years ago
  44. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 13 years ago
  45. 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
  46. e4f6a80 Fix example in atexit doc: Both open and read could raise the IOError (#10461 follow-up). by Éric Araujo · 13 years ago
  47. e8eabe7 Merge #11131 by Mark Dickinson · 13 years ago
  48. a7f0dff Merge #11131 by Mark Dickinson · 13 years ago
  49. 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
  50. dcdbfec Recording the merge. by Senthil Kumaran · 13 years ago
  51. e858bca forward merge from 3.1 by Senthil Kumaran · 13 years ago
  52. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 13 years ago
  53. 476021b Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by orsenthil@gmail.com · 13 years ago
  54. ceae11d merge by Brett Cannon · 13 years ago
  55. 755d512 Remove a now unneeded tweak to test_zipimport_support in order to not by Brett Cannon · 13 years ago
  56. baf40f0 Merge #11403 by Antoine Pitrou · 13 years ago
  57. dd8f2e7 Merge #11403 by Antoine Pitrou · 13 years ago
  58. 26606fd Issue #11403: add some MSVC-generated files to .hgignore by Antoine Pitrou · 13 years ago
  59. 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 13 years ago
  60. f5f6288 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. by Antoine Pitrou · 13 years ago
  61. 375ff58 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. by Antoine Pitrou · 13 years ago
  62. 3b1eb1a #11446: merge with 3.2. by Ezio Melotti · 13 years ago
  63. 147f608 #11446: merge with 3.1. by Ezio Melotti · 13 years ago
  64. 7885833 #11446: fix incorrect PEP link. by Ezio Melotti · 13 years ago
  65. a3dd56b Use with statement where it improves the documentation (closes #10461) by Éric Araujo · 13 years ago
  66. 17b880a Issue #11244: The peephole optimizer is now able to constant-fold by Antoine Pitrou · 13 years ago
  67. 336c729 dummy merge from 3.2 by Eli Bendersky · 13 years ago
  68. fc4252d merge by Eli Bendersky · 13 years ago
  69. a7a1c15 merge from 3.1 by Eli Bendersky · 13 years ago
  70. 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 13 years ago
  71. b191b8a Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 13 years ago
  72. 6860a92 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 13 years ago
  73. f0eccfd #11435: Merge with 3.2 by Ezio Melotti · 13 years ago
  74. 1a87e32 #11435: Update the links generated by the source directive to use hg.python.org. by Ezio Melotti · 13 years ago
  75. 5e25525 ? by R David Murray · 13 years ago
  76. e17e9fc Merge heads. by R David Murray · 13 years ago
  77. 3de991f Merge heads by R David Murray · 13 years ago
  78. ee30a0b Merge #10999 fix. by R David Murray · 13 years ago
  79. 5647c47 Merge #10999 fix. by R David Murray · 13 years ago
  80. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 13 years ago
  81. 98d935b Dummy merge with 3.2. by Ezio Melotti · 13 years ago
  82. b1a7b4d Dummy merge with 3.1. by Ezio Melotti · 13 years ago
  83. c29cd93 Use simpler assert in basic example. by Ezio Melotti · 13 years ago
  84. 1aea1da Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  85. f2b5673 Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  86. c542547 Reword the finalization note. by Gregory P. Smith · 13 years ago
  87. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  88. 7eecd22 Remove unused import. by Eric V. Smith · 13 years ago
  89. a2087d0 Merge from 3.2. by Ezio Melotti · 13 years ago
  90. 40dcb1d Port a couple of changes from 3.1. by Ezio Melotti · 13 years ago
  91. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 13 years ago
  92. d2dee34 Merge fix for issue #11450 by Antoine Pitrou · 13 years ago
  93. 35db8a8 Merge fix for issue #11450 by Antoine Pitrou · 13 years ago
  94. 7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 13 years ago
  95. 33cb5c9 Issue #5622: merge fix from 3.2. by Ned Deily · 13 years ago
  96. 2d12f96 Issue #5622: merge fix from 3.1. by Ned Deily · 13 years ago
  97. d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 13 years ago
  98. df30993 Issue #11444: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  99. d9512e9 Issue #11444: Merge fix from 3.1. by Vinay Sajip · 13 years ago
  100. c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 13 years ago