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-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
Vincent Michel
2019-05-07
1
-0/+3
*
bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704)
Gregory P. Smith
2019-05-07
1
-0/+6
*
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_...
Edison A
2019-05-07
1
-0/+2
*
Merge tag 'v3.8.0a4'
Łukasz Langa
2019-05-07
136
-342/+1421
|
\
|
*
Python 3.8.0a4
v3.8.0a4
Łukasz Langa
2019-05-06
136
-342/+1421
*
|
bpo-31855: unittest.mock.mock_open() results now respects the argument of rea...
Rémi Lapeyre
2019-05-07
1
-0/+2
*
|
Forbid creating of stream objects outside of asyncio (#13101)
Andrew Svetlov
2019-05-07
1
-0/+2
*
|
bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)
Gregory P. Smith
2019-05-06
1
-0/+1
*
|
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka
2019-05-06
1
-0/+2
*
|
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
1
-0/+3
*
|
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz
2019-05-06
1
-0/+2
|
/
*
bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)
twisteroid ambassador
2019-05-05
1
-0/+3
*
bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)
Joannah Nanjekye
2019-05-04
1
-0/+2
*
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...
Stefan Behnel
2019-05-03
1
-0/+3
*
bpo-36613: call remove_done_callback if exception (GH-12800)
gescheit
2019-05-03
1
-0/+1
*
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
xdegaye
2019-05-03
1
-0/+2
*
bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)
Zackery Spytz
2019-05-02
1
-0/+1
*
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
Gregory P. Smith
2019-05-01
1
-1/+1
*
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
Stefan Behnel
2019-05-01
1
-0/+2
*
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target...
Stefan Behnel
2019-05-01
1
-0/+3
*
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...
Stefan Behnel
2019-05-01
1
-0/+3
*
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
Petter Strandmark
2019-05-01
1
-0/+2
*
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith
2019-05-01
1
-0/+1
*
bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028)
Victor Stinner
2019-04-30
1
-0/+2
*
Don't report deleted attributes in __dir__ (GH#10148)
Mario Corchero
2019-04-30
1
-0/+2
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-04-30
1
-0/+1
*
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)
Victor Stinner
2019-04-30
1
-0/+2
*
bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785)
gescheit
2019-04-30
1
-0/+1
*
bpo-36751: Deprecate getfullargspec and report positional-only args as regula...
Pablo Galindo
2019-04-30
1
-0/+3
*
bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-...
Marco Rougeth
2019-04-29
2
-1/+3
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011)
Ned Deily
2019-04-29
1
-0/+3
*
bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)
Berker Peksag
2019-04-29
1
-0/+3
*
bpo-36004: Add date.fromisocalendar (GH-11888)
Paul Ganssle
2019-04-29
1
-0/+4
*
bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007)
xdegaye
2019-04-29
1
-0/+1
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-0/+2
*
bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)
xdegaye
2019-04-29
1
-0/+1
*
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly ...
Joannah Nanjekye
2019-04-29
1
-0/+4
*
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
xdegaye
2019-04-29
3
-3/+6
*
bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)
Gordon P. Hemsley
2019-04-28
3
-0/+4
*
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
Paul Ganssle
2019-04-27
1
-0/+5
*
bpo-36722: Style and grammar edits for ABI news entries (GH-12979)
Paul Ganssle
2019-04-27
3
-10/+11
*
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
Victor Stinner
2019-04-26
1
-0/+4
*
bpo-36669: add matmul support to weakref.proxy (GH-12932)
Mark Dickinson
2019-04-26
1
-0/+1
*
bpo-36725: Refactor regrtest multiprocessing code (GH-12961)
Victor Stinner
2019-04-26
1
-0/+3
*
bpo-36722: Debug build loads libraries built in release mode (GH-12952)
Victor Stinner
2019-04-25
1
-0/+2
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
1
-0/+3
*
bpo-21536: C extensions are no longer linked to libpython (GH-12946)
Victor Stinner
2019-04-25
3
-4/+14
*
bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875)
Victor Stinner
2019-04-25
1
-0/+4
*
bpo-36465: Fix test_regrtest on Windows (GH-12945)
Victor Stinner
2019-04-24
1
-4/+9
*
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner
2019-04-24
1
-0/+5
[next]