Final head of the former 3.7 branch
- d28bafa [3.7] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-104896) by stratakis · 2 years, 3 months ago
- de108bc [3.7] gh-68966: fix versionchanged in docs (GH-105300) by Ned Deily · 2 years, 3 months ago
- 00d1d32 [3.7] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102668) by Miss Islington (bot) · 2 years, 5 months ago
- c7fdc9c [3.7] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286) (#101713) by Steve Dower · 2 years, 6 months ago
- d729c5c gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424) by Miss Islington (bot) · 2 years, 7 months ago
- fbda1c2 [3.7] Correct CVE-2020-10735 documentation (GH-100306). (GH-100699) by Gregory P. Smith · 2 years, 7 months ago
- b5bdf6a [3.7] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (GH-100034) by Miss Islington (bot) · 2 years, 9 months ago
- 6e8e9e7 [3.7] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (GH-98191) by Miss Islington (bot) · 2 years, 10 months ago
- 7fcfa94 [3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97836) by Miss Islington (bot) · 2 years, 11 months ago
- 15ec1af [3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504) by Gregory P. Smith · 3 years ago
- 239b2d9 [3.7] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94496) by Łukasz Langa · 3 years, 2 months ago
- 79101b8 [3.7] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) by Łukasz Langa · 4 years ago
- f4dac7e [3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25923) by Miss Islington (bot) · 4 years, 3 months ago
- 30927fa [3.7] bpo-43293: Doc: move note about GIL to top of threading module (GH-24622) (#24642) by Guanzhong Chen · 4 years, 6 months ago
- b61b20d Add a warning block around the get_referrers() documentation (GH-24511) (GH-24544) by Miss Islington (bot) · 4 years, 6 months ago
- d0d4d30 [3.7] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24531) by Senthil Kumaran · 4 years, 6 months ago
- 00278d4 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23836) by Miss Islington (bot) · 4 years, 8 months ago
- f3b6f3c bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703) (GH-21788) by Miss Islington (bot) · 5 years ago
- e1ca0c5 [3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20861) by Miss Islington (bot) · 5 years ago
- ebd4400 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762) by Miss Islington (bot) · 5 years ago
- 0490398 [3.7] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20793) by Antoine Pitrou · 5 years ago
- 9bd8919 [3.7] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20746) by Stefan Krah · 5 years ago
- c0b7945 [3.7] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20744) by Stefan Krah · 5 years ago
- d5489a9 bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Miss Islington (bot) · 5 years ago
- 6bfbe77 Fix spacing in docs for tarfile (GH-20629) by Miss Islington (bot) · 5 years ago
- f165647 closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Miss Islington (bot) · 5 years ago
- 3f215f3 [3.7] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Tal Einat · 5 years ago
- b068d89 bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20416) by Miss Islington (bot) · 5 years ago
- 05525ff bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145) by Miss Islington (bot) · 5 years ago
- 205b554 Doc: change 'Posix' for 'POSIX' (GH-20001) by Miss Islington (bot) · 5 years ago
- c1203b7 bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099) by Miss Islington (bot) · 5 years ago
- 5d555fa Make the first dataclass example more useful (GH-19994) (GH-19998) by Miss Islington (bot) · 5 years ago
- 4eec39a bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Miss Islington (bot) · 5 years ago
- 3859b1a [3.7] bpo-39435: Fix docs for pickle.loads (GH-18160). (GH-19844) by Antoine Pitrou · 5 years ago
- 143147d bpo-39285: Clarify example for PurePath.match (GH-19458) by Miss Islington (bot) · 5 years ago
- 0abb548 bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Miss Islington (bot) · 5 years ago
- 6fd47fa Fix parameter names in assertIn() docs (GH-18829) by Miss Islington (bot) · 5 years ago
- 0a9ec9f [3.7] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19496) by Miss Islington (bot) · 5 years ago
- 2e49b52 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Miss Islington (bot) · 5 years ago
- d19162f bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19340) by Miss Islington (bot) · 5 years ago
- 00c779f bpo-40122: Updated documentation for dis.findlabels() (GH-19274) by Miss Islington (bot) · 5 years ago
- c8dd641 bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19278) by Miss Islington (bot) · 5 years ago
- ad8e56d Document most common signals (GH-19245) (GH-19258) by Victor Stinner · 5 years ago
- bb7a491 fix comma location in various places (GH-19233) by Miss Islington (bot) · 5 years ago
- 2929bfb bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (GH-19165) by Miss Islington (bot) · 5 years ago
- e5527f0 bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-19142) by Miss Islington (bot) · 5 years ago
- 39680fb [3.7] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942). (GH-19104) by Serhiy Storchaka · 5 years ago
- 64937d3 bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929) by Miss Islington (bot) · 5 years ago
- 97e92db Link to list of keywords in the laguage reference (GH-18024) by Miss Islington (bot) · 5 years ago
- 725cbce bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550) by Miss Islington (bot) · 5 years ago
- 500999f Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) by Miss Islington (bot) · 5 years ago
- f0fcf16 tracemalloc: 'pretty top' example no longer changes the filename (GH-18903) by Miss Islington (bot) · 5 years ago
- ec61f53 bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Miss Islington (bot) · 5 years ago
- 3c9cec0 IDLE doc: improve Startup failure subsection. (GH-18771) by Miss Islington (bot) · 5 years ago
- 6bb6745 [3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782) by Miss Islington (bot) · 5 years ago
- f8f163c Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-18737) by Miss Islington (bot) · 5 years ago
- c4ca1f8 [3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702) by Stefan Krah · 5 years ago
- 5157506 bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) by Miss Islington (bot) · 5 years ago
- d57f999 bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) by Miss Islington (bot) · 5 years ago
- 24c570b bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18617) by Miss Islington (bot) · 5 years ago
- 00e4587 bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-18594) (#18596) by Miss Islington (bot) · 5 years ago
- 09db1da bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036) by Miss Islington (bot) · 5 years ago
- fcfc3c8 bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) by Miss Islington (bot) · 6 years ago
- 78982f9 bpo-13826: Clarify Popen constructor example (GH-18438) by Miss Islington (bot) · 6 years ago
- a12effd bpo-39594: Fix typo in os.times documentation (GH-18443) by Miss Islington (bot) · 6 years ago
- 3b888ad [3.7] bpo-3950: Fix docs for default locale used by gettext to match implementation (GH-18435) (GH-18439) by Miss Islington (bot) · 6 years ago
- 4c71c83 fixes typos in http.client documentation (GH-18300) by Miss Islington (bot) · 6 years ago
- 005b059 bpo-39392: Turtle overlap fill depends on OS (GH-18223) by Miss Islington (bot) · 6 years ago
- b0a6ec2 bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17876) by Miss Islington (bot) · 6 years ago
- 6dbd843 bpo-36654: Add examples for using tokenize module programmatically (GH-12947) by Miss Islington (bot) · 6 years ago
- 5707246 bpo-39413: os.unsetenv() is not available on Windows (GH-18108) by Miss Islington (bot) · 6 years ago
- d7b0118 improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079) by Miss Islington (bot) · 6 years ago
- 3da8390 bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) by Miss Islington (bot) · 6 years ago
- 2469066 Fix asyncio.get_event_loop() documentation (GH-18051) by Miss Islington (bot) · 6 years ago
- 5046055 Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18044) by Miss Islington (bot) · 6 years ago
- 970188c bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) by Miss Islington (bot) · 6 years ago
- 74b95b6 [3.7] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) (GH-18016) by Miss Islington (bot) · 6 years ago
- 5c08bfe Fix documentation in code.py (GH-17988) by Miss Islington (bot) · 6 years ago
- dfe159c bpo-39310: Update sys.float_info documentation (GH-17982) by Miss Islington (bot) · 6 years ago
- e222b4c bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172) by Miss Islington (bot) · 6 years ago
- 00ac28a bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) by Miss Islington (bot) · 6 years ago
- 72995c5 bpo-38623: Doc: Add section for site module CLI. (GH-17858) by Miss Islington (bot) · 6 years ago
- 54bcd65 Minor formatting improvements and fixes to idle.rst (GH-17165) by Miss Islington (bot) · 6 years ago
- 3959638 bpo-39183: Fix formatting in library/ensurepip (GH-17787) by Miss Islington (bot) · 6 years ago
- c9c17cc bpo-34118: memoryview, range, and tuple are classes (GH-17761) by Miss Islington (bot) · 6 years ago
- 177bda9 Fix typos and remove deprecated deprecation warning. (GH-17741) by Miss Islington (bot) · 6 years ago
- 0ffc900 bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408) by Miss Islington (bot) · 6 years ago
- 95157c6 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (GH-17570) by Ned Deily · 6 years ago
- 21e1138 bpo-38916: Document array.array deprecation (GH-17523) by Miss Islington (bot) · 6 years ago
- a197f8a [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500) by Miss Islington (bot) · 6 years ago
- 55a7046 bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436) by Miss Islington (bot) · 6 years ago
- cbac6ee document threading.Lock.locked() (GH-17427) by Miss Islington (bot) · 6 years ago
- e65b3fa bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) by Inada Naoki · 6 years ago
- 2fb9719 [3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) (#17379) by Terry Jan Reedy · 6 years ago
- 2f24893 bpo-21063: Improve module synopsis for distutils (GH-17363) (#17381) by Miss Islington (bot) · 6 years ago
- 1f86401 Remove use of deprecated `array.fromstring` method (GH-17332) by Miss Islington (bot) · 6 years ago
- c58a811 closes bpo-29275: Remove Y2K reference from time module docs (GH-17321) by Miss Islington (bot) · 6 years ago
- 97c301b bpo-36277: Add document for pdb debug and retval commands (GH-12872) by Miss Islington (bot) · 6 years ago
- 3f4e7f7 Correct the description of the 3.7 change in urllib.parse.quote (GH-17065) by Miss Islington (bot) · 6 years ago
- d2faac6 bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17213) by Miss Islington (bot) · 6 years ago