]> granicus.if.org Git - python/log
python
8 years agobackout 3c9512d8ac0d
Benjamin Peterson [Sat, 28 May 2016 21:04:40 +0000 (14:04 -0700)]
backout 3c9512d8ac0d

8 years agoIssue #27147: Mention PEP 420 in the importlib docs.
Eric Snow [Sat, 28 May 2016 17:56:53 +0000 (11:56 -0600)]
Issue #27147: Mention PEP 420 in the importlib docs.

8 years agoIssue #27138: Regenerate Python/importlib_external.h.
Serhiy Storchaka [Sat, 28 May 2016 11:46:13 +0000 (14:46 +0300)]
Issue #27138: Regenerate Python/importlib_external.h.

8 years agoIssue 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger [Sat, 28 May 2016 07:10:56 +0000 (00:10 -0700)]
Issue 25926:  Clarify that the pure python equivalents are only approximate.

8 years agoIssue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Martin Panter [Sat, 28 May 2016 02:20:39 +0000 (02:20 +0000)]
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL

Patch by Anish Shah and Aatish Neupane.

8 years agoIssue #20699: Document that “io” methods accept bytes-like objects
Martin Panter [Sat, 28 May 2016 00:41:57 +0000 (00:41 +0000)]
Issue #20699: Document that “io” methods accept bytes-like objects

This matches the usage of ZipFile and BufferedWriter. This still requires
return values to be bytes() objects.

Also document and test that the write() methods should only access their
argument before they return.

8 years agoIssue #27138: Fix the doc comment for FileFinder.find_spec().
Eric Snow [Fri, 27 May 2016 18:36:28 +0000 (12:36 -0600)]
Issue #27138: Fix the doc comment for FileFinder.find_spec().

8 years agoIssue #5784: wbits=0 apparently added in zlib v1.2.3.5
Martin Panter [Fri, 27 May 2016 11:20:21 +0000 (11:20 +0000)]
Issue #5784: wbits=0 apparently added in zlib v1.2.3.5

8 years agoIssue #5784: Expand documentation and tests for zlib wbits parameter
Martin Panter [Fri, 27 May 2016 07:32:11 +0000 (07:32 +0000)]
Issue #5784: Expand documentation and tests for zlib wbits parameter

Based on documentation by AM Kuchling.

8 years agostop talking about svn
Benjamin Peterson [Fri, 27 May 2016 06:18:51 +0000 (23:18 -0700)]
stop talking about svn

8 years agoremove cruft from Schwarzian transform section
Benjamin Peterson [Fri, 27 May 2016 05:55:49 +0000 (22:55 -0700)]
remove cruft from Schwarzian transform section

8 years ago"Numeric Python" -> "NumPy"
Benjamin Peterson [Fri, 27 May 2016 05:51:32 +0000 (22:51 -0700)]
"Numeric Python" -> "NumPy"

8 years agoIssue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError
Steve Dower [Thu, 26 May 2016 19:18:12 +0000 (12:18 -0700)]
Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError

8 years agoComment/docstring tweaks for typing.py.
Guido van Rossum [Thu, 26 May 2016 16:56:19 +0000 (09:56 -0700)]
Comment/docstring tweaks for typing.py.

8 years agotest_warnings: catch stderr and check warning
Victor Stinner [Thu, 26 May 2016 13:21:25 +0000 (15:21 +0200)]
test_warnings: catch stderr and check warning

Check the user warning in test_error_after_default() to not pollute the output,
and check the warning logged into stderr.

8 years agoIssue #18383: Avoid adding duplicate filters when warnings is reloaded
Martin Panter [Thu, 26 May 2016 09:10:55 +0000 (09:10 +0000)]
Issue #18383: Avoid adding duplicate filters when warnings is reloaded

Based on patch by Alex Shkop.

8 years agoIssue #27076: Doc, comment and tests spelling fixes
Martin Panter [Thu, 26 May 2016 05:35:26 +0000 (05:35 +0000)]
Issue #27076: Doc, comment and tests spelling fixes

Most fixes to Doc/ and Lib/ directories by Ville Skyttä.

8 years agoAdded Type[C] implementation to typing.py.
Guido van Rossum [Tue, 24 May 2016 23:38:22 +0000 (16:38 -0700)]
Added Type[C] implementation to typing.py.

8 years agofix indentation and add curlies (closes #27093)
Benjamin Peterson [Tue, 24 May 2016 05:47:50 +0000 (22:47 -0700)]
fix indentation and add curlies (closes #27093)

8 years agoIssue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android).
Serhiy Storchaka [Mon, 23 May 2016 05:41:48 +0000 (08:41 +0300)]
Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android).
Patch by Xavier de Gaye.

8 years agoIssue #26673: Protect IDLE from Linux fonts with reported default size 0.
Terry Jan Reedy [Sun, 22 May 2016 18:35:24 +0000 (14:35 -0400)]
Issue #26673: Protect IDLE from Linux fonts with reported default size 0.
Such fonts on Linux prevented the configuration dialog from opening.

8 years agoFixed an error in previous commit.
Serhiy Storchaka [Sun, 22 May 2016 15:23:36 +0000 (18:23 +0300)]
Fixed an error in previous commit.

8 years agoTemporary skip curses tests on non-tty (issue #27067).
Serhiy Storchaka [Sun, 22 May 2016 15:16:20 +0000 (18:16 +0300)]
Temporary skip curses tests on non-tty (issue #27067).

8 years agoFix minor inconsistencies with Issue #N references in NEWS and HISTORY
Martin Panter [Sun, 22 May 2016 03:01:52 +0000 (03:01 +0000)]
Fix minor inconsistencies with Issue #N references in NEWS and HISTORY

8 years agoasyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info)
Yury Selivanov [Sat, 21 May 2016 20:50:16 +0000 (16:50 -0400)]
asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info)

8 years agoIssue #27067: Improved curses tests.
Serhiy Storchaka [Sat, 21 May 2016 18:36:11 +0000 (21:36 +0300)]
Issue #27067: Improved curses tests.

8 years agoIssue #27075: Link to StreamReader and StreamWriter docs
Berker Peksag [Sat, 21 May 2016 11:56:35 +0000 (14:56 +0300)]
Issue #27075: Link to StreamReader and StreamWriter docs

Patch by Ville Skyttä.

8 years agoasyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg
Yury Selivanov [Fri, 20 May 2016 21:44:19 +0000 (17:44 -0400)]
asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg

Patch by A. Jesse Jiryu Davis.

8 years agoIssue #27063: Some unittest loader tests were silently skipped.
Serhiy Storchaka [Fri, 20 May 2016 20:28:37 +0000 (23:28 +0300)]
Issue #27063: Some unittest loader tests were silently skipped.

8 years agoIssue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka [Fri, 20 May 2016 19:31:14 +0000 (22:31 +0300)]
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
format unit.

8 years agoasyncio: Fix an SSL warning in StreamReaderProtocol.eof_received
Yury Selivanov [Fri, 20 May 2016 15:31:40 +0000 (11:31 -0400)]
asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received

8 years agoasyncio: fix ResourceWarning related to subprocesses
Victor Stinner [Fri, 20 May 2016 11:05:48 +0000 (13:05 +0200)]
asyncio: fix ResourceWarning related to subprocesses

Issue #26741: asyncio: BaseSubprocessTransport._process_exited() now copies the
return code from the child watched to the returncode attribute of the Popen
object. On Python 3.6, it is required to avoid a ResourceWarning.

8 years agoBack out pathlib.Path.path attr. (Merge 3.4->3.5)
Guido van Rossum [Thu, 19 May 2016 20:10:20 +0000 (13:10 -0700)]
Back out pathlib.Path.path attr. (Merge 3.4->3.5)

8 years agoBack out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
Guido van Rossum [Thu, 19 May 2016 20:00:21 +0000 (13:00 -0700)]
Back out 7e9605697dfc2e3c31ab586a759b2cecc289.

These added a path attribute to pathlib.Path objects, and docs.
Instead, we're going to use PEP 519.

(Starting in the 3.4 branch and merging forward from there since that's what I did originally.)

8 years agoIssue #27053: Updates make_zip.py to correctly generate library ZIP file.
Steve Dower [Thu, 19 May 2016 17:47:47 +0000 (10:47 -0700)]
Issue #27053: Updates make_zip.py to correctly generate library ZIP file.

8 years agoFix os.set_inheritable() on Android
Victor Stinner [Thu, 19 May 2016 14:46:18 +0000 (16:46 +0200)]
Fix os.set_inheritable() on Android

Issue #27057: Fix os.set_inheritable() on Android, ioctl() is blocked by
SELinux and fails with EACCESS. The function now falls back to fcntl().

Patch written by Michał Bednarski.

8 years agoRemoves versioning from py.exe launcher installer and ensures that old launchers...
Steve Dower [Wed, 18 May 2016 22:54:05 +0000 (15:54 -0700)]
Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones.

8 years agoFix #27014 -- infinite recursion using typing.py.
Guido van Rossum [Wed, 18 May 2016 15:35:00 +0000 (08:35 -0700)]
Fix #27014 -- infinite recursion using typing.py.

8 years agoIssue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka [Wed, 18 May 2016 10:54:54 +0000 (13:54 +0300)]
Issue #27036: Fixed formatting references to "bytes-like object" in plural.

8 years agoFixed test_sizeof for deque.
Serhiy Storchaka [Wed, 18 May 2016 10:00:56 +0000 (13:00 +0300)]
Fixed test_sizeof for deque.

8 years agoissue27045 - Use backslash in windows path to script file.
Senthil Kumaran [Wed, 18 May 2016 03:50:43 +0000 (20:50 -0700)]
issue27045 - Use backslash in windows path to script file.

8 years agoIssue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar.
Terry Jan Reedy [Wed, 18 May 2016 02:48:22 +0000 (22:48 -0400)]
Issue #21939: Test IDLE percolator.  Original patch by Saimadhav Heblikar.

8 years agoIssue #27049: fix doc typo
Ned Deily [Wed, 18 May 2016 01:44:46 +0000 (21:44 -0400)]
Issue #27049: fix doc typo

8 years agoIssue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar.
Terry Jan Reedy [Tue, 17 May 2016 23:58:02 +0000 (19:58 -0400)]
Issue #21676: test IDLE replace dialog.  Original patch by Saimadhav Heblikar.

8 years agoIssue #18410: add missing parent argument.
Terry Jan Reedy [Tue, 17 May 2016 22:35:07 +0000 (18:35 -0400)]
Issue #18410: add missing parent argument.

8 years agoIssue #18410: Test IDLE's search dialog; original patch by Westley Martínez.
Terry Jan Reedy [Tue, 17 May 2016 22:18:37 +0000 (18:18 -0400)]
Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez.

8 years agoFixes unnecessary rebuild when building Windows releases with PGO
Steve Dower [Tue, 17 May 2016 15:57:53 +0000 (08:57 -0700)]
Fixes unnecessary rebuild when building Windows releases with PGO

8 years agoclass definitions only get argument lists (closes #27042)
Benjamin Peterson [Tue, 17 May 2016 06:20:22 +0000 (23:20 -0700)]
class definitions only get argument lists (closes #27042)

8 years agoBacked out changeset 71ff2235bb4c (closes #27042)
Benjamin Peterson [Tue, 17 May 2016 06:18:33 +0000 (23:18 -0700)]
Backed out changeset 71ff2235bb4c (closes #27042)

8 years agoregen importlib bytecode
Benjamin Peterson [Tue, 17 May 2016 05:54:05 +0000 (22:54 -0700)]
regen importlib bytecode

8 years agofix possible refleak in MAKE_FUNCTION (closes #26991)
Benjamin Peterson [Tue, 17 May 2016 05:52:40 +0000 (22:52 -0700)]
fix possible refleak in MAKE_FUNCTION (closes #26991)

Patch by Xiang Zhang.

8 years agoIssue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar .
Terry Jan Reedy [Tue, 17 May 2016 03:32:28 +0000 (23:32 -0400)]
Issue #21703: Add test for undo delegator.  Patch most by Saimadhav Heblikar .

8 years agoIssue #27044: stop test_idle from leaking by deleting callbacks.
Terry Jan Reedy [Tue, 17 May 2016 02:27:28 +0000 (22:27 -0400)]
Issue #27044: stop test_idle from leaking by deleting callbacks.

8 years agoasyncio/streams: Fix code style; delete LimitOverrunError.message attr
Yury Selivanov [Mon, 16 May 2016 20:32:38 +0000 (16:32 -0400)]
asyncio/streams: Fix code style; delete LimitOverrunError.message attr

8 years agodocs: Update asyncio docs & whatsnew
Yury Selivanov [Mon, 16 May 2016 20:23:00 +0000 (16:23 -0400)]
docs: Update asyncio docs & whatsnew

8 years agoIssue #27041: asyncio: Add loop.create_future method
Yury Selivanov [Mon, 16 May 2016 19:38:39 +0000 (15:38 -0400)]
Issue #27041: asyncio: Add loop.create_future method

8 years agoIssue #27040: Add loop.get_exception_handler method
Yury Selivanov [Mon, 16 May 2016 19:20:38 +0000 (15:20 -0400)]
Issue #27040: Add loop.get_exception_handler method

8 years agoIssue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka [Mon, 16 May 2016 19:15:38 +0000 (22:15 +0300)]
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Patch by Joe Jevnik.

8 years agoFixes magic numbers for 3.6.
Steve Dower [Mon, 16 May 2016 18:04:44 +0000 (11:04 -0700)]
Fixes magic numbers for 3.6.

8 years agoIssue #26073: Updates magic number comment in _bootstrap_external.py and changes...
Steve Dower [Mon, 16 May 2016 16:34:20 +0000 (09:34 -0700)]
Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table.

8 years agoIssue #17214: Percent-encode non-ASCII bytes in redirect targets
Martin Panter [Mon, 16 May 2016 01:14:20 +0000 (01:14 +0000)]
Issue #17214: Percent-encode non-ASCII bytes in redirect targets

Some servers send Location header fields with non-ASCII bytes, but "http.
client" requires the request target to be ASCII-encodable, otherwise a
UnicodeEncodeError is raised. Based on patch by Christian Heimes.

Python 2 does not suffer any problem because it allows non-ASCII bytes in the
HTTP request target.

8 years agoIssue #14132: Fix redirect handling when target is just a query string
Martin Panter [Mon, 16 May 2016 01:07:13 +0000 (01:07 +0000)]
Issue #14132: Fix redirect handling when target is just a query string

8 years agoIssue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
Serhiy Storchaka [Mon, 16 May 2016 07:11:47 +0000 (10:11 +0300)]
Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
in PyArg_ParseTuple().

8 years agoBackported tests for issue #18531.
Serhiy Storchaka [Mon, 16 May 2016 06:55:32 +0000 (09:55 +0300)]
Backported tests for issue #18531.

8 years agoIssue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope.
Terry Jan Reedy [Mon, 16 May 2016 03:52:56 +0000 (23:52 -0400)]
Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope.
Uppercase 'GUI', remove 2.7 references and reflow text.

8 years agoIssue #26807: mock_open 'files' no longer error on readline at end of file.
Robert Collins [Mon, 16 May 2016 03:22:01 +0000 (15:22 +1200)]
Issue #26807: mock_open 'files' no longer error on readline at end of file.

Patch from Yolanda Robla.

8 years agoIssue #23977: Tweak IDLE Delegator and its test.
Terry Jan Reedy [Mon, 16 May 2016 02:06:49 +0000 (22:06 -0400)]
Issue #23977: Tweak IDLE Delegator and its test.

8 years agoIssue #25747: remove undependable and possibly useless test.
Terry Jan Reedy [Sun, 15 May 2016 18:19:59 +0000 (14:19 -0400)]
Issue #25747: remove undependable and possibly useless test.

8 years agoIssue #20640: Add https: to url prefixes so test passes on Darwin.
Terry Jan Reedy [Sun, 15 May 2016 17:25:23 +0000 (13:25 -0400)]
Issue #20640: Add https: to url prefixes so test passes on Darwin.

8 years agoIssue #20640: Add tests for idlelib.configHelpSourceEdit.
Terry Jan Reedy [Sun, 15 May 2016 05:30:47 +0000 (01:30 -0400)]
Issue #20640: Add tests for idlelib.configHelpSourceEdit.
Patch by Saimadhav Heblikar.

8 years agoissue27018 - Fix the documentation of select.epoll.register method.
Senthil Kumaran [Sun, 15 May 2016 04:28:22 +0000 (21:28 -0700)]
issue27018 - Fix the documentation of select.epoll.register method.

8 years agoIssue #25533: Update documentation regarding the frozen modules table
Martin Panter [Sun, 15 May 2016 00:13:04 +0000 (00:13 +0000)]
Issue #25533: Update documentation regarding the frozen modules table

* "ctypes" documentation was using Python 2 bytes-str equivalence.
* PyImport_FrozenModules is a pointer to const as of Python 3.4

8 years agoRemove outdated PEP 291 compatibility requirement comment
Martin Panter [Sat, 14 May 2016 05:55:38 +0000 (05:55 +0000)]
Remove outdated PEP 291 compatibility requirement comment

8 years agoasyncio/tests: Ensure a gc_collect for __del__ testing
Yury Selivanov [Fri, 13 May 2016 20:10:43 +0000 (16:10 -0400)]
asyncio/tests: Ensure a gc_collect for __del__ testing

Patch by Philip Jenvey

8 years agoasyncio: Fix unix pipe transport 'repr' methods
Yury Selivanov [Fri, 13 May 2016 20:04:43 +0000 (16:04 -0400)]
asyncio: Fix unix pipe transport 'repr' methods

Patch by Vincent Michel.
See also https://github.com/python/asyncio/pull/326

8 years agoasyncio: Break reference cycle in StreamReaderProtocol.connection_lost
Yury Selivanov [Fri, 13 May 2016 19:58:00 +0000 (15:58 -0400)]
asyncio: Break reference cycle in StreamReaderProtocol.connection_lost

8 years agoasyncio: ease the cert failed regex
Yury Selivanov [Fri, 13 May 2016 19:42:39 +0000 (15:42 -0400)]
asyncio: ease the cert failed regex

Patch by Philip Jenvey

8 years agoIssue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
Yury Selivanov [Fri, 13 May 2016 19:35:28 +0000 (15:35 -0400)]
Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.

8 years agoRestored test_interleaved. After issue #8886 it was a duplicate of
Serhiy Storchaka [Fri, 13 May 2016 18:18:58 +0000 (21:18 +0300)]
Restored test_interleaved. After issue #8886 it was a duplicate of
test_different_file.

8 years agoIssue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
Senthil Kumaran [Fri, 13 May 2016 08:32:42 +0000 (01:32 -0700)]
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.

Patch contributed by Chi Hsuan Yen.

8 years agoIssue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
Martin Panter [Fri, 13 May 2016 01:54:44 +0000 (01:54 +0000)]
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li

8 years agofix indentation of comments in cellobject.c (closes #27011)
Benjamin Peterson [Fri, 13 May 2016 06:12:21 +0000 (23:12 -0700)]
fix indentation of comments in cellobject.c (closes #27011)

8 years agoMake bytes and bytearray subclass tests compatible with base types tests.
Serhiy Storchaka [Thu, 12 May 2016 09:33:21 +0000 (12:33 +0300)]
Make bytes and bytearray subclass tests compatible with base types tests.

8 years agoIssue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka [Thu, 12 May 2016 07:37:58 +0000 (10:37 +0300)]
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.

8 years agoRemoved duplicated NEWS entity for issue #26881.
Serhiy Storchaka [Wed, 11 May 2016 19:25:05 +0000 (22:25 +0300)]
Removed duplicated NEWS entity for issue #26881.

8 years agoIssue #26881: Restored the name of scan_opcodes_25().
Serhiy Storchaka [Wed, 11 May 2016 19:19:49 +0000 (22:19 +0300)]
Issue #26881: Restored the name of scan_opcodes_25().
It is better to not change this in bugfix release.

8 years agoNEWS message for issue #26977.
Steven D'Aprano [Wed, 11 May 2016 02:41:19 +0000 (12:41 +1000)]
NEWS message for issue #26977.

8 years agoIssue 26977, remove unneeded line in pvariance (duplicate call to _ss).
Steven D'Aprano [Wed, 11 May 2016 01:50:13 +0000 (11:50 +1000)]
Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).

8 years agoIssue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka [Tue, 10 May 2016 09:01:23 +0000 (12:01 +0300)]
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.

8 years agoimprove PyFunction_New docs (closes #26986)
Benjamin Peterson [Tue, 10 May 2016 06:43:53 +0000 (23:43 -0700)]
improve PyFunction_New docs (closes #26986)

Patch from Xiang Zhang.

8 years agoIssue #26987: Correct implementation to match comment
Zachary Ware [Mon, 9 May 2016 19:49:31 +0000 (14:49 -0500)]
Issue #26987: Correct implementation to match comment

This was inadvertently changed in 644b677c2ae5 to use self._stderr
instead of _sys.stderr.

8 years agoIssue #25745: Fixed leaking a userptr in curses panel destructor.
Serhiy Storchaka [Sun, 8 May 2016 21:11:59 +0000 (00:11 +0300)]
Issue #25745: Fixed leaking a userptr in curses panel destructor.

8 years agoIssue #26881: The modulefinder module now supports extended opcode arguments.
Serhiy Storchaka [Sun, 8 May 2016 20:43:50 +0000 (23:43 +0300)]
Issue #26881: The modulefinder module now supports extended opcode arguments.

8 years agoIssue #26156: Make expressions grammar description more semantically correct.
Serhiy Storchaka [Sun, 8 May 2016 18:59:46 +0000 (21:59 +0300)]
Issue #26156: Make expressions grammar description more semantically correct.

8 years agoIssue #23815: Fixed crashes related to directly created instances of types in
Serhiy Storchaka [Sun, 8 May 2016 17:46:22 +0000 (20:46 +0300)]
Issue #23815: Fixed crashes related to directly created instances of types in
_tkinter and curses.panel modules.

8 years agoCorrections for a/an in code comments and documentation
Martin Panter [Sun, 8 May 2016 13:53:41 +0000 (13:53 +0000)]
Corrections for a/an in code comments and documentation

8 years agoFix typos in comments, documentation and test method names
Martin Panter [Sun, 8 May 2016 13:48:10 +0000 (13:48 +0000)]
Fix typos in comments, documentation and test method names

8 years agoIssue #26512: Clarify Integral; tidy up table of rounding functions
Martin Panter [Sun, 8 May 2016 12:22:37 +0000 (12:22 +0000)]
Issue #26512: Clarify Integral; tidy up table of rounding functions

Based on patch by Julien.

8 years agoFix self.fail() call in test_data_header
Berker Peksag [Sat, 7 May 2016 13:58:41 +0000 (16:58 +0300)]
Fix self.fail() call in test_data_header

8 years agoReplace example.com with pythontest.net in test_urllibnet
Berker Peksag [Sat, 7 May 2016 13:37:09 +0000 (16:37 +0300)]
Replace example.com with pythontest.net in test_urllibnet

example.com/404 returns 500 instead of 404 now.