- 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
- de3909d merge 141bbcb19c06 by Gregory P. Smith · 14 years ago
- 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 14 years ago
- 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
- 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- c48c19a Merge redundant __contains__ doc fix from 3.1. by R David Murray · 14 years ago
- f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 14 years ago
- 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 14 years ago
- 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 · 14 years ago
- cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 14 years ago
- 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 · 14 years ago
- f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 14 years ago
- 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
- 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
- d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 14 years ago
- 42d0f68 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 14 years ago
- 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 14 years ago
- 1a5201f Merge #11488 patch from 3.1. by R David Murray · 14 years ago
- d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 14 years ago
- 1331263 Merge from 3.1 by Ross Lagerwall · 14 years ago
- 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 14 years ago
- 6924bd7 Fix whitespace by R David Murray · 14 years ago
- 384069c Merge fix for #11490 from 3.1. by R David Murray · 14 years ago
- d79210a #11490: EACCES can also mean command not found by R David Murray · 14 years ago
- 9bd3bbc Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 14 years ago
- 34db469 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 14 years ago
- 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 14 years ago
- d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 14 years ago
- 0def5c6 Merge with 3.1. by Ezio Melotti · 14 years ago
- 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 14 years ago
- 546398d Dummy merge with 3.1. by Ezio Melotti · 14 years ago
- 77845ce Fix typo. by Ezio Melotti · 14 years ago
- 62e0b90 merge 3.1 by Benjamin Peterson · 14 years ago
- ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 14 years ago
- a7f0dff Merge #11131 by Mark Dickinson · 14 years ago
- 37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 14 years ago
- e858bca forward merge from 3.1 by Senthil Kumaran · 14 years ago
- abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 14 years ago
- dd8f2e7 Merge #11403 by Antoine Pitrou · 14 years ago
- 26606fd Issue #11403: add some MSVC-generated files to .hgignore by Antoine Pitrou · 14 years ago
- 375ff58 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. by Antoine Pitrou · 14 years ago
- 147f608 #11446: merge with 3.1. by Ezio Melotti · 14 years ago
- 7885833 #11446: fix incorrect PEP link. by Ezio Melotti · 14 years ago
- fc4252d merge by Eli Bendersky · 14 years ago
- a7a1c15 merge from 3.1 by Eli Bendersky · 14 years ago
- 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
- 1a87e32 #11435: Update the links generated by the source directive to use hg.python.org. by Ezio Melotti · 14 years ago
- e17e9fc Merge heads. by R David Murray · 14 years ago
- 5647c47 Merge #10999 fix. by R David Murray · 14 years ago
- 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
- b1a7b4d Dummy merge with 3.1. by Ezio Melotti · 14 years ago
- c29cd93 Use simpler assert in basic example. by Ezio Melotti · 14 years ago
- f2b5673 Explicitly mention that people should not depend on immediate by Gregory P. Smith · 14 years ago
- c542547 Reword the finalization note. by Gregory P. Smith · 14 years ago
- c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 14 years ago
- 40dcb1d Port a couple of changes from 3.1. by Ezio Melotti · 14 years ago
- 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 14 years ago
- 35db8a8 Merge fix for issue #11450 by Antoine Pitrou · 14 years ago
- 7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 14 years ago
- 2d12f96 Issue #5622: merge fix from 3.1. by Ned Deily · 14 years ago
- d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 14 years ago
- d9512e9 Issue #11444: Merge fix from 3.1. by Vinay Sajip · 14 years ago
- c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 14 years ago
- 3d99584 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 14 years ago
- 3b59f33 merge 3.1 by Benjamin Peterson · 14 years ago
- 49d7149 transform izip_longest #11424 by Benjamin Peterson · 14 years ago
- 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 14 years ago
- e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 14 years ago
- 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
- 2ae5cff merge 3.1 by Benjamin Peterson · 14 years ago
- d86e4c8 only do this sys.stderr replacing on CPython by Benjamin Peterson · 14 years ago
- 6b10343 Merge 3.1. by Thomas Wouters · 14 years ago
- 81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 14 years ago
- bb3e937 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 14 years ago
- 21967d0 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 14 years ago
- 891391b Merge doc fixes. by Georg Brandl · 14 years ago
- 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 14 years ago
- 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 14 years ago
- 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 · 14 years ago
- 45ec333 #11227: use Host header in asyncore example. by Georg Brandl · 14 years ago
- 12a6153 #11373: fix spelling. by Georg Brandl · 14 years ago
- 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 14 years ago
- da22719 #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 14 years ago
- e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 14 years ago
- 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 14 years ago
- 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 14 years ago
- 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
- 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 14 years ago
- 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
- d1b1991 Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository. by Antoine Pitrou · 14 years ago
- 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 14 years ago
- 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 14 years ago
- 776e2d4 Merge tags from 3.1. by Georg Brandl · 14 years ago
- 3c2ccf2 More tag fixups. by Georg Brandl · 14 years ago
- 766f164 Dummy-merge 3.1 branch into 3.2 branch. by Georg Brandl · 14 years ago
- 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 14 years ago
- b2a39da Fix tag references in 3.2 branch. by Georg Brandl · 14 years ago
- 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 14 years ago
- 6e63a41 Fix tag references in 3.1 branch. by Georg Brandl · 14 years ago
- e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 14 years ago