index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
Miss Islington (bot)
2019-07-13
1
-58/+13
*
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)
Miss Islington (bot)
2019-07-11
1
-1/+1
*
bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)
Miss Islington (bot)
2019-07-11
2
-23/+77
*
bpo-26806: IDLE should run without docstrings (GH-14657) (GH-14677)
Miss Islington (bot)
2019-07-09
2
-8/+19
*
bpo-18374: fix tests to check the correct thing about line numbers (GH-14659)...
Miss Islington (bot)
2019-07-09
1
-4/+4
*
bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670)
Miss Islington (bot)
2019-07-09
1
-15/+18
*
bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666)
Miss Islington (bot)
2019-07-09
1
-0/+57
*
bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)
Miss Islington (bot)
2019-07-08
1
-0/+30
*
bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) (GH-14645)
Miss Islington (bot)
2019-07-08
1
-0/+3
*
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) (GH-14641)
Miss Islington (bot)
2019-07-07
2
-1/+12
*
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
Miss Islington (bot)
2019-07-06
4
-135/+173
*
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)
Miss Islington (bot)
2019-07-05
2
-0/+25
*
bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)
Miss Islington (bot)
2019-07-05
2
-3/+12
*
Merge tag 'v3.8.0b2' into 3.8
Łukasz Langa
2019-07-04
1
-2/+11
|
\
|
*
Python 3.8.0b2
v3.8.0b2
Łukasz Langa
2019-07-04
1
-2/+11
*
|
bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)
Miss Islington (bot)
2019-07-04
1
-1/+13
|
/
*
bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)
Miss Islington (bot)
2019-07-03
2
-23/+33
*
bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)
Miss Islington (bot)
2019-07-03
1
-7/+22
*
bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562)
Miss Islington (bot)
2019-07-03
1
-4/+2
*
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
Miss Islington (bot)
2019-07-02
2
-10/+28
*
bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)
Miss Islington (bot)
2019-07-02
1
-0/+3
*
bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)
Miss Islington (bot)
2019-07-02
1
-19/+5
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Miss Islington (bot)
2019-07-02
1
-16/+0
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Miss Islington (bot)
2019-07-01
1
-4/+36
*
bpo-36763: Use PyConfig_Clear() (GH-14445)
Miss Islington (bot)
2019-07-01
1
-3/+12
*
Remove unused imports in tests (GH-14518) (GH-14520)
Victor Stinner
2019-07-01
53
-84/+31
*
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)
Miss Islington (bot)
2019-07-01
1
-47/+76
*
bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)
Miss Islington (bot)
2019-07-01
1
-0/+3
*
[3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494)
Christian Heimes
2019-07-01
1
-0/+31
*
[3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)...
Miss Islington (bot)
2019-07-01
2
-0/+25
*
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480)
Miss Islington (bot)
2019-06-30
4
-4/+20
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Miss Islington (bot)
2019-06-30
4
-55/+305
*
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
Miss Islington (bot)
2019-06-30
1
-0/+2
*
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
Miss Islington (bot)
2019-06-30
1
-3/+3
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
9
-134/+183
*
bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452)
Miss Islington (bot)
2019-06-28
1
-2/+1
*
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451)
Miss Islington (bot)
2019-06-28
1
-0/+55
*
bpo-37390: Add audit event table to documentations (GH-14406)
Miss Islington (bot)
2019-06-27
5
-11/+11
*
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...
Miss Islington (bot)
2019-06-27
1
-0/+1
*
Replace deprecation warning with RuntimeError (GH-14397)
Miss Islington (bot)
2019-06-27
2
-4/+8
*
bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416)
Miss Islington (bot)
2019-06-26
1
-2/+3
*
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...
Miss Islington (bot)
2019-06-26
2
-0/+20
*
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
Miss Islington (bot)
2019-06-26
1
-0/+5
*
bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
Miss Islington (bot)
2019-06-26
1
-24/+54
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Miss Islington (bot)
2019-06-26
1
-0/+11
*
bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288)
Miss Islington (bot)
2019-06-25
1
-6/+15
*
bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286)
Miss Islington (bot)
2019-06-25
1
-3/+3
*
[3.8] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError (GH...
Abhilash Raj
2019-06-25
2
-1/+19
*
bpo-37400: Fix test_os.test_chown() (GH-14374)
Miss Islington (bot)
2019-06-25
1
-11/+8
*
bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...
Steve Dower
2019-06-25
2
-120/+182
[next]