]> granicus.if.org Git - python/log
python
10 years agoupdate versionchanged
Benjamin Peterson [Mon, 24 Nov 2014 02:38:37 +0000 (20:38 -0600)]
update versionchanged

10 years agomerge 3.4 (#22788)
Benjamin Peterson [Mon, 24 Nov 2014 02:38:13 +0000 (20:38 -0600)]
merge 3.4 (#22788)

10 years agoadd context parameter to HTTPHandler (closes #22788)
Benjamin Peterson [Mon, 24 Nov 2014 02:36:44 +0000 (20:36 -0600)]
add context parameter to HTTPHandler (closes #22788)

10 years agomerge 3.4
Benjamin Peterson [Mon, 24 Nov 2014 02:17:06 +0000 (20:17 -0600)]
merge 3.4

10 years agoadd NEWS note for #22921
Benjamin Peterson [Mon, 24 Nov 2014 02:15:31 +0000 (20:15 -0600)]
add NEWS note for #22921

10 years agomerge 3.4 (null)
Benjamin Peterson [Mon, 24 Nov 2014 02:10:25 +0000 (20:10 -0600)]
merge 3.4 (null)

10 years agocorrect versionchanged version
Benjamin Peterson [Mon, 24 Nov 2014 02:09:31 +0000 (20:09 -0600)]
correct versionchanged version

10 years agomerge 3.4 (#22921)
Benjamin Peterson [Sun, 23 Nov 2014 23:06:39 +0000 (17:06 -0600)]
merge 3.4 (#22921)

10 years agodon't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson [Sun, 23 Nov 2014 23:04:34 +0000 (17:04 -0600)]
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)

Patch by Donald Stufft.

10 years agomerge 3.4
Benjamin Peterson [Sun, 23 Nov 2014 17:43:43 +0000 (11:43 -0600)]
merge 3.4

10 years agodocument that cadefault does nothing now
Benjamin Peterson [Sun, 23 Nov 2014 17:43:33 +0000 (11:43 -0600)]
document that cadefault does nothing now

10 years agoUpdate importlib.h
Antoine Pitrou [Sun, 23 Nov 2014 15:01:20 +0000 (16:01 +0100)]
Update importlib.h

10 years agoIssue #22894: TestCase.subTest() would cause the test suite to be stopped when in...
Antoine Pitrou [Sun, 23 Nov 2014 14:56:41 +0000 (15:56 +0100)]
Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures.

10 years agoIssue #22894: TestCase.subTest() would cause the test suite to be stopped when in...
Antoine Pitrou [Sun, 23 Nov 2014 14:55:11 +0000 (15:55 +0100)]
Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures.

10 years agoNull merge
Antoine Pitrou [Sun, 23 Nov 2014 14:50:21 +0000 (15:50 +0100)]
Null merge

10 years agoPEP 479: Use the return-keyword instead of raising StopIteration inside a generators.
Raymond Hettinger [Sun, 23 Nov 2014 06:14:41 +0000 (22:14 -0800)]
PEP 479:  Use the return-keyword instead of raising StopIteration inside a generators.

10 years agoPEP 479: Don't let StopIteration bubble out of calls to next() inside a generator.
Raymond Hettinger [Sun, 23 Nov 2014 05:56:23 +0000 (21:56 -0800)]
PEP 479:  Don't let StopIteration bubble out of calls to next() inside a generator.

10 years agoReally add downloads page link to OS X installer README screens.
Ned Deily [Sat, 22 Nov 2014 22:41:21 +0000 (14:41 -0800)]
Really add downloads page link to OS X installer README screens.

10 years agoAdd downloads page link to OS X installer README screens.
Ned Deily [Sat, 22 Nov 2014 22:26:33 +0000 (14:26 -0800)]
Add downloads page link to OS X installer README screens.

10 years agoIssue #22834: cwd can't not exist on Windows, skip the test
Zachary Ware [Sat, 22 Nov 2014 23:03:46 +0000 (17:03 -0600)]
Issue #22834: cwd can't not exist on Windows, skip the test

10 years agoAdd downloads page link to OS X installer README screens.
Ned Deily [Sat, 22 Nov 2014 22:20:30 +0000 (14:20 -0800)]
Add downloads page link to OS X installer README screens.

10 years agoCloses #22869: Move PyOS_CheckStack back to pythonrun.c
Zachary Ware [Sat, 22 Nov 2014 05:35:12 +0000 (23:35 -0600)]
Closes #22869: Move PyOS_CheckStack back to pythonrun.c

10 years agoIssue #22869: Remove duplicate stack check from pythonrun.c
Steve Dower [Sat, 22 Nov 2014 04:33:12 +0000 (20:33 -0800)]
Issue #22869: Remove duplicate stack check from pythonrun.c

10 years agoIssue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka [Fri, 21 Nov 2014 19:56:57 +0000 (21:56 +0200)]
Issue #19720: Suppressed context for some exceptions in importlib.

10 years agoIssue #17293: socket.gethostbyname() can raise an exception of FreeBSD.
Serhiy Storchaka [Fri, 21 Nov 2014 19:55:39 +0000 (21:55 +0200)]
Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.

10 years agoIssue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka [Fri, 21 Nov 2014 18:33:57 +0000 (20:33 +0200)]
Issue #19720: Suppressed context for some exceptions in importlib.

10 years agoIssue #22834: Have import suppress FileNotFoundError when the current
Brett Cannon [Fri, 21 Nov 2014 17:19:28 +0000 (12:19 -0500)]
Issue #22834: Have import suppress FileNotFoundError when the current
working directory no longer exists.

Thanks to Martin Panter for the bug report.

10 years agoIssue #22869: Add pylifecycle.c/.h files to pythoncore project.
Steve Dower [Fri, 21 Nov 2014 00:45:36 +0000 (16:45 -0800)]
Issue #22869: Add pylifecycle.c/.h files to pythoncore project.

10 years agoIssue #22796: HTTP cookie parsing is now stricter, in order to protect against potent...
Antoine Pitrou [Fri, 21 Nov 2014 00:20:57 +0000 (01:20 +0100)]
Issue #22796: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks.

10 years ago(Merge 3.4) asyncio: BaseSelectorEventLoop.close() now closes the self-pipe
Victor Stinner [Thu, 20 Nov 2014 23:23:59 +0000 (00:23 +0100)]
(Merge 3.4) asyncio: BaseSelectorEventLoop.close() now closes the self-pipe
before calling the parent close() method. If the event loop is already closed,
the self-pipe is not unregistered from the selector.

10 years agoasyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling
Victor Stinner [Thu, 20 Nov 2014 23:23:27 +0000 (00:23 +0100)]
asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling
the parent close() method. If the event loop is already closed, the self-pipe
is not unregistered from the selector.

10 years agoMerge 3.4 (asyncio)
Victor Stinner [Thu, 20 Nov 2014 14:04:31 +0000 (15:04 +0100)]
Merge 3.4 (asyncio)

10 years agoasyncio: Coroutine objects are now rejected with a TypeError by the following
Victor Stinner [Thu, 20 Nov 2014 14:03:52 +0000 (15:03 +0100)]
asyncio: Coroutine objects are now rejected with a TypeError by the following
functions:

* add_signal_handler()
* call_at()
* call_later()
* call_soon()
* call_soon_threadsafe()
* run_in_executor()

Fix also the error message of add_signal_handler() (fix the name of the
function).

10 years agoMerge with 3.4 (asyncio)
Victor Stinner [Thu, 20 Nov 2014 13:19:49 +0000 (14:19 +0100)]
Merge with 3.4 (asyncio)

10 years agoasyncio, test_events: Ignore the "SSL handshake failed" log in debug mode
Victor Stinner [Thu, 20 Nov 2014 13:19:23 +0000 (14:19 +0100)]
asyncio, test_events: Ignore the "SSL handshake failed" log in debug mode

10 years agoasyncio: Fix formatting of the "Future exception was never retrieved" in
Victor Stinner [Thu, 20 Nov 2014 13:16:31 +0000 (14:16 +0100)]
asyncio: Fix formatting of the "Future exception was never retrieved" in
release mode

10 years agoIssue #22869: Split pythonrun into two modules
Nick Coghlan [Thu, 20 Nov 2014 11:39:37 +0000 (21:39 +1000)]
Issue #22869: Split pythonrun into two modules

- interpreter startup and shutdown code moved to a new
  pylifecycle.c module
- Py_OptimizeFlag moved into the new module with the other
  global flags

10 years agoIssue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.
Serhiy Storchaka [Wed, 19 Nov 2014 11:21:40 +0000 (13:21 +0200)]
Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.
Patch by David Watson.

10 years agoIssue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.
Serhiy Storchaka [Wed, 19 Nov 2014 11:21:13 +0000 (13:21 +0200)]
Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.
Patch by David Watson.

10 years agoIssue #20604: Added missed invalid mode in error message of socket.makefile().
Serhiy Storchaka [Wed, 19 Nov 2014 10:34:07 +0000 (12:34 +0200)]
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Based on patch by Franck Michea.

10 years agoIssue #20604: Added missed invalid mode in error message of socket.makefile().
Serhiy Storchaka [Wed, 19 Nov 2014 10:33:40 +0000 (12:33 +0200)]
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Based on patch by Franck Michea.

10 years agoClose #22370: Windows detection in pathlib is now more robust.
Antoine Pitrou [Tue, 18 Nov 2014 23:33:08 +0000 (00:33 +0100)]
Close #22370: Windows detection in pathlib is now more robust.

10 years agoClose #22370: Windows detection in pathlib is now more robust.
Antoine Pitrou [Tue, 18 Nov 2014 23:32:08 +0000 (00:32 +0100)]
Close #22370: Windows detection in pathlib is now more robust.

10 years agoNull merge
Serhiy Storchaka [Tue, 18 Nov 2014 22:13:24 +0000 (00:13 +0200)]
Null merge

10 years agoIssue #22453: Warn against the use of leaking macro PyObject_REPR().
Serhiy Storchaka [Tue, 18 Nov 2014 22:08:38 +0000 (00:08 +0200)]
Issue #22453: Warn against the use of leaking macro PyObject_REPR().

10 years agoIssue #22453: Removed non-documented macro PyObject_REPR().
Serhiy Storchaka [Tue, 18 Nov 2014 21:34:33 +0000 (23:34 +0200)]
Issue #22453: Removed non-documented macro PyObject_REPR().

10 years agoIssue #20948: Inline makefmt() in unicode_fromformat_arg()
Victor Stinner [Tue, 18 Nov 2014 20:40:51 +0000 (21:40 +0100)]
Issue #20948: Inline makefmt() in unicode_fromformat_arg()

10 years agoIssue #18637: Fixed an error in _PyNode_SizeOf declaration.
Serhiy Storchaka [Tue, 18 Nov 2014 15:30:50 +0000 (17:30 +0200)]
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
Patch by Roumen Petrov.

10 years agoIssue #18637: Fixed an error in _PyNode_SizeOf declaration.
Serhiy Storchaka [Tue, 18 Nov 2014 15:30:15 +0000 (17:30 +0200)]
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
Patch by Roumen Petrov.

10 years agoIssue #20662: Argspec now is escaped in html output of pydoc.
Serhiy Storchaka [Mon, 17 Nov 2014 21:48:35 +0000 (23:48 +0200)]
Issue #20662: Argspec now is escaped in html output of pydoc.

10 years agoIssue #20662: Argspec now is escaped in html output of pydoc.
Serhiy Storchaka [Mon, 17 Nov 2014 21:48:02 +0000 (23:48 +0200)]
Issue #20662: Argspec now is escaped in html output of pydoc.

10 years agoIssue #22824: Simplify reprlib output format for empty arrays
Raymond Hettinger [Sat, 15 Nov 2014 18:58:58 +0000 (10:58 -0800)]
Issue #22824:  Simplify reprlib output format for empty arrays

10 years agoIssue #22823: Use set literals instead of creating a set from a tuple.
Serhiy Storchaka [Sat, 15 Nov 2014 11:30:42 +0000 (13:30 +0200)]
Issue #22823: Use set literals instead of creating a set from a tuple.

10 years agoIssue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka [Sat, 15 Nov 2014 11:22:27 +0000 (13:22 +0200)]
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Fixed an error in _PySys_GetSizeOf declaration.

10 years agoIssue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka [Sat, 15 Nov 2014 11:21:37 +0000 (13:21 +0200)]
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Fixed an error in _PySys_GetSizeOf declaration.

10 years agoIssue #22877: PEP 477 - keep 2.7 and 3.x installers in sync.
Ned Deily [Sat, 15 Nov 2014 02:55:05 +0000 (18:55 -0800)]
Issue #22877: PEP 477 - keep 2.7 and 3.x installers in sync.

10 years agoUpdate OS X installer documentation files for 3.5.0
Ned Deily [Sat, 15 Nov 2014 02:41:56 +0000 (18:41 -0800)]
Update OS X installer documentation files for 3.5.0

10 years agoIssue #22877: PEP 477 - keep 2.7 and 3.x installers in sync.
Ned Deily [Sat, 15 Nov 2014 02:56:28 +0000 (18:56 -0800)]
Issue #22877: PEP 477 - keep 2.7 and 3.x installers in sync.

10 years agoIssue #22847: Improve method cache efficiency.
Antoine Pitrou [Fri, 14 Nov 2014 23:56:27 +0000 (00:56 +0100)]
Issue #22847: Improve method cache efficiency.

10 years ago- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Guido van Rossum [Fri, 14 Nov 2014 19:48:37 +0000 (11:48 -0800)]
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
  Patch by Ludovic.Gasc.

10 years ago- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Guido van Rossum [Fri, 14 Nov 2014 19:45:47 +0000 (11:45 -0800)]
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
  Patch by Ludovic.Gasc.

10 years agoadd space
Benjamin Peterson [Wed, 12 Nov 2014 15:23:44 +0000 (10:23 -0500)]
add space

10 years agomerge 3.4 (#22849)
Benjamin Peterson [Wed, 12 Nov 2014 15:23:35 +0000 (10:23 -0500)]
merge 3.4 (#22849)

10 years agofix possible double free in TextIOWrapper.__init__ (closes #22849)
Benjamin Peterson [Wed, 12 Nov 2014 15:19:46 +0000 (10:19 -0500)]
fix possible double free in TextIOWrapper.__init__ (closes #22849)

10 years agoClose #19494: add urrlib.request.HTTPBasicPriorAuthHandler
Nick Coghlan [Wed, 12 Nov 2014 13:33:50 +0000 (23:33 +1000)]
Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler

This auth handler adds the Authorization header to the first
HTTP request rather than waiting for a HTTP 401 Unauthorized
response from the server as the default HTTPBasicAuthHandler
does.

This allows working with websites like https://api.github.com which do
not follow the strict interpretation of RFC, but more the dicta in the
end of section 2 of RFC 2617:

    > A client MAY preemptively send the corresponding Authorization
    > header with requests for resources in that space without receipt
    > of another challenge from the server.  Similarly, when a client
    > sends a request to a proxy, it may reuse a userid and password in
    > the Proxy-Authorization header field without receiving another
    > challenge from the proxy server. See section 4 for security
    > considerations associated with Basic authentication.

Patch by Matej Cepl.

10 years agoMinor code clean up and improvements in the re module.
Serhiy Storchaka [Tue, 11 Nov 2014 19:13:28 +0000 (21:13 +0200)]
Minor code clean up and improvements in the re module.

10 years agoMerge - Upgrade setuptools to 7.0
Donald Stufft [Tue, 11 Nov 2014 16:06:49 +0000 (11:06 -0500)]
Merge - Upgrade setuptools to 7.0

10 years agoUpgrade setuptools to 7.0
Donald Stufft [Tue, 11 Nov 2014 16:01:09 +0000 (11:01 -0500)]
Upgrade setuptools to 7.0

10 years agoIssue #22845: Improved formatting of dis documentation.
Serhiy Storchaka [Tue, 11 Nov 2014 08:02:46 +0000 (10:02 +0200)]
Issue #22845: Improved formatting of dis documentation.

10 years agoIssue #22845: Improved formatting of dis documentation.
Serhiy Storchaka [Tue, 11 Nov 2014 08:02:11 +0000 (10:02 +0200)]
Issue #22845: Improved formatting of dis documentation.

10 years agoMerge heads
Serhiy Storchaka [Tue, 11 Nov 2014 07:45:55 +0000 (09:45 +0200)]
Merge heads

10 years agoIssue #22839: Fix Snapshot.statistics() link.
Berker Peksag [Mon, 10 Nov 2014 21:15:56 +0000 (23:15 +0200)]
Issue #22839: Fix Snapshot.statistics() link.

10 years agoIssue #22839: Fix Snapshot.statistics() link.
Berker Peksag [Mon, 10 Nov 2014 21:15:32 +0000 (23:15 +0200)]
Issue #22839: Fix Snapshot.statistics() link.

10 years agoFixed error position for the backslash at the end of regex pattern.
Serhiy Storchaka [Mon, 10 Nov 2014 16:28:53 +0000 (18:28 +0200)]
Fixed error position for the backslash at the end of regex pattern.

10 years agoFixed AttributeError when the regular expression starts from illegal escape.
Serhiy Storchaka [Mon, 10 Nov 2014 12:38:16 +0000 (14:38 +0200)]
Fixed AttributeError when the regular expression starts from illegal escape.

10 years agoFixed IDLE tests after changing re error messages (issue #22578).
Serhiy Storchaka [Mon, 10 Nov 2014 12:18:03 +0000 (14:18 +0200)]
Fixed IDLE tests after changing re error messages (issue #22578).

10 years agoIssue #22578: Added attributes to the re.error class.
Serhiy Storchaka [Mon, 10 Nov 2014 11:49:00 +0000 (13:49 +0200)]
Issue #22578: Added attributes to the re.error class.

10 years agoGot rid of the array module dependency in the re module.
Serhiy Storchaka [Mon, 10 Nov 2014 11:25:14 +0000 (13:25 +0200)]
Got rid of the array module dependency in the re module.
The re module could be used during building before array is built.

10 years agoGot rid of the array module dependency in the re module.
Serhiy Storchaka [Mon, 10 Nov 2014 11:24:47 +0000 (13:24 +0200)]
Got rid of the array module dependency in the re module.
The re module could be used during building before array is built.

10 years agoIssue #12728: Different Unicode characters having the same uppercase but
Serhiy Storchaka [Mon, 10 Nov 2014 10:43:14 +0000 (12:43 +0200)]
Issue #12728: Different Unicode characters having the same uppercase but
different lowercase are now matched in case-insensitive regular expressions.

10 years agoIssue #12728: Different Unicode characters having the same uppercase but
Serhiy Storchaka [Mon, 10 Nov 2014 10:37:16 +0000 (12:37 +0200)]
Issue #12728: Different Unicode characters having the same uppercase but
different lowercase are now matched in case-insensitive regular expressions.

10 years agoIssue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka [Mon, 10 Nov 2014 09:25:50 +0000 (11:25 +0200)]
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
platforms.

10 years agoIssue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka [Mon, 10 Nov 2014 08:42:26 +0000 (10:42 +0200)]
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
platforms.

10 years agoMerge heads
Serhiy Storchaka [Mon, 10 Nov 2014 08:21:03 +0000 (10:21 +0200)]
Merge heads

10 years agoIssue #21650: Add an `--sort-keys` option to json.tool CLI.
Berker Peksag [Mon, 10 Nov 2014 07:56:54 +0000 (09:56 +0200)]
Issue #21650: Add an `--sort-keys` option to json.tool CLI.

10 years agoIssue #22824: Updated reprlib output format for sets to use set literals.
Raymond Hettinger [Mon, 10 Nov 2014 06:30:36 +0000 (22:30 -0800)]
Issue #22824:  Updated reprlib output format for sets to use set literals.

10 years agoMerge with default
Brett Cannon [Mon, 10 Nov 2014 01:22:53 +0000 (20:22 -0500)]
Merge with default

10 years agoIssue 20152, 22821: Port the fcntl module to Argument Clinic.
Brett Cannon [Mon, 10 Nov 2014 01:22:01 +0000 (20:22 -0500)]
Issue 20152, 22821: Port the fcntl module to Argument Clinic.

Along the way, fix an argumrnt to fcntl.fcntl to be an int instead of
a long.

Thanks to Serhiy Storchaka for reviewing my Clinic patch and for
writing the patch to fix the long/int issue.

10 years agomerge
Raymond Hettinger [Mon, 10 Nov 2014 01:21:20 +0000 (17:21 -0800)]
merge

10 years agoIssue 22830: Clarify docs for functools.cmp_to_key().
Raymond Hettinger [Mon, 10 Nov 2014 01:20:56 +0000 (17:20 -0800)]
Issue 22830:  Clarify docs for functools.cmp_to_key().

10 years agoIssue #22823: Use set literals instead of creating a set from a list
Raymond Hettinger [Sun, 9 Nov 2014 23:56:33 +0000 (15:56 -0800)]
Issue #22823: Use set literals instead of creating a set from a list

10 years agoIssue #22434: Constants in sre_constants are now named constants (enum-like).
Serhiy Storchaka [Sun, 9 Nov 2014 18:48:36 +0000 (20:48 +0200)]
Issue #22434: Constants in sre_constants are now named constants (enum-like).

10 years agoIssue #22695: Fix rendering of the deprecated-removed role in HTML.
Berker Peksag [Sat, 8 Nov 2014 20:41:00 +0000 (22:41 +0200)]
Issue #22695: Fix rendering of the deprecated-removed role in HTML.

10 years agoIssue #22695: Fix rendering of the deprecated-removed role in HTML.
Berker Peksag [Sat, 8 Nov 2014 20:40:22 +0000 (22:40 +0200)]
Issue #22695: Fix rendering of the deprecated-removed role in HTML.

10 years agoSilence the failure of test_pyclbr after adding a property in sre_parse
Serhiy Storchaka [Fri, 7 Nov 2014 20:33:19 +0000 (22:33 +0200)]
Silence the failure of test_pyclbr after adding a property in sre_parse
(issue #814253).

10 years agoSilence the failure of test_pyclbr after adding a property in sre_parse
Serhiy Storchaka [Fri, 7 Nov 2014 20:32:37 +0000 (22:32 +0200)]
Silence the failure of test_pyclbr after adding a property in sre_parse
(issue #814253).

10 years agoIssues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka [Fri, 7 Nov 2014 19:45:17 +0000 (21:45 +0200)]
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.

10 years agoIssues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka [Fri, 7 Nov 2014 19:43:57 +0000 (21:43 +0200)]
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.

10 years agoIssue #22808: Link to the correct time method in BaseEventLoop.call_at().
Berker Peksag [Fri, 7 Nov 2014 17:51:37 +0000 (19:51 +0200)]
Issue #22808: Link to the correct time method in BaseEventLoop.call_at().

Patch by Mark Grandi.

10 years agoIssue #22808: Link to the correct time method in BaseEventLoop.call_at().
Berker Peksag [Fri, 7 Nov 2014 17:51:07 +0000 (19:51 +0200)]
Issue #22808: Link to the correct time method in BaseEventLoop.call_at().

Patch by Mark Grandi.