]> granicus.if.org Git - python/log
python
9 years agoupgrade expt to 2.1.1 (closes #26556)
Benjamin Peterson [Sat, 11 Jun 2016 20:28:56 +0000 (13:28 -0700)]
upgrade expt to 2.1.1 (closes #26556)

9 years agoIssue #5124: For 2.7, move requires('gui') from module level to setUpClass.
Terry Jan Reedy [Sat, 11 Jun 2016 20:26:10 +0000 (16:26 -0400)]
Issue #5124: For 2.7, move requires('gui') from module level to setUpClass.

9 years agoraise an error when STARTTLS fails
Benjamin Peterson [Sat, 11 Jun 2016 20:16:42 +0000 (13:16 -0700)]
raise an error when STARTTLS fails

9 years agoIssue #5124: NEWS entries.
Terry Jan Reedy [Sat, 11 Jun 2016 08:31:18 +0000 (04:31 -0400)]
Issue #5124: NEWS entries.

9 years agoIssue #5124: Paste with selection should always replace.
Terry Jan Reedy [Sat, 11 Jun 2016 06:06:18 +0000 (02:06 -0400)]
Issue #5124: Paste with selection should always replace.
This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets.
The exception was X11 tk widgets.  Original patch by Serhiy Storchake.

9 years ago- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
doko@ubuntu.com [Fri, 10 Jun 2016 16:22:25 +0000 (18:22 +0200)]
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
  unused and outdated icons.

9 years agoIssue #24617: Add comment for os.mkdir about mode quirks
Tommy Beadle [Thu, 2 Jun 2016 19:41:20 +0000 (15:41 -0400)]
Issue #24617: Add comment for os.mkdir about mode quirks

9 years agoFix typo in comment
Martin Panter [Fri, 10 Jun 2016 08:07:11 +0000 (08:07 +0000)]
Fix typo in comment

9 years agoIssue #20699: Document that “io” methods should accept memoryview
Martin Panter [Fri, 3 Jun 2016 05:59:20 +0000 (05:59 +0000)]
Issue #20699: Document that “io” methods should accept memoryview

This matches the usage by BufferedReader, BufferedWriter, etc. Also document
and test that the write() methods should only access their argument before
they return.

15 years agoIssue #7356: ctypes.util: Make parsing of ldconfig output locale independent.
Matthias Klose [Mon, 15 Mar 2010 13:46:04 +0000 (13:46 +0000)]
Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent.

Previous fix was only made to dead and removed code.

9 years agoIssue #8491: Add link to Gnu Readline configuration documentation
Martin Panter [Fri, 10 Jun 2016 00:27:46 +0000 (00:27 +0000)]
Issue #8491: Add link to Gnu Readline configuration documentation

9 years ago[Issue 15476] Make "code object" its own entry in the index
Tommy Beadle [Thu, 2 Jun 2016 23:26:51 +0000 (19:26 -0400)]
[Issue 15476] Make "code object" its own entry in the index

9 years agomerge heads
Benjamin Peterson [Thu, 9 Jun 2016 06:18:56 +0000 (23:18 -0700)]
merge heads

9 years agofix leak of keyfile_bytes
Benjamin Peterson [Thu, 9 Jun 2016 06:18:51 +0000 (23:18 -0700)]
fix leak of keyfile_bytes

9 years agostop leaking certfile_bytes (closes #27267)
Benjamin Peterson [Thu, 9 Jun 2016 06:16:36 +0000 (23:16 -0700)]
stop leaking certfile_bytes (closes #27267)

9 years agoIssue #23275: Backport empty square bracket assignment documentation fix
Martin Panter [Wed, 8 Jun 2016 12:44:30 +0000 (12:44 +0000)]
Issue #23275: Backport empty square bracket assignment documentation fix

9 years agoIssue #25738: Don’t send message body for 205 Reset Content
Martin Panter [Wed, 8 Jun 2016 07:16:14 +0000 (07:16 +0000)]
Issue #25738: Don’t send message body for 205 Reset Content

Patch by Susumu Koshiba.

9 years agoIssue #21313: Tolerate truncated buildinfo in sys.version
Martin Panter [Wed, 8 Jun 2016 06:12:22 +0000 (06:12 +0000)]
Issue #21313: Tolerate truncated buildinfo in sys.version

9 years agoItems for NEWS and idlelib/NEWS.txt.
Terry Jan Reedy [Tue, 7 Jun 2016 19:33:47 +0000 (15:33 -0400)]
Items for NEWS and idlelib/NEWS.txt.

9 years agoIssue #27229: Comment in middle of shell command fails on BSD and OS X
Martin Panter [Tue, 7 Jun 2016 01:07:32 +0000 (01:07 +0000)]
Issue #27229: Comment in middle of shell command fails on BSD and OS X

9 years agoIssue #27229: Fix in-tree cross-build rule, by Xavier de Gaye
Martin Panter [Tue, 7 Jun 2016 00:27:17 +0000 (00:27 +0000)]
Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye

9 years agoIssue #26014: Guide 2.7 users to the new packaging documentation:
Ned Deily [Mon, 6 Jun 2016 00:35:43 +0000 (17:35 -0700)]
Issue #26014: Guide 2.7 users to the new packaging documentation:
- the top-level 2.7 docs page now links to the newer doc pages
  (installing and distribution) rather than the legacy ones
- the legacy install and distutils pages are now labeled as "legacy"
- the library/distutils page is updated to match the 3.x version
- "See also" links to the new docs are now provided in the legacy pages
- links to setuptools documentation have been updated

(original patch by Susan Sun)

9 years agoIssue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka [Sun, 5 Jun 2016 08:06:42 +0000 (11:06 +0300)]
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Original patch by Xiang Zhang.

9 years agoIssue #21916: Added more tests for the turtle module.
Serhiy Storchaka [Sun, 5 Jun 2016 07:35:34 +0000 (10:35 +0300)]
Issue #21916: Added more tests for the turtle module.
Original patch by Jelle Zijlstra.

9 years agoIssue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.
Ned Deily [Sun, 5 Jun 2016 00:19:54 +0000 (17:19 -0700)]
Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.

9 years agoMerge heads
Serhiy Storchaka [Sat, 4 Jun 2016 20:30:24 +0000 (23:30 +0300)]
Merge heads

9 years agoIssue #21916: Added tests for the turtle module.
Serhiy Storchaka [Sat, 4 Jun 2016 20:27:14 +0000 (23:27 +0300)]
Issue #21916: Added tests for the turtle module.
Patch by ingrid, Gregory Loyse and Jelle Zijlstra.

9 years agoIssue #24759: Add 'private' notice for idlelib.idle_test.
Terry Jan Reedy [Sat, 4 Jun 2016 20:15:53 +0000 (16:15 -0400)]
Issue #24759: Add 'private' notice for idlelib.idle_test.

9 years agoIssue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka [Sat, 4 Jun 2016 17:30:43 +0000 (20:30 +0300)]
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Patch by Xavier de Gaye.

9 years agoIssue 27216: Fix typo (noticed by Alex Chan).
Ned Deily [Sat, 4 Jun 2016 16:39:42 +0000 (09:39 -0700)]
Issue 27216: Fix typo (noticed by Alex Chan).

9 years agoIDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.
Terry Jan Reedy [Sat, 4 Jun 2016 06:32:09 +0000 (02:32 -0400)]
IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.

9 years agoFix typo in code comment
Martin Panter [Sat, 4 Jun 2016 04:57:19 +0000 (04:57 +0000)]
Fix typo in code comment

9 years agocheck the result of PyByteArray_Resize in readline() (closes #27211)
Benjamin Peterson [Sat, 4 Jun 2016 05:20:44 +0000 (22:20 -0700)]
check the result of PyByteArray_Resize in readline() (closes #27211)

9 years agoIssue 20567: Revise idle_test/README.txt and some tests to match new advice.
Terry Jan Reedy [Fri, 3 Jun 2016 17:33:09 +0000 (13:33 -0400)]
Issue 20567: Revise idle_test/README.txt and some tests to match new advice.

9 years ago[backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the libra...
Senthil Kumaran [Fri, 3 Jun 2016 06:51:22 +0000 (23:51 -0700)]
[backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation.

9 years agoIssue #27185: Rename test_string_merged.py back to test_string.py.
Serhiy Storchaka [Fri, 3 Jun 2016 06:37:39 +0000 (09:37 +0300)]
Issue #27185: Rename test_string_merged.py back to test_string.py.

9 years agoIssue #27185: Merge test_pep292.py into test_string_merged.py.
Serhiy Storchaka [Fri, 3 Jun 2016 06:36:15 +0000 (09:36 +0300)]
Issue #27185: Merge test_pep292.py into test_string_merged.py.

9 years agoIssue #27185: Rename test_pep292.py to test_string_merged.py.
Serhiy Storchaka [Fri, 3 Jun 2016 06:24:40 +0000 (09:24 +0300)]
Issue #27185: Rename test_pep292.py to test_string_merged.py.

9 years agoIssue #27185: Rename test_string.py to test_string_merged.py.
Serhiy Storchaka [Fri, 3 Jun 2016 06:24:01 +0000 (09:24 +0300)]
Issue #27185: Rename test_string.py to test_string_merged.py.

9 years agoissue25931: document that socketserver.Forking* are unavailable on platforms
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Fri, 3 Jun 2016 05:48:23 +0000 (05:48 +0000)]
issue25931: document that socketserver.Forking* are unavailable on platforms
that support os.fork.

9 years agoExclude unittests from the make profile-opt training run that either
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Thu, 2 Jun 2016 23:50:07 +0000 (23:50 +0000)]
Exclude unittests from the make profile-opt training run that either
take a rediculious amount of time to run, fail or provide little use
to the profile feedback.  (similar to what is already done in 3.5 and
by major Linux distro builds own profiling runs)

9 years agoIssue #25702: A --with-lto configure option has been added that will
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Thu, 2 Jun 2016 23:44:40 +0000 (23:44 +0000)]
Issue #25702: A --with-lto configure option has been added that will
enable link time optimizations at build time during a make profile-opt.
Some compilers and toolchains are known to not produce stable code when
using LTO, be sure to test things thoroughly before relying on it.
It can provide a few % speed up over profile-opt alone.

9 years agoremove (hilarious) defaults for various constants getpath.c needs
Benjamin Peterson [Thu, 2 Jun 2016 19:41:35 +0000 (12:41 -0700)]
remove (hilarious) defaults for various constants getpath.c needs

9 years ago#13784: fix xml.sax.reader getColumn/LineNumber docs.
R David Murray [Thu, 2 Jun 2016 19:13:37 +0000 (15:13 -0400)]
#13784: fix xml.sax.reader getColumn/LineNumber docs.

verification and patch by Emily Morehouse.

9 years agonote that Py_VISIT handles NULL (closes #27183)
Benjamin Peterson [Thu, 2 Jun 2016 18:35:59 +0000 (11:35 -0700)]
note that Py_VISIT handles NULL (closes #27183)

9 years agoIssue #27171: Fix typos in documentation, code comments, and tests
Martin Panter [Thu, 2 Jun 2016 10:35:44 +0000 (10:35 +0000)]
Issue #27171: Fix typos in documentation, code comments, and tests

9 years agoIssue #12243: Remove redundant availability notes from getpass docs
Berker Peksag [Thu, 2 Jun 2016 01:32:42 +0000 (18:32 -0700)]
Issue #12243: Remove redundant availability notes from getpass docs

I wonder why I keep forgetting 2.7 :P

Patch by Bryce Verdier.

9 years agoIssue #25570: Add example of customizing User-Agent via add_header()
Martin Panter [Wed, 1 Jun 2016 08:20:22 +0000 (08:20 +0000)]
Issue #25570: Add example of customizing User-Agent via add_header()

12 years agoFix a few typos. Patch by Eitan Adler.
Ezio Melotti [Sun, 27 Jan 2013 04:20:14 +0000 (06:20 +0200)]
Fix a few typos.  Patch by Eitan Adler.

17 years agofix typo
Fred Drake [Tue, 4 Sep 2007 19:43:19 +0000 (19:43 +0000)]
fix typo

9 years agoIssue #27125: Remove duplicated words from documentation and comments
Martin Panter [Mon, 30 May 2016 04:04:50 +0000 (04:04 +0000)]
Issue #27125: Remove duplicated words from documentation and comments

9 years agoAdd items to MISC/NEWS and idlelib/NEWS.txt.
Terry Jan Reedy [Mon, 30 May 2016 05:02:28 +0000 (01:02 -0400)]
Add items to MISC/NEWS and idlelib/NEWS.txt.

9 years agoissue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines.
Senthil Kumaran [Mon, 30 May 2016 03:38:55 +0000 (20:38 -0700)]
issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines.

Patch contributed by Nathan Harold.

9 years agoIssue #27125: Fix various errors like “will [be] inherited”
Martin Panter [Sun, 29 May 2016 08:13:58 +0000 (08:13 +0000)]
Issue #27125: Fix various errors like “will [be] inherited”

9 years agoBacked out changeset e7062dd9085e (#25731)
Benjamin Peterson [Sat, 28 May 2016 21:03:41 +0000 (14:03 -0700)]
Backed out changeset e7062dd9085e (#25731)

9 years agoissue26083: Avoid duplicate error message string from a subprocess exec failure.Avoid...
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Sat, 28 May 2016 19:24:14 +0000 (19:24 +0000)]
issue26083: Avoid duplicate error message string from a subprocess exec failure.Avoid a duplicate error message string from a subprocess exec failure.
:P

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

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

Patch by Anish Shah and Aatish Neupane.

9 years agoIssue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5
Martin Panter [Fri, 27 May 2016 11:20:21 +0000 (11:20 +0000)]
Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5

9 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.

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

9 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

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

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

9 years agoIssue #27076: Doc, comment and test function name spelling fixes
Martin Panter [Thu, 26 May 2016 05:28:50 +0000 (05:28 +0000)]
Issue #27076: Doc, comment and test function name spelling fixes

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

11 years agoFix Issue #21528 - Fix documentation typos
Donald Stufft [Tue, 20 May 2014 16:58:38 +0000 (12:58 -0400)]
Fix Issue #21528 - Fix documentation typos

14 years agoNits
Raymond Hettinger [Thu, 16 Dec 2010 00:30:53 +0000 (00:30 +0000)]
Nits

16 years ago#5486: typos.
Georg Brandl [Fri, 13 Mar 2009 19:04:40 +0000 (19:04 +0000)]
#5486: typos.

14 years ago#9911: doc copyedits.
Georg Brandl [Tue, 21 Sep 2010 14:48:28 +0000 (14:48 +0000)]
#9911: doc copyedits.

11 years agoFix typo in library/ipc.rst
Eli Bendersky [Sun, 9 Feb 2014 13:54:13 +0000 (05:54 -0800)]
Fix typo in library/ipc.rst

9 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)

9 years agoIssue #26673: Protect IDLE from Linux fonts with reported default size 0.
Terry Jan Reedy [Sun, 22 May 2016 18:35:13 +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.

9 years agoBackported curses tests.
Serhiy Storchaka [Sun, 22 May 2016 15:24:48 +0000 (18:24 +0300)]
Backported curses tests.

9 years agoFix minor inconsistencies with Issue #N references in NEWS
Martin Panter [Sun, 22 May 2016 03:11:44 +0000 (03:11 +0000)]
Fix minor inconsistencies with Issue #N references in NEWS

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

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

9 years agoBackports: #25747: remove bad test. #27044: stop test_idle from leaking.
Terry Jan Reedy [Tue, 17 May 2016 02:27:22 +0000 (22:27 -0400)]
Backports: #25747: remove bad test.  #27044: stop test_idle from leaking.

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

9 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

10 years agoIssue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2
Serhiy Storchaka [Sat, 6 Sep 2014 18:41:39 +0000 (21:41 +0300)]
Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2

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

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

9 years agoIssue 18910: Edit idle_test/README.txt to add 'requires' warning.
Terry Jan Reedy [Mon, 16 May 2016 03:52:50 +0000 (23:52 -0400)]
Issue 18910: Edit idle_test/README.txt to add 'requires' warning.

9 years agoRemove PEP 291 compatibility requirements for ctypes and modulefinder
Martin Panter [Sat, 14 May 2016 07:25:37 +0000 (07:25 +0000)]
Remove PEP 291 compatibility requirements for ctypes and modulefinder

https://mail.python.org/pipermail/python-dev/2016-May/144502.html

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

9 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

9 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)

14 years agoIssue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
Antoine Pitrou [Wed, 25 May 2011 16:17:25 +0000 (18:17 +0200)]
Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
Patch by Sijin Joseph.

9 years agoIssue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka [Tue, 10 May 2016 10:45:32 +0000 (13:45 +0300)]
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.

9 years agoAdd NEWS entry for issue26960.
Senthil Kumaran [Tue, 10 May 2016 08:29:34 +0000 (01:29 -0700)]
Add NEWS entry for issue26960.

9 years agoCloses issue26960.
Senthil Kumaran [Tue, 10 May 2016 08:12:55 +0000 (01:12 -0700)]
Closes issue26960.

Backport issue16270: Fix for urllib hanging with ftp urls.

9 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.

9 years agoIssue #26881: modulefinder now works with bytecode with extended args.
Serhiy Storchaka [Sun, 8 May 2016 21:02:06 +0000 (00:02 +0300)]
Issue #26881: modulefinder now works with bytecode with extended args.

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

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

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

Based on patch by Julien.

9 years agoReplace example.com with pythontest.net in test_getcode of test_urllibnet
Berker Peksag [Sat, 7 May 2016 13:41:39 +0000 (16:41 +0300)]
Replace example.com with pythontest.net in test_getcode of test_urllibnet

9 years agoIssue #17765: weakref.ref() no longer silently ignores keyword arguments.
Serhiy Storchaka [Sat, 7 May 2016 12:41:09 +0000 (15:41 +0300)]
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Patch by Georg Brandl.

9 years agoIssue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka [Sat, 7 May 2016 07:50:12 +0000 (10:50 +0300)]
Issue #26736: Used HTTPS for external links in the documentation if possible.

9 years agoIssue #26889: Fixed hyperlinks formatting.
Serhiy Storchaka [Sat, 7 May 2016 07:06:53 +0000 (10:06 +0300)]
Issue #26889: Fixed hyperlinks formatting.