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-34977: Use venv redirector instead of original python.exe on Windows (GH-...
Steve Dower
2018-12-10
1
-0/+2
*
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka
2018-12-10
1
-0/+3
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058)
Christian Heimes
2018-12-10
1
-0/+1
*
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061)
Victor Stinner
2018-12-10
1
-0/+2
*
bpo-35445: Do not ignore memory errors when create posix.environ. (GH-11049)
Serhiy Storchaka
2018-12-10
1
-0/+1
*
bpo-34245: install Python shared library with more standard 0755 mode (GH-8492)
jdemeyer
2018-12-09
1
-0/+2
*
bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)
Ned Deily
2018-12-09
1
-0/+2
*
bpo-35330: Don't call the wrapped object if `side_effect` is set (GH10973)
Mario Corchero
2018-12-08
1
-0/+4
*
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Victor Stinner
2018-12-07
1
-1/+0
*
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...
Serhiy Storchaka
2018-12-07
1
-0/+3
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-0/+2
*
bpo-35346, platform: replace os.popen() with subprocess (GH-10786)
Victor Stinner
2018-12-07
1
-0/+2
*
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464)
Tal Einat
2018-12-07
1
-0/+2
*
bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower
2018-12-07
1
-0/+1
*
Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (...
Victor Stinner
2018-12-06
1
-1/+0
*
bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)
Victor Stinner
2018-12-05
1
-0/+3
*
bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)
Oran Avraham
2018-12-05
1
-0/+4
*
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)
Serhiy Storchaka
2018-12-05
1
-0/+2
*
bpo-34604: Use %R because of invisible characters or trailing whitespaces. (G...
William Grzybowski
2018-12-05
1
-1/+2
*
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...
Sergey Fedoseev
2018-12-05
1
-0/+7
*
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919)
Victor Stinner
2018-12-05
1
-0/+5
*
bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891)
Victor Stinner
2018-12-05
1
-0/+2
*
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
stratakis
2018-12-04
1
-0/+2
*
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma...
Andrew Dunai
2018-12-04
1
-0/+4
*
bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)
Chris Withers
2018-12-03
1
-0/+3
*
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov
2018-12-03
1
-0/+1
*
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
Serhiy Storchaka
2018-12-03
1
-0/+2
*
bpo-35341: Add generic version of OrderedDict to typing (GH-10850)
Ismo Toijala
2018-12-02
1
-0/+1
*
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
Serhiy Storchaka
2018-12-01
1
-0/+2
*
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)
Xtreak
2018-12-01
1
-0/+2
*
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-...
stratakis
2018-11-30
1
-0/+1
*
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)
Siddhesh Poyarekar
2018-11-30
1
-0/+3
*
bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806)
Victor Stinner
2018-11-30
1
-0/+2
*
bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)
Pablo Galindo
2018-11-29
1
-0/+3
*
bpo-30167: Remove __cached__ from __main__ when removing __file__ (GH-7415)
INADA Naoki
2018-11-29
1
-0/+2
*
bpo-35345: Remove platform.popen() (GH-10781)
Victor Stinner
2018-11-29
1
-0/+2
*
bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759)
Victor Stinner
2018-11-28
1
-0/+2
*
bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10...
Anthony Sottile
2018-11-27
1
-0/+1
*
bpo-35317: Fix mktime() error in test_email (GH-10721)
Victor Stinner
2018-11-27
1
-0/+3
*
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-1...
Serhiy Storchaka
2018-11-27
1
-0/+4
*
bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)
Zhiming Wang
2018-11-26
1
-0/+2
*
Adds IPv6 support when invoking http.server directly. (GH-10595)
Lisa Roach
2018-11-26
1
-0/+1
*
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
Victor Stinner
2018-11-26
1
-0/+3
*
bpo-34100: Merge constants recursively (GH-8341)
INADA Naoki
2018-11-26
1
-0/+2
*
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
Dustin Spicuzza
2018-11-23
1
-0/+2
*
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)
Victor Stinner
2018-11-23
1
-0/+4
*
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Victor Stinner
2018-11-23
1
-0/+1
*
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
nierob
2018-11-23
1
-0/+2
*
bpo-35296: make install now installs the internal API (GH-10665)
Victor Stinner
2018-11-23
1
-0/+2
*
bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666)
Victor Stinner
2018-11-23
1
-0/+2
[next]