1. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  2. 211643b Branch merge by Éric Araujo · 13 years ago
  3. 946f172 <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 by Kurt B. Kaiser · 13 years ago
  4. f84eb5a Branch merge by Éric Araujo · 13 years ago
  5. 5ab4776 Tweaks to sys.flags description table. by Éric Araujo · 13 years ago
  6. a464d4e Remove untrue statement from tutorial by Éric Araujo · 13 years ago
  7. b9a428d #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  8. 4dcf502 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] by Éric Araujo · 13 years ago
  9. ebbf1e6 #2650: Refactor re.escape to use enumerate(). by Ezio Melotti · 13 years ago
  10. 7b9e97b #2650: Add tests with non-ascii chars for re.escape. by Ezio Melotti · 13 years ago
  11. d2114eb #2650: Refactor the tests for re.escape. by Ezio Melotti · 13 years ago
  12. 5cf7878 Merge 3.1 by Kurt B. Kaiser · 13 years ago
  13. b938c8c #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  14. f9439914 Merge 3.1 by Kurt B. Kaiser · 13 years ago
  15. 29943aa test_multiprocessing: use assertLess() to see the timeout on error by Victor Stinner · 13 years ago
  16. cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  17. ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  18. 4804991 Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 13 years ago
  19. c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  20. 3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  21. a8e4d6e Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 13 years ago
  22. b199b22 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  23. e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  24. 82d8ec5 Fix duplicate word. by Georg Brandl · 13 years ago
  25. 75fc566 <Home> toggle non-functional when NumLock set on Windows. Issue3851. by Kurt B. Kaiser · 13 years ago
  26. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  27. e788ace Fix some issue references in NEWS by Éric Araujo · 13 years ago
  28. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 13 years ago
  29. 09eb980 Fix typo in class name by Éric Araujo · 13 years ago
  30. 8189ab8 Call reap_children() where appropriate by Antoine Pitrou · 13 years ago
  31. 9c0d5ea Markup fixes for #7198 patch. by R David Murray · 13 years ago
  32. f453deb #7198: really add newline='' to csv.writer docs. by R David Murray · 13 years ago
  33. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 13 years ago
  34. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  35. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 13 years ago
  36. 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 13 years ago
  37. de91276 #11401: handle headers with no value. by R David Murray · 13 years ago
  38. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 13 years ago
  39. d3b7a55 Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS by Jesus Cea · 13 years ago
  40. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  41. 9465d42 Revert typo fixes in zlib/* by Ezio Melotti · 13 years ago
  42. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  43. e3d09ff #11216: document all possible set_charset execution paths. by R David Murray · 13 years ago
  44. 126848a Fix whitespace in test_subprocess by Antoine Pitrou · 13 years ago
  45. 87541aa Merge by Antoine Pitrou · 13 years ago
  46. ec4b44b make this subversion artifact empty by Benjamin Peterson · 13 years ago
  47. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 13 years ago
  48. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 13 years ago
  49. 8beaa6c Revert typo fixes in _cytpes/libffi* by Ezio Melotti · 13 years ago
  50. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 13 years ago
  51. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  52. f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 13 years ago
  53. 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
  54. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  55. 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 13 years ago
  56. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 13 years ago
  57. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 13 years ago
  58. d79210a #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  59. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  60. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 13 years ago
  61. 77845ce Fix typo. by Ezio Melotti · 13 years ago
  62. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 13 years ago
  63. 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
  64. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 13 years ago
  65. 26606fd Issue #11403: add some MSVC-generated files to .hgignore by Antoine Pitrou · 13 years ago
  66. 7885833 #11446: fix incorrect PEP link. by Ezio Melotti · 13 years ago
  67. 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 13 years ago
  68. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 13 years ago
  69. c29cd93 Use simpler assert in basic example. by Ezio Melotti · 13 years ago
  70. c542547 Reword the finalization note. by Gregory P. Smith · 13 years ago
  71. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  72. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 13 years ago
  73. 7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 13 years ago
  74. d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 13 years ago
  75. c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 13 years ago
  76. 49d7149 transform izip_longest #11424 by Benjamin Peterson · 13 years ago
  77. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  78. d86e4c8 only do this sys.stderr replacing on CPython by Benjamin Peterson · 13 years ago
  79. 81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 13 years ago
  80. 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
  81. 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 13 years ago
  82. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 13 years ago
  83. 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
  84. 45ec333 #11227: use Host header in asyncore example. by Georg Brandl · 13 years ago
  85. 12a6153 #11373: fix spelling. by Georg Brandl · 13 years ago
  86. 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 13 years ago
  87. da22719 #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 13 years ago
  88. e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 13 years ago
  89. 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 13 years ago
  90. 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 13 years ago
  91. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  92. 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 13 years ago
  93. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 13 years ago
  94. 3c2ccf2 More tag fixups. by Georg Brandl · 13 years ago
  95. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 13 years ago
  96. 6e63a41 Fix tag references in 3.1 branch. by Georg Brandl · 13 years ago
  97. 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  98. 88f416e Apparently, skipUnless() doesn't prevent the execution of setUp() under 3.1. by Antoine Pitrou · 13 years ago
  99. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 13 years ago
  100. 6c04569 Typos by Éric Araujo · 13 years ago