Guido van Rossum
|
05e3090e3a
|
Remove unused imports from test_typing.py.
|
2015-11-18 21:18:51 -08:00 |
|
Guido van Rossum
|
5497ac4758
|
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work. (Merge 3.5->3.6)
|
2015-11-18 21:13:42 -08:00 |
|
Guido van Rossum
|
bb7c57c6cd
|
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work.
|
2015-11-18 21:12:58 -08:00 |
|
Martin Panter
|
a82642f9db
|
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
|
2015-11-19 04:48:44 +00:00 |
|
Yury Selivanov
|
5c9f204300
|
Merge 3.5
|
2015-11-18 12:40:41 -05:00 |
|
Yury Selivanov
|
576fe71c12
|
asyncio: Error if awaiting in parallel on the same coroutine
See https://github.com/python/asyncio/pull/293 for details.
|
2015-11-18 12:40:26 -05:00 |
|
Yury Selivanov
|
b3dd6d70c7
|
asyncio: Error if awaiting in parallel on the same coroutine
This change won't do anything in CPython 3.4
See https://github.com/python/asyncio/pull/293 for details.
|
2015-11-18 12:39:45 -05:00 |
|
Yury Selivanov
|
4990289bbf
|
Merge 3.5
|
2015-11-17 12:20:26 -05:00 |
|
Yury Selivanov
|
5498f2b6bf
|
Merge 3.4
|
2015-11-17 12:20:02 -05:00 |
|
Yury Selivanov
|
5d7e3b6cd2
|
asyncio: Cleanup Future API
See https://github.com/python/asyncio/pull/292 for details.
|
2015-11-17 12:19:41 -05:00 |
|
Yury Selivanov
|
cfcc2bdcb2
|
Merge 3.5
|
2015-11-17 12:02:44 -05:00 |
|
Yury Selivanov
|
7f324ba735
|
Merge 3.4
|
2015-11-17 12:02:32 -05:00 |
|
Yury Selivanov
|
0013ccedd1
|
asyncio: Sync with github
|
2015-11-17 12:02:21 -05:00 |
|
Yury Selivanov
|
43b53091f0
|
Merge 3.5
|
2015-11-16 15:12:54 -05:00 |
|
Yury Selivanov
|
cfff959c07
|
Merge 3.4
|
2015-11-16 15:12:44 -05:00 |
|
Yury Selivanov
|
a4afc4876b
|
asyncio: Optimize Task._wakeup
See https://github.com/python/asyncio/pull/289 for details.
|
2015-11-16 15:12:10 -05:00 |
|
Yury Selivanov
|
efbee31b47
|
Merge 3.5
|
2015-11-16 12:43:46 -05:00 |
|
Yury Selivanov
|
1334f83de2
|
Merge 3.4
|
2015-11-16 12:43:35 -05:00 |
|
Yury Selivanov
|
5bb1afb332
|
asyncio: Add Transport.is_closing()
See https://github.com/python/asyncio/pull/291 for details.
|
2015-11-16 12:43:21 -05:00 |
|
Terry Jan Reedy
|
d8b10fd975
|
Merge with 3.5
|
2015-11-16 07:36:44 -05:00 |
|
Terry Jan Reedy
|
4bc534d589
|
Merge with 3.4
|
2015-11-16 07:36:33 -05:00 |
|
Terry Jan Reedy
|
4932ac244f
|
Issue #24750: whitespace
|
2015-11-16 07:36:22 -05:00 |
|
Terry Jan Reedy
|
a8a6419d4e
|
Merge with 3.5
|
2015-11-16 07:33:01 -05:00 |
|
Terry Jan Reedy
|
5922d739d4
|
Merge with 3.4
|
2015-11-16 07:32:46 -05:00 |
|
Terry Jan Reedy
|
d36d817a84
|
Issue #24750: Improve appearance of IDLE editor window status bar.
Patch by Mark Roseman.
|
2015-11-16 07:32:26 -05:00 |
|
Martin Panter
|
a28cdafe83
|
Issue #20220: Merge time zone workaround from 3.5
|
2015-11-16 09:43:05 +00:00 |
|
Martin Panter
|
42347100bf
|
Issue #20220: Merge time zone workaround from 3.4 into 3.5
|
2015-11-16 09:42:41 +00:00 |
|
Martin Panter
|
fca22327ca
|
Issue #20220: Revert time zone test debugging, revision 139c18943d9b
|
2015-11-16 09:22:19 +00:00 |
|
Serhiy Storchaka
|
51eca24748
|
Issue #9051: Added tests for pickling and copying the timezone objects.
|
2015-11-16 11:20:17 +02:00 |
|
Serhiy Storchaka
|
f242aebbd3
|
Issue #9051: Added tests for pickling and copying the timezone objects.
|
2015-11-16 11:19:31 +02:00 |
|
Serhiy Storchaka
|
e28209f251
|
Issue #9051: Added tests for pickling and copying the timezone objects.
|
2015-11-16 11:12:58 +02:00 |
|
Martin Panter
|
6e0889f0c7
|
Issue #20220: Add DST rules to work around glibc quirk
This was triggering intermittent failures in unrelated tests.
|
2015-11-16 07:21:38 +00:00 |
|
Gregory P. Smith
|
f31f9718ac
|
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
internals regarding how fds_to_pass were passed to the child. The bug
had no actual impact as subprocess.py already avoided it.
|
2015-11-15 21:29:43 -08:00 |
|
Gregory P. Smith
|
d0a5b1c343
|
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
internals regarding how fds_to_pass were passed to the child. The bug
had no actual impact as subprocess.py already avoided it.
|
2015-11-15 21:15:26 -08:00 |
|
Gregory P. Smith
|
97b0b1e8d4
|
Fix issue #6973: When we know a subprocess.Popen process has died, do
not allow the send_signal(), terminate(), or kill() methods to do
anything as they could potentially signal a different process.
|
2015-11-15 18:31:34 -08:00 |
|
Gregory P. Smith
|
2cd1b3b089
|
Fix issue #6973: When we know a subprocess.Popen process has died, do
not allow the send_signal(), terminate(), or kill() methods to do
anything as they could potentially signal a different process.
|
2015-11-15 18:26:11 -08:00 |
|
Gregory P. Smith
|
a0c9caad66
|
Fix issue #6973: When we know a subprocess.Popen process has died, do
not allow the send_signal(), terminate(), or kill() methods to do
anything as they could potentially signal a different process.
|
2015-11-15 18:19:10 -08:00 |
|
Serhiy Storchaka
|
0304729ec4
|
Issue #25388: Fixed tokenizer crash when processing undecodable source code
with a null byte.
|
2015-11-14 15:12:04 +02:00 |
|
Serhiy Storchaka
|
7e2b870b85
|
Issue #25388: Fixed tokenizer crash when processing undecodable source code
with a null byte.
|
2015-11-14 15:11:17 +02:00 |
|
Serhiy Storchaka
|
0d441119f5
|
Issue #25388: Fixed tokenizer crash when processing undecodable source code
with a null byte.
|
2015-11-14 15:10:35 +02:00 |
|
Martin Panter
|
19e69c5a20
|
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
|
2015-11-14 12:46:42 +00:00 |
|
Martin Panter
|
d226d308a3
|
Issue #23883: Add test.support.check__all__() and test gettext.__all__
Patches by Jacek Kołodziej.
|
2015-11-14 11:47:00 +00:00 |
|
Martin Panter
|
63c1ebb67b
|
Issue #25168: Temporary timezone and cache debugging
|
2015-11-14 08:54:30 +00:00 |
|
Martin Panter
|
22fd1c262a
|
Merge typo and grammar fixes from 3.5
|
2015-11-14 01:29:13 +00:00 |
|
Martin Panter
|
32acc16cda
|
Merge typo and grammar fixes from 3.4 into 3.5
|
2015-11-14 01:14:25 +00:00 |
|
Martin Panter
|
2e4571a456
|
Fix a few grammar problems in the documentation and comments
|
2015-11-14 01:07:43 +00:00 |
|
Martin Panter
|
ac34e09bbf
|
Correct Content-Type syntax in documentation
|
2015-11-14 00:58:32 +00:00 |
|
Martin Panter
|
6fe39266c8
|
Issue #25590: Complete attribute names even if they are not yet created
|
2015-11-13 23:54:02 +00:00 |
|
Martin Panter
|
f4ad5f5dea
|
Issue #25590: Merge rlcompleter getattr change from 3.5
|
2015-11-13 23:48:17 +00:00 |
|
Martin Panter
|
fa9ea04673
|
Issue #25590: Merge rlcompleter change from 3.4 into 3.5
|
2015-11-13 23:10:39 +00:00 |
|