summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document that GzipFile supports iteration.Georg Brandl2010-03-211-1/+1
* Add a paragraph about set displays.Georg Brandl2010-03-211-0/+4
* Remove the "built-in objects" file. It only contained two paragraphs of whic...Georg Brandl2010-03-212-28/+0
* Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-213-9/+10
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-2138-184/+290
* Change order of arguments in a unittest function.Michael Foord2010-03-211-4/+4
* A faulty load_tests in a test module no longer halts test discovery. A placeh...Michael Foord2010-03-212-7/+36
* Fix overzealous .hgignore fileAntoine Pitrou2010-03-211-2/+2
* Cleanup test_tarfile, and use check_warnings.Florent Xicluna2010-03-201-9/+12
* Cleanup test_struct using check_warnings.Florent Xicluna2010-03-201-68/+50
* wrapBenjamin Peterson2010-03-201-2/+2
* document exitfunc fixerBenjamin Peterson2010-03-201-0/+5
* Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual...Michael Foord2010-03-206-68/+144
* #8178 Cleanup the threads after test_thread.TestForkInThread.Florent Xicluna2010-03-201-6/+7
* Fixing the file call in the rfc822.Message replacement example.Sean Reifscheider2010-03-201-1/+1
* Adding an example of reproducing the rfc822.Message() parsing.Sean Reifscheider2010-03-192-0/+23
* set svn:eol-style to native on C filesBenjamin Peterson2010-03-190-0/+0
* Initialized merge tracking via "svnmerge" with revisions "1-79104" fromThomas Heller2010-03-190-0/+0
* update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from theMatthias Klose2010-03-1933-448/+1403
* Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* a...Florent Xicluna2010-03-1910-91/+89
* Generate libffi's Makefiles again to be able to run the libffi testsuiteMatthias Klose2010-03-194-375/+7592
* - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.Matthias Klose2010-03-193-0/+10
* keep DeprecationWarning from failing testBenjamin Peterson2010-03-191-1/+1
* Make python-config support multiple option flags on the same command line, ra...Collin Winter2010-03-192-28/+33
* Add a separate python-config make target, useful for testing changes to Misc/...Collin Winter2010-03-191-4/+6
* make compiler's py3k warning a full deprecation warning #6837Benjamin Peterson2010-03-181-3/+5
* reignore bad_codingBenjamin Peterson2010-03-181-2/+2
* these lines can now be dispensed withBenjamin Peterson2010-03-181-2/+0
* Add support for weak references to code objects. This will be used by an opti...Collin Winter2010-03-186-7/+40
* Issue #8024: Update the Unicode database to 5.2Florent Xicluna2010-03-186-19043/+21640
* install tkinter and ttk testsBenjamin Peterson2010-03-181-1/+2
* remove installation of deleted test/output dirBenjamin Peterson2010-03-181-1/+1
* don't try to compile anything in lib2to3/tests/data #8169Benjamin Peterson2010-03-181-2/+2
* #8155: Preserve backward compatibility for test_support.check_warnings(). Ad...Florent Xicluna2010-03-183-65/+87
* Fix for Issue8135 - urllib.unquote to support mixed percent escapesSenthil Kumaran2010-03-183-4/+31
* Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployment...Collin Winter2010-03-181-5/+8
* Issue #8104: socket.recv_into() and socket.recvfrom_into() now supportAntoine Pitrou2010-03-173-21/+73
* Fix a race condition in test_asynchat uncovered by the Unladen Swallow JIT.Collin Winter2010-03-171-0/+13
* prevent lambda functions from having docstrings #8164Benjamin Peterson2010-03-173-0/+11
* Fix and check cgi module deprecation warnings. Revert an unwanted rename in ...Florent Xicluna2010-03-173-11/+12
* Cleanup some test cases using check_warnings and check_py3k_warnings.Florent Xicluna2010-03-176-79/+53
* Cleanup in test_import and test_coding.Florent Xicluna2010-03-172-80/+57
* Avoid hardcoding refcounts in tests.Collin Winter2010-03-171-4/+4
* Issue #8162: logging: Clarified docstring and documentation for disable funct...Vinay Sajip2010-03-172-2/+6
* Use "x in y" instead of y.find(x) != -1.Ezio Melotti2010-03-174-4/+4
* #7092: silence some more py3k warnings.Ezio Melotti2010-03-179-56/+84
* Delete unused import.Collin Winter2010-03-171-1/+0
* Style cleanup in test_import.Collin Winter2010-03-171-70/+73
* Fix a trivial class of (hypothetical, future) false-positive refleaks, discov...Collin Winter2010-03-171-2/+3
* Integrate merge.py into msi.py.Martin v. Löwis2010-03-162-87/+79