Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.0
/
Lib
/
test
7ae5c96
Merge 3.5 (issue #28990)
by Yury Selivanov
· 9 years ago
c8af302
Issue #28770: Update python-gdb.py for fastcalls
by Victor Stinner
· 9 years ago
ccda5c4
Fix a memory leak in split-table dictionaries
by Victor Stinner
· 9 years ago
53c53ea
Issue #27030: Unknown escapes in re.sub() replacement template are allowed
by Serhiy Storchaka
· 9 years ago
8ae9e6a
warnings: Fix the issue number
by Victor Stinner
· 9 years ago
8ef46be
catch_warnings() calls showwarning() if overriden
by Victor Stinner
· 9 years ago
19d2467
Issue #23722: improve __classcell__ compatibility
by Nick Coghlan
· 9 years ago
c2c8fe1
Issue #28843: Fix asyncio C Task to handle exceptions __traceback__.
by Yury Selivanov
· 9 years ago
c349374
Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6)
by Guido van Rossum
· 9 years ago
61f0a02
Issue #28790: Fix error when using Generic and __slots__ (Ivan L)
by Guido van Rossum
· 9 years ago
9ec0772
Issue #28797: Modifying the class __dict__ inside the __set_name__ method of
by Serhiy Storchaka
· 9 years ago
8fb4e42
Merge 3.5, fix for #24142
by Łukasz Langa
· 9 years ago
47a9a4b
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
by Łukasz Langa
· 9 years ago
7e45b5c
Issue #27100: Silence deprecation warning in Lib/test/test_with.py
by Raymond Hettinger
· 9 years ago
bcf4dcc
Issue #28727: Optimize pattern_richcompare() for a==a
by Victor Stinner
· 9 years ago
d7d2bc8
Issue #28023: Fix python-gdb.py didn't support new dict implementation
by INADA Naoki
· 9 years ago
a3fec15
Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.)
by Raymond Hettinger
· 9 years ago
4e17e04
Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness
by Raymond Hettinger
· 9 years ago
6b3481c
Issue #5830: Add test for ee476248a74a. (Contributed by Serhiy Storchaka.)
by Raymond Hettinger
· 9 years ago
6023d33
Issue #28743: Reduce memory consumption for random module tests
by Raymond Hettinger
· 9 years ago
5cb0c09
Merge 3.5 (issue #28652)
by Yury Selivanov
· 9 years ago
dab0584
Issue #28652: Partially rollback previous changes
by Yury Selivanov
· 9 years ago
bf87126
Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo).
by Raymond Hettinger
· 9 years ago
546ce65
Issue #28752: Restored the __reduce__() methods of datetime objects.
by Serhiy Storchaka
· 9 years ago
23bb6f4
close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico.
by Ethan Furman
· 9 years ago
6c7fb55
Issue #28688: Remove warnings.filters check from regrtest
by Victor Stinner
· 9 years ago
b44fb12
Implement rich comparison for _sre.SRE_Pattern
by Victor Stinner
· 9 years ago
0e175a6
Issue #28532: Show sys.version when -V option is supplied twice
by INADA Naoki
· 9 years ago
f0e98c5
Issue #20572: The subprocess.Popen.wait method's undocumented endtime
by Gregory P. Smith
· 9 years ago
9f64de8
Issue #28666: Fix removing readonly directories on Windows.
by Serhiy Storchaka
· 9 years ago
bbfe6c3
Issue #28666: Fix removing readonly directories on Windows.
by Serhiy Storchaka
· 9 years ago
ba7eb8d
Issue #28666: Now test.support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 9 years ago
2ccb988
Issue #28666: Now test.support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 9 years ago
0e7dbe9
Issue #28666: Now test.support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 9 years ago
6770f8a
Issue #28666: Now test.support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 9 years ago
bce2626
Issue #28732: Raise ValueError when argv[0] is empty
by Steve Dower
· 9 years ago
859fd7b
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
by Steve Dower
· 9 years ago
43891e0
Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.5->3.6)
by Guido van Rossum
· 9 years ago
ca4b252
Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330)
by Guido van Rossum
· 9 years ago
877f036
Issue #26926: Skip some test_io tests on platforms without large file support
by Xavier de Gaye
· 9 years ago
dfc13e0
Issue 26931: Skip the test_distutils tests using a compiler executable
by Xavier de Gaye
· 9 years ago
22214ab
Issue #28720: Add collections.abc.AsyncGenerator.
by Yury Selivanov
· 9 years ago
41782e4
Issue #28721: Fix asynchronous generators aclose() and athrow()
by Yury Selivanov
· 9 years ago
2106010
Issue #26935: Fix broken Android dup2() in test_os
by Xavier de Gaye
· 9 years ago
21bb0e6
Merge 3.5 (issue #28704)
by Yury Selivanov
· 9 years ago
d7c1518
Issue #28704: Fix create_unix_server to support Path-like objects
by Yury Selivanov
· 9 years ago
27182bb
Merge 3.5 (issue #28703)
by Yury Selivanov
· 9 years ago
0ed20cd
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
by Yury Selivanov
· 9 years ago
63859ae
Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) (3.5->3.6)
by Guido van Rossum
· 9 years ago
2f84144
Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321)
by Guido van Rossum
· 9 years ago
43cf2ef
Issue #26929: Skip some test_strptime tests failing on Android that
by Xavier de Gaye
· 9 years ago
d178e69
Issue 28668: Merge 3.5
by Xavier de Gaye
· 9 years ago
49e8f2d
Issue 28668: Skip tests where instanciation of multiprocessing.Queue
by Xavier de Gaye
· 9 years ago
f9cca36
Fix warn_invalid_escape_sequence()
by Victor Stinner
· 9 years ago
39d2dfe
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 9 years ago
5ae6c77
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 9 years ago
5ca92ab
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 9 years ago
60ac989
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 9 years ago
38c8b7d
Issue #28662: Catch PermissionError in tests when spawning a non existent program
by Xavier de Gaye
· 9 years ago
8bf43e6
Issue #28082: Add basic unit tests on re enums
by Victor Stinner
· 9 years ago
996fc1f
correctly emulate error semantics of gen.throw in FutureIter_throw
by Benjamin Peterson
· 9 years ago
f8cebad
Merge AIX fixes from 3.5 into 3.6
by Martin Panter
· 9 years ago
9544a36
Issue #28016: Skip /dev/tty seekable() test on AIX
by Martin Panter
· 9 years ago
95aa56a
Issue #26934: Handle _ANDROID_API_LEVEL is None on Windows
by Xavier de Gaye
· 9 years ago
6c5f219
Fix test_faulthandler on Android where raise() exits with 0
by Xavier de Gaye
· 9 years ago
f056b04
Merge 3.5
by Xavier de Gaye
· 9 years ago
547c1b9
Fix temporary file not deleted in test_socket
by Xavier de Gaye
· 9 years ago
24e4239
Fix typos
by Raymond Hettinger
· 9 years ago
e0e9d5f
Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2
by Serhiy Storchaka
· 9 years ago
5adc22b
Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2
by Serhiy Storchaka
· 9 years ago
a27c064
Issue #19398: Extra slash no longer added to sys.path components in case of
by Serhiy Storchaka
· 9 years ago
62e32d6
Issue #19398: Extra slash no longer added to sys.path components in case of
by Serhiy Storchaka
· 9 years ago
8391026
Issue #23839: Various caches now are cleared before running every test file.
by Serhiy Storchaka
· 9 years ago
daeddc4
Issue #23839: Various caches now are cleared before running every test file.
by Serhiy Storchaka
· 9 years ago
0a66a1c
Merge 3.6 (issue #28653)
by Yury Selivanov
· 9 years ago
46a02db
Issue #28653: Fix a refleak in functools.lru_cache.
by Yury Selivanov
· 9 years ago
04c954d
Issue #28649: Clear the typing module caches when search for reference leaks.
by Serhiy Storchaka
· 9 years ago
28f42fd
Issue #28649: Clear the typing module caches when search for reference leaks.
by Serhiy Storchaka
· 9 years ago
83be424
Issue #28649: fix-typing-test-v2.diff (3.5->3.6)
by Guido van Rossum
· 9 years ago
f9099de
Issue #28649: fix-typing-test-v2.diff
by Guido van Rossum
· 9 years ago
b75f485
Issue #28556: More typing.py updates from upstream. (3.5->3.6)
by Guido van Rossum
· 9 years ago
991d14f
Issue #28556: More typing.py updates from upstream.
by Guido van Rossum
· 9 years ago
98eb360
Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok)
by Steve Dower
· 9 years ago
954c7dd
Merge 3.5 (issue #28652)
by Yury Selivanov
· 9 years ago
a1a8b7d
Issue #28652: Make loop methods reject socket kinds they do not support.
by Yury Selivanov
· 9 years ago
a054f40
Merge 3.5 (asyncio)
by Yury Selivanov
· 9 years ago
6cc495e
asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__
by Yury Selivanov
· 9 years ago
2edd8a1
Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.
by Yury Selivanov
· 9 years ago
1c9bd1d
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
by Serhiy Storchaka
· 9 years ago
eb20fca
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
by Serhiy Storchaka
· 9 years ago
1c3fdd9
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
by Serhiy Storchaka
· 9 years ago
07bcf05
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
by Serhiy Storchaka
· 9 years ago
1994dd3
Merge 3.5 (issue #28613)
by Yury Selivanov
· 9 years ago
6ea2b8f
Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()
by Yury Selivanov
· 9 years ago
9b88fdf
Fixed issue #28633: segfault when concatenating bytes literal and f-string.
by Eric V. Smith
· 9 years ago
6130c02
Merge 3.5 (issue #28634)
by Yury Selivanov
· 9 years ago
49d6b8c
Issue #28634: Fix asyncio.isfuture() to support mocks
by Yury Selivanov
· 9 years ago
78057b4
Closes #27781: Removes special cases for the experimental aspect of PEP 529
by Steve Dower
· 9 years ago
f570d0f
issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L.
by Guido van Rossum
· 9 years ago
60e49aa
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
by Serhiy Storchaka
· 9 years ago
Next »