Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
45e92fc02d57a7219f4f4922179929f19b3d1c28
45e92fc
Add correct license for C14N test suite to license docs. (GH-13055)
by Stefan Behnel
· 6 years ago
4631da1
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
by Victor Stinner
· 6 years ago
70005ac
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
by Victor Stinner
· 6 years ago
709d23d
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
by Victor Stinner
· 6 years ago
6ae2bbb
bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)
by Zackery Spytz
· 6 years ago
373893c
bpo-36763: Add _PyCoreConfig._config_version (GH-13065)
by Victor Stinner
· 6 years ago
874ad1b
Fix typo: quaatile to quantile (GH=13001)
by Xtreak
· 6 years ago
43fc3bb
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
by Victor Stinner
· 6 years ago
e251095
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
by Victor Stinner
· 6 years ago
c4e78b1
bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)
by Zackery Spytz
· 6 years ago
0d5864f
bpo-13611: Include C14N 2.0 test data in installation (GH-13053)
by Stefan Behnel
· 6 years ago
0522291
Fix tiny tiny typo in 3.8 what's new (GH-13049)
by Daniel Porteous
· 6 years ago
5f2b3b0
regarding to grammar and spell check (#13020)
by Hossein Pourbozorg
· 6 years ago
cb9fbd3
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
by Victor Stinner
· 6 years ago
11e4a94
Change bisect to bisect_cmd in docstring (#13040)
by Xtreak
· 6 years ago
671d782
bpo-36018: Update example to show mean and stdev (GH-13047)
by Raymond Hettinger
· 6 years ago
482b6b5
Move dangling bullet points into named subsections (GH-13046)
by Raymond Hettinger
· 6 years ago
adbf178
Mock 100% coverage (GH-13045)
by Chris Withers
· 6 years ago
b7378d7
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
by Gregory P. Smith
· 6 years ago
e1d5dd6
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
by Stefan Behnel
· 6 years ago
ee88af3
Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376)
by Géry Ogam
· 6 years ago
dde3eeb
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885)
by Stefan Behnel
· 6 years ago
43851a2
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883)
by Stefan Behnel
· 6 years ago
3d37ea2
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
by Petter Strandmark
· 6 years ago
18029d8
MNT: set stacklevel in the getfullargspec deprecation warning to 2 (GH-13029)
by Thomas A Caswell
· 6 years ago
1a9f0d8
bpo-36763: Add _PyCoreConfig_SetString() (GH-13035)
by Victor Stinner
· 6 years ago
2fc936e
bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032)
by Xtreak
· 6 years ago
49e27f0
remove jython support from unittest.mock (GH#13033)
by Chris Withers
· 6 years ago
db71975
bpo-36763: Rework _PyInitError API (GH-13031)
by Victor Stinner
· 6 years ago
c4e671e
bpo-30458: Disallow control chars in http URLs. (GH-12755)
by Gregory P. Smith
· 6 years ago
5f38b84
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
by Victor Stinner
· 6 years ago
463b82a
bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028)
by Victor Stinner
· 6 years ago
0df635c
Don't report deleted attributes in __dir__ (GH#10148)
by Mario Corchero
· 6 years ago
d537ab0
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017)
by Steve Dower
· 6 years ago
b84cb70
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)
by Victor Stinner
· 6 years ago
3bbcc92
bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785)
by gescheit
· 6 years ago
b0a2c0f
bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021)
by Raymond Hettinger
· 6 years ago
ee0309f
closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008)
by Utkarsh Gupta
· 6 years ago
d5d2b45
bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016)
by Pablo Galindo
· 6 years ago
81c5a90
bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060)
by Marco Rougeth
· 6 years ago
9bdd6d1
Prevent macOS installer build failure if ABIFLAGS is empty. (GH-13012)
by Ned Deily
· 6 years ago
883dfc6
bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011)
by Ned Deily
· 6 years ago
be6dbfb
bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)
by Berker Peksag
· 6 years ago
88c0937
bpo-36004: Add date.fromisocalendar (GH-11888)
by Paul Ganssle
· 6 years ago
a86e064
bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007)
by xdegaye
· 6 years ago
843bf42
Add initial 'whatsnew' section for PEP 570 (GH-12942)
by Guido van Rossum
· 6 years ago
8c77b8c
bpo-36540: PEP 570 -- Implementation (GH-12701)
by Pablo Galindo
· 6 years ago
99fcc61
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
by Victor Stinner
· 6 years ago
b36e5d6
bpo-36356: Destroy the GIL at exit (GH-12453)
by Victor Stinner
· 6 years ago
7a5a1cf
bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)
by xdegaye
· 6 years ago
f781d20
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667)
by Joannah Nanjekye
· 6 years ago
254b309
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
by xdegaye
· 6 years ago
b021ba5
Fix typo in 'tandem' word (GH-12998) (GH-12998)
by Andrey
· 6 years ago
db81ba1
bpo-36546: More tests: type preservation and equal inputs (#13000)
by Raymond Hettinger
· 6 years ago
86f0c82
bpo-36729: Delete unused text variable on tests. (GH-12959)
by Emmanuel Arias
· 6 years ago
e0dcb85
bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993)
by Zackery Spytz
· 6 years ago
da63b32
bpo-36715: Add usage note for dict.fromkeys() (GH-12974)
by Raymond Hettinger
· 6 years ago
50fed0b
bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)
by Gordon P. Hemsley
· 6 years ago
21a9ba1
bpo-2091: Fix typo in exception message (GH-12987)
by Berker Peksag
· 6 years ago
4d8c8c0
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
by Paul Ganssle
· 6 years ago
5c403b2
bpo-36722: Style and grammar edits for ABI news entries (GH-12979)
by Paul Ganssle
· 6 years ago
55d0351
Syntax highlight IDLE html doc code example. (GH-12981)
by Terry Jan Reedy
· 6 years ago
6d13e5b
bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973)
by Victor Stinner
· 6 years ago
4046069
bpo-36722: Add What's New entry for debug ABI (GH-12957)
by Victor Stinner
· 6 years ago
01f073f
bpo-21536: Revert Makefile change on python-config (GH-12971)
by Victor Stinner
· 6 years ago
ad0daf5
bpo-31525: Increase minimum sqlite version number check (GH-12923)
by Charles Pigott
· 6 years ago
06d04e7
bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969)
by Victor Stinner
· 6 years ago
4cb525a
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
by Victor Stinner
· 6 years ago
00db7c7
bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)
by Victor Stinner
· 6 years ago
837acc1
bpo-36719: Fix regrtest re-run (GH-12964)
by Victor Stinner
· 6 years ago
75120d2
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
by Victor Stinner
· 6 years ago
7abb6c0
bpo-36669: add matmul support to weakref.proxy (GH-12932)
by Mark Dickinson
· 6 years ago
3cde440
bpo-36725: Refactor regrtest multiprocessing code (GH-12961)
by Victor Stinner
· 6 years ago
87d23a0
bpo-36724: Add _PyWarnings_Fini() (#12963)
by Victor Stinner
· 6 years ago
99e69d4
bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962)
by Victor Stinner
· 6 years ago
4d29983
bpo-36725: regrtest: add TestResult type (GH-12960)
by Victor Stinner
· 6 years ago
9db0324
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
by Victor Stinner
· 6 years ago
10c8e6a
bpo-36710: Add runtime variable in pystate.c (GH-12956)
by Victor Stinner
· 6 years ago
5422e3c
bpo-36722: Debug build loads libraries built in release mode (GH-12952)
by Victor Stinner
· 6 years ago
62dfd7d
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
by Paul Monson
· 6 years ago
8c3ecc6
bpo-21536: C extensions are no longer linked to libpython (GH-12946)
by Victor Stinner
· 6 years ago
d7befad
bpo-35537: Document posix_spawn() change in subprocess (GH-11668)
by Victor Stinner
· 6 years ago
0ef8c15
bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875)
by Victor Stinner
· 6 years ago
235e7b2
bpo-36465: Fix test_regrtest on Windows (GH-12945)
by Victor Stinner
· 6 years ago
f4e4703
bpo-36465: Make release and debug ABI compatible (GH-12615)
by Victor Stinner
· 6 years ago
888f37b
Add @pablogsal to code owners file for Parser/pgen (GH-12944)
by Pablo Galindo
· 6 years ago
004b93e
bpo-36668: FIX reuse semaphore tracker for child processes (#5172)
by Thomas Moreau
· 6 years ago
09d434c
Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941)
by Guido van Rossum
· 6 years ago
4312522
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
by Victor Stinner
· 6 years ago
8e91c24
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
by Victor Stinner
· 6 years ago
70bf713
bpo-30840: Document relative imports (#12831)
by Joannah Nanjekye
· 6 years ago
b930a2d
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
by Victor Stinner
· 6 years ago
8bb3230
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
by Victor Stinner
· 6 years ago
6c44fde
bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931)
by Victor Stinner
· 6 years ago
4f5a349
fix typo in gzip.py (GH-12928)
by Maximilian Nöthe
· 6 years ago
d246a67
bpo-36454: Fix test_time.test_monotonic() (GH-12929)
by Victor Stinner
· 6 years ago
29d018a
replace 'sequencial argument' by 'positional' in doc (GH-12925)
by Mathieu Dupuy
· 6 years ago
359bd4f
bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505)
by Zackery Spytz
· 6 years ago
09415ff
fix warnings by adding more const (GH-12924)
by Inada Naoki
· 6 years ago
5749134
bpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922)
by Victor Stinner
· 6 years ago
Next »