History log of /external/python/cpython3/Doc/make.bat
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
814213bdf1b95a5d863311b61c671010291f1197 25-Feb-2017 Mariatta <Mariatta@users.noreply.github.com> [3.6] Backport README.rst changes (GH-294)

(cherry picked from commit b3f1f59cf451d4a25b204e7a24f7be4c95e40be8)
(cherry picked from commit 1b3d88eb33085e90af729c4c2f78b5ba1b942b1e)
(cherry picked from commit c0866855d54bbbe7bcac299c4af45389efacce0b)
(cherry picked from commit e32ec9334b35f897ace8a05128838f92c5e0b2fb)
(cherry picked from commit 6329aea78e3627d250009aa5aaaf47cd11587f4d)
/external/python/cpython3/Doc/make.bat
db3deb98e969d3f43b169cd320abd46b21a10c6d 14-Feb-2017 Mariatta <Mariatta@users.noreply.github.com> bpo-29521 Fix two minor documentation build warnings (#41) (#83)

Much of bpo-29521 was fixed in parallel with commit
e7ffb99 . This cleans up the rest.

Apply parallel change to Doc/make.bat to read
"set SPHINXOPTS=-D latex_elements.papersize="
I don't have a Windows system on which to observe the warning,
but it should be necessary.

The warning:

.../workspace/cpython_github/Doc/faq/windows.rst:303:
WARNING: unknown option: -t

In the Windows FAQ, `How do I keep editors from inserting tabs
into my Python source?`, contained a reference to a Python -t
option. In Python 2.x, this caused Python to issue warnings
about lines with mixed spaces and tabs, but as of Python 3.6
it does nothing.

Per discussion at http://bugs.python.org/issue29387, take
their wording. Python [3] raises an IndentationError or
TabError. Tabnanny is now a module.
(cherry picked from commit 3d707be950b387552585451071928e7b39cdfa53)
/external/python/cpython3/Doc/make.bat
003e929cdbff032143e58a4f41e7fc4e18e9b73b 06-Sep-2016 Steve Dower <steve.dower@microsoft.com> Prevents unnecessary help text appearing in doc build.
/external/python/cpython3/Doc/make.bat
e1f6805776b9b85791f9b3ae2cf998b7fed4a5bf 21-Jul-2015 Steve Dower <steve.dower@microsoft.com> Fixes argument handling in build.bat and HHC search
/external/python/cpython3/Doc/make.bat
774ac377daf0da8eaddc578d883cd2002cb7a6a4 13-Apr-2015 Zachary Ware <zachary.ware@gmail.com> Closes #17202: Merge with 3.4
4c9c848159b63fac440c29ffc2b437e055d355cc 13-Apr-2015 Zachary Ware <zachary.ware@gmail.com> Issue #17202: Add .bat to .hgeol to force them to CRLF.

Using LF can a script to fail if it tries to use a label that is
split across 512 byte blocks. Who knows why.
/external/python/cpython3/Doc/make.bat
312cef086b277c6f79cde5b345f0ce1ada81095e 08-Feb-2015 Steve Dower <steve.dower@microsoft.com> Improve Windows release scripts
/external/python/cpython3/Doc/make.bat
bb24087a2cbfb186b540cc71a74ec8c39c1ebe3a 06-Feb-2015 Steve Dower <steve.dower@microsoft.com> Issue #23260: Update Windows installer
/external/python/cpython3/Doc/make.bat
61bd1dcf9bde6e64408392765d649c057a8fc81b 30-Sep-2014 Georg Brandl <georg@python.org> Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
/external/python/cpython3/Doc/make.bat
78daf00e3fe8e099cf0e2b7710e8c5878d2d4bcc 09-Feb-2015 Martin v. Löwis <martin@v.loewis.de> Amend b8ebf381390f: find patchlevel.py in extensions.
/external/python/cpython3/Doc/make.bat
97e9ec688c7ea49c61c803f1c87b183e32b3661c 30-Sep-2014 Georg Brandl <georg@python.org> Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
/external/python/cpython3/Doc/make.bat
59895111836a9aa36ccd519c8f44faa5abf87b8e 10-Jun-2014 Zachary Ware <zachary.ware@gmail.com> Issue #21688: Give informative error message when hhc.exe cannot be found.

Initial patch by Olive Kilburn.
/external/python/cpython3/Doc/make.bat
a67b97f438e9c49b8071f3c2b0551dc7a31e0e5c 29-Apr-2014 Zachary Ware <zachary.ware@gmail.com> Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile
/external/python/cpython3/Doc/make.bat
a37ff0fb80d59946c74af874c8dcc6d629541852 18-Apr-2014 Zachary Ware <zachary.ware@gmail.com> Issue #21289: Fix documentation building on Windows using Doc/make.bat.

Also fixes a long-standing typo in Doc/README.txt.

Initial patch by Dave Sawyer.
/external/python/cpython3/Doc/make.bat
f7b2f36f747179cf3dc7a889064f8979e3ad4dae 16-Feb-2014 Georg Brandl <georg@python.org> Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore

Nowadays it is likely that people will have Sphinx installed,
and if not, they will know how to install it.

This also simplifies life a lot for distribution packagers,
who typically do not want the doc build process to connect
to external web resources.
/external/python/cpython3/Doc/make.bat
8bd656ddb8d316f51c3093f1e1bb0350e0d3e607 14-Jan-2014 Georg Brandl <georg@python.org> Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for Py2.5.
/external/python/cpython3/Doc/make.bat
6392ad98d0f194e350c013599fbbb32f7ba5f3af 12-Jan-2014 Georg Brandl <georg@python.org> Doc: update Sphinx toolchain also in make.bat
/external/python/cpython3/Doc/make.bat
ac356fcf8e64bae3ce9c45fe08109c6b76621a0b 14-Mar-2013 Terry Jan Reedy <tjreedy@udel.edu> Merge with 3.2: Issue #17386
3b220e11eb8e4768cbdef076d0ac133aaf4a2248 14-Mar-2013 Terry Jan Reedy <tjreedy@udel.edu> Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.
If PYTHON is undefined, this fails without the launcher (installed with 3.3 or
from PyPI), but this is better than always failing. Patch from Zachary Ware.
/external/python/cpython3/Doc/make.bat
0472bc8709829fbddb5c93a418e93bc6cc1a8b67 30-Sep-2012 Georg Brandl <georg@python.org> Use newer version of Pygments that handles "yield from".
/external/python/cpython3/Doc/make.bat
49857f8a93564e68a31949ab7498dd1c6bd122b0 05-Mar-2011 Georg Brandl <georg@python.org> Add updated .hgeol file and fix newlines in the 3.2 branch.
/external/python/cpython3/Doc/make.bat
7f1e174c7a0cc4e9f5ca40a22ac13f4bd53467ec 25-Feb-2011 Antoine Pitrou <solipsis@pitrou.net> Make svn:eol-style's more consistent
/external/python/cpython3/Doc/make.bat
6dc50f34ddb8a5c3b11570575348c9b94919b024 15-Jan-2011 Georg Brandl <georg@python.org> Update to 1.0.7.
/external/python/cpython3/Doc/make.bat
cfa8e29d1cb2c8e2c0e4a825a7ebd5ba911cc3ad 12-Nov-2010 Georg Brandl <georg@python.org> Switch to Sphinx 1.0.5.
/external/python/cpython3/Doc/make.bat
5ad8ed5f26d5d511c3c058c16229e35cb43ba29f 06-Oct-2010 Georg Brandl <georg@python.org> Update to Sphin 1.0.4.
/external/python/cpython3/Doc/make.bat
fff9021f75b21658dab0ab530675c9f54b94db77 31-Jul-2010 Georg Brandl <georg@python.org> Update copyright years and add releases to release list. Also update Sphinx version number.
/external/python/cpython3/Doc/make.bat
d94b4a75e8d49a06798b0a0d6eb3d6f567aa3397 13-Mar-2010 Georg Brandl <georg@python.org> Merged revisions 78910 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r78910 | georg.brandl | 2010-03-13 11:54:12 +0100 (Sa, 13 Mär 2010) | 1 line

Bump externals versions for doc build.
........
/external/python/cpython3/Doc/make.bat
b05e73d9c86872c3f0ebc7d6a157860ebc28ca2f 31-Dec-2009 Benjamin Peterson <benjamin@python.org> Merged revisions 77151-77152 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r77151 | georg.brandl | 2009-12-30 12:32:50 -0600 (Wed, 30 Dec 2009) | 1 line

#7487: update Pygments version.
........
r77152 | georg.brandl | 2009-12-30 12:36:09 -0600 (Wed, 30 Dec 2009) | 1 line

#7602: improve "clean" and "checkout" targets now that all tools are in externals.
........
/external/python/cpython3/Doc/make.bat
864b3f08d8df8c0dd6a085d3c74f049997b83869 14-Nov-2009 Benjamin Peterson <benjamin@python.org> Merged revisions 76255 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r76255 | benjamin.peterson | 2009-11-13 17:11:54 -0600 (Fri, 13 Nov 2009) | 1 line

use Sphinx 0.6.3
........
/external/python/cpython3/Doc/make.bat
0a3faef5f20ca45247ef3174912354859bba174a 29-Jun-2009 Benjamin Peterson <benjamin@python.org> Merged revisions 73669 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r73669 | benjamin.peterson | 2009-06-28 22:30:55 -0500 (Sun, 28 Jun 2009) | 1 line

update to sphinx 0.6.2
........
/external/python/cpython3/Doc/make.bat
ef3e4c2b4d5f07acc33c66d01063fcdf00b7b7d9 11-Apr-2009 Benjamin Peterson <benjamin@python.org> Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r70980 | jack.diederich | 2009-04-01 15:26:13 -0500 (Wed, 01 Apr 2009) | 3 lines

bounds check arguments to mmap.move(). All of them. Really.
fixes crasher on OS X 10.5
........
r71059 | mark.dickinson | 2009-04-02 13:39:37 -0500 (Thu, 02 Apr 2009) | 2 lines

sys.long_info attributes should be ints, not longs
........
r71225 | georg.brandl | 2009-04-05 06:54:07 -0500 (Sun, 05 Apr 2009) | 1 line

#5580: no need to use parentheses when converterr() argument is actually a type description.
........
r71234 | georg.brandl | 2009-04-05 08:16:35 -0500 (Sun, 05 Apr 2009) | 1 line

Whitespace normalization.
........
r71241 | georg.brandl | 2009-04-05 09:48:49 -0500 (Sun, 05 Apr 2009) | 1 line

#5471: fix expanduser() for $HOME set to "/".
........
r71243 | georg.brandl | 2009-04-05 10:14:29 -0500 (Sun, 05 Apr 2009) | 1 line

#5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
........
r71249 | georg.brandl | 2009-04-05 11:30:43 -0500 (Sun, 05 Apr 2009) | 1 line

#5444: adapt make.bat to new htmlhelp output file name.
........
r71251 | georg.brandl | 2009-04-05 12:17:42 -0500 (Sun, 05 Apr 2009) | 1 line

#5298: clarify docs about GIL by using more consistent wording.
........
r71255 | georg.brandl | 2009-04-05 13:34:58 -0500 (Sun, 05 Apr 2009) | 1 line

#602893: add indicator for current line in cgitb that doesnt rely on styling alone.
........
r71266 | georg.brandl | 2009-04-05 15:23:13 -0500 (Sun, 05 Apr 2009) | 1 line

Normalize issue referencing style.
........
r71299 | gregory.p.smith | 2009-04-05 18:43:58 -0500 (Sun, 05 Apr 2009) | 3 lines

Fixes issue5705: os.setuid() and friends did not accept the same range of
values that pwd.getpwnam() returns.
........
r71329 | benjamin.peterson | 2009-04-06 16:53:33 -0500 (Mon, 06 Apr 2009) | 1 line

add create_connection to __all__ #5711
........
r71397 | georg.brandl | 2009-04-08 11:36:39 -0500 (Wed, 08 Apr 2009) | 1 line

Remove redundant backtick.
........
r71398 | georg.brandl | 2009-04-08 11:39:04 -0500 (Wed, 08 Apr 2009) | 1 line

Update ignore file for suspicious builder.
........
r71486 | andrew.kuchling | 2009-04-11 11:18:14 -0500 (Sat, 11 Apr 2009) | 1 line

Re-word
........
/external/python/cpython3/Doc/make.bat
d99fe9fea7c4a3b938ced878de1665ff60265025 07-Apr-2009 Raymond Hettinger <python@rcn.com> Fix make.bat to match makefile changes
/external/python/cpython3/Doc/make.bat
28d88b4813ad1ee17d0603f3e607789916ef6547 09-Jan-2009 Benjamin Peterson <benjamin@python.org> Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
r68288 | benjamin.peterson | 2009-01-03 18:39:07 -0600 (Sat, 03 Jan 2009) | 1 line

only check the actual compile() call for a SyntaxError
................
r68289 | georg.brandl | 2009-01-04 02:26:10 -0600 (Sun, 04 Jan 2009) | 2 lines

Test commit.
................
r68290 | georg.brandl | 2009-01-04 04:23:49 -0600 (Sun, 04 Jan 2009) | 4 lines

Add "suspicious" builder which finds leftover markup in the HTML files.

Patch by Gabriel Genellina.
................
r68291 | georg.brandl | 2009-01-04 04:24:09 -0600 (Sun, 04 Jan 2009) | 2 lines

Fix two issues found by the suspicious builder.
................
r68325 | benjamin.peterson | 2009-01-04 16:00:18 -0600 (Sun, 04 Jan 2009) | 1 line

use Jinja 2.1.1
................
r68326 | georg.brandl | 2009-01-04 16:03:10 -0600 (Sun, 04 Jan 2009) | 2 lines

Update make.bat.
................
r68338 | neal.norwitz | 2009-01-04 21:57:25 -0600 (Sun, 04 Jan 2009) | 1 line

Make sure to checkout any new packages
................
r68388 | benjamin.peterson | 2009-01-07 21:39:46 -0600 (Wed, 07 Jan 2009) | 1 line

string exceptions are gone
................
r68393 | benjamin.peterson | 2009-01-07 22:01:00 -0600 (Wed, 07 Jan 2009) | 1 line

use new sphinx modules
................
r68423 | benjamin.peterson | 2009-01-08 20:13:34 -0600 (Thu, 08 Jan 2009) | 29 lines

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
........
................
/external/python/cpython3/Doc/make.bat
d860762ce571f5ae97e6ffdc46301575ef37b862 14-Apr-2008 Benjamin Peterson <benjamin@python.org> Merged revisions 62332 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r62332 | georg.brandl | 2008-04-13 15:51:27 -0500 (Sun, 13 Apr 2008) | 2 lines

Check out Jinja as a separate step now that it's not included in the Sphinx package anymore.
........
/external/python/cpython3/Doc/make.bat
1561babf0c4709e138f01d30127c7d907ec55228 29-Feb-2008 Martin v. Löwis <martin@v.loewis.de> Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61097,61103-61104,61110-61112,61114-61115,61117,61120-61122,61126-61136 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r61128 | martin.v.loewis | 2008-02-29 17:59:21 +0100 (Fr, 29 Feb 2008) | 1 line

Make _hashlib a separate project.
........
r61132 | georg.brandl | 2008-02-29 19:15:36 +0100 (Fr, 29 Feb 2008) | 2 lines

Until we got downloadable docs, stop confusing viewers by talking about a nonexisting table.
........
r61133 | martin.v.loewis | 2008-02-29 19:17:23 +0100 (Fr, 29 Feb 2008) | 1 line

Build db-4.4.20 with VS9; remove VS2003 build if necessary.
........
r61135 | georg.brandl | 2008-02-29 19:21:29 +0100 (Fr, 29 Feb 2008) | 2 lines

#2208: allow for non-standard HHC location.
........
r61136 | martin.v.loewis | 2008-02-29 19:54:45 +0100 (Fr, 29 Feb 2008) | 1 line

Port build_ssl.py to 2.4; support HOST_PYTHON variable
........
/external/python/cpython3/Doc/make.bat
292d351fc1a7dc9feccd412843832808680a631f 03-Feb-2008 Christian Heimes <christian@cheimes.de> Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

NOTE: I blocked the following revisions:
svnmerge.py block -r 60521,60522,60528,60529,60534,60539
The new tests must be merged with lots of manual work.

........
r60493 | georg.brandl | 2008-02-01 12:59:08 +0100 (Fri, 01 Feb 2008) | 2 lines

Update IPv6 RFC number.
........
r60497 | georg.brandl | 2008-02-01 16:50:15 +0100 (Fri, 01 Feb 2008) | 2 lines

Add link checker builder, written for GHOP by Thomas Lamb.
........
r60500 | georg.brandl | 2008-02-01 19:08:09 +0100 (Fri, 01 Feb 2008) | 2 lines

Rename batch file.
........
r60504 | christian.heimes | 2008-02-01 19:49:26 +0100 (Fri, 01 Feb 2008) | 1 line

More int -> pid_t.
........
r60507 | georg.brandl | 2008-02-01 20:24:01 +0100 (Fri, 01 Feb 2008) | 2 lines

Wording nit.
........
r60510 | georg.brandl | 2008-02-01 21:45:33 +0100 (Fri, 01 Feb 2008) | 2 lines

Update for latest sphinx latex writer.
........
r60511 | raymond.hettinger | 2008-02-01 22:30:23 +0100 (Fri, 01 Feb 2008) | 1 line

Issue #1996: float.as_integer_ratio() should return fraction in lowest terms.
........
r60512 | raymond.hettinger | 2008-02-01 23:15:52 +0100 (Fri, 01 Feb 2008) | 1 line

Integer ratio should return ints instead of longs whereever possible.
........
r60513 | raymond.hettinger | 2008-02-01 23:22:50 +0100 (Fri, 01 Feb 2008) | 1 line

labs() takes a long for an input.
........
r60514 | raymond.hettinger | 2008-02-01 23:42:59 +0100 (Fri, 01 Feb 2008) | 1 line

Test round-trip on float.as_integer_ratio() and float.__truediv__().
........
r60515 | marc-andre.lemburg | 2008-02-01 23:58:17 +0100 (Fri, 01 Feb 2008) | 3 lines

Bump distutils version number to match Python version.
........
r60516 | raymond.hettinger | 2008-02-02 00:12:19 +0100 (Sat, 02 Feb 2008) | 1 line

Fix int/long typecase. Add check for non-binary floating point.
........
r60517 | raymond.hettinger | 2008-02-02 00:45:44 +0100 (Sat, 02 Feb 2008) | 1 line

Add protection from weirdness while scaling the mantissa to an integer.
........
r60518 | raymond.hettinger | 2008-02-02 06:11:40 +0100 (Sat, 02 Feb 2008) | 1 line

Simpler solution to handling non-IEEE 754 environments.
........
r60519 | raymond.hettinger | 2008-02-02 06:24:44 +0100 (Sat, 02 Feb 2008) | 1 line

Neaten-up a bit.
........
r60520 | georg.brandl | 2008-02-02 10:56:20 +0100 (Sat, 02 Feb 2008) | 2 lines

Amendments to the urllib2 docs, written for GHOP by Thomas Lamb.
........
r60525 | georg.brandl | 2008-02-02 11:49:58 +0100 (Sat, 02 Feb 2008) | 3 lines

Add email example how to send a multipart message.
Written for GHOP by Martin Matejek.
........
r60526 | georg.brandl | 2008-02-02 12:05:00 +0100 (Sat, 02 Feb 2008) | 2 lines

Rewrite test_socketserver as unittest, written for GHOP by Benjamin Petersen.
........
r60527 | georg.brandl | 2008-02-02 12:05:34 +0100 (Sat, 02 Feb 2008) | 2 lines

Add GHOP contributor.
........
r60530 | mark.dickinson | 2008-02-02 18:16:13 +0100 (Sat, 02 Feb 2008) | 2 lines

Make the Rational constructor accept '3.' and '.2' as well as '3.2'.
........
r60531 | neal.norwitz | 2008-02-02 19:52:51 +0100 (Sat, 02 Feb 2008) | 1 line

Update the leaky tests (ie, ignore these tests if they report leaks). This version has been running for a while.
........
r60533 | skip.montanaro | 2008-02-02 20:11:57 +0100 (Sat, 02 Feb 2008) | 7 lines

Split the refleak mail body into two parts, the first being those failing
tests which are deemed more important issues, the second those which are
known to have difficult to solve problems and are generally expected to
leak. Hopefully this doesn't break the script...
........
r60535 | georg.brandl | 2008-02-03 01:04:50 +0100 (Sun, 03 Feb 2008) | 3 lines

Wait for a delay before reaping children -- this should fix the
test_socketserver failures on several platforms.
........
r60536 | brett.cannon | 2008-02-03 03:07:55 +0100 (Sun, 03 Feb 2008) | 2 lines

Fix a minor typo.
........
r60537 | brett.cannon | 2008-02-03 03:08:45 +0100 (Sun, 03 Feb 2008) | 3 lines

Directories from CPPFLAGS and LDFLAGS were being added in the reverse order for
searches as to how they were listed in the environment variable.
........
r60538 | brett.cannon | 2008-02-03 03:34:14 +0100 (Sun, 03 Feb 2008) | 2 lines

Remove extra tick marks and add a missing closing parenthesis.
........
r60540 | andrew.macintyre | 2008-02-03 07:58:06 +0100 (Sun, 03 Feb 2008) | 2 lines

Update OS/2 EMX build bits for 2.6.
........
r60541 | andrew.macintyre | 2008-02-03 08:01:11 +0100 (Sun, 03 Feb 2008) | 2 lines

Rename module definition file to reflect v2.6.
........
r60542 | andrew.macintyre | 2008-02-03 08:07:31 +0100 (Sun, 03 Feb 2008) | 6 lines

The wrapper function is supposed to be for spawnvpe() so that's
what we should call [this wrapper only available on OS/2].

Backport candidate to 2.5.
........
r60544 | gregory.p.smith | 2008-02-03 08:20:53 +0100 (Sun, 03 Feb 2008) | 6 lines

Merge this fix from the pybsddb tree:
r293 | jcea | 2008-01-31 01:08:19 -0800 (Thu, 31 Jan 2008) | 4 lines

Solved memory leak when using cursors with
databases without environment.
........
r60546 | gregory.p.smith | 2008-02-03 09:01:46 +0100 (Sun, 03 Feb 2008) | 2 lines

remove a repeated occurance of a hardcoded berkeleydb library version number
........
r60549 | brett.cannon | 2008-02-03 10:59:21 +0100 (Sun, 03 Feb 2008) | 2 lines

Add an entry for r60537.
........
r60550 | georg.brandl | 2008-02-03 13:29:00 +0100 (Sun, 03 Feb 2008) | 2 lines

#2003: fix sentence.
........
r60551 | christian.heimes | 2008-02-03 15:34:18 +0100 (Sun, 03 Feb 2008) | 2 lines

Fixed paths to Windows build directories in build_ext.py
Use vsbuild instead of devenv in build.bat and _bsddb.vcproj
........
/external/python/cpython3/Doc/make.bat