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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35521: IDLE: Add code context section to docs (#11205)
Cheryl Sabella
2018-12-20
3
-17/+65
*
bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (...
Steve Dower
2018-12-20
3
-10/+29
*
bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243)
Mat M
2018-12-19
1
-44/+231
*
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)
stratakis
2018-12-19
8
-18/+38
*
bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218)
Chris Rands
2018-12-19
2
-1/+2
*
Fix documented signatures for C API functions. (GH-11236)
Serhiy Storchaka
2018-12-19
2
-5/+5
*
Fix Python version since which external enities are not resolved by default. ...
Serhiy Storchaka
2018-12-19
3
-3/+3
*
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)
Manjusaka
2018-12-19
2
-0/+4
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
45
-242/+240
*
Removed dangling `since Python` at the end of library/xml.rst. (GH-11201)
Jules Lasne (jlasne)
2018-12-19
1
-2/+2
*
bpo-35424: Fix test_multiprocessing_main_handling (GH-11223)
Victor Stinner
2018-12-18
2
-18/+26
*
bpo-31731: Fix test_io.check_interrupted_write() (GH-11225)
Victor Stinner
2018-12-18
2
-3/+13
*
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Vladimir Matveev
2018-12-18
6
-6/+104
*
bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145)
Hrvoje Nikšić
2018-12-18
1
-0/+8
*
bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170)
Serhiy Storchaka
2018-12-18
3
-0/+29
*
bpo-35516: platform.system_alias() don't replace Darwin (GH-11207)
Victor Stinner
2018-12-18
1
-0/+3
*
bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931)
Victor Stinner
2018-12-18
3
-11/+35
*
bpo-35523: Remove ctypes callback workaround (GH-11211)
Victor Stinner
2018-12-18
2
-5/+2
*
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
Serhiy Storchaka
2018-12-18
7
-4/+35
*
bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189)
Victor Stinner
2018-12-18
3
-2/+22
*
bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200)
Victor Stinner
2018-12-17
3
-1/+4
*
bpo-35348: Fix platform.architecture() (GH-11159)
Victor Stinner
2018-12-17
2
-4/+15
*
bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516)
Serhiy Storchaka
2018-12-17
5
-7/+47
*
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142)
Serhiy Storchaka
2018-12-17
1
-0/+28
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
15
-4/+81
*
bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152)
Serhiy Storchaka
2018-12-17
3
-24/+10
*
bpo-35504: Fix a SystemError when delete the characters_written attribute of ...
Serhiy Storchaka
2018-12-17
3
-0/+14
*
bpo-18799: Resurrect test_404 in test_xmlrpc. (GH-11196)
Vajrasky Kok
2018-12-17
1
-3/+2
*
bpo-35415: validate fileno argument to socket.socket (GH-10917)
Dima Tisnek
2018-12-17
3
-25/+74
*
Fixed a few obvious mistakes in c-api docs (GH-11184)
Beomsoo Kim
2018-12-17
2
-3/+3
*
bpo-23451: Update time.monotonic() documentation (GH-11190)
Victor Stinner
2018-12-17
1
-9/+1
*
bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180)
Victor Stinner
2018-12-17
6
-15/+19
*
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner
2018-12-17
14
-66/+68
*
bpo-35186: Remove "built with" comment in setup.py upload (GH-10414)
Paul Ganssle
2018-12-17
2
-8/+4
*
bpo-35491, multiprocessing: replace "RUN" with RUN (GH-11178)
Victor Stinner
2018-12-16
1
-1/+1
*
bpo-35511: Trivial docs updates for profile and resource library modules. (GH...
Beomsoo Kim
2018-12-16
3
-42/+59
*
bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164)
Victor Stinner
2018-12-16
2
-2/+5
*
bpo-35450: reflect in docs that venv module is not always creating a … (GH-...
mkkot
2018-12-14
1
-3/+4
*
bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)
Steve Dower
2018-12-14
3
-4/+5
*
bpo-35471: Remove the macpath module (GH-11129)
Victor Stinner
2018-12-14
11
-409/+13
*
bpo-35346: Cleanup platform.architecture() (GH-11130)
Victor Stinner
2018-12-14
1
-6/+2
*
bpo-34279: regrtest consider that skipped tests are ran (GH-11132)
Victor Stinner
2018-12-14
3
-1/+18
*
bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138)
Victor Stinner
2018-12-14
3
-14/+23
*
Fixed missing colun in library/sys.po (GH-11153)
Jules Lasne (jlasne)
2018-12-14
1
-1/+1
*
Add multiprocessing.Pool.__repr__() (GH-11137)
Victor Stinner
2018-12-14
1
-5/+11
*
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1...
Serhiy Storchaka
2018-12-14
9
-98/+110
*
bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-1...
Vladimir Matveev
2018-12-14
3
-8/+28
*
bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134)
Victor Stinner
2018-12-13
3
-8/+27
*
bpo-35412: Add testcase to test_future4 (GH-11131)
Victor Stinner
2018-12-12
2
-1/+7
*
bpo-35346: Drop Mac OS 9 support from platform (GH-10959)
Victor Stinner
2018-12-12
2
-15/+4
[next]