- 336c729 dummy merge from 3.2 by Eli Bendersky · 14 years ago
- b191b8a Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
- 6860a92 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
- f0eccfd #11435: Merge with 3.2 by Ezio Melotti · 14 years ago
- 1a87e32 #11435: Update the links generated by the source directive to use hg.python.org. by Ezio Melotti · 14 years ago
- 5e25525 ? by R David Murray · 14 years ago
- e17e9fc Merge heads. by R David Murray · 14 years ago
- 3de991f Merge heads by R David Murray · 14 years ago
- ee30a0b Merge #10999 fix. 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
- 98d935b Dummy merge with 3.2. by Ezio Melotti · 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
- 1aea1da Explicitly mention that people should not depend on immediate by Gregory P. Smith · 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
- 7eecd22 Remove unused import. by Eric V. Smith · 14 years ago
- a2087d0 Merge from 3.2. by Ezio Melotti · 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
- d2dee34 Merge fix for issue #11450 by Antoine Pitrou · 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
- 33cb5c9 Issue #5622: merge fix from 3.2. by Ned Deily · 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
- df30993 Issue #11444: Merge fix from 3.2. by Vinay Sajip · 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
- 7a21147 #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. by Giampaolo Rodolà · 14 years ago
- 684d78c #11298: merge from 3.2. by Ezio Melotti · 14 years ago
- 3d99584 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 14 years ago
- 966ed31 merge heads by Benjamin Peterson · 14 years ago
- a393bb7 merge 3.2 by Benjamin Peterson · 14 years ago
- 3b59f33 merge 3.1 by Benjamin Peterson · 14 years ago
- 49d7149 transform izip_longest #11424 by Benjamin Peterson · 14 years ago
- 7988ba3 transform izip_longest #11424 by Benjamin Peterson · 14 years ago
- 4bcfb92 Issue #11424: Merged fix from 3.2. by Vinay Sajip · 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
- 52d3e7e Name c -> cls in example. by Georg Brandl · 14 years ago
- 2b29ab1 merge 3.2 by Benjamin Peterson · 14 years ago
- 2ae5cff merge 3.1 by Benjamin Peterson · 14 years ago
- c9c8d0e merge 3.1 by Benjamin Peterson · 14 years ago
- d86e4c8 only do this sys.stderr replacing on CPython by Benjamin Peterson · 14 years ago
- 63bd5f9 Merge 3.2. by Thomas Wouters · 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
- 5fd4bd3 avoid casting with this nice macro by Benjamin Peterson · 14 years ago
- c142389 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 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
- 1ebca48 Merge doc fixes. by Georg Brandl · 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
- 8a1acf2 merge heads by Georg Brandl · 14 years ago
- 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
- fe09a54 Merge build identification to default branch. by Georg Brandl · 14 years ago
- 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 14 years ago
- 125d5c8 Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when by Antoine Pitrou · 14 years ago
- f874deb Merge fix for issue #11391 by Antoine Pitrou · 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
- 53b13e9 Merge tags from 3.2. 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
- 533c79d Add the map of SVN revision numbers to changeset ids. by Antoine Pitrou · 14 years ago
- 4f10b76 Dummy-merge 3.2 branch into default branch. by Georg Brandl · 14 years ago
- 766f164 Dummy-merge 3.1 branch into 3.2 branch. by Georg Brandl · 14 years ago
- 45b0b01 Fix tag references in default 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
- 27ee089 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() by Victor Stinner · 14 years ago
- 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 14 years ago
- 3a9559b Update Misc/NEWS to include issue #9795 (nntplib context manager support) by Giampaolo Rodolà · 14 years ago
- dc29e7d Include Марк Коренберг and Steffen Daode Nurpmeso in Mist/ACKS for contributions in issues 11265 and 11351. by Giampaolo Rodolà · 14 years ago
- 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 14 years ago
- 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 14 years ago
- e0c8635 Merged revisions 88735 via svnmerge from by Eli Bendersky · 14 years ago
- 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 14 years ago
- 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 14 years ago
- 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 14 years ago
- 752b950 Merged revisions 88730 via svnmerge from by R. David Murray · 14 years ago