summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...Miss Islington (bot)2018-10-313-1/+13
* Fix a possible crash in range.__reversed__(). (GH-10252)Miss Islington (bot)2018-10-311-0/+1
* [3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023...Serhiy Storchaka2018-10-3129-86/+97
* bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10248)matthewbelisle-wf2018-10-301-2/+16
* bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160)Miss Islington (bot)2018-10-301-1/+2
* Restore EmbeddingTests, removed in 278d975ce158608f6be491c561247d4701c842be (...Daniel Pope2018-10-301-0/+104
* bpo-34945: Buffer output in test suite only when creating junit file (GH-10204)Miss Islington (bot)2018-10-292-14/+16
* bpo-28655: Fix test bdb for isolate mode (GH-10220)Maite Giménez2018-10-291-1/+2
* bpo-27741: Better wording for datetime.strptime() (GH-9994)Miss Islington (bot)2018-10-291-1/+3
* Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)Miss Islington (bot)2018-10-291-2/+2
* bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206)Miss Islington (bot)2018-10-293-1/+37
* bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)Miss Islington (bot)2018-10-283-5/+5
* Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)Miss Islington (bot)2018-10-283-20/+42
* [3.6] Fix checking for bugfix Tcl version. (GH-10185) (GH-10187)Miss Islington (bot)2018-10-281-2/+2
* [3.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182)Serhiy Storchaka2018-10-2830-190/+223
* [3.6] bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)...Serhiy Storchaka2018-10-289-17/+17
* bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169)Miss Islington (bot)2018-10-282-3/+39
* bpo-35089: Don't mention typing.io and typing.re (GH-10173)Miss Islington (bot)2018-10-282-16/+11
* bpo-35088: Update idlelib.help.copy_string docstring (GH-10164)Miss Islington (bot)2018-10-282-17/+19
* bpo-35087: Update idlelib help files for the current doc build. (GH-10162)Miss Islington (bot)2018-10-283-78/+100
* Fix typo in zipfile documentation. (GH-10151) (GH-10154)Miss Islington (bot)2018-10-271-1/+1
* [3.6] unittest documentation: Spell pytest without the dot (GH-9820) (GH-10156)Mariatta2018-10-271-2/+2
* bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)Miss Islington (bot)2018-10-272-3/+6
* bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)Miss Islington (bot)2018-10-261-5/+5
* [3.6] - bpo-34576 : Backport eeab510 3.6 (GH-10113)Senthil Kumaran2018-10-261-0/+5
* bpo-35017, socketserver: don't accept request after shutdown (GH-9952)Miss Islington (bot)2018-10-262-0/+6
* [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH...Miss Islington (bot)2018-10-261-1/+1
* [3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119)Serhiy Storchaka2018-10-2626-68/+471
* bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...Miss Islington (bot)2018-10-252-3/+2
* bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)Steve Dower2018-10-253-2/+6
* configparser doc: Properly label ConfigParser attributes (GH-9930)Miss Islington (bot)2018-10-241-3/+3
* importlib doc: Fix approximated import_module() code (GH-9945)Miss Islington (bot)2018-10-241-1/+1
* [3.6] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (G...Tal Einat2018-10-241-0/+5
* [3.6] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-1...Zsolt Cserna2018-10-232-6/+12
* bpo-34794: Fix a leak in Tkinter. (GH-10025)Miss Islington (bot)2018-10-232-3/+3
* Fix error handling bugs in _elementtree.c. (GH-10060)Miss Islington (bot)2018-10-231-11/+11
* bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)Miss Islington (bot)2018-10-231-10/+25
* bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)Miss Islington (bot)2018-10-232-18/+24
* bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)Miss Islington (bot)2018-10-231-5/+6
* [3.6] bpo-34901: add -I flag to sys.flags (GH-9755)danishprakash2018-10-221-0/+3
* bpo-34973: Fix crash in bytes constructor. (GH-9841)Miss Islington (bot)2018-10-213-35/+88
* closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...Miss Islington (bot)2018-10-212-0/+6
* [3.6] Remove duplicate NEWS entry due to cherry-picking (GH-10013)Ned Deily2018-10-201-3/+0
* Post release bumpNed Deily2018-10-202-3/+3
* Merge tag 'v3.6.7' into 3.6Ned Deily2018-10-206-16/+27
|\
| * 3.6.7finalv3.6.7Ned Deily2018-10-206-11/+27
| * bpo-34576: Revert doc change until it can be properly fixed (GH-9720)Ned Deily2018-10-201-8/+0
| * bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)Miss Islington (bot)2018-10-201-0/+3
* | bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)Miss Islington (bot)2018-10-201-24/+0
* | bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). ...Serhiy Storchaka2018-10-202-53/+21