1. 2ab5994 Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  2. b3f7564 Revert typo fixes in zlib/* by Ezio Melotti · 13 years ago
  3. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  4. 6905de1 Close issue #8600: test_gdb failures because innocuous warnings by Jesus Cea · 13 years ago
  5. ab40e4c Merge #11216: document all possible set_charset execution paths. by R David Murray · 13 years ago
  6. d4acd35 make this subversion artifact empty by Benjamin Peterson · 13 years ago
  7. 8d77efc Revert typo fixes in _cytpes/libffi* by Ezio Melotti · 13 years ago
  8. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  9. 1aa999c Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified by Ronald Oussoren · 13 years ago
  10. 1919983 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 13 years ago
  11. b44e184 Port #11488 patch from 3.1 (changeset f816841bab03) by R David Murray · 13 years ago
  12. a3ed3f0 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 13 years ago
  13. 8c76c53 merge heads by R David Murray · 13 years ago
  14. cdd5fc9 #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  15. ad797b6 #11484: remove paragraph about with_traceback from 2.7 doc. by Ezio Melotti · 13 years ago
  16. 8b78a9d Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  17. e103425 Dummy merge of 2.6 reversion of logging change by Nick Coghlan · 13 years ago
  18. ec40bab Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 13 years ago
  19. dd6833d Fix markup in inputoutput.rst. by Ezio Melotti · 13 years ago
  20. 4f1a665 clarify condition for readline to return EOF (closes #11312) by Benjamin Peterson · 13 years ago
  21. 5ddf51f Fixes issue #11476: StreamHandler parameter name change documented. by Vinay Sajip · 13 years ago
  22. c3ab30b Fix typo. by Ezio Melotti · 13 years ago
  23. 3c5edd0 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 13 years ago
  24. 2c8c62e Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 13 years ago
  25. d4f016f Issue #11403: add some MSVC-generated files to .hgignore by Antoine Pitrou · 13 years ago
  26. 3ae8113 Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), which should not have been made in this branch. by Vinay Sajip · 13 years ago
  27. efd8bab #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 13 years ago
  28. 3cbb66b Use simpler assert in basic example. by Ezio Melotti · 13 years ago
  29. dd7c593 Backport from 3.x several improvements and fixes for unittest.rst. by Ezio Melotti · 13 years ago
  30. 28d57c0 Explicitly mention that people should not depend on finalization of by Gregory P. Smith · 13 years ago
  31. 2ddaaff Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 13 years ago
  32. 9d4836e Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 13 years ago
  33. ee145ec Issue #11444: Merge fix from 2.6. by Vinay Sajip · 13 years ago
  34. f4d0af4 Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 13 years ago
  35. 9e1ed47 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 13 years ago
  36. 1e93f4d Sort out 2.7 and 2.7.1 tags. by Georg Brandl · 13 years ago
  37. 1af19d1 transform izip_longest #11424 by Benjamin Peterson · 13 years ago
  38. 923e6d2 Whitespace normalization. by Vinay Sajip · 13 years ago
  39. 44b740f #Issue 11424: merged fix from 2.6. by Vinay Sajip · 13 years ago
  40. 8dd2a40 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  41. bf12cdc only do this sys.stderr replacing on CPython by Benjamin Peterson · 13 years ago
  42. 5edae7e Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 13 years ago
  43. 90f00ea Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  44. 6076c1b #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 13 years ago
  45. 6dea5f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 13 years ago
  46. f125a9a #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. by Georg Brandl · 13 years ago
  47. 3a610a5 #11373: fix spelling. by Georg Brandl · 13 years ago
  48. 21b832e #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 13 years ago
  49. cdbc696 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 13 years ago
  50. c9497ba #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 13 years ago
  51. 3a5508e Port build identification from default branch. by Georg Brandl · 13 years ago
  52. 93512f2 Add some more ignores from default. by Georg Brandl · 13 years ago
  53. d6f3a3e Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 13 years ago
  54. 414596a Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository. by Antoine Pitrou · 13 years ago
  55. c20dfe3 Merge tags from 2.6. by Georg Brandl · 13 years ago
  56. df8e75e Merge tags from 2.5. by Georg Brandl · 13 years ago
  57. 6e0a8b8 Add tags from the closed branches. by Georg Brandl · 13 years ago
  58. dadb9cb Dummy-merge 2.6 branch into 2.7 branch. by Georg Brandl · 13 years ago
  59. ae2af38 Dummy-merge 2.5 branch into 2.6 branch. by Georg Brandl · 13 years ago
  60. faa9ad2 Add updated .hgeol file and fix newlines in the 2.7 branch. by Georg Brandl · 13 years ago
  61. 9504bc1 Fix tag references in 2.7 branch. by Georg Brandl · 13 years ago
  62. b5c93e9 Add .hgeol file and fix newlines in the 2.6 branch. by Georg Brandl · 13 years ago
  63. 6feb900 Fix tag references in 2.6 branch. by Georg Brandl · 13 years ago
  64. 4db2c25 Add .hgeol file and fix newlines in the 2.5 branch. by Georg Brandl · 13 years ago
  65. 2af945c Fix tag references in 2.5 branch. by Georg Brandl · 13 years ago
  66. 680e6eb Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  67. 1a33790 Merged revisions 88730 via svnmerge from by R. David Murray · 13 years ago
  68. d65224f Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  69. 2262766 Merged revisions 88691 via svnmerge from by Antoine Pitrou · 13 years ago
  70. 370d85c Python 2 can encode/decode surrogates to utf-8. Add a test for this. by Ezio Melotti · 13 years ago
  71. 8ef3907 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 13 years ago
  72. 17e25d8 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 13 years ago
  73. d3f6ea1 Merged revisions 88664 via svnmerge from by Antoine Pitrou · 13 years ago
  74. 8059e1e Merged revisions 88535,88661 via svnmerge from by Benjamin Peterson · 13 years ago
  75. aeb187a Typos by Éric Araujo · 13 years ago
  76. 5b10e9b Final update and deprecation of maintainers.rst. by Éric Araujo · 13 years ago
  77. af8728a Merged revisions 88613 via svnmerge from by Éric Araujo · 13 years ago
  78. 6439c00 Merged revisions 88610 via svnmerge from by Antoine Pitrou · 13 years ago
  79. 5217d3f Merged revisions 88604 via svnmerge from by Giampaolo Rodolà · 13 years ago
  80. 63390b3 Merged revisions 88581 via svnmerge from by Giampaolo Rodolà · 13 years ago
  81. 3c86523 Markup backport fix. by Georg Brandl · 13 years ago
  82. 2682661 #11317: fix wrong info about string exceptions. by Georg Brandl · 13 years ago
  83. d0a54d0 Blocked revisions 86867-86870,86931,86934,86954-86955,86957-86959,86961,86963,87013,87019-87022,87024-87025,87045,87047-87048,87051,87060,87062-87064,87082-87083,87086,87088,87102,87147-87148,87161,87364-87366,87395-87398,87400,87525,87527-87528,87536,87549,87579-87581,87583-87588,87593,87603-87604,87606,87657,87739,87761,87771,87787-87788,87983,88026,88028,88032-88033,88035,88041-88042,88048,88144,88166,88258,88261,88264-88266,88276,88330,88366,88369-88370,88411-88413,88420,88439,88443-88445,88447-88449,88451,88463,88523-88524 via svnmerge by Georg Brandl · 13 years ago
  84. 94800df Merged revisions 88430,88438,88440 via svnmerge from by Georg Brandl · 13 years ago
  85. 71f4fbb Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  86. 2804602 Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-88365,88423-88424 via svnmerge from by Georg Brandl · 13 years ago
  87. 28dadd9 Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from by Georg Brandl · 13 years ago
  88. 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 13 years ago
  89. 5c12ec6 smtlib.py PEP8 normalization via pep8.py script. by Giampaolo Rodolà · 13 years ago
  90. 2bd4795 Issue #11304: Input/output tutorial - PI is rounded not truncated. by Raymond Hettinger · 13 years ago
  91. f4d2b3d Merged revisions 88486 via svnmerge from by Antoine Pitrou · 13 years ago
  92. e6cc7d6 Merged revisions 88475 via svnmerge from by Ned Deily · 13 years ago
  93. 5f9d367 Update versions in sidebar. by Georg Brandl · 13 years ago
  94. 3c6985b Update daily build locations. by Georg Brandl · 13 years ago
  95. 8ff851b Link from deprecated sets module to builtins set and frozenset (#11238) by Éric Araujo · 13 years ago
  96. f9ad7d4 Merged revisions 87921 via svnmerge from by Alexander Belopolsky · 13 years ago
  97. 6233b36 Merged revisions 87919 via svnmerge from by Alexander Belopolsky · 13 years ago
  98. 42bb7ca - Issue #11171: Fix detection of config/Makefile when --prefix != by Barry Warsaw · 13 years ago
  99. 97b3195 Fix example for itertools.count(). by Raymond Hettinger · 13 years ago
  100. ba516cb Fix markup problems. by Georg Brandl · 13 years ago