]> granicus.if.org Git - python/log
python
8 years agobpo-29529: Add .travis.yml to 2.7 branch (GH-27)
INADA Naoki [Mon, 20 Feb 2017 00:44:53 +0000 (09:44 +0900)]
bpo-29529: Add .travis.yml to 2.7 branch (GH-27)

8 years agoRemove redundant footnote (#181)
Qingpeng "Q.P." Zhang [Sun, 19 Feb 2017 19:32:51 +0000 (11:32 -0800)]
Remove redundant footnote (#181)

It was accidentally added in cc79837.

8 years agoUpdate URL of Mersenne Twister Home Page (GH-116)
INADA Naoki [Wed, 15 Feb 2017 16:00:54 +0000 (01:00 +0900)]
Update URL of Mersenne Twister Home Page (GH-116)

8 years agobpo-28929: Link the documentation to its source file on GitHub (#38)
Mariatta [Sun, 12 Feb 2017 21:07:33 +0000 (13:07 -0800)]
bpo-28929: Link the documentation to its source file on GitHub (#38)

Change the documentation's `Show Source` link on the left menu
to GitHub source file.

8 years ago[backport to 2.7] Change documentation's `Show Source` link to GitHub (#44)
Mariatta [Sun, 12 Feb 2017 20:59:20 +0000 (12:59 -0800)]
[backport to 2.7] Change documentation's `Show Source` link to GitHub (#44)

* Support "bpo-" in Misc/NEWS (#1)
Change the url to 2.7

(cherry picked from commit 79ab8be05fb4ffb5c258d2ca49be5fc2d4880431)

* pyspecific.py: remove space after` bpo-`

8 years agobpo-29474: Improve documentation for weakref.WeakValueDictionary (#11)
Mariatta [Sat, 11 Feb 2017 01:44:57 +0000 (17:44 -0800)]
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11)

There were some grammatical errors in weakref.WeakValueDictionary
documentation.

8 years agoBackport test_gdb fixes for s390x buildbots
Victor Stinner [Fri, 10 Feb 2017 13:14:04 +0000 (14:14 +0100)]
Backport test_gdb fixes for s390x buildbots

8 years agoIssue #26355: Specify canonical URLs in docs pages
Nick Coghlan [Thu, 9 Feb 2017 16:00:31 +0000 (17:00 +0100)]
Issue #26355: Specify canonical URLs in docs pages

Add canonical header link on each page to corresponding major version of the documentation.

Patch by Matthias Bussonnier.

8 years agoIssue #29371: Clarify bitwise OR operation in doctest option flags.
Mariatta Wijaya [Tue, 7 Feb 2017 04:30:10 +0000 (20:30 -0800)]
Issue #29371: Clarify bitwise OR operation in doctest option flags.

8 years agoIssue #27867: Fixed merging error.
Serhiy Storchaka [Sat, 4 Feb 2017 09:10:25 +0000 (11:10 +0200)]
Issue #27867: Fixed merging error.

8 years agoIssue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka [Sat, 4 Feb 2017 09:04:00 +0000 (11:04 +0200)]
Issue #27867: Silenced may-be-used-uninitialized warnings after
using PySlice_GetIndicesEx() in debug builds.

8 years agoIssue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees.
Mark Dickinson [Thu, 2 Feb 2017 19:31:53 +0000 (19:31 +0000)]
Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees.

8 years agoIssue #29329: Improve documentation for hex(). Patch by Ammar Askar
Mariatta Wijaya [Thu, 2 Feb 2017 06:27:02 +0000 (22:27 -0800)]
Issue #29329: Improve documentation for hex(). Patch by Ammar Askar

8 years agoIssue #29381: Clarify ordering of UNIX shebang line as source encoding line
Mariatta Wijaya [Thu, 2 Feb 2017 05:14:47 +0000 (21:14 -0800)]
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line

8 years agoIssue #29354: Fixed inspect.getargs() for parameters which are cell
Serhiy Storchaka [Wed, 1 Feb 2017 20:53:03 +0000 (22:53 +0200)]
Issue #29354: Fixed inspect.getargs() for parameters which are cell
variables.

8 years agoIssue #29028: Fixed possible use-after-free bugs in the subscription of the
Serhiy Storchaka [Wed, 1 Feb 2017 20:47:44 +0000 (22:47 +0200)]
Issue #29028: Fixed possible use-after-free bugs in the subscription of the
buffer object with custom index object.

8 years agoupdate zlib ChangeLog file
doko@ubuntu.com [Tue, 31 Jan 2017 12:56:50 +0000 (13:56 +0100)]
update zlib ChangeLog file

8 years ago- Issue #29169: Update zlib to 1.2.11.
doko@ubuntu.com [Tue, 31 Jan 2017 12:30:58 +0000 (13:30 +0100)]
- Issue #29169: Update zlib to 1.2.11.

8 years agoIssue #12067: Rewrite Comparisons section in the language reference
Martin Panter [Sat, 21 Jan 2017 05:14:56 +0000 (05:14 +0000)]
Issue #12067: Rewrite Comparisons section in the language reference

Some of the details of comparing mixed types were incorrect or ambiguous.
Added default behaviour and consistency suggestions for user-defined classes.
Based on patch from Andy Maier.

8 years agoAdd clarity to the warning on certificate verification in urllib.
Senthil Kumaran [Sat, 28 Jan 2017 07:05:34 +0000 (23:05 -0800)]
Add clarity to the warning on certificate verification in urllib.

8 years agoMerge heads
Serhiy Storchaka [Wed, 25 Jan 2017 11:28:45 +0000 (13:28 +0200)]
Merge heads

8 years agoIssue #27867: Replaced function PySlice_GetIndicesEx() with a macro.
Serhiy Storchaka [Wed, 25 Jan 2017 11:22:06 +0000 (13:22 +0200)]
Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro.

8 years agoissue26149 - Point to Wiki for Editors and Python IDEs on Unix.
Senthil Kumaran [Wed, 25 Jan 2017 09:46:33 +0000 (01:46 -0800)]
issue26149 - Point to Wiki for Editors and Python IDEs on Unix.

Patch contributed by Mariatta Wijaya.

8 years agoIssue #29189: Fix indentation in RST markup
Martin Panter [Tue, 24 Jan 2017 00:22:45 +0000 (00:22 +0000)]
Issue #29189: Fix indentation in RST markup

8 years agoIssue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith [Mon, 23 Jan 2017 06:38:28 +0000 (22:38 -0800)]
Issue #29335: Fix subprocess.Popen.wait() when the child process has
exited to a stopped instead of terminated state (ex: when under ptrace).

8 years agoIssue #29274: tests cases → test cases
Martin Panter [Wed, 18 Jan 2017 12:14:29 +0000 (12:14 +0000)]
Issue #29274: tests cases → test cases

8 years agorevert dd13098a5dc2 (#29006, #10513)
Benjamin Peterson [Mon, 16 Jan 2017 08:07:27 +0000 (00:07 -0800)]
revert dd13098a5dc2 (#29006, #10513)

8 years agogenerate spaces instead of tabs into config.c
Benjamin Peterson [Mon, 16 Jan 2017 08:05:12 +0000 (00:05 -0800)]
generate spaces instead of tabs into config.c

8 years agofix _testcapi to work when statically linked into python
Benjamin Peterson [Mon, 16 Jan 2017 07:57:56 +0000 (23:57 -0800)]
fix _testcapi to work when statically linked into python

8 years agoAvoid line breaks after hyphens, otherwise they are turned into spaces
Martin Panter [Sat, 14 Jan 2017 09:53:23 +0000 (09:53 +0000)]
Avoid line breaks after hyphens, otherwise they are turned into spaces

8 years agoIssue #15527: remove double parens by changing markup.
Martin Panter [Sat, 14 Jan 2017 09:40:11 +0000 (09:40 +0000)]
Issue #15527: remove double parens by changing markup.

Patch by Serhiy Storchaka.

8 years agoFix spelling and markup in documentation and code comment
Martin Panter [Sat, 14 Jan 2017 08:51:49 +0000 (08:51 +0000)]
Fix spelling and markup in documentation and code comment

* Mark up ``--help`` to avoid generating an en dash
* Use forward slash in Unix command line with a dollar sign ($) prompt

8 years agoMerge heads
Serhiy Storchaka [Fri, 13 Jan 2017 07:44:28 +0000 (09:44 +0200)]
Merge heads

8 years agoIssue #29219: Fixed infinite recursion in the repr of uninitialized
Serhiy Storchaka [Fri, 13 Jan 2017 07:37:56 +0000 (09:37 +0200)]
Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.

8 years agoCloses #28130: Documented that time.tzset() updates time module globals.
Alexander Belopolsky [Thu, 12 Jan 2017 20:06:34 +0000 (15:06 -0500)]
Closes #28130: Documented that time.tzset() updates time module globals.

Thanks Greg Bengeult for the patch.

8 years agoIssue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
Serhiy Storchaka [Thu, 12 Jan 2017 15:00:32 +0000 (17:00 +0200)]
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
Original patch by Chi Hsuan Yen.

8 years agomerge heads
Benjamin Peterson [Thu, 12 Jan 2017 07:40:23 +0000 (23:40 -0800)]
merge heads

8 years agorevert 030e100f048a (#29006, #10513)
Benjamin Peterson [Thu, 12 Jan 2017 07:39:58 +0000 (23:39 -0800)]
revert 030e100f048a (#29006, #10513)

8 years agoIssue #29217: Fix the wrong type description of UUID.variant.
Xiang Zhang [Tue, 10 Jan 2017 03:27:07 +0000 (11:27 +0800)]
Issue #29217: Fix the wrong type description of UUID.variant.

8 years agoDon't use getentropy() on Linux
Victor Stinner [Mon, 9 Jan 2017 10:10:41 +0000 (11:10 +0100)]
Don't use getentropy() on Linux

Issue #29188: Support glibc 2.24 on Linux: don't use getentropy() function but
read from /dev/urandom to get random bytes, for example in os.urandom().  On
Linux, getentropy() is implemented which getrandom() is blocking mode, whereas
os.urandom() should not block.

8 years agoIssue #29142: Fix suffixes in no_proxy handling in urllib.
Xiang Zhang [Mon, 9 Jan 2017 03:43:24 +0000 (11:43 +0800)]
Issue #29142: Fix suffixes in no_proxy handling in urllib.

In urllib, suffixes in no_proxy environment variable with
leading dots could match related hostnames again (e.g. .b.c matches a.b.c).
Patch by Milan Oberkirch.

8 years agoIssue #29145: Fix overflow checks in string, bytearray and unicode.
Xiang Zhang [Mon, 9 Jan 2017 03:13:20 +0000 (11:13 +0800)]
Issue #29145: Fix overflow checks in string, bytearray and unicode.

Patch by jan matejek and Xiang Zhang.

8 years agoIssue #29189: Fix broken indentation in FancyURLopener documentation
Berker Peksag [Sat, 7 Jan 2017 06:17:02 +0000 (09:17 +0300)]
Issue #29189: Fix broken indentation in FancyURLopener documentation

8 years agoIssue #29023: Clarify that ints and longs are always deterministic seeds for random.
Raymond Hettinger [Sat, 7 Jan 2017 00:13:37 +0000 (16:13 -0800)]
Issue #29023:  Clarify that ints and longs are always deterministic seeds for random.

8 years agotest_curses - substitute self.skip() with self.skipTest()
Xavier de Gaye [Fri, 6 Jan 2017 08:44:36 +0000 (09:44 +0100)]
test_curses - substitute self.skip() with self.skipTest()

8 years ago- Issue #29169: Update zlib to 1.2.10.
doko@ubuntu.com [Thu, 5 Jan 2017 16:26:35 +0000 (17:26 +0100)]
- Issue #29169: Update zlib to 1.2.10.

8 years ago add Modules/zlib/zlib.map to .hgeol
doko@ubuntu.com [Thu, 5 Jan 2017 16:08:07 +0000 (17:08 +0100)]
 add Modules/zlib/zlib.map to .hgeol

8 years agoonly include sys/random.h if it seems like it might have something useful (#29057)
Benjamin Peterson [Mon, 2 Jan 2017 04:29:36 +0000 (22:29 -0600)]
only include sys/random.h if it seems like it might have something useful (#29057)

8 years agoring in 2017 for Python
Benjamin Peterson [Mon, 2 Jan 2017 04:04:13 +0000 (22:04 -0600)]
ring in 2017 for Python

8 years agoIssue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka [Sun, 1 Jan 2017 17:04:09 +0000 (19:04 +0200)]
Issue #29094: Offsets in a ZIP file created with extern file object and modes
"w" now are relative to the start of the file.

8 years agoIssue #29123: Make CheckSqlTimestamp more robust
Berker Peksag [Sat, 31 Dec 2016 23:51:46 +0000 (02:51 +0300)]
Issue #29123: Make CheckSqlTimestamp more robust

8 years agoIssue #29112: Fix a questionable wording in sequence doc.
Xiang Zhang [Fri, 30 Dec 2016 03:55:28 +0000 (11:55 +0800)]
Issue #29112: Fix a questionable wording in sequence doc.

8 years agoIssue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
Steve Dower [Wed, 28 Dec 2016 23:41:09 +0000 (15:41 -0800)]
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto

8 years agoFixed possible reference leaks in the _json module.
Serhiy Storchaka [Tue, 3 Jan 2017 09:17:53 +0000 (11:17 +0200)]
Fixed possible reference leaks in the _json module.

8 years agoIssue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Serhiy Storchaka [Wed, 28 Dec 2016 08:16:06 +0000 (10:16 +0200)]
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Based on patch by Tycho Andersen.

8 years agoIssue #9770: curses.ascii predicates now work correctly with negative integers.
Serhiy Storchaka [Wed, 28 Dec 2016 08:04:27 +0000 (10:04 +0200)]
Issue #9770: curses.ascii predicates now work correctly with negative integers.

8 years agoFixed running MiscTests in test_xml_etree_c.
Serhiy Storchaka [Wed, 28 Dec 2016 07:27:56 +0000 (09:27 +0200)]
Fixed running MiscTests in test_xml_etree_c.

8 years agoBacked out changeset 78bf34b6a713
Serhiy Storchaka [Wed, 28 Dec 2016 07:23:17 +0000 (09:23 +0200)]
Backed out changeset 78bf34b6a713

8 years agoIssue #28427: old keys should not remove new values from
Antoine Pitrou [Tue, 27 Dec 2016 14:08:27 +0000 (15:08 +0100)]
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.

8 years agoIssue #28998: More APIs now support longs as well as ints.
Serhiy Storchaka [Tue, 27 Dec 2016 13:09:36 +0000 (15:09 +0200)]
Issue #28998: More APIs now support longs as well as ints.

8 years agoIssue #29078: Add the missing import in datetime.time doc example.
Xiang Zhang [Tue, 27 Dec 2016 04:21:28 +0000 (12:21 +0800)]
Issue #29078: Add the missing import in datetime.time doc example.

Patch by Dhushyanth Ramasamy.

8 years agoIssue #28815: Skip TIPC tests if /proc/modules is not readable
Martin Panter [Sat, 24 Dec 2016 10:41:37 +0000 (10:41 +0000)]
Issue #28815: Skip TIPC tests if /proc/modules is not readable

Based on patch by Patrila.

8 years agoIssue #1446619: Account for negative slice direction in description
Martin Panter [Sat, 24 Dec 2016 08:25:15 +0000 (08:25 +0000)]
Issue #1446619: Account for negative slice direction in description

Based on suggestion from Fumihiro Bessho.

8 years agoIssue #29004: Document binascii.crc_hqx() implements CRC-CCITT
Martin Panter [Sat, 24 Dec 2016 07:53:57 +0000 (07:53 +0000)]
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT

8 years agoUpdate documentation index sidebar for 3.6.0 release.
Ned Deily [Fri, 23 Dec 2016 09:12:46 +0000 (04:12 -0500)]
Update documentation index sidebar for 3.6.0 release.

8 years agoIssue #29038: Fix duplicate get_ca_certs() doc entry.
Xiang Zhang [Fri, 23 Dec 2016 03:10:19 +0000 (11:10 +0800)]
Issue #29038: Fix duplicate get_ca_certs() doc entry.

8 years agoGrammatical fixes for d95f19892fd0
Brett Cannon [Thu, 22 Dec 2016 18:03:11 +0000 (10:03 -0800)]
Grammatical fixes for d95f19892fd0

8 years agoIssue 28923: Remove editor artifacts from Tix.py,
Terry Jan Reedy [Thu, 22 Dec 2016 04:43:50 +0000 (23:43 -0500)]
Issue 28923: Remove editor artifacts from Tix.py,
including encoding not recognized by codecs.lookup.

8 years agoIssue #28871: Fixed a crash when deallocate deep ElementTree.
Serhiy Storchaka [Wed, 21 Dec 2016 10:55:28 +0000 (12:55 +0200)]
Issue #28871: Fixed a crash when deallocate deep ElementTree.
Fixed running MiscTests in test_xml_etree_c.

8 years agoadd a specific configure check for sys/random.h (closes #28932)
Benjamin Peterson [Tue, 20 Dec 2016 07:54:25 +0000 (23:54 -0800)]
add a specific configure check for sys/random.h (closes #28932)

8 years agoIssue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict.
INADA Naoki [Tue, 20 Dec 2016 07:07:18 +0000 (16:07 +0900)]
Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict.

Original patch by Rasmus Villemoes.

8 years agoFixes the 2.7 nuget packages to include a shim bdist_wininst
Steve Dower [Mon, 19 Dec 2016 22:31:27 +0000 (14:31 -0800)]
Fixes the 2.7 nuget packages to include a shim bdist_wininst

8 years agodoc: Suggest to hash(tuple of attr) rather than XOR
Victor Stinner [Mon, 19 Dec 2016 12:15:35 +0000 (13:15 +0100)]
doc: Suggest to hash(tuple of attr) rather than XOR

Issue #28383: __hash__ documentation recommends naive XOR to combine but this
is suboptimal. Update the doc to suggest to reuse the hash() method using a
tuple, with an example.

8 years agoIssue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary...
Antoine Pitrou [Mon, 19 Dec 2016 10:12:58 +0000 (11:12 +0100)]
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
when a GC collection happens in another thread.

Original patch and report by Armin Rigo.

8 years agoFix spelling in code comments
Martin Panter [Sun, 18 Dec 2016 05:27:49 +0000 (05:27 +0000)]
Fix spelling in code comments

8 years agoMerge
Brett Cannon [Sat, 17 Dec 2016 20:39:36 +0000 (12:39 -0800)]
Merge

8 years agoUpdate the porting HOWTO
Brett Cannon [Sat, 17 Dec 2016 20:38:54 +0000 (12:38 -0800)]
Update the porting HOWTO

8 years agomerge 2.7.13 release branch
Benjamin Peterson [Sat, 17 Dec 2016 20:04:43 +0000 (12:04 -0800)]
merge 2.7.13 release branch

8 years agoAdded tag v2.7.13 for changeset a06454b1afa1
Benjamin Peterson [Sat, 17 Dec 2016 20:00:42 +0000 (12:00 -0800)]
Added tag v2.7.13 for changeset a06454b1afa1

8 years ago2.7.13 final bump v2.7.13
Benjamin Peterson [Sat, 17 Dec 2016 20:00:35 +0000 (12:00 -0800)]
2.7.13 final bump

8 years agoIssue #14061: Misc fixes and cleanups in archiving code in shutil.
Serhiy Storchaka [Fri, 16 Dec 2016 17:04:17 +0000 (19:04 +0200)]
Issue #14061: Misc fixes and cleanups in archiving code in shutil.

Improved the documentation and tests for make_archive().
Improved error handling when corresponding compress module is not available.
External zip executable is now used if the zlib module is not available.

8 years agoIssue #28925: cPickle now correctly propagates errors when unpickle instances
Serhiy Storchaka [Thu, 15 Dec 2016 10:51:34 +0000 (12:51 +0200)]
Issue #28925: cPickle now correctly propagates errors when unpickle instances
of old-style classes.

8 years agoIssue #5322: Restored tests for __new__.
Serhiy Storchaka [Wed, 14 Dec 2016 17:48:38 +0000 (19:48 +0200)]
Issue #5322: Restored tests for __new__.

8 years agomerge 2.7.13 release branch
Benjamin Peterson [Wed, 14 Dec 2016 07:32:54 +0000 (23:32 -0800)]
merge 2.7.13 release branch

8 years agorevert a37cc3d926ec (#5322)
Benjamin Peterson [Wed, 14 Dec 2016 07:30:16 +0000 (23:30 -0800)]
revert a37cc3d926ec (#5322)

8 years agoBacked out changeset ea904d4b3634
Benjamin Peterson [Wed, 14 Dec 2016 07:27:56 +0000 (23:27 -0800)]
Backed out changeset ea904d4b3634

8 years agoIssue #28916: No special case for leading zeros with %x alternative form
Martin Panter [Sun, 11 Dec 2016 03:51:44 +0000 (03:51 +0000)]
Issue #28916: No special case for leading zeros with %x alternative form

8 years agoIssue #28900: Update documentation sidebar for 3.6.0rc.
Ned Deily [Thu, 8 Dec 2016 04:34:23 +0000 (23:34 -0500)]
Issue #28900: Update documentation sidebar for 3.6.0rc.

8 years agoremove unused logger from BaseFix
Benjamin Peterson [Tue, 6 Dec 2016 06:30:26 +0000 (22:30 -0800)]
remove unused logger from BaseFix

8 years agoFixed mismatching title overline.
Serhiy Storchaka [Sun, 4 Dec 2016 13:42:13 +0000 (15:42 +0200)]
Fixed mismatching title overline.

8 years agoFixed double hyphens that are rendered to literal en-dashes in the documenation.
Serhiy Storchaka [Sun, 4 Dec 2016 08:20:18 +0000 (10:20 +0200)]
Fixed double hyphens that are rendered to literal en-dashes in the documenation.

8 years agosimplify cleanup of test_replace_parent_in_sys_modules (closes #28862)
Benjamin Peterson [Sun, 4 Dec 2016 07:17:04 +0000 (23:17 -0800)]
simplify cleanup of test_replace_parent_in_sys_modules (closes #28862)

8 years agoprepare for 2.7.14 dev
Benjamin Peterson [Sat, 3 Dec 2016 21:12:03 +0000 (13:12 -0800)]
prepare for 2.7.14 dev

8 years agofix function name
Benjamin Peterson [Sat, 3 Dec 2016 21:07:47 +0000 (13:07 -0800)]
fix function name

8 years agoalso do not leak the mode string if creating the file fails
Benjamin Peterson [Sat, 3 Dec 2016 21:05:40 +0000 (13:05 -0800)]
also do not leak the mode string if creating the file fails

8 years agodo not leak the FILE * pointer in error cases of fdopen()
Benjamin Peterson [Sat, 3 Dec 2016 21:03:18 +0000 (13:03 -0800)]
do not leak the FILE * pointer in error cases of fdopen()

8 years agoAdded tag v2.7.13rc1 for changeset 4d6fd49eeb14
Benjamin Peterson [Sat, 3 Dec 2016 20:39:10 +0000 (12:39 -0800)]
Added tag v2.7.13rc1 for changeset 4d6fd49eeb14

8 years agopython 2.7.13rc1 v2.7.13rc1
Benjamin Peterson [Sat, 3 Dec 2016 20:38:47 +0000 (12:38 -0800)]
python 2.7.13rc1

8 years agoupdate pydoc topics
Benjamin Peterson [Sat, 3 Dec 2016 20:36:45 +0000 (12:36 -0800)]
update pydoc topics

8 years agoinline constant into its single use
Benjamin Peterson [Sat, 3 Dec 2016 20:32:38 +0000 (12:32 -0800)]
inline constant into its single use