]> granicus.if.org Git - python/log
python
15 years agoFix failing test committed by accident.
Michael Foord [Mon, 22 Mar 2010 01:02:23 +0000 (01:02 +0000)]
Fix failing test committed by accident.

15 years ago-f/--failfast command line option for unittest. Issue 8074. Documentation still neede...
Michael Foord [Mon, 22 Mar 2010 01:01:34 +0000 (01:01 +0000)]
-f/--failfast command line option for unittest. Issue 8074. Documentation still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest

15 years agoIssue 7815. __unittest in module globals trims frames from reported stacktraces in...
Michael Foord [Mon, 22 Mar 2010 00:06:30 +0000 (00:06 +0000)]
Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest.

15 years agotake into account keyword arguments when passing too many args
Benjamin Peterson [Sun, 21 Mar 2010 20:30:30 +0000 (20:30 +0000)]
take into account keyword arguments when passing too many args

15 years agoimprove error message from passing inadequate number of keyword arguments #6474
Benjamin Peterson [Sun, 21 Mar 2010 20:21:00 +0000 (20:21 +0000)]
improve error message from passing inadequate number of keyword arguments #6474

Note this removes the "non-keyword" or "keyword" phrases from these messages.

15 years agodon't write duplicate tests
Benjamin Peterson [Sun, 21 Mar 2010 19:56:37 +0000 (19:56 +0000)]
don't write duplicate tests

15 years agofix import
Benjamin Peterson [Sun, 21 Mar 2010 19:54:56 +0000 (19:54 +0000)]
fix import

15 years agoco_varnames is certainly a tuple, so let's not waste time finding out
Benjamin Peterson [Sun, 21 Mar 2010 19:39:52 +0000 (19:39 +0000)]
co_varnames is certainly a tuple, so let's not waste time finding out

15 years agoremove pointless condition
Benjamin Peterson [Sun, 21 Mar 2010 19:35:39 +0000 (19:35 +0000)]
remove pointless condition

15 years agoIssue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.
Antoine Pitrou [Sun, 21 Mar 2010 19:33:38 +0000 (19:33 +0000)]
Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.

15 years agoflatten condition
Benjamin Peterson [Sun, 21 Mar 2010 19:24:08 +0000 (19:24 +0000)]
flatten condition

15 years agoIssue #1628484: The Makefile doesn't ignore the CFLAGS environment
Antoine Pitrou [Sun, 21 Mar 2010 19:19:41 +0000 (19:19 +0000)]
Issue #1628484: The Makefile doesn't ignore the CFLAGS environment
variable anymore.  It also forwards the LDFLAGS settings to the linker
when building a shared library.

15 years agoFix plural.
Georg Brandl [Sun, 21 Mar 2010 19:01:38 +0000 (19:01 +0000)]
Fix plural.

15 years agoAdd items
Andrew M. Kuchling [Sun, 21 Mar 2010 18:47:12 +0000 (18:47 +0000)]
Add items

15 years ago#8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization...
Florent Xicluna [Sun, 21 Mar 2010 18:00:38 +0000 (18:00 +0000)]
#8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases.

15 years agorewrite a bit
Benjamin Peterson [Sun, 21 Mar 2010 17:34:54 +0000 (17:34 +0000)]
rewrite a bit

15 years agoIssue #8179: Fix macpath.realpath() on a non-existing path.
Florent Xicluna [Sun, 21 Mar 2010 12:27:20 +0000 (12:27 +0000)]
Issue #8179: Fix macpath.realpath() on a non-existing path.

15 years agoUse assertRaises and add a specific warning filter.
Florent Xicluna [Sun, 21 Mar 2010 11:58:11 +0000 (11:58 +0000)]
Use assertRaises and add a specific warning filter.

15 years agoRemove leftover word.
Georg Brandl [Sun, 21 Mar 2010 11:50:58 +0000 (11:50 +0000)]
Remove leftover word.

15 years agoNo more deprecation warnings for distutils.sysconfig, following r78666.
Florent Xicluna [Sun, 21 Mar 2010 11:50:17 +0000 (11:50 +0000)]
No more deprecation warnings for distutils.sysconfig, following r78666.
But when the "dl" module is available, it gives a py3k deprecation warning.

15 years agoSilence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements.
Florent Xicluna [Sun, 21 Mar 2010 11:03:21 +0000 (11:03 +0000)]
Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements.

15 years agoFix py3k warnings in test_decimal, using unittest.assertItemsEqual.
Florent Xicluna [Sun, 21 Mar 2010 10:51:40 +0000 (10:51 +0000)]
Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.

15 years agoSilence more py3k warnings in unittest.case.
Florent Xicluna [Sun, 21 Mar 2010 10:50:44 +0000 (10:50 +0000)]
Silence more py3k warnings in unittest.case.

15 years agoInclude structmember.h correctly.
Georg Brandl [Sun, 21 Mar 2010 10:02:47 +0000 (10:02 +0000)]
Include structmember.h correctly.

15 years agoUpdate text for newest US DST regulation. The sample file already has the calculatio...
Georg Brandl [Sun, 21 Mar 2010 09:58:36 +0000 (09:58 +0000)]
Update text for newest US DST regulation.  The sample file already has the calculation right.

15 years agoUpdate os.kill() emulation example for Windows to use ctypes.
Georg Brandl [Sun, 21 Mar 2010 09:51:16 +0000 (09:51 +0000)]
Update os.kill() emulation example for Windows to use ctypes.

15 years agoMention inefficiency of lists as queues, add link to collections.deque discussion.
Georg Brandl [Sun, 21 Mar 2010 09:37:54 +0000 (09:37 +0000)]
Mention inefficiency of lists as queues, add link to collections.deque discussion.

15 years agoClarify that for shell=True, the shell PID will be the child PID.
Georg Brandl [Sun, 21 Mar 2010 09:28:16 +0000 (09:28 +0000)]
Clarify that for shell=True, the shell PID will be the child PID.

15 years agoIntroduce copy by slicing, used in later chapters.
Georg Brandl [Sun, 21 Mar 2010 09:17:41 +0000 (09:17 +0000)]
Introduce copy by slicing, used in later chapters.

15 years agoDocument that GzipFile supports iteration.
Georg Brandl [Sun, 21 Mar 2010 09:09:38 +0000 (09:09 +0000)]
Document that GzipFile supports iteration.

15 years agoAdd a paragraph about set displays.
Georg Brandl [Sun, 21 Mar 2010 09:08:00 +0000 (09:08 +0000)]
Add a paragraph about set displays.

15 years agoRemove the "built-in objects" file. It only contained two paragraphs of which only...
Georg Brandl [Sun, 21 Mar 2010 09:02:01 +0000 (09:02 +0000)]
Remove the "built-in objects" file.  It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however.

15 years agoFix some issues found by Jacques Ducasse on the docs list.
Georg Brandl [Sun, 21 Mar 2010 09:01:27 +0000 (09:01 +0000)]
Fix some issues found by Jacques Ducasse on the docs list.

15 years ago#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warning...
Florent Xicluna [Sun, 21 Mar 2010 01:14:24 +0000 (01:14 +0000)]
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.

15 years agoChange order of arguments in a unittest function.
Michael Foord [Sun, 21 Mar 2010 00:55:58 +0000 (00:55 +0000)]
Change order of arguments in a unittest function.

15 years agoA faulty load_tests in a test module no longer halts test discovery. A placeholder...
Michael Foord [Sun, 21 Mar 2010 00:53:39 +0000 (00:53 +0000)]
A faulty load_tests in a test module no longer halts test discovery. A placeholder test, that reports the failure, is created instead.

15 years agoFix overzealous .hgignore file
Antoine Pitrou [Sun, 21 Mar 2010 00:21:43 +0000 (00:21 +0000)]
Fix overzealous .hgignore file

15 years agoCleanup test_tarfile, and use check_warnings.
Florent Xicluna [Sat, 20 Mar 2010 22:26:42 +0000 (22:26 +0000)]
Cleanup test_tarfile, and use check_warnings.

15 years agoCleanup test_struct using check_warnings.
Florent Xicluna [Sat, 20 Mar 2010 22:21:02 +0000 (22:21 +0000)]
Cleanup test_struct using check_warnings.

15 years agowrap
Benjamin Peterson [Sat, 20 Mar 2010 16:17:37 +0000 (16:17 +0000)]
wrap

15 years agodocument exitfunc fixer
Benjamin Peterson [Sat, 20 Mar 2010 16:16:44 +0000 (16:16 +0000)]
document exitfunc fixer

15 years agoIssue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and...
Michael Foord [Sat, 20 Mar 2010 03:00:34 +0000 (03:00 +0000)]
Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour

15 years ago#8178 Cleanup the threads after test_thread.TestForkInThread.
Florent Xicluna [Sat, 20 Mar 2010 00:17:46 +0000 (00:17 +0000)]
#8178 Cleanup the threads after test_thread.TestForkInThread.

15 years agoFixing the file call in the rfc822.Message replacement example.
Sean Reifscheider [Sat, 20 Mar 2010 00:05:42 +0000 (00:05 +0000)]
Fixing the file call in the rfc822.Message replacement example.

15 years agoAdding an example of reproducing the rfc822.Message() parsing.
Sean Reifscheider [Fri, 19 Mar 2010 23:19:55 +0000 (23:19 +0000)]
Adding an example of reproducing the rfc822.Message() parsing.

15 years agoset svn:eol-style to native on C files
Benjamin Peterson [Fri, 19 Mar 2010 20:39:41 +0000 (20:39 +0000)]
set svn:eol-style to native on C files

15 years agoInitialized merge tracking via "svnmerge" with revisions "1-79104" from
Thomas Heller [Fri, 19 Mar 2010 19:59:30 +0000 (19:59 +0000)]
Initialized merge tracking via "svnmerge" with revisions "1-79104" from
svn+ssh://pythondev@svn.python.org/python/branches/branch_libffi-3_0_10-win

15 years agoupdate libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the
Matthias Klose [Fri, 19 Mar 2010 18:59:20 +0000 (18:59 +0000)]
update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the
trunk (adding msvc port).

15 years agoVarious tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp...
Florent Xicluna [Fri, 19 Mar 2010 18:34:55 +0000 (18:34 +0000)]
Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown.

15 years agoGenerate libffi's Makefiles again to be able to run the libffi testsuite
Matthias Klose [Fri, 19 Mar 2010 17:46:33 +0000 (17:46 +0000)]
Generate libffi's Makefiles again to be able to run the libffi testsuite
-- 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

15 years ago- Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
Matthias Klose [Fri, 19 Mar 2010 14:45:06 +0000 (14:45 +0000)]
- Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.

15 years agokeep DeprecationWarning from failing test
Benjamin Peterson [Fri, 19 Mar 2010 01:06:33 +0000 (01:06 +0000)]
keep DeprecationWarning from failing test

15 years agoMake python-config support multiple option flags on the same command line, rather...
Collin Winter [Fri, 19 Mar 2010 00:08:44 +0000 (00:08 +0000)]
Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag.

15 years agoAdd a separate python-config make target, useful for testing changes to Misc/python...
Collin Winter [Fri, 19 Mar 2010 00:00:30 +0000 (00:00 +0000)]
Add a separate python-config make target, useful for testing changes to Misc/python-config.in.

15 years agomake compiler's py3k warning a full deprecation warning #6837
Benjamin Peterson [Thu, 18 Mar 2010 23:12:43 +0000 (23:12 +0000)]
make compiler's py3k warning a full deprecation warning #6837

15 years agoreignore bad_coding
Benjamin Peterson [Thu, 18 Mar 2010 22:55:46 +0000 (22:55 +0000)]
reignore bad_coding

15 years agothese lines can now be dispensed with
Benjamin Peterson [Thu, 18 Mar 2010 22:44:54 +0000 (22:44 +0000)]
these lines can now be dispensed with

15 years agoAdd support for weak references to code objects. This will be used by an optimization...
Collin Winter [Thu, 18 Mar 2010 21:54:01 +0000 (21:54 +0000)]
Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT.

Patch by Reid Kleckner!

15 years agoIssue #8024: Update the Unicode database to 5.2
Florent Xicluna [Thu, 18 Mar 2010 21:50:06 +0000 (21:50 +0000)]
Issue #8024: Update the Unicode database to 5.2

15 years agoinstall tkinter and ttk tests
Benjamin Peterson [Thu, 18 Mar 2010 21:32:38 +0000 (21:32 +0000)]
install tkinter and ttk tests

15 years agoremove installation of deleted test/output dir
Benjamin Peterson [Thu, 18 Mar 2010 21:30:48 +0000 (21:30 +0000)]
remove installation of deleted test/output dir

15 years agodon't try to compile anything in lib2to3/tests/data #8169
Benjamin Peterson [Thu, 18 Mar 2010 21:20:35 +0000 (21:20 +0000)]
don't try to compile anything in lib2to3/tests/data #8169

15 years ago#8155: Preserve backward compatibility for test_support.check_warnings(). Add regres...
Florent Xicluna [Thu, 18 Mar 2010 19:51:47 +0000 (19:51 +0000)]
#8155: Preserve backward compatibility for test_support.check_warnings().  Add regression tests.

15 years agoFix for Issue8135 - urllib.unquote to support mixed percent escapes
Senthil Kumaran [Thu, 18 Mar 2010 12:14:15 +0000 (12:14 +0000)]
Fix for Issue8135 - urllib.unquote to support mixed percent escapes

15 years agoMake test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployments (the...
Collin Winter [Thu, 18 Mar 2010 00:10:34 +0000 (00:10 +0000)]
Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployments (the old test was flaky on Google buildslaves).

15 years agoIssue #8104: socket.recv_into() and socket.recvfrom_into() now support
Antoine Pitrou [Wed, 17 Mar 2010 22:45:39 +0000 (22:45 +0000)]
Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
writing into objects supporting the new buffer API, for example bytearrays
or memoryviews.

15 years agoFix a race condition in test_asynchat uncovered by the Unladen Swallow JIT.
Collin Winter [Wed, 17 Mar 2010 22:36:26 +0000 (22:36 +0000)]
Fix a race condition in test_asynchat uncovered by the Unladen Swallow JIT.

15 years agoprevent lambda functions from having docstrings #8164
Benjamin Peterson [Wed, 17 Mar 2010 20:41:42 +0000 (20:41 +0000)]
prevent lambda functions from having docstrings #8164

15 years agoFix and check cgi module deprecation warnings. Revert an unwanted rename in test_import.
Florent Xicluna [Wed, 17 Mar 2010 20:05:11 +0000 (20:05 +0000)]
Fix and check cgi module deprecation warnings.  Revert an unwanted rename in test_import.

15 years agoCleanup some test cases using check_warnings and check_py3k_warnings.
Florent Xicluna [Wed, 17 Mar 2010 19:15:56 +0000 (19:15 +0000)]
Cleanup some test cases using check_warnings and check_py3k_warnings.

15 years agoCleanup in test_import and test_coding.
Florent Xicluna [Wed, 17 Mar 2010 19:05:04 +0000 (19:05 +0000)]
Cleanup in test_import and test_coding.

15 years agoAvoid hardcoding refcounts in tests.
Collin Winter [Wed, 17 Mar 2010 17:36:16 +0000 (17:36 +0000)]
Avoid hardcoding refcounts in tests.

15 years agoIssue #8162: logging: Clarified docstring and documentation for disable function.
Vinay Sajip [Wed, 17 Mar 2010 15:05:57 +0000 (15:05 +0000)]
Issue #8162: logging: Clarified docstring and documentation for disable function.

15 years agoUse "x in y" instead of y.find(x) != -1.
Ezio Melotti [Wed, 17 Mar 2010 14:22:34 +0000 (14:22 +0000)]
Use "x in y" instead of y.find(x) != -1.

15 years ago#7092: silence some more py3k warnings.
Ezio Melotti [Wed, 17 Mar 2010 13:52:48 +0000 (13:52 +0000)]
#7092: silence some more py3k warnings.

15 years agoDelete unused import.
Collin Winter [Wed, 17 Mar 2010 03:04:01 +0000 (03:04 +0000)]
Delete unused import.

15 years agoStyle cleanup in test_import.
Collin Winter [Wed, 17 Mar 2010 02:40:12 +0000 (02:40 +0000)]
Style cleanup in test_import.

15 years agoFix a trivial class of (hypothetical, future) false-positive refleaks, discovered...
Collin Winter [Wed, 17 Mar 2010 02:02:30 +0000 (02:02 +0000)]
Fix a trivial class of (hypothetical, future) false-positive refleaks, discovered by an optimization in Unladen Swallow's past (which will become CPython's future).

15 years agoIntegrate merge.py into msi.py.
Martin v. Löwis [Tue, 16 Mar 2010 18:49:28 +0000 (18:49 +0000)]
Integrate merge.py into msi.py.

15 years ago- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
Matthias Klose [Tue, 16 Mar 2010 10:48:52 +0000 (10:48 +0000)]
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
  with Tcl/Tk-8.5.

15 years agoIssue #7783 and #7787: open_urlresource invalidates the outdated files from the local...
Florent Xicluna [Mon, 15 Mar 2010 18:08:58 +0000 (18:08 +0000)]
Issue #7783 and #7787: open_urlresource invalidates the outdated files from the local cache.
Use this feature to fix test_normalization.

15 years ago- Fix typo in Lib/compileall.py(__all__).
Matthias Klose [Mon, 15 Mar 2010 18:00:01 +0000 (18:00 +0000)]
- Fix typo in Lib/compileall.py(__all__).

15 years ago- Issue #8140: extend compileall to compile single files. Add -i option.
Matthias Klose [Mon, 15 Mar 2010 17:44:12 +0000 (17:44 +0000)]
- Issue #8140: extend compileall to compile single files. Add -i option.

15 years agoRemove py3k deprecation warnings from these Unicode tools.
Florent Xicluna [Mon, 15 Mar 2010 14:00:58 +0000 (14:00 +0000)]
Remove py3k deprecation warnings from these Unicode tools.

15 years ago- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
Matthias Klose [Mon, 15 Mar 2010 13:42:23 +0000 (13:42 +0000)]
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
  the locale.

15 years agoIssue #6716: Quote -x arguments of compileall in MSI installer.
Martin v. Löwis [Mon, 15 Mar 2010 13:00:17 +0000 (13:00 +0000)]
Issue #6716: Quote -x arguments of compileall in MSI installer.

15 years ago- Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.
Matthias Klose [Mon, 15 Mar 2010 12:46:18 +0000 (12:46 +0000)]
- Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.

15 years agoclean up files correctly
Benjamin Peterson [Mon, 15 Mar 2010 03:02:37 +0000 (03:02 +0000)]
clean up files correctly

15 years agoremove mac 9 code
Benjamin Peterson [Mon, 15 Mar 2010 03:00:35 +0000 (03:00 +0000)]
remove mac 9 code

15 years agothis little exception dance is pointless
Benjamin Peterson [Mon, 15 Mar 2010 02:58:24 +0000 (02:58 +0000)]
this little exception dance is pointless

15 years agoBackport from the libffi trunk:
Matthias Klose [Mon, 15 Mar 2010 00:36:18 +0000 (00:36 +0000)]
Backport from the libffi trunk:

2010-02-15  Matthias Klose  <doko@ubuntu.com>

        * src/arm/sysv.S (__ARM_ARCH__): Define for processor
        __ARM_ARCH_7EM__.

15 years ago- Issue #8142: Update libffi to the 3.0.9 release.
Matthias Klose [Mon, 15 Mar 2010 00:02:36 +0000 (00:02 +0000)]
- Issue #8142: Update libffi to the 3.0.9 release.
-- Diese und die folgenden Zeilen werden ignoriert --

M    Misc/NEWS
A    Modules/_ctypes/libffi/m4
A    Modules/_ctypes/libffi/m4/ltsugar.m4
A    Modules/_ctypes/libffi/m4/libtool.m4
A    Modules/_ctypes/libffi/m4/ltversion.m4
A    Modules/_ctypes/libffi/m4/lt~obsolete.m4
A    Modules/_ctypes/libffi/m4/ltoptions.m4
A    Modules/_ctypes/libffi/ChangeLog.libffi
M    Modules/_ctypes/libffi/configure
M    Modules/_ctypes/libffi/Makefile.in
M    Modules/_ctypes/libffi/fficonfig.h.in
M    Modules/_ctypes/libffi/src/arm/sysv.S
M    Modules/_ctypes/libffi/src/powerpc/ffitarget.h
M    Modules/_ctypes/libffi/src/powerpc/aix.S
M    Modules/_ctypes/libffi/src/powerpc/ffi.c
M    Modules/_ctypes/libffi/src/powerpc/sysv.S
M    Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c
M    Modules/_ctypes/libffi/src/powerpc/aix_closure.S
A    Modules/_ctypes/libffi/src/closures.c
D    Modules/_ctypes/libffi/src/darwin/ffitarget.h
M    Modules/_ctypes/libffi/src/sh64/ffi.c
M    Modules/_ctypes/libffi/src/sh64/sysv.S
M    Modules/_ctypes/libffi/src/x86/ffi64.c
M    Modules/_ctypes/libffi/src/x86/ffitarget.h
M    Modules/_ctypes/libffi/src/x86/win32.S
M    Modules/_ctypes/libffi/src/x86/darwin.S
M    Modules/_ctypes/libffi/src/x86/ffi.c
M    Modules/_ctypes/libffi/src/x86/sysv.S
A    Modules/_ctypes/libffi/src/x86/win64.S
M    Modules/_ctypes/libffi/src/x86/unix64.S
A    Modules/_ctypes/libffi/src/types.c
A    Modules/_ctypes/libffi/src/avr32
A    Modules/_ctypes/libffi/src/avr32/ffitarget.h
A    Modules/_ctypes/libffi/src/avr32/ffi.c
A    Modules/_ctypes/libffi/src/avr32/sysv.S
M    Modules/_ctypes/libffi/src/frv/ffi.c
M    Modules/_ctypes/libffi/src/s390/sysv.S
M    Modules/_ctypes/libffi/src/pa/ffi.c
A    Modules/_ctypes/libffi/src/raw_api.c
A    Modules/_ctypes/libffi/src/java_raw_api.c
A    Modules/_ctypes/libffi/src/debug.c
M    Modules/_ctypes/libffi/src/sparc/ffi.c
M    Modules/_ctypes/libffi/src/sparc/v8.S
M    Modules/_ctypes/libffi/src/mips/ffitarget.h
M    Modules/_ctypes/libffi/src/mips/n32.S
M    Modules/_ctypes/libffi/src/mips/o32.S
M    Modules/_ctypes/libffi/src/mips/ffi.c
A    Modules/_ctypes/libffi/src/dlmalloc.c
M    Modules/_ctypes/libffi/src/sh/ffi.c
M    Modules/_ctypes/libffi/src/sh/sysv.S
AM   Modules/_ctypes/libffi/depcomp
AM   Modules/_ctypes/libffi/compile
M    Modules/_ctypes/libffi/config.guess
AM   Modules/_ctypes/libffi/ltmain.sh
M    Modules/_ctypes/libffi/config.sub
AM   Modules/_ctypes/libffi/mdate-sh
M    Modules/_ctypes/libffi/configure.ac
A    Modules/_ctypes/libffi/doc
A    Modules/_ctypes/libffi/doc/libffi.texi
A    Modules/_ctypes/libffi/doc/stamp-vti
A    Modules/_ctypes/libffi/doc/libffi.info
A    Modules/_ctypes/libffi/doc/version.texi
A    Modules/_ctypes/libffi/texinfo.tex
A    Modules/_ctypes/libffi/man
A    Modules/_ctypes/libffi/man/ffi_call.3
A    Modules/_ctypes/libffi/man/Makefile.in
A    Modules/_ctypes/libffi/man/ffi.3
A    Modules/_ctypes/libffi/man/Makefile.am
A    Modules/_ctypes/libffi/man/ffi_prep_cif.3
A    Modules/_ctypes/libffi/ChangeLog.libgcj
M    Modules/_ctypes/libffi/LICENSE
M    Modules/_ctypes/libffi/include/ffi.h.in
M    Modules/_ctypes/libffi/include/Makefile.in
M    Modules/_ctypes/libffi/include/ffi_common.h
M    Modules/_ctypes/libffi/include/Makefile.am
A    Modules/_ctypes/libffi/libtool-version
A    Modules/_ctypes/libffi/ChangeLog
A    Modules/_ctypes/libffi/testsuite
A    Modules/_ctypes/libffi/testsuite/Makefile.in
A    Modules/_ctypes/libffi/testsuite/libffi.call
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_ushort.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/stret_medium.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint16.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/struct1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_uc.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/struct3.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/struct5.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/err_bad_abi.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct3.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_7_1_byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct5.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_double.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/struct7.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_sl.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct7.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/struct9.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_sint.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct9.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_pointer.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/many_win32.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_20byte1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_sshortchar.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_fl.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint64.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/many.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/strlen.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_3byte2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_ldl.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/stret_large.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_schar.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_uchar.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_9byte1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/err_bad_typedef.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_19byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_float.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble_split.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/problem1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_fl1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn3.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_sshort.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_fl3.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn5.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_double.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_2byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/promotion.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/float2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct10.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_ll1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_4byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/float4.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_6byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_longdouble.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/huge_struct.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_8byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_sshort.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint32.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint16.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_double_va.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_sc.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/float.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_20byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_float.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/struct2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_pointer_stack.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_5_1_byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/struct4.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_24byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/struct6.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct4.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/closure_loc_fn0.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/struct8.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct6.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/testclosure.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct8.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_64byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_ul.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_uint.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_dbls_struct.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/strlen_win32.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/pyobjc-tc.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/stret_large2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_ushortchar.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_schar.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_uchar.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint64.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_ulonglong.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_1_1byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_ll.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_3_1byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_12byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_4_1byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_3byte1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/ffitest.h
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_6_1_byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_16byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_18byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn0.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_9byte2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_longdouble_va.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/closure_stdcall.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/return_fl2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/stret_medium2.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn4.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/negint.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_ushort.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/call.exp
A    Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn6.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/float1.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/float3.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_5byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_7byte.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_pointer.c
A    Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint32.c
A    Modules/_ctypes/libffi/testsuite/config
A    Modules/_ctypes/libffi/testsuite/config/default.exp
A    Modules/_ctypes/libffi/testsuite/lib
A    Modules/_ctypes/libffi/testsuite/lib/target-libpath.exp
A    Modules/_ctypes/libffi/testsuite/lib/wrapper.exp
A    Modules/_ctypes/libffi/testsuite/lib/libffi-dg.exp
A    Modules/_ctypes/libffi/testsuite/Makefile.am
A    Modules/_ctypes/libffi/testsuite/libffi.special
A    Modules/_ctypes/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc
A    Modules/_ctypes/libffi/testsuite/libffi.special/unwindtest.cc
A    Modules/_ctypes/libffi/testsuite/libffi.special/special.exp
A    Modules/_ctypes/libffi/testsuite/libffi.special/ffitestcxx.h
M    Modules/_ctypes/libffi/README
A    Modules/_ctypes/libffi/libffi.pc.in
M    Modules/_ctypes/libffi/Makefile.am
M    Modules/_ctypes/libffi/missing
A    Modules/_ctypes/libffi/ChangeLog.v1
M    Modules/_ctypes/libffi/aclocal.m4
M    Modules/_ctypes/libffi.diff

15 years agoDo not hardcode Expat version. It's possible to build Python with --with-system...
Florent Xicluna [Sun, 14 Mar 2010 15:20:59 +0000 (15:20 +0000)]
Do not hardcode Expat version.  It's possible to build Python with --with-system-expat option.

15 years agofix quotes
Benjamin Peterson [Sun, 14 Mar 2010 15:06:14 +0000 (15:06 +0000)]
fix quotes

15 years agofix freebsd linking #7705
Benjamin Peterson [Sun, 14 Mar 2010 14:24:31 +0000 (14:24 +0000)]
fix freebsd linking #7705

15 years agoAdd a link about the Public Review Issue #29
Ezio Melotti [Sun, 14 Mar 2010 10:13:49 +0000 (10:13 +0000)]
Add a link about the Public Review Issue #29

15 years ago#8137: add iso-8859-16 to the standard encodings table.
Georg Brandl [Sun, 14 Mar 2010 09:55:08 +0000 (09:55 +0000)]
#8137: add iso-8859-16 to the standard encodings table.

15 years agoFormat and rewrap 2.7 NEWS consistently.
Georg Brandl [Sun, 14 Mar 2010 09:50:54 +0000 (09:50 +0000)]
Format and rewrap 2.7 NEWS consistently.

15 years agoMinor documentation updates for xml.etree.
Florent Xicluna [Sun, 14 Mar 2010 01:22:09 +0000 (01:22 +0000)]
Minor documentation updates for xml.etree.

15 years agoIssue #7993: Add a test of IO packet processing bandwidth to ccbench.
Antoine Pitrou [Sat, 13 Mar 2010 21:21:30 +0000 (21:21 +0000)]
Issue #7993: Add a test of IO packet processing bandwidth to ccbench.
It measures the number of UDP packets processed per second depending on
the number of background CPU-bound Python threads.