Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0c533573c527c63dacab5921becb66dc3eb274c1
« Previous
3c39beb
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
by Miss Islington (bot)
· 7 years ago
8c163bb
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6010)
by Miss Islington (bot)
· 7 years ago
e724dd4
Add two missing error checks in hamt.c (GH-5851)
by Miss Islington (bot)
· 7 years ago
c072e25
Fix some ipaddress documentation errors (GH-6021)
by Miss Islington (bot)
· 7 years ago
d824b4e
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
by Miss Islington (bot)
· 7 years ago
c4d77a6
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
by Miss Islington (bot)
· 7 years ago
112f799
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004)
by Miss Islington (bot)
· 7 years ago
5a0c398
bpo-32991: Restore expectation that inspect.getfile raises TypeError on namespace package (GH-5980) (GH-5997)
by Miss Islington (bot)
· 7 years ago
31e2b76
bpo-33005: Fix _PyGILState_Reinit() (GH-6001)
by Miss Islington (bot)
· 7 years ago
96fdbac
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
by Miss Islington (bot)
· 7 years ago
063c637
Add What's New for issues 32303 and 32305 (GH-5994) (GH-5995)
by Miss Islington (bot)
· 7 years ago
fd340bf
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
by Miss Islington (bot)
· 7 years ago
f92478d
[3.7] bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978) (GH-5979)
by Miss Islington (bot)
· 7 years ago
a5303dd
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701)
by Miss Islington (bot)
· 7 years ago
0902a2d
bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
by Miss Islington (bot)
· 7 years ago
0f7cf7e
Fix missing coroutine declaration in the asyncio documentation. (GH-5964)
by Miss Islington (bot)
· 7 years ago
a13b654
bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930)
by Miss Islington (bot)
· 7 years ago
0e06be8
Add What's new entry for datetime.fromisoformat (GH-5559) (GH-5939)
by Miss Islington (bot)
· 7 years ago
398242a
Fixed incorrect default value for dataclass unsafe_hash. (GH-5949) (GH-5950)
by Miss Islington (bot)
· 7 years ago
6ae75d9
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5945)
by Miss Islington (bot)
· 7 years ago
82734a6
Fix typo in logging doc: picked -> pickled (GH-5942)
by Miss Islington (bot)
· 7 years ago
7e57634
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
by Miss Islington (bot)
· 7 years ago
cefbd01
Minor improvements to the Windows build/release process (GH-5935)
by Miss Islington (bot)
· 7 years ago
b2df4a0
Moving on to 3.7.0b2+
by Ned Deily
· 7 years ago
b0ef5c9
Update NEWS, docs, and patchlevel for 3.7.0b2
by Ned Deily
· 7 years ago
0ea49fc
bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
by Miss Islington (bot)
· 7 years ago
b7dcae3
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912) (GH-5931)
by Miss Islington (bot)
· 7 years ago
88369bf
Update macOS installer resources
by Ned Deily
· 7 years ago
a7edca7
bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8
by Ned Deily
· 7 years ago
fff596f
bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814) (gh-5929)
by Miss Islington (bot)
· 7 years ago
4c842b0
bpo-31453: Add setter for min/max protocol version (GH-5259)
by Miss Islington (bot)
· 7 years ago
89c2051
[3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#5925)
by Christian Heimes
· 7 years ago
102d520
bpo-28124: deprecate ssl.wrap_socket() (GH-5888)
by Miss Islington (bot)
· 7 years ago
2614ed4
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)
by Miss Islington (bot)
· 7 years ago
a93e3dc
bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classes and vice-versa, (GH-5919) (GH-5920)
by Miss Islington (bot)
· 7 years ago
a9a8a98
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
by Miss Islington (bot)
· 7 years ago
51d95ff
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745)
by Miss Islington (bot)
· 7 years ago
53d3f8a
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
by Miss Islington (bot)
· 7 years ago
f8a3485
Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624)
by Miss Islington (bot)
· 7 years ago
a9e0b07
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)
by Miss Islington (bot)
· 7 years ago
4cffe2f
bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean unsafe_hash. (GH-5891) (GH-5902)
by Miss Islington (bot)
· 7 years ago
1a57906
Fix 'deecorator' typo in test/test_dataclasses (GH-5899)
by Miss Islington (bot)
· 7 years ago
139e646
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767)
by Miss Islington (bot)
· 7 years ago
e48e649
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041)
by Miss Islington (bot)
· 7 years ago
ddf2485
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
by Miss Islington (bot)
· 7 years ago
632c1cb
bpo-32622: Native sendfile on windows (GH-5565)
by Miss Islington (bot)
· 7 years ago
b6b6669
Exhaustively test dataclass hashing when no hash= value is provided. This is in anticipation of changing how non-default hashing is handled. (GH-5834) (GH-5889)
by Miss Islington (bot)
· 7 years ago
83f4394
Delete a broken threading.local example (GH-5870)
by Miss Islington (bot)
· 7 years ago
9617741
[3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5880)
by Miss Islington (bot)
· 7 years ago
4cb3733
[3.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5874)
by Miss Islington (bot)
· 7 years ago
ff7528f
[3.7] bpo-31809: test secp ECDH curves (GH-4036) (#5872)
by Miss Islington (bot)
· 7 years ago
b5655f3
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
by Miss Islington (bot)
· 7 years ago
01d9c23
[3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860)
by Miss Islington (bot)
· 7 years ago
8fa8478
[3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857)
by Miss Islington (bot)
· 7 years ago
d24c5a0
[3.7] bpo-32931: fix macOS 10.9+ installer c++ compiler name (GH-5856)
by Miss Islington (bot)
· 7 years ago
e49bf0f
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
by Miss Islington (bot)
· 7 years ago
46632f4
[3.7] bpo-32819: Simplify and improve ssl.match_hostname (GH-5620) (#5847)
by Miss Islington (bot)
· 7 years ago
1c37e27
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843)
by Miss Islington (bot)
· 7 years ago
f409c99
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
by Miss Islington (bot)
· 7 years ago
8d9d4b5
bpo-32838: Fix Python versions in the table of magic numbers. (GH-5658)
by Miss Islington (bot)
· 7 years ago
1ad6ca5
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
by Miss Islington (bot)
· 7 years ago
079d75d
bpo-32924: Fix the Show Source url in the docs. (GH-5835)
by Mariatta
· 7 years ago
74b7364
bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
by Miss Islington (bot)
· 7 years ago
c673a62
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)
by Miss Islington (bot)
· 7 years ago
694c5e0
bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066)
by Miss Islington (bot)
· 7 years ago
24d6e3c
Test that new_timezone can return the UTC singleton (gh-5318) (#5819)
by Miss Islington (bot)
· 7 years ago
e5a9b35
bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756)
by Miss Islington (bot)
· 7 years ago
01dd52f
bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761)
by Miss Islington (bot)
· 7 years ago
dfa1144
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
by Miss Islington (bot)
· 7 years ago
bc2e110
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
by Miss Islington (bot)
· 7 years ago
c59bc98
bpo-32874: IDLE: add tests for pyparse (GH-5755)
by Miss Islington (bot)
· 7 years ago
69607b4
bpo-32889: update valgrind suppressions (GH-5779)
by Miss Islington (bot)
· 7 years ago
e5d38de
bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)
by Miss Islington (bot)
· 7 years ago
7452f6d
bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)
by Miss Islington (bot)
· 7 years ago
98a86cb
bpo-32540: Update venv documentation (GH-5736)
by Miss Islington (bot)
· 7 years ago
eed3c7a
bpo-32604: Swap threads only if the interpreter is different. (gh-5783)
by Miss Islington (bot)
· 7 years ago
1d927d4
bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240)
by Miss Islington (bot)
· 7 years ago
bab4fe3
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
by Miss Islington (bot)
· 7 years ago
a3d6c1b
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5765)
by Miss Islington (bot)
· 7 years ago
622a824
bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)
by Miss Islington (bot)
· 7 years ago
0cd3581
bpo-32682: Improve libz version parsing in test_zilb (GH-5347)
by Miss Islington (bot)
· 7 years ago
2072c80
Improve error message for "setup.py upload" without dist files (GH-21060)
by Miss Islington (bot)
· 7 years ago
19b7f66
bpo-31972: Improve docstrings for pathlib classes (GH-5310)
by Miss Islington (bot)
· 7 years ago
034a945
bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
by Miss Islington (bot)
· 7 years ago
ca82e3c
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739)
by Miss Islington (bot)
· 7 years ago
2e84e47
bpo-25988: add NEWS entry for 3.7.0b2 (#5743)
by Ned Deily
· 7 years ago
0442de5
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (GH-5734)
by Ivan Levkivskyi
· 7 years ago
3892899
bpo-31333: Re-implement ABCMeta in C (GH-5733)
by Ivan Levkivskyi
· 7 years ago
7da582d
Clean up Travis config (GH-5727)
by Miss Islington (bot)
· 7 years ago
fa9a502
[3.7] Improves the ability to build in CI (GH-5729)
by Miss Islington (bot)
· 7 years ago
d5be8e1
bpo-30638: Add clinic to `make regen-all` (GH-5671)
by Miss Islington (bot)
· 7 years ago
aeb5d73
Fix a typo in asyncio docs (GH-5721)
by Miss Islington (bot)
· 7 years ago
afb5e55
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
by Miss Islington (bot)
· 7 years ago
025544a
DOC: fix documentation for copyright and credits (GH-5706)
by Miss Islington (bot)
· 7 years ago
0f76411
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712)
by Miss Islington (bot)
· 7 years ago
3db05a3
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710)
by Miss Islington (bot)
· 7 years ago
803e1a5
Correct the code example in Python 3.7's What's New (GH-5696)
by Miss Islington (bot)
· 7 years ago
af6eaae
bpo-32436: Add docs for contextvars (GH-5685)
by Miss Islington (bot)
· 7 years ago
f26b019
Update and sync importlib.resources documentation (GH-5694) (#5697)
by Miss Islington (bot)
· 7 years ago
f0616ce
Update comment in posixmodule.c (GH-5681)
by Miss Islington (bot)
· 7 years ago
Next »