Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d19d8d5279f156bc8f6736b5f16f069879b9519b
/
Misc
ac0b3c2
bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351)
by Serhiy Storchaka
· 7 years ago
02ec92f
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
by Serhiy Storchaka
· 7 years ago
e22072f
bpo-34149: Behavior of the min/max with key=None (GH-8328)
by Alexander Marshalov
· 7 years ago
a6fdddb
bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846)
by Serhiy Storchaka
· 7 years ago
caa331d
bpo-33336, imaplib: Legalize MOVE command (GH-6569)
by Matěj Cepl
· 7 years ago
7a3056f
bpo-21446: Update reload fixer to use importlib (GH-8391)
by Berker Peksag
· 7 years ago
d04f46c
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
by Berker Peksag
· 7 years ago
1426daa
bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)
by Xtreak
· 7 years ago
56868f9
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
by jdemeyer
· 7 years ago
94487d4
bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253)
by Vinay Sajip
· 7 years ago
fb47bca
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
by Victor Stinner
· 7 years ago
ce75df3
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
by ValeriyaSinevich
· 7 years ago
5d4cb54
bpo-34141: Optimized pickling simple non-recursive values. (GH-8318)
by Serhiy Storchaka
· 7 years ago
28f0736
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282)
by Zackery Spytz
· 7 years ago
961d54c
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
by Antoine Pitrou
· 7 years ago
bd47384
bpo-24618: Add a check in the code constructor. (GH-8283)
by Serhiy Storchaka
· 7 years ago
15c7b2a
bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
by Benjamin Peterson
· 7 years ago
16dfca4
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
by INADA Naoki
· 7 years ago
cafaf04
bpo-34108: Fix double carriage return in 2to3 on Windows (#8271)
by Jason R. Coombs
· 7 years ago
993030a
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
by Serhiy Storchaka
· 7 years ago
504373c
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
by Serhiy Storchaka
· 7 years ago
b91a3a0
bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
by Eitan Adler
· 7 years ago
09b2bec
bpo-29442: Replace optparse with argparse in setup.py (GH-139)
by Chih-Hsuan Yen
· 7 years ago
5ac9e6e
bpo-33597: Reduce PyGC_Head size (GH-7043)
by INADA Naoki
· 7 years ago
445f1b3
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
by Dong-hee Na
· 7 years ago
9863de0
bpo-24459: Document missing env variables in python.man (GH-4142)
by Berker Peksag
· 7 years ago
3f4d90d
bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159)
by Serhiy Storchaka
· 7 years ago
cf7303e
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
by Serhiy Storchaka
· 7 years ago
2a9b8ba
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
by Serhiy Storchaka
· 7 years ago
25b804a
bpo-31014: Fix the webbrowser module. (GH-7267)
by Serhiy Storchaka
· 7 years ago
0830858
bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086)
by Sergey Fedoseev
· 7 years ago
9c5ba09
closes bpo-34050: Fix link in SSL docs (GH-8173)
by Marcin Niemira
· 7 years ago
2800dcf
bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)
by Dong-hee Na
· 7 years ago
b0274f2
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
by Benjamin Peterson
· 7 years ago
0b75228
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
by Yury Selivanov
· 7 years ago
c2368cb
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
by Victor Stinner
· 7 years ago
c4ef489
bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891)
by Ammar Askar
· 7 years ago
8d13091
bpo-34043: Optimize tarfile uncompress performance (GH-8089)
by INADA Naoki
· 7 years ago
483422f
bpo-34044: subprocess.Popen copies startupinfo (GH-8090)
by Victor Stinner
· 7 years ago
12a08c4
bpo-34010: Fix tarfile read performance regression (GH-8020)
by hajoscher
· 7 years ago
3c45240
bpo-33418: Add tp_clear for function object (GH-8058)
by INADA Naoki
· 7 years ago
d8cba5d
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
by Zackery Spytz
· 7 years ago
3cf1f15
bpo-34019: Fix wrong arguments for Opera Browser (#8047)
by Bumsik Kim
· 7 years ago
d824ca7
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
by Zachary Ware
· 7 years ago
087570a
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
by Xtreak
· 7 years ago
0cdf5f4
bpo-32568: make select.epoll() and its docs consistent (#7840)
by Tal Einat
· 7 years ago
5bb5bbf
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
by Serhiy Storchaka
· 7 years ago
23db935
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
by Zackery Spytz
· 7 years ago
891a1f8
bpo-14117: Make minor tweaks to turtledemo (GH-8002)
by Terry Jan Reedy
· 7 years ago
d904c23
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
by Yury Selivanov
· 7 years ago
41cb0ba
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
by Yury Selivanov
· 7 years ago
9b9d58f
bpo-31546: Fix input hook integration (GH-7978)
by Thomas A Caswell
· 7 years ago
e76ac9d
Forward port rest of NEWS changes as of 3.7.0
by Ned Deily
· 7 years ago
461a1c4
bpo-33842: Remove tarfile.filemode (GH-7661)
by INADA Naoki
· 7 years ago
aee5df5
Forward port 3.7.0 final changes
by Ned Deily
· 7 years ago
d2cbfff
bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940)
by Zackery Spytz
· 7 years ago
4a8b037
bpo-31647: Fix bpo typo in NEWS entry. (GH-7964)
by twisteroid ambassador
· 7 years ago
2cc9d21
bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)
by Victor Stinner
· 7 years ago
ddf7171
bpo-24567: Random subnormal.diff (#7954)
by Raymond Hettinger
· 7 years ago
3c8043d
bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)
by Terry Jan Reedy
· 7 years ago
4e21100
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
by Benjamin Peterson
· 7 years ago
58ed730
bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters (GH-7735)
by Pablo Galindo
· 7 years ago
cf67d6a
bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)
by Dong-hee Na
· 7 years ago
ea73775
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
by Zackery Spytz
· 7 years ago
3d70f7a
bpo-33805: Improve error message of dataclasses.replace() (GH-7580)
by Dong-hee Na
· 7 years ago
9b7cf75
bpo-33916: Fix bz2 and lzma init when called twice (GH-7843)
by Victor Stinner
· 7 years ago
209abf7
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
by Victor Stinner
· 7 years ago
bcd3a1a
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)
by Terry Jan Reedy
· 7 years ago
33c7420
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
by Terry Jan Reedy
· 7 years ago
a361e89
bpo-33906: Rename idlelib.windows as window (#7833)
by Terry Jan Reedy
· 7 years ago
87a9273
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
by Terry Jan Reedy
· 7 years ago
fd8fbce
bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)
by Victor Stinner
· 7 years ago
9bb9223
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 7 years ago
9af1836
bpo-33907: Rename an IDLE module and classes. (GH-7810)
by Terry Jan Reedy
· 7 years ago
06e2029
bpo-33907: Rename an IDLE module and class. (GH-7807)
by Terry Jan Reedy
· 7 years ago
06fe77a
bpo-30345: Add -g to LDFLAGS for LTO (GH-7709)
by Victor Stinner
· 7 years ago
c44d8e5
bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)
by Victor Stinner
· 7 years ago
c7f02a9
bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681)
by Giampaolo Rodola
· 7 years ago
936f03e
bpo-33365: print the header values beside the keys (GH-6611)
by Marco Strigl
· 7 years ago
1261bfa
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)
by Victor Stinner
· 7 years ago
698865d
bpo-33843: Remove deprecated stuff in cgi module (GH-7662)
by INADA Naoki
· 7 years ago
b36b0a3
bpo-33663: Convert content length to string before putting to header (GH-7754)
by ValeriyaSinevich
· 7 years ago
9d49f85
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
by Stéphane Wirtel
· 7 years ago
b193fa9
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834)
by Carl Meyer
· 7 years ago
ee5ef30
bpo-33855: Minimally test all IDLE modules. (GH-7689)
by Terry Jan Reedy
· 7 years ago
6c5a4b3
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
by Victor Stinner
· 7 years ago
2f9cbaa
Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7723)
by Victor Stinner
· 7 years ago
6951186
bpo-33847: Add '@' operator entry to index (GH-7669)
by Andrés Delfino
· 7 years ago
9b7c74c
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (#6754)
by Marcel Plch
· 7 years ago
d134809
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
by Wonsup Yoon
· 7 years ago
ceeef10
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
by Serhiy Storchaka
· 7 years ago
08f127a
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)
by Serhiy Storchaka
· 7 years ago
9e7c921
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
by Eric Snow
· 7 years ago
d22fc0b
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
by Victor Stinner
· 7 years ago
019d33b
bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)
by Victor Stinner
· 7 years ago
4a172cc
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160)
by Giampaolo Rodola
· 7 years ago
33cd058
bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7588)
by Cheryl Sabella
· 7 years ago
c3f55be
bpo-27397: Make email module properly handle invalid-length base64 strings (#7583)
by Tal Einat
· 7 years ago
ef24b6c
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)
by Christian Heimes
· 7 years ago
46c5cd0
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
by Matthias Bussonnier
· 7 years ago
Next »