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-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...
Stefan Behnel
2019-05-01
6
-54/+630
*
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
Petter Strandmark
2019-05-01
3
-0/+24
*
MNT: set stacklevel in the getfullargspec deprecation warning to 2 (GH-13029)
Thomas A Caswell
2019-05-01
1
-1/+1
*
bpo-36763: Add _PyCoreConfig_SetString() (GH-13035)
Victor Stinner
2019-05-01
3
-168/+251
*
bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032)
Xtreak
2019-05-01
1
-0/+2
*
remove jython support from unittest.mock (GH#13033)
Chris Withers
2019-05-01
3
-25/+2
*
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner
2019-05-01
8
-45/+57
*
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith
2019-05-01
4
-2/+71
*
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
Victor Stinner
2019-05-01
5
-17/+58
*
bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028)
Victor Stinner
2019-04-30
2
-3/+6
*
Don't report deleted attributes in __dir__ (GH#10148)
Mario Corchero
2019-04-30
3
-2/+15
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-04-30
3
-4/+14
*
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)
Victor Stinner
2019-04-30
2
-1/+4
*
bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785)
gescheit
2019-04-30
2
-2/+2
*
bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021)
Raymond Hettinger
2019-04-30
1
-0/+23
*
closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...
Utkarsh Gupta
2019-04-30
1
-1/+1
*
bpo-36751: Deprecate getfullargspec and report positional-only args as regula...
Pablo Galindo
2019-04-30
6
-61/+74
*
bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-...
Marco Rougeth
2019-04-29
3
-2/+5
*
Prevent macOS installer build failure if ABIFLAGS is empty. (GH-13012)
Ned Deily
2019-04-29
1
-2/+4
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011)
Ned Deily
2019-04-29
3
-12/+3
*
bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)
Berker Peksag
2019-04-29
3
-2/+16
*
bpo-36004: Add date.fromisocalendar (GH-11888)
Paul Ganssle
2019-04-29
6
-0/+209
*
bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007)
xdegaye
2019-04-29
2
-4/+12
*
Add initial 'whatsnew' section for PEP 570 (GH-12942)
Guido van Rossum
2019-04-29
1
-0/+25
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
38
-4706/+5767
*
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
Victor Stinner
2019-04-29
5
-26/+18
*
bpo-36356: Destroy the GIL at exit (GH-12453)
Victor Stinner
2019-04-29
5
-18/+26
*
bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)
xdegaye
2019-04-29
2
-8/+1
*
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly ...
Joannah Nanjekye
2019-04-29
4
-12/+51
*
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
xdegaye
2019-04-29
9
-10/+47
*
Fix typo in 'tandem' word (GH-12998) (GH-12998)
Andrey
2019-04-29
1
-1/+1
*
bpo-36546: More tests: type preservation and equal inputs (#13000)
Raymond Hettinger
2019-04-29
1
-12/+18
*
bpo-36729: Delete unused text variable on tests. (GH-12959)
Emmanuel Arias
2019-04-29
1
-4/+0
*
bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993)
Zackery Spytz
2019-04-28
1
-1/+3
*
bpo-36715: Add usage note for dict.fromkeys() (GH-12974)
Raymond Hettinger
2019-04-28
1
-1/+4
*
bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)
Gordon P. Hemsley
2019-04-28
4
-2/+89
*
bpo-2091: Fix typo in exception message (GH-12987)
Berker Peksag
2019-04-27
1
-1/+1
*
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
Paul Ganssle
2019-04-27
4
-2/+126
*
bpo-36722: Style and grammar edits for ABI news entries (GH-12979)
Paul Ganssle
2019-04-27
4
-22/+24
*
Syntax highlight IDLE html doc code example. (GH-12981)
Terry Jan Reedy
2019-04-27
2
-29/+25
*
bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973)
Victor Stinner
2019-04-26
3
-6/+14
*
bpo-36722: Add What's New entry for debug ABI (GH-12957)
Victor Stinner
2019-04-26
1
-0/+24
*
bpo-21536: Revert Makefile change on python-config (GH-12971)
Victor Stinner
2019-04-26
1
-1/+3
*
bpo-31525: Increase minimum sqlite version number check (GH-12923)
Charles Pigott
2019-04-26
1
-3/+3
*
bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969)
Victor Stinner
2019-04-26
1
-2/+2
*
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
Victor Stinner
2019-04-26
3
-3/+10
*
bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)
Victor Stinner
2019-04-26
2
-14/+29
*
bpo-36719: Fix regrtest re-run (GH-12964)
Victor Stinner
2019-04-26
3
-14/+35
*
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
Victor Stinner
2019-04-26
5
-69/+66
*
bpo-36669: add matmul support to weakref.proxy (GH-12932)
Mark Dickinson
2019-04-26
5
-0/+31
[prev]
[next]