GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)
Miss Islington (bot)
2017-10-31
1
-8
/
+24
*
bpo-31629: Add support.SaveSignals (#4183) (#4187)
Victor Stinner
2017-10-31
2
-1
/
+43
*
[3.6] bpo-31852: Fix segfault caused by using the async soft keyword (GH-4122)
Pablo Galindo
2017-10-30
1
-0
/
+5
*
[3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejectin...
Serhiy Storchaka
2017-10-29
1
-6
/
+29
*
bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (GH-4070) (#4156)
Miss Islington (bot)
2017-10-28
1
-0
/
+8
*
bpo-31174: Improve the code of test_tools.test_unparse. (GH-4146) (#4148)
Miss Islington (bot)
2017-10-27
1
-8
/
+8
*
[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...
xdegaye
2017-10-26
1
-2
/
+101
*
Fix trailing whitespaces in C and Python files. (#4131)
Serhiy Storchaka
2017-10-26
2
-2
/
+2
*
[3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-411...
Serhiy Storchaka
2017-10-26
1
-0
/
+43
*
bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD. (#4111)
Serhiy Storchaka
2017-10-24
1
-9
/
+21
*
[3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107)
xdegaye
2017-10-24
1
-1
/
+18
*
bpo-31174: Fix test_tools.test_unparse (GH-4102) (#4104)
Miss Islington (bot)
2017-10-24
1
-2
/
+13
*
bpo-31847: Fix commented out tests in test_syntax. (GH-4084) (#4095)
Miss Islington (bot)
2017-10-24
1
-18
/
+10
*
bpo-31752: Fix possible crash in timedelta constructor called with custom int...
Miss Islington (bot)
2017-10-23
1
-0
/
+20
*
[3.6] bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) (#4083)
Miss Islington (bot)
2017-10-23
1
-1
/
+33
*
bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074) (#4076)
Miss Islington (bot)
2017-10-22
1
-0
/
+24
*
[3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is clo...
Antoine Pitrou
2017-10-22
1
-0
/
+21
*
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059)
Miss Islington (bot)
2017-10-20
1
-0
/
+4
*
bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#...
Miss Islington (bot)
2017-10-19
1
-0
/
+8
*
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (GH-4...
Miss Islington (bot)
2017-10-19
1
-6
/
+14
*
[3.6] bpo-31457: Make the `LoggerAdapter.manager` property settable (GH-4042)...
Miss Islington (bot)
2017-10-18
1
-1
/
+14
*
[3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033)
Miss Islington (bot)
2017-10-18
1
-1
/
+1
*
[3.6] bpo-31786: Make functions in the select module blocking when timeout is...
Pablo Galindo
2017-10-18
2
-0
/
+25
*
bpo-31676: Fix test_imp.test_load_source() side effect (GH-3871) (GH-3988)
Miss Islington (bot)
2017-10-17
1
-2
/
+7
*
[3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014...
Miss Islington (bot)
2017-10-18
1
-0
/
+46
*
[3.6] bpo-31792: Restore os.environ in test_buffer when import numpy. (GH-400...
Miss Islington (bot)
2017-10-16
1
-2
/
+3
*
bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...
INADA Naoki
2017-10-14
1
-0
/
+6
*
[3.6] bpo-25588: Fix regrtest when run inside IDLE (GH-3962) (#3987)
Miss Islington (bot)
2017-10-13
1
-12
/
+31
*
[3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) ...
Miss Islington (bot)
2017-10-12
1
-0
/
+24
*
[3.6] bpo-31567: add or fix decorator markup in docs (GH-3959) (GH-3966)
Miss Islington (bot)
2017-10-12
1
-2
/
+2
*
[3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Ele...
Miss Islington (bot)
2017-10-11
1
-0
/
+32
*
[3.6] bpo-31642: Restore blocking "from" import by setting None in sys.module...
Serhiy Storchaka
2017-10-08
1
-0
/
+14
*
[3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922)
Miss Islington (bot)
2017-10-08
1
-0
/
+2
*
[3.6] bpo-31655: Validate keyword names in SimpleNamespace constructor. (GH-3...
Miss Islington (bot)
2017-10-07
1
-0
/
+2
*
[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)
Miss Islington (bot)
2017-10-05
1
-4
/
+8
*
[3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
Miss Islington (bot)
2017-10-03
1
-21
/
+33
*
[3.6] bpo-31619: Fixed a ValueError when convert a string with large number o...
Miss Islington (bot)
2017-10-03
1
-0
/
+8
*
[3.6] bpo-31516: current_thread() should not return a dummy thread at shutdow...
Miss Islington (bot)
2017-10-02
1
-0
/
+29
*
[3.6] bpo-31158: Fix nondeterministic read in test_pty (GH-3808) (GH-3852)
Miss Islington (bot)
2017-10-02
1
-2
/
+19
*
[3.6] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#...
Miss Islington (bot)
2017-09-30
1
-1
/
+1
*
[3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad u...
Miss Islington (bot)
2017-09-30
1
-0
/
+10
*
[3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...
Miss Islington (bot)
2017-09-29
1
-1
/
+5
*
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...
Serhiy Storchaka
2017-09-28
1
-0
/
+11
*
[3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)
Miss Islington (bot)
2017-09-28
1
-0
/
+22
*
bpo-31593: test_socketserver waits child processes (#3766)
Victor Stinner
2017-09-27
1
-10
/
+22
*
[3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717)...
Serhiy Storchaka
2017-09-27
1
-0
/
+18
*
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...
Miss Islington (bot)
2017-09-27
1
-0
/
+21
*
[3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_...
Serhiy Storchaka
2017-09-27
1
-0
/
+36
*
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...
Serhiy Storchaka
2017-09-27
1
-0
/
+12
*
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...
Miss Islington (bot)
2017-09-26
1
-0
/
+24
[prev]
[next]