Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1005c84535191a72ebb7587d8c5636a065b7ed79
« Previous
474eedf
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665)
by Eddie Elizondo
· 6 years ago
1a6be91
bpo-35081: Make some _PyGC macros internal (GH-10507)
by Victor Stinner
· 6 years ago
0d12672
bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416)
by Paul Ganssle
· 6 years ago
3015fb8
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
by Gregory P. Smith
· 6 years ago
0dc1e45
Fix a couple documentation typos. (GH-10498)
by Windson yang
· 6 years ago
e6c77d8
Disable getc_unlocked() with MemorySanitizer. (GH-10499)
by Gregory P. Smith
· 6 years ago
2c07c49
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)
by Victor Stinner
· 6 years ago
1584a00
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
by Gregory P. Smith
· 6 years ago
a9655b7
Improve grammar in Glossary. (GH-10474)
by Windson yang
· 6 years ago
7610f4f
Correct grammar mistake in stdtypes.rst (GH-10481)
by Andrés Delfino
· 6 years ago
7438792
bpo-30064: Refactor sock_* asyncio API (#10419)
by Andrew Svetlov
· 6 years ago
9404e77
Linkify PEP 8 in unix.rst (GH-10482)
by Andrés Delfino
· 6 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 6 years ago
19c46a4
bpo-33695 shutil.copytree() + os.scandir() cache (#7874)
by Giampaolo Rodola
· 6 years ago
cd44980
Minor grammar improvement to io documentation. (GH-10329)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
7432f09
Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337)
by Jakub Stasiak
· 6 years ago
082875d
bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)
by Julien Palard
· 6 years ago
5f2df88
bpo-35177: Add dependencies between header files (GH-10361)
by Victor Stinner
· 6 years ago
fd3a91c
closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442)
by Alexey Izbyshev
· 6 years ago
f9ec1b9
Neaten the code without any algorithmic change. (GH-10466)
by Raymond Hettinger
· 6 years ago
b086c8a
bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)
by Andrés Delfino
· 6 years ago
76e8fd7
dict insertion order is guaranteed since 3.7 (GH-10431)
by Andrés Delfino
· 6 years ago
50ff02b
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
by Terry Jan Reedy
· 6 years ago
b9498e2
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
43a74ab
bpo-35202: Remove unused imports in idlelib (GH-10438)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
2d1bc53
bpo-35202: Remove unused imports in Lib directory. (GH-10445)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
9d43fa1
Doc: Simplify Copyright line in README (GH-10287)
by David Kleuker
· 6 years ago
009b2f0
Correct a typo in the Unittest documentation (GH-10397)
by Géry Ogam
· 6 years ago
d17a693
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
by Victor Stinner
· 6 years ago
130893d
bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)
by Victor Stinner
· 6 years ago
0a18e05
Hoist the float conversion out of the inner loop. (GH-10430)
by Raymond Hettinger
· 6 years ago
cf5863f
Optimize set.pop() to advance a pointer instead of indexing. (GH-10429)
by Raymond Hettinger
· 6 years ago
b83942c
Cleanup and improve the regex tokenizer example. (GH-10426)
by Raymond Hettinger
· 6 years ago
216aaaa
Fixing wording in comment. (GH-10425)
by Raymond Hettinger
· 6 years ago
7a69cf4
bpo-35194: Fix a wrong constant in cp932 codec (GH-10420)
by Alexey Izbyshev
· 6 years ago
0f221d0
bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)
by Lisa Roach
· 6 years ago
49fa4a9
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)
by Gregory P. Smith
· 6 years ago
fd512d7
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
by Vincent Michel
· 6 years ago
5d95312
Replace dead code with an assertion in winreg.c. (GH-10028)
by Zackery Spytz
· 6 years ago
a44d34e
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
by Serhiy Storchaka
· 6 years ago
6843ffe
Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403)
by Pablo Galindo
· 6 years ago
556d50d
Doc: Make all versions sidebars the same for consistency. (GH-10288)
by Julien Palard
· 6 years ago
b939250
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)
by Pablo Galindo
· 6 years ago
beed84c
bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-10360)
by Julien Palard
· 6 years ago
a6e956b
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
by Elvis Pranskevichus
· 6 years ago
bfe1839
Add link to PEP 525 in Expressions. (GH-10333)
by Andrés Delfino
· 6 years ago
ae31e3f
glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)
by Andrés Delfino
· 6 years ago
c5eec44
Add a reference to the name mangling description in the tutorial to the index. (GH-10138)
by Andrés Delfino
· 6 years ago
cdb96f4
Add future_stmt to simple_stmt production list. (GH-8239)
by Andrés Delfino
· 6 years ago
ca68261
Fix markup for xml.sax in 3.8 notes. (GH-9603)
by Andrés Delfino
· 6 years ago
d649910
Correct grammar mistakes in string.rst. (GH-9752)
by Andrés Delfino
· 6 years ago
ca03f3b
Mark len call as a code snippet in stdtypes.rst. (GH-9804)
by Andrés Delfino
· 6 years ago
ea6a28c
Mark -c and -O as command line options in reStructuredText. (GH-10103)
by Andrés Delfino
· 6 years ago
c64583b
bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)
by samstagern
· 6 years ago
637a33b
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
by Cheryl Sabella
· 6 years ago
5598cc9
bpo-34160: Preserve order of attributes in minidom. (GH-10219)
by Diego Rojas
· 6 years ago
f194479
bpo-31553: add --json-lines option to json.tool (#10051)
by HongWeipeng
· 6 years ago
0e7497c
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
by guoci
· 6 years ago
d2b11af
Remove duplicate "Reference Guide" in optparse.rst. (GH-10372)
by Andrés Delfino
· 6 years ago
76cd0c3
bpo-33000: Document that IDLE's shell has no line limit. (#10373)
by Terry Jan Reedy
· 6 years ago
9fc57a3
bpo-35081: Add pycore_fileutils.h (GH-10371)
by Victor Stinner
· 6 years ago
bccacd1
bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connection (GH-10305)
by Alexander Buchkovsky
· 6 years ago
75d9d59
bpo-23220: Explain how IDLE's Shell displays output (GH-10356)
by Terry Jan Reedy
· 6 years ago
5ed6995
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
by Victor Stinner
· 6 years ago
f1b9ad3
closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347)
by Alexey Izbyshev
· 6 years ago
f1d3efc
bpo-35099: Update idlelib/help.html (#10353)
by Terry Jan Reedy
· 6 years ago
5e79090
bpo-35099: Improve the doc about IDLE running user code. (#10350)
by Terry Jan Reedy
· 6 years ago
0bee3c3
bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323)
by Denis Osipov
· 6 years ago
6531bf6
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
by Rémi Lapeyre
· 6 years ago
16c8a53
[Docs] Fix required version of an example of importlib (GH-10118)
by E Kawashima
· 6 years ago
570e371
Fix possible crashes in pwdmodule.c. (GH-10331)
by Zackery Spytz
· 6 years ago
083a7a1
bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332)
by Serhiy Storchaka
· 6 years ago
34fd4c2
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
by Serhiy Storchaka
· 6 years ago
ad1a25f
bpo-32512: Add -m option to profile for profiling modules (#5132)
by Mario Corchero
· 6 years ago
2810dd7
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
by Max Bélanger
· 6 years ago
5d236ca
bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614)
by Julien Palard
· 6 years ago
b4db249
bpo-9842: Add cross-reference to the ellipsis object (GH-4063)
by Pablo Galindo
· 6 years ago
98b8535
bpo-35118: Improve docs regarding indexing (GH-10265)
by Windson yang
· 6 years ago
55f3317
bpo-10536: Enhancements to gettext docs (GH-10324)
by Stéphane Wirtel
· 6 years ago
622935d
bpo-31887: Adds documentations for special multipart/signed handling (GH-4268)
by Saptak Sengupta
· 6 years ago
59668aa
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318)
by Lysandros Nikolaou
· 6 years ago
c03bf0a
Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423)
by Adrian Liaw
· 6 years ago
0edc7b1
bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316)
by Stéphane Wirtel
· 6 years ago
e359bc2
bpo-35161: Fix stack-use-after-scope in grp.getgr{nam,gid} and pwd.getpw{nam,uid}. (GH-10319)
by Alexey Izbyshev
· 6 years ago
52465e1
Explain that the orderness of the result of glob is system-dependant (GH-6587)
by Elena Oat
· 6 years ago
f98c162
Doc: -W flag for sphinx-build can be disabled (GH-10303)
by Julien Palard
· 6 years ago
3e28eed
bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
by Stéphane Wirtel
· 6 years ago
fe62d87
Fix a typo about a comma. (GH-10306)
by İsmail Arılık
· 6 years ago
e2ed5ad
bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
by Alexey Izbyshev
· 6 years ago
b942707
bpo-29341: Clarify that path-like objects are accepted in some os methods (GH-10101)
by BNMetrics
· 6 years ago
488c0a6
bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290)
by Christopher Thorne
· 6 years ago
318ab63
closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289)
by Max Bélanger
· 6 years ago
dce345c
Simplify sys.breakpointhook implementation (#9519)
by Anthony Sottile
· 6 years ago
bf46a09
bpo-35075: Fix broken url in the pprint documentation (GH-10201)
by Pablo Galindo
· 6 years ago
ac22f6a
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
by Christopher Thorne
· 6 years ago
4b5e62d
bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)
by Pablo Aguiar
· 6 years ago
a1c249c
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
by Victor Stinner
· 6 years ago
e281f7d
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
by Victor Stinner
· 6 years ago
50b4857
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
by Victor Stinner
· 6 years ago
27e2d1f
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
by Victor Stinner
· 6 years ago
Next »