1. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 13 years ago
  2. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 13 years ago
  3. 8beaa6c Revert typo fixes in _cytpes/libffi* by Ezio Melotti · 13 years ago
  4. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 13 years ago
  5. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  6. f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 13 years ago
  7. 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
  8. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  9. 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 13 years ago
  10. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 13 years ago
  11. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 13 years ago
  12. d79210a #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  13. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  14. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 13 years ago
  15. 77845ce Fix typo. by Ezio Melotti · 13 years ago
  16. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 13 years ago
  17. 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
  18. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 13 years ago
  19. 26606fd Issue #11403: add some MSVC-generated files to .hgignore by Antoine Pitrou · 13 years ago
  20. 7885833 #11446: fix incorrect PEP link. by Ezio Melotti · 13 years ago
  21. 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 13 years ago
  22. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 13 years ago
  23. c29cd93 Use simpler assert in basic example. by Ezio Melotti · 13 years ago
  24. c542547 Reword the finalization note. by Gregory P. Smith · 13 years ago
  25. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  26. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 13 years ago
  27. 7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 13 years ago
  28. d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 13 years ago
  29. c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 13 years ago
  30. 49d7149 transform izip_longest #11424 by Benjamin Peterson · 13 years ago
  31. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  32. d86e4c8 only do this sys.stderr replacing on CPython by Benjamin Peterson · 13 years ago
  33. 81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 13 years ago
  34. 21967d0 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  35. 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 13 years ago
  36. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 13 years ago
  37. a2388be #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
  38. 45ec333 #11227: use Host header in asyncore example. by Georg Brandl · 13 years ago
  39. 12a6153 #11373: fix spelling. by Georg Brandl · 13 years ago
  40. 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 13 years ago
  41. da22719 #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 13 years ago
  42. e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 13 years ago
  43. 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 13 years ago
  44. 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 13 years ago
  45. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  46. 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 13 years ago
  47. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 13 years ago
  48. 3c2ccf2 More tag fixups. by Georg Brandl · 13 years ago
  49. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 13 years ago
  50. 6e63a41 Fix tag references in 3.1 branch. by Georg Brandl · 13 years ago
  51. 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  52. 88f416e Apparently, skipUnless() doesn't prevent the execution of setUp() under 3.1. by Antoine Pitrou · 13 years ago
  53. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 13 years ago
  54. 6c04569 Typos by Éric Araujo · 13 years ago
  55. 9dba9c4 Final update and deprecation of maintainers.rst. by Éric Araujo · 13 years ago
  56. 682f6a7 Merged revisions 88613 via svnmerge from by Éric Araujo · 13 years ago
  57. bd65e7f Markup backport fix. by Georg Brandl · 13 years ago
  58. 9b2c82b Blocked revisions 86869-86870,86934,86943,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,87394-87398,87400,87525,87549,87579-87580,87583-87588,87593,87603-87604,87657,87761,87788,87983,88026,88028,88032-88033,88035,88041-88042,88048,88166,88261,88263-88266,88276,88330,88366,88411-88413,88420,88443-88445,88447-88449,88451,88463,88523-88524 via svnmerge by Georg Brandl · 13 years ago
  59. 8f15987 Merged revisions 88438,88440 via svnmerge from by Georg Brandl · 13 years ago
  60. 3f0df3b Merged revisions 88430 via svnmerge from by Georg Brandl · 13 years ago
  61. 6baf117 Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  62. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 13 years ago
  63. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  64. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  65. 622ce12 Merged revisions 87921 via svnmerge from by Alexander Belopolsky · 13 years ago
  66. 4fb96f4 Merged revisions 87919 via svnmerge from by Alexander Belopolsky · 13 years ago
  67. 725cb96 Fix example for count(). by Raymond Hettinger · 13 years ago
  68. c60e306 Fix markup problems. by Georg Brandl · 13 years ago
  69. 51b75a6 Blocked revisions 88402-88403 via svnmerge by R. David Murray · 13 years ago
  70. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  71. d71c4e9 Blocked revisions 80334,87216,87372,87516 via svnmerge by R. David Murray · 13 years ago
  72. 11902c8 Blocked revisions 73911,78780,80757,86577,87228,88197,88199,88203,88252 via svnmerge by R. David Murray · 13 years ago
  73. ddcacf3 Merged revisions 88377 via svnmerge from by Antoine Pitrou · 13 years ago
  74. b248bdc Merged revisions 88371 via svnmerge from by Antoine Pitrou · 13 years ago
  75. 8095b65 Merged revisions 88352 via svnmerge from by Gregory P. Smith · 13 years ago
  76. f7ef4de Merged revisions 88337 via svnmerge from by Brett Cannon · 13 years ago
  77. 8e0ef58 Merged revisions 88334 via svnmerge from by Antoine Pitrou · 13 years ago
  78. f60b485 Move entries to the right place by Éric Araujo · 13 years ago
  79. 44d8bb0 collections.Mapping is not available for setup.py. Remove the dependency the old-fashioned way (copy and paste). by Raymond Hettinger · 13 years ago
  80. 3bae626 Blocked revisions 86252 via svnmerge by Éric Araujo · 13 years ago
  81. b344dd0 Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 13 years ago
  82. 6554887 Issue #11089: Fix performance issue limiting the use of ConfigParser() by Raymond Hettinger · 13 years ago
  83. 9f1ab85 Blocked revisions 84189,84532,84537,84540,84549,84551,84602,85226,85786,85891,86247-86248,86253,86275,86326,86486,86513,86617,86630,86661,86668,86758,86993,87056,87304,87446,87461 via svnmerge by Éric Araujo · 13 years ago
  84. a172e25 Fix typo: BadZipFile exists in 3.2+ only, not older versions. by Éric Araujo · 13 years ago
  85. 07c35eb Blocked revisions 88299 via svnmerge by Eric Smith · 13 years ago
  86. 2e811c9 Merged revisions 88284 via svnmerge from by Antoine Pitrou · 13 years ago
  87. 070f050 Merged revisions 88281 via svnmerge from by Brian Curtin · 13 years ago
  88. 8ce0fac Merged revisions 88258 via svnmerge from by Brian Curtin · 13 years ago
  89. 7a8e21a Merged revisions 88234 via svnmerge from by Ned Deily · 13 years ago
  90. 74d31a0 Merged revisions 88239 via svnmerge from by Alexander Belopolsky · 13 years ago
  91. 26d55ed Merged revisions 88236 via svnmerge from by Ned Deily · 13 years ago
  92. 87bb6e9 Merged revisions 88231 via svnmerge from by Alexander Belopolsky · 13 years ago
  93. 7376c99 Blocked revisions 88226 via svnmerge by Eric Smith · 13 years ago
  94. d62522a Issue 11020: command-line pyclbr broken due to missing 2-to-3 conversion. by Raymond Hettinger · 13 years ago
  95. 6c3f017 Merged revisions 88204 via svnmerge from by Antoine Pitrou · 13 years ago
  96. ab5dd00 Merged revisions 88174 via svnmerge from by Ned Deily · 13 years ago
  97. e2248f9 Issue #11000 ast.parse doc fix (r88172) + tix fix (r88170) by Terry Reedy · 13 years ago
  98. 0f2a61a Merged revisions 88147 via svnmerge from by Antoine Pitrou · 13 years ago
  99. eb9d5ad Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 13 years ago
  100. a970e62 Merged revisions 88137 via svnmerge from by Antoine Pitrou · 13 years ago