summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-29248: Fix os.readlink() on Windows (GH-5577)Miss Islington (bot)2018-02-121-0/+3
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) GH-5612)Miss Islington (bot)2018-02-111-0/+1
* [3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)Serhiy Storchaka2018-02-092-0/+3
* bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...Miss Islington (bot)2018-02-061-0/+3
* [3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property...Miss Islington (bot)2018-02-051-0/+2
* bpo-32765: Update configdialog General tab create page docstring (GH-5529) (G...Miss Islington (bot)2018-02-051-0/+1
* [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)Barry Warsaw2018-02-032-0/+3
* [3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5...Bar Harel2018-02-022-0/+3
* [3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… â€...Terry Jan Reedy2018-02-021-0/+3
* bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...Miss Islington (bot)2018-02-011-0/+2
* bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...Miss Islington (bot)2018-01-311-0/+1
* [3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) ...Xiang Zhang2018-01-311-0/+2
* closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) ...Miss Islington (bot)2018-01-301-0/+1
* [3.6] Revert "bpo-32690: Preserve order of locals() (GH-5379) (#5390)"Nick Coghlan2018-01-301-2/+0
* bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431)Miss Islington (bot)2018-01-291-0/+1
* bpo-32650: Add native coroutine support to bdb when stepping over line (GH-54...Miss Islington (bot)2018-01-291-0/+2
* bpo-32690: Preserve order of locals() (GH-5379) (#5390)Miss Islington (bot)2018-01-281-0/+2
* [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)Antoine Pitrou2018-01-281-0/+1
* bpo-32685: Improve suggestion for print statement (GH-5380)Miss Islington (bot)2018-01-281-0/+3
* [3.6] bpo-32521: nis libnsl (GH-5190) (#5352)Christian Heimes2018-01-271-0/+1
* [3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-526...Bo Bayles2018-01-271-0/+2
* bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...Xiang Zhang2018-01-241-0/+2
* [3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-52...Bo Bayles2018-01-241-0/+2
* bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...Miss Islington (bot)2018-01-241-0/+2
* [3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249)Miss Islington (bot)2018-01-201-0/+3
* [3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)Steve Dower2018-01-181-0/+1
* bpo-26163: Frozenset hash improvement (GH-5194) (#5198)Miss Islington (bot)2018-01-161-0/+2
* [3.6] bpo-32555: Fix locale encodings (#5193)Victor Stinner2018-01-151-0/+3
* [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)Victor Stinner2018-01-151-0/+9
* [3.6] bpo-32521: nis libtirpc (GH-5137) (#5165)Miss Islington (bot)2018-01-121-0/+2
* bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)Miss Islington (bot)2018-01-121-0/+1
* bpo-31802: Fix importing native path module before importing os. (GH-4017) (#...Miss Islington (bot)2018-01-071-0/+2
* bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) (#...Miss Islington (bot)2017-12-251-0/+2
* bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-...Miss Islington (bot)2017-12-221-0/+3
* bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown...Miss Islington (bot)2017-12-211-0/+1
* bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-...Miss Islington (bot)2017-12-211-0/+2
* Merge tag 'v3.6.4' into 3.6Ned Deily2017-12-191-0/+8
|\
| * Update NEWS for 3.6.4 finalNed Deily2017-12-191-0/+8
* | bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898)Yury Selivanov2017-12-161-0/+1
* | [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865)Serhiy Storchaka2017-12-151-0/+3
* | [3.6] bpo-27169: The __debug__ constant is now optimized out at compile time....Serhiy Storchaka2017-12-151-0/+2
* | bpo-32329: Fix sys.flags.hash_randomization (#4875)Victor Stinner2017-12-151-0/+2
* | bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-47...Miss Islington (bot)2017-12-141-0/+3
* | bpo-32302: Fix distutils bdist_wininst for CRT v142 (GH-4851) (#4861)Miss Islington (bot)2017-12-141-0/+2
* | bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...Miss Islington (bot)2017-12-122-0/+4
* | bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)Miss Islington (bot)2017-12-111-0/+2
* | bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link li...Miss Islington (bot)2017-12-071-0/+1
|/
* Update NEWS and pydoc topics.Ned Deily2017-12-05111-265/+1142
* Tidy NEWS entry.Ned Deily2017-12-051-10/+2
* [3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-47...Miss Islington (bot)2017-12-051-0/+1