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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
Miss Islington (bot)
2019-06-17
1
-0/+1
*
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
Miss Islington (bot)
2019-06-17
1
-0/+1
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) ...
Miss Islington (bot)
2019-06-17
1
-0/+2
*
bpo-28805: document METH_FASTCALL (GH-14079)
Miss Islington (bot)
2019-06-16
1
-0/+1
*
bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or...
Miss Islington (bot)
2019-06-16
1
-0/+4
*
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...
Miss Islington (bot)
2019-06-15
1
-0/+3
*
[3.8] Use threadpool for reading from file in sendfile fallback mode (GH-1407...
Andrew Svetlov
2019-06-15
1
-0/+1
*
bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback...
Miss Islington (bot)
2019-06-15
1
-0/+2
*
bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...
Miss Islington (bot)
2019-06-14
1
-0/+2
*
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...
Miss Islington (bot)
2019-06-14
1
-0/+1
*
bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
Miss Islington (bot)
2019-06-14
1
-0/+2
*
bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)
Miss Islington (bot)
2019-06-14
1
-0/+2
*
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Miss Islington (bot)
2019-06-13
1
-0/+2
*
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (G...
Miss Islington (bot)
2019-06-13
1
-0/+2
*
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
Miss Islington (bot)
2019-06-13
1
-0/+3
*
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...
Miss Islington (bot)
2019-06-13
1
-0/+2
*
bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)
Miss Islington (bot)
2019-06-13
1
-0/+1
*
[3.8] bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050)
Victor Stinner
2019-06-13
1
-0/+4
*
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
Miss Islington (bot)
2019-06-13
1
-0/+2
*
bpo-37223: test_io: silence destructor errors (GH-14031)
Victor Stinner
2019-06-12
1
-0/+2
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
Miss Islington (bot)
2019-06-12
1
-0/+1
*
bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH...
Miss Islington (bot)
2019-06-12
1
-0/+1
*
[3.8] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13909)
Abhilash Raj
2019-06-11
1
-0/+1
*
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
Miss Islington (bot)
2019-06-11
1
-0/+2
*
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13...
Miss Islington (bot)
2019-06-11
1
-0/+1
*
bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)
Miss Islington (bot)
2019-06-10
1
-0/+1
*
bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594)
Miss Islington (bot)
2019-06-08
1
-0/+1
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)
Miss Islington (bot)
2019-06-08
2
-0/+4
*
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
Miss Islington (bot)
2019-06-08
1
-0/+5
*
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
Miss Islington (bot)
2019-06-08
1
-0/+1
*
bpo-37150: Throw ValueError if FileType class object was passed in add_argume...
Miss Islington (bot)
2019-06-07
1
-0/+1
*
bpo-37191: Avoid declaration-after-statement in header included from Python.h...
Petr Viktorin
2019-06-07
1
-0/+3
*
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) (GH-13895)
Victor Stinner
2019-06-07
1
-0/+1
*
[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-0/+1
*
bpo-37177: make IDLE's search dialogs transient (GH-13869)
Miss Islington (bot)
2019-06-07
1
-0/+2
*
bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
Miss Islington (bot)
2019-06-05
1
-0/+1
*
bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) (GH-13843)
Miss Islington (bot)
2019-06-05
1
-0/+1
*
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-1...
Miss Islington (bot)
2019-06-05
1
-0/+1
*
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
Miss Islington (bot)
2019-06-05
1
-0/+2
*
Merge tag 'v3.8.0b1'
Łukasz Langa
2019-06-04
199
-424/+2052
|
\
|
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
199
-424/+2052
*
|
bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
Abhilash Raj
2019-06-04
1
-0/+3
*
|
bpo-35805: Add parser for Message-ID email header. (GH-13397)
Abhilash Raj
2019-06-04
1
-0/+2
*
|
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)
Victor Stinner
2019-06-04
1
-0/+2
|
/
*
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-1378...
Łukasz Langa
2019-06-04
1
-4/+0
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
1
-1/+0
*
Revert "bpo-35621: Support running subprocesses in asyncio when loop is execu...
Andrew Svetlov
2019-06-04
1
-2/+0
*
bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)
Victor Stinner
2019-06-03
1
-0/+4
*
bpo-37120: Add SSLContext.num_tickets (GH-13719)
Christian Heimes
2019-06-03
1
-0/+1
*
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
Christian Heimes
2019-06-03
1
-0/+2
[next]