summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix importBenjamin Peterson2010-03-211-2/+3
|
* co_varnames is certainly a tuple, so let's not waste time finding outBenjamin Peterson2010-03-211-1/+1
|
* remove pointless conditionBenjamin Peterson2010-03-211-15/+13
|
* Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.Antoine Pitrou2010-03-212-20/+8
|
* flatten conditionBenjamin Peterson2010-03-211-8/+6
|
* Issue #1628484: The Makefile doesn't ignore the CFLAGS environmentAntoine Pitrou2010-03-212-5/+9
| | | | | variable anymore. It also forwards the LDFLAGS settings to the linker when building a shared library.
* Fix plural.Georg Brandl2010-03-211-1/+1
|
* Add itemsAndrew M. Kuchling2010-03-211-5/+30
|
* #8180: Fix test_pep277 on OS X and add more tests for special Unicode ↵Florent Xicluna2010-03-212-30/+108
| | | | normalization cases.
* rewrite a bitBenjamin Peterson2010-03-211-4/+6
|
* Issue #8179: Fix macpath.realpath() on a non-existing path.Florent Xicluna2010-03-212-1/+6
|
* Use assertRaises and add a specific warning filter.Florent Xicluna2010-03-211-9/+4
|
* Remove leftover word.Georg Brandl2010-03-211-2/+2
|
* No more deprecation warnings for distutils.sysconfig, following r78666.Florent Xicluna2010-03-212-8/+6
| | | | But when the "dl" module is available, it gives a py3k deprecation warning.
* Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" ↵Florent Xicluna2010-03-212-3/+35
| | | | statements.
* Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.Florent Xicluna2010-03-211-17/+15
|
* Silence more py3k warnings in unittest.case.Florent Xicluna2010-03-211-2/+2
|
* Include structmember.h correctly.Georg Brandl2010-03-211-1/+1
|
* Update text for newest US DST regulation. The sample file already has the ↵Georg Brandl2010-03-211-2/+2
| | | | calculation right.
* Update os.kill() emulation example for Windows to use ctypes.Georg Brandl2010-03-211-4/+6
|
* Mention inefficiency of lists as queues, add link to collections.deque ↵Georg Brandl2010-03-211-0/+5
| | | | discussion.
* Clarify that for shell=True, the shell PID will be the child PID.Georg Brandl2010-03-211-0/+3
|
* Introduce copy by slicing, used in later chapters.Georg Brandl2010-03-211-0/+6
|
* 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 ↵Georg Brandl2010-03-212-28/+0
| | | | which only one contained useful information, which belongs in the ref manual however.
* Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-213-9/+10
|
* #7092 - Silence more py3k deprecation warnings, using ↵Florent Xicluna2010-03-2138-184/+290
| | | | test_support.check_py3k_warnings() helper.
* 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 ↵Michael Foord2010-03-212-7/+36
| | | | placeholder test, that reports the failure, is created instead.
* 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 ↵Michael Foord2010-03-206-68/+144
| | | | assertItemsEqual and changing behaviour
* #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
| | | | svn+ssh://pythondev@svn.python.org/python/branches/branch_libffi-3_0_10-win
* update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from theMatthias Klose2010-03-1933-448/+1403
| | | | trunk (adding msvc port).
* Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* ↵Florent Xicluna2010-03-1910-91/+89
| | | | and setUp/tearDown.
* Generate libffi's Makefiles again to be able to run the libffi testsuiteMatthias Klose2010-03-194-375/+7592
| | | | | | | | | -- Diese und die folgenden Zeilen werden ignoriert -- M _ctypes/libffi/configure M _ctypes/libffi/configure.ac M _ctypes/libffi/aclocal.m4 M _ctypes/libffi.diff
* - 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, ↵Collin Winter2010-03-192-28/+33
| | | | rather than requiring one invocation per flag.
* Add a separate python-config make target, useful for testing changes to ↵Collin Winter2010-03-191-4/+6
| | | | Misc/python-config.in.
* make compiler's py3k warning a full deprecation warning #6837Benjamin Peterson2010-03-181-3/+5
|
* reignore bad_codingBenjamin Peterson2010-03-181-2/+2
|