]> granicus.if.org Git - python/log
python
16 years agoIssue #4935: The overflow checking code in the expandtabs() method common
Antoine Pitrou [Tue, 13 Jan 2009 23:13:52 +0000 (23:13 +0000)]
Issue #4935: The overflow checking code in the expandtabs() method common
to str, bytes and bytearray could be optimized away by the compiler, letting
the interpreter segfault instead of raising an error.

16 years agode-spacify
Benjamin Peterson [Tue, 13 Jan 2009 22:22:41 +0000 (22:22 +0000)]
de-spacify

16 years agoUse assertRaises.
Georg Brandl [Tue, 13 Jan 2009 22:14:01 +0000 (22:14 +0000)]
Use assertRaises.

16 years agoadd bytearrayobject.h to PYTHON_HEADERS
Benjamin Peterson [Tue, 13 Jan 2009 21:43:11 +0000 (21:43 +0000)]
add bytearrayobject.h to PYTHON_HEADERS

16 years agomake bytearrayobject.o depend on the stringlib #4936
Benjamin Peterson [Tue, 13 Jan 2009 21:42:23 +0000 (21:42 +0000)]
make bytearrayobject.o depend on the stringlib #4936

16 years agoFix refcount leak in error cases. Bug found by coverity.
Thomas Heller [Tue, 13 Jan 2009 17:32:28 +0000 (17:32 +0000)]
Fix refcount leak in error cases.  Bug found by coverity.

16 years agoNote that first coord. is left alone
Andrew M. Kuchling [Tue, 13 Jan 2009 13:40:54 +0000 (13:40 +0000)]
Note that first coord. is left alone

16 years agoast.literal_eval can properly evaluate complex numbers now. This fixes issue4907.
Armin Ronacher [Tue, 13 Jan 2009 11:52:23 +0000 (11:52 +0000)]
ast.literal_eval can properly evaluate complex numbers now.  This fixes issue4907.

16 years agoIssue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard().
Raymond Hettinger [Tue, 13 Jan 2009 09:08:32 +0000 (09:08 +0000)]
Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard().

Needs to be backported to 2.6 and forward ported to 3.0 and 3.1.

16 years agoAdd table of idioms/patterns for using Counter objects.
Raymond Hettinger [Tue, 13 Jan 2009 08:38:14 +0000 (08:38 +0000)]
Add table of idioms/patterns for using Counter objects.
Improve the appearance and flow of the References section -- it used
to have a box around it that wasn't distinct from the preceding code
boxes and it had a weird bolding pattern and hanging indents that
made the section disproportionately large.

16 years agoFix call signature and markup.
Georg Brandl [Tue, 13 Jan 2009 08:11:07 +0000 (08:11 +0000)]
Fix call signature and markup.

16 years agoSpeed-up __repr__. Eliminate duplicate tests. Use a from-irmport.
Raymond Hettinger [Tue, 13 Jan 2009 04:50:35 +0000 (04:50 +0000)]
Speed-up __repr__.  Eliminate duplicate tests.  Use a from-irmport.

16 years agoFixup and simplify docstrings and doctests.
Raymond Hettinger [Tue, 13 Jan 2009 04:13:53 +0000 (04:13 +0000)]
Fixup and simplify docstrings and doctests.

16 years agoMinor documentation tweaks and simpler update() example.
Raymond Hettinger [Tue, 13 Jan 2009 03:49:43 +0000 (03:49 +0000)]
Minor documentation tweaks and simpler update() example.

16 years agosmall logic correction
Benjamin Peterson [Tue, 13 Jan 2009 01:49:10 +0000 (01:49 +0000)]
small logic correction

16 years agoSimplify Counter() API. Replace items keyword argument
Raymond Hettinger [Tue, 13 Jan 2009 01:05:03 +0000 (01:05 +0000)]
Simplify Counter() API.  Replace items keyword argument
with a mapping.  Makes Counter() idempotent, makes update()
API the same as Counter.__init__(), makes a more readable
repr, makes the API more dict-like, and allows Steven
Bethard's update() example to work.

16 years ago#3720: Interpreter crashes when an evil iterator removes its own next function.
Amaury Forgeot d'Arc [Mon, 12 Jan 2009 23:36:55 +0000 (23:36 +0000)]
#3720: Interpreter crashes when an evil iterator removes its own next function.

Now the slot is filled with a function that always raises.

Will not backport: extensions compiled with 2.6.x would not run on 2.6.0.

16 years agoIssue 1696199: Add collections.Counter().
Raymond Hettinger [Mon, 12 Jan 2009 22:58:41 +0000 (22:58 +0000)]
Issue 1696199: Add collections.Counter().

16 years agoMinor changes/corrections in markup.
Vinay Sajip [Mon, 12 Jan 2009 20:36:18 +0000 (20:36 +0000)]
Minor changes/corrections in markup.

16 years agoAdd tests for invalid format specifiers in strftime, and for handling of invalid...
Kristján Valur Jónsson [Mon, 12 Jan 2009 18:09:27 +0000 (18:09 +0000)]
Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module.

16 years agoOptimize heapq.nsmallest/nlargest for cases where n==1 or n>=size.
Raymond Hettinger [Mon, 12 Jan 2009 10:37:32 +0000 (10:37 +0000)]
Optimize heapq.nsmallest/nlargest for cases where n==1 or n>=size.

16 years agoMisc/NEWS for issue 4293
Kristján Valur Jónsson [Mon, 12 Jan 2009 09:24:04 +0000 (09:24 +0000)]
Misc/NEWS for issue 4293

16 years agoUpdate Misc/NEWS for issue 3582
Kristján Valur Jónsson [Mon, 12 Jan 2009 09:20:34 +0000 (09:20 +0000)]
Update Misc/NEWS for issue 3582

16 years agoIssue #4893: Use NT threading on CE.
Martin v. Löwis [Mon, 12 Jan 2009 08:11:24 +0000 (08:11 +0000)]
Issue #4893: Use NT threading on CE.

16 years agoIssue #4915: Port sysmodule to Windows CE.
Martin v. Löwis [Mon, 12 Jan 2009 07:57:11 +0000 (07:57 +0000)]
Issue #4915: Port sysmodule to Windows CE.

16 years agoadd email addresses
Benjamin Peterson [Sun, 11 Jan 2009 19:48:15 +0000 (19:48 +0000)]
add email addresses

16 years agoUpdate the documentation for binascii and zlib crc32/adler32 functions
Gregory P. Smith [Sun, 11 Jan 2009 17:57:54 +0000 (17:57 +0000)]
Update the documentation for binascii and zlib crc32/adler32 functions
to better describe the signed vs unsigned return value behavior on
different platforms and versions of python.  Mention the workaround to
make them all return the same thing by using & 0xffffffff.

Fixes issue4903.

Also needs to be merged into release26-maint, release30-maint, & py3k.

16 years agocorrect email address
Gregory P. Smith [Sun, 11 Jan 2009 17:53:33 +0000 (17:53 +0000)]
correct email address

16 years agoIssue 4879: Allow buffering for HTTPResponse
Kristján Valur Jónsson [Sun, 11 Jan 2009 16:23:37 +0000 (16:23 +0000)]
Issue 4879: Allow buffering for HTTPResponse

16 years agoIssue #4895: Use _strdup on Windows CE.
Martin v. Löwis [Sun, 11 Jan 2009 09:43:55 +0000 (09:43 +0000)]
Issue #4895: Use _strdup on Windows CE.

16 years agoIssue #4279: Fix build of parsermodule under Cygwin.
Martin v. Löwis [Sun, 11 Jan 2009 09:26:54 +0000 (09:26 +0000)]
Issue #4279: Fix build of parsermodule under Cygwin.

16 years agoFixed version number in build_ssl.bat.
Hirokazu Yamamoto [Sun, 11 Jan 2009 03:28:13 +0000 (03:28 +0000)]
Fixed version number in build_ssl.bat.

16 years agomacos 9 isn't supported
Benjamin Peterson [Sat, 10 Jan 2009 23:49:08 +0000 (23:49 +0000)]
macos 9 isn't supported

16 years agomove seealso to a more appropiate place
Benjamin Peterson [Sat, 10 Jan 2009 23:41:59 +0000 (23:41 +0000)]
move seealso to a more appropiate place

16 years agomake tests fail if they can't be imported
Benjamin Peterson [Sat, 10 Jan 2009 22:42:10 +0000 (22:42 +0000)]
make tests fail if they can't be imported

16 years agoCorrected minor typo and added .currentmodule directives to fix missing cross-references.
Vinay Sajip [Sat, 10 Jan 2009 19:22:57 +0000 (19:22 +0000)]
Corrected minor typo and added .currentmodule directives to fix missing cross-references.

16 years agoRemove an unnecessary check from test_decimal.
Mark Dickinson [Sat, 10 Jan 2009 19:14:55 +0000 (19:14 +0000)]
Remove an unnecessary check from test_decimal.

16 years agofix encoding
Benjamin Peterson [Sat, 10 Jan 2009 19:08:49 +0000 (19:08 +0000)]
fix encoding

16 years agoAdd ACKS entries for some of the patches I've been committing.
Antoine Pitrou [Sat, 10 Jan 2009 18:33:21 +0000 (18:33 +0000)]
Add ACKS entries for some of the patches I've been committing.

16 years agotp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901
Benjamin Peterson [Sat, 10 Jan 2009 17:36:44 +0000 (17:36 +0000)]
tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901

16 years agorewrite verbose conditionals
Benjamin Peterson [Sat, 10 Jan 2009 17:18:55 +0000 (17:18 +0000)]
rewrite verbose conditionals

16 years ago- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
Matthias Klose [Sat, 10 Jan 2009 17:00:42 +0000 (17:00 +0000)]
- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
  biarch systems. Try to rely on ldconfig only, without using objdump and gcc.

16 years agoAdd NEWS entry for r68484.
Antoine Pitrou [Sat, 10 Jan 2009 16:15:24 +0000 (16:15 +0000)]
Add NEWS entry for r68484.

16 years agoIssue #3860: GzipFile and BZ2File now support the context manager protocol.
Antoine Pitrou [Sat, 10 Jan 2009 16:13:45 +0000 (16:13 +0000)]
Issue #3860: GzipFile and BZ2File now support the context manager protocol.

16 years agoCorrected an incorrect self-reference.
Vinay Sajip [Sat, 10 Jan 2009 13:42:04 +0000 (13:42 +0000)]
Corrected an incorrect self-reference.

16 years agoMinor documentation changes cross-referencing NullHandler to the documentation on...
Vinay Sajip [Sat, 10 Jan 2009 13:38:04 +0000 (13:38 +0000)]
Minor documentation changes cross-referencing NullHandler to the documentation on configuring logging in a library.

16 years agoIssue 4906: Preserve windows error state across PyThread_get_key_value
Kristján Valur Jónsson [Sat, 10 Jan 2009 12:14:31 +0000 (12:14 +0000)]
Issue 4906:  Preserve windows error state across PyThread_get_key_value

16 years agoAdded helper script to build Tcl/Tk.
Hirokazu Yamamoto [Sat, 10 Jan 2009 09:18:16 +0000 (09:18 +0000)]
Added helper script to build Tcl/Tk.

16 years agoLink to debug version of Tcl/Tk when python is built as debug version.
Hirokazu Yamamoto [Sat, 10 Jan 2009 08:12:09 +0000 (08:12 +0000)]
Link to debug version of Tcl/Tk when python is built as debug version.

16 years agoBump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, tix8...
Hirokazu Yamamoto [Sat, 10 Jan 2009 08:09:43 +0000 (08:09 +0000)]
Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, tix8.4.0 -> tix8.4.3)

16 years agoIssue #4074: Change the criteria for doing a full garbage collection (i.e.
Antoine Pitrou [Fri, 9 Jan 2009 21:40:55 +0000 (21:40 +0000)]
Issue #4074: Change the criteria for doing a full garbage collection (i.e.
collecting the oldest generation) so that allocating lots of objects without
destroying them does not show quadratic performance. Based on a proposal by
Martin von Löwis at http://mail.python.org/pipermail/python-dev/2008-June/080579.html.

16 years agoIssue 4293: Make Py_AddPendingCall() thread safe
Kristján Valur Jónsson [Fri, 9 Jan 2009 21:35:16 +0000 (21:35 +0000)]
Issue 4293:  Make Py_AddPendingCall() thread safe
Add test cases and documentation

16 years agoIssue 4293: Make Py_AddPendingCall() thread safe
Kristján Valur Jónsson [Fri, 9 Jan 2009 20:31:26 +0000 (20:31 +0000)]
Issue 4293:  Make Py_AddPendingCall() thread safe

16 years agoIssue 4336: Let users of HTTPConnection.endheaders() submit a message body to the...
Kristján Valur Jónsson [Fri, 9 Jan 2009 20:27:16 +0000 (20:27 +0000)]
Issue 4336:  Let users of HTTPConnection.endheaders() submit a message body to the function if required.

16 years agoIssue 4336: HTTPRequest._send_output() now deals with the case of the message body...
Kristján Valur Jónsson [Fri, 9 Jan 2009 20:23:16 +0000 (20:23 +0000)]
Issue 4336:  HTTPRequest._send_output() now deals with the case of the message body not being a string.  This allows clients to use endheaders(message_body) instead of endheaders() + send(message_body) without making any extra checks.

16 years agoIssue 3677: Fix import from UNC paths on Windows.
Kristján Valur Jónsson [Fri, 9 Jan 2009 20:10:59 +0000 (20:10 +0000)]
Issue 3677:  Fix import from UNC paths on Windows.

16 years agoIssue 3582. Improved thread support and TLS for Windows
Kristján Valur Jónsson [Fri, 9 Jan 2009 20:03:27 +0000 (20:03 +0000)]
Issue 3582.  Improved thread support and TLS for Windows

16 years agoFix issue 4884, preventing a crash in the socket code when python is compiled
Jeffrey Yasskin [Fri, 9 Jan 2009 16:47:07 +0000 (16:47 +0000)]
Fix issue 4884, preventing a crash in the socket code when python is compiled
with llvm-gcc and run with a glibc <2.10.

16 years agoBump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25)
Hirokazu Yamamoto [Fri, 9 Jan 2009 04:10:40 +0000 (04:10 +0000)]
Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25)

16 years agoBump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5)
Hirokazu Yamamoto [Fri, 9 Jan 2009 03:32:46 +0000 (03:32 +0000)]
Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5)

16 years agoremove temporary code now
Benjamin Peterson [Fri, 9 Jan 2009 03:15:00 +0000 (03:15 +0000)]
remove temporary code now

16 years agobe more specific in -3 option help
Benjamin Peterson [Fri, 9 Jan 2009 03:07:27 +0000 (03:07 +0000)]
be more specific in -3 option help

16 years agoadd -3 to manpage
Benjamin Peterson [Fri, 9 Jan 2009 03:05:14 +0000 (03:05 +0000)]
add -3 to manpage

16 years agofix spelling
Benjamin Peterson [Fri, 9 Jan 2009 03:03:05 +0000 (03:03 +0000)]
fix spelling

16 years agofix markup
Benjamin Peterson [Fri, 9 Jan 2009 02:56:32 +0000 (02:56 +0000)]
fix markup

16 years agospecify what -3 warnings are about
Benjamin Peterson [Fri, 9 Jan 2009 02:53:35 +0000 (02:53 +0000)]
specify what -3 warnings are about

16 years agoMerged revisions 68306-68308,68340,68368,68422 via svnmerge from
Benjamin Peterson [Fri, 9 Jan 2009 02:13:34 +0000 (02:13 +0000)]
Merged revisions 68306-68308,68340,68368,68422 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r68306 | benjamin.peterson | 2009-01-04 12:27:19 -0600 (Sun, 04 Jan 2009) | 1 line

  fix_urllib: add mappings for the url parsing functions
........
  r68307 | benjamin.peterson | 2009-01-04 12:30:01 -0600 (Sun, 04 Jan 2009) | 1 line

  remove duplicated function
........
  r68308 | benjamin.peterson | 2009-01-04 12:50:34 -0600 (Sun, 04 Jan 2009) | 1 line

  turtle is no longer renamed
........
  r68340 | georg.brandl | 2009-01-05 02:11:39 -0600 (Mon, 05 Jan 2009) | 2 lines

  Fix undefined locals in parse_tokens().
........
  r68368 | benjamin.peterson | 2009-01-06 17:56:10 -0600 (Tue, 06 Jan 2009) | 1 line

  fix typo (thanks to Robert Lehmann)
........
  r68422 | benjamin.peterson | 2009-01-08 20:01:03 -0600 (Thu, 08 Jan 2009) | 1 line

  run the imports fixers after fix_import, so fix_import doesn't try to make stdlib renames into relative imports #4876
........

16 years agofixed #4394 make the storage of the password optional in .pypirc
Tarek Ziadé [Thu, 8 Jan 2009 23:56:31 +0000 (23:56 +0000)]
fixed #4394 make the storage of the password optional in .pypirc

16 years agoForward port r68394 for issue 4816.
Raymond Hettinger [Thu, 8 Jan 2009 06:39:04 +0000 (06:39 +0000)]
Forward port r68394 for issue 4816.

16 years agouse new sphinx modules
Benjamin Peterson [Thu, 8 Jan 2009 04:01:00 +0000 (04:01 +0000)]
use new sphinx modules

16 years agostring exceptions are gone
Benjamin Peterson [Thu, 8 Jan 2009 03:39:46 +0000 (03:39 +0000)]
string exceptions are gone

16 years agoIssue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.
Martin v. Löwis [Wed, 7 Jan 2009 18:40:40 +0000 (18:40 +0000)]
Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.

16 years agoIssue #4869: clarify documentation for random.expovariate.
Mark Dickinson [Wed, 7 Jan 2009 17:48:33 +0000 (17:48 +0000)]
Issue #4869: clarify documentation for random.expovariate.

16 years agoIssue #4864: test_msvc9compiler failed on VC6/7.
Hirokazu Yamamoto [Wed, 7 Jan 2009 09:42:28 +0000 (09:42 +0000)]
Issue #4864: test_msvc9compiler failed on VC6/7.
Reviewed by Amaury Forgeot d'Arc.

16 years agoUse shutil.rmtree rather than os.rmdir.
Antoine Pitrou [Tue, 6 Jan 2009 18:34:08 +0000 (18:34 +0000)]
Use shutil.rmtree rather than os.rmdir.

16 years agoIssue #1180193: When importing a module from a .pyc (or .pyo) file with
Antoine Pitrou [Tue, 6 Jan 2009 18:10:47 +0000 (18:10 +0000)]
Issue #1180193: When importing a module from a .pyc (or .pyo) file with
an existing .py counterpart, override the co_filename attributes of all
code objects if the original filename is obsolete (which can happen if the
file has been renamed, moved, or if it is accessed through different paths).
Patch by Ziga Seilnacht and Jean-Paul Calderone.

16 years agoFix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration
Marc-André Lemburg [Mon, 5 Jan 2009 19:43:35 +0000 (19:43 +0000)]
Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration
into the extern "C" section.

Add a few more comments and apply some minor edits to make the file contents
fit the original structure again.

16 years agoMake sure to checkout any new packages
Neal Norwitz [Mon, 5 Jan 2009 03:57:25 +0000 (03:57 +0000)]
Make sure to checkout any new packages

16 years agoUpdate make.bat.
Georg Brandl [Sun, 4 Jan 2009 22:03:10 +0000 (22:03 +0000)]
Update make.bat.

16 years agouse Jinja 2.1.1
Benjamin Peterson [Sun, 4 Jan 2009 22:00:18 +0000 (22:00 +0000)]
use Jinja 2.1.1

16 years agoIssue #4272: Add an optional argument to the GzipFile constructor to override the...
Antoine Pitrou [Sun, 4 Jan 2009 21:29:23 +0000 (21:29 +0000)]
Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream.

16 years agoMisc/NEWS entry for r68317
Mark Dickinson [Sun, 4 Jan 2009 21:25:40 +0000 (21:25 +0000)]
Misc/NEWS entry for r68317

16 years agoMore Python 2.3 compatibility fixes for decimal.py.
Mark Dickinson [Sun, 4 Jan 2009 21:22:02 +0000 (21:22 +0000)]
More Python 2.3 compatibility fixes for decimal.py.

16 years agoFix Decimal.from_float to use valid Python 2.3 syntax, as per
Mark Dickinson [Sun, 4 Jan 2009 21:10:56 +0000 (21:10 +0000)]
Fix Decimal.from_float to use valid Python 2.3 syntax, as per
comments at top of decimal.py.  (But note that the from_float
method itself with still not be usable before Python 2.7.)
See issue 4796 for discussion.

16 years agoIt's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any
Mark Dickinson [Sun, 4 Jan 2009 20:19:41 +0000 (20:19 +0000)]
It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any
Python/hypot.c replacement file.  Use AC_CHECK_FUNCS instead.  This change
should be backported to 2.6 and 3.0.

16 years agoUse C99 'isfinite' macro in preference to BSD-derived 'finite' function.
Mark Dickinson [Sun, 4 Jan 2009 19:53:00 +0000 (19:53 +0000)]
Use C99 'isfinite' macro in preference to BSD-derived 'finite' function.

16 years agoFix HAVE_DECL_ISINF/ISNAN test (again).
Mark Dickinson [Sun, 4 Jan 2009 17:02:05 +0000 (17:02 +0000)]
Fix HAVE_DECL_ISINF/ISNAN test (again).

16 years agoOops. Need to check not only that HAVE_DECL_ISINF is defined, but also
Mark Dickinson [Sun, 4 Jan 2009 16:06:40 +0000 (16:06 +0000)]
Oops.  Need to check not only that HAVE_DECL_ISINF is defined, but also
that it's equal to 1.  (If isinf isn't defined, HAVE_DECL_ISINF is
defined to be 0, rather than being undefined.)

16 years agoisinf and isnan are macros, not functions; fix configure script
Mark Dickinson [Sun, 4 Jan 2009 13:57:26 +0000 (13:57 +0000)]
isinf and isnan are macros, not functions; fix configure script
to use AC_CHECK_DECLS instead of AC_CHECK_FUNCS for these.
(See discussion in issue #4506)

16 years agoAdd autoconf test to detect x87-style double rounding, as described in
Mark Dickinson [Sun, 4 Jan 2009 12:29:36 +0000 (12:29 +0000)]
Add autoconf test to detect x87-style double rounding, as described in
issue #2937.  This information can be helpful for diagnosing platform-
specific problems in math and cmath.  The result of the test also
serves as a fairly reliable indicator of whether the x87 floating-point
instructions (as opposed to SSE2) are in use on Intel x86/x86_64 systems.

16 years agousing clearer syntax
Tarek Ziadé [Sun, 4 Jan 2009 10:37:52 +0000 (10:37 +0000)]
using clearer syntax

16 years agoIf user configures --without-gcc give preference to $CC instead of blindly
Skip Montanaro [Sun, 4 Jan 2009 10:36:58 +0000 (10:36 +0000)]
If user configures --without-gcc give preference to $CC instead of blindly
assuming the compiler will be "cc".

16 years agoFix two issues found by the suspicious builder.
Georg Brandl [Sun, 4 Jan 2009 10:24:09 +0000 (10:24 +0000)]
Fix two issues found by the suspicious builder.

16 years agoAdd "suspicious" builder which finds leftover markup in the HTML files.
Georg Brandl [Sun, 4 Jan 2009 10:23:49 +0000 (10:23 +0000)]
Add "suspicious" builder which finds leftover markup in the HTML files.

Patch by Gabriel Genellina.

16 years agoTest commit.
Georg Brandl [Sun, 4 Jan 2009 08:26:10 +0000 (08:26 +0000)]
Test commit.

16 years agoonly check the actual compile() call for a SyntaxError
Benjamin Peterson [Sun, 4 Jan 2009 00:39:07 +0000 (00:39 +0000)]
only check the actual compile() call for a SyntaxError

16 years agofixed #1702551: distutils sdist was not pruning VCS directories under win32
Tarek Ziadé [Sun, 4 Jan 2009 00:04:49 +0000 (00:04 +0000)]
fixed #1702551: distutils sdist was not pruning VCS directories under win32

16 years agoAdd temporary code to fix the automatic doc build failure.
Georg Brandl [Sat, 3 Jan 2009 22:15:42 +0000 (22:15 +0000)]
Add temporary code to fix the automatic doc build failure.

16 years agoManually merge r67868 from 2.6 branch.
Georg Brandl [Sat, 3 Jan 2009 22:05:22 +0000 (22:05 +0000)]
Manually merge r67868 from 2.6 branch.

16 years agoManually merge r68095,68186,68187,68188,68190 from 2.6 branch.
Georg Brandl [Sat, 3 Jan 2009 22:03:11 +0000 (22:03 +0000)]
Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.