summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6925)Steve Dower2018-05-172-0/+3
* [3.6] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-161-0/+1
* [3.6] bpo-29706: IDLE now colors async and await as keywords in 3.6. (#6879)Terry Jan Reedy2018-05-161-0/+2
* bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)Miss Islington (bot)2018-05-151-0/+1
* Add AsyncContextManager to typing module documentation. (GH-6823)Travis DePrato2018-05-151-0/+1
* [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711)...Miss Islington (bot)2018-05-141-0/+3
* bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)Miss Islington (bot)2018-05-131-0/+1
* Backport recent typing updates (GH-6759)Ivan Levkivskyi2018-05-111-0/+3
* bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...Miss Islington (bot)2018-05-091-0/+2
* [3.6] bpo-20087: Update locale alias mapping with glibc 2.27 supported locale...Miss Islington (bot)2018-05-061-0/+1
* bpo-33422: Fix quotation marks getting deleted when looking up byte/string li...Miss Islington (bot)2018-05-051-0/+2
* bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)Miss Islington (bot)2018-05-021-0/+1
* bpo-33378: Add Korean to the language switcher. (GH-6627)Miss Islington (bot)2018-05-011-0/+1
* bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...Miss Islington (bot)2018-05-011-0/+3
* bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-...Miss Islington (bot)2018-04-301-0/+3
* bpo-33256: Replace angle brackets around python object repr to display it in ...Miss Islington (bot)2018-04-292-0/+2
* [3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630...Serhiy Storchaka2018-04-291-0/+2
* [3.6] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH...Antoine Pitrou2018-04-231-0/+1
* bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)Miss Islington (bot)2018-04-231-0/+1
* bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (GH-4...Miss Islington (bot)2018-04-221-0/+2
* Clarify that __path__ can't be just any value (GH-6554)Miss Islington (bot)2018-04-201-0/+1
* bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)Miss Islington (bot)2018-04-201-0/+1
* bpo-33189: pygettext.py now accepts only literal strings (GH-6364)Miss Islington (bot)2018-04-191-0/+2
* bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)Miss Islington (bot)2018-04-191-0/+2
* bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (GH-6529)Miss Islington (bot)2018-04-191-0/+2
* bpo-33184: Update Windows installer to OpenSSL 1.0.2o (GH-6464)Steve Dower2018-04-141-0/+1
* bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...Miss Islington (bot)2018-04-092-0/+3
* [3.6] bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6412)Antoine Pitrou2018-04-071-0/+1
* bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408)Ned Deily2018-04-071-0/+1
* [3.6] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...Miss Islington (bot)2018-04-071-0/+2
* [3.6] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6400)Miss Islington (bot)2018-04-063-7/+9
* bpo-33231: Fix potential leak in normalizestring() (GH-6386)Miss Islington (bot)2018-04-061-0/+1
* bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6391)Miss Islington (bot)2018-04-051-0/+2
* bpo-33203: Ensure random.choice always raises IndexError on empty sequence (G...Miss Islington (bot)2018-04-051-0/+3
* bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)INADA Naoki2018-04-051-0/+3
* bpo-29922: Improve error messages in 'async with' (GH-6352)Miss Islington (bot)2018-04-041-0/+2
* bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(...Miss Islington (bot)2018-04-031-0/+1
* bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)Miss Islington (bot)2018-04-031-0/+2
* bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)Miss Islington (bot)2018-04-021-2/+2
* bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344)Miss Islington (bot)2018-04-021-0/+3
* Merge tag 'v3.6.5' into 3.6Ned Deily2018-03-283-2/+16
|\
| * 3.6.5finalv3.6.5Ned Deily2018-03-283-2/+16
| * bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)Miss Islington (bot)2018-03-281-0/+1
| * bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...Miss Islington (bot)2018-03-281-0/+1
* | bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6293)Miss Islington (bot)2018-03-281-0/+1
* | bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)Miss Islington (bot)2018-03-281-0/+1
* | bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...Miss Islington (bot)2018-03-281-0/+1
* | bpo-27212: Modify islice recipe to consume initial values preceding start (GH...Miss Islington (bot)2018-03-271-0/+2
* | bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)Miss Islington (bot)2018-03-261-0/+2
* | bpo-33096: Fix ttk.Treeview.insert. (GH-6228)Miss Islington (bot)2018-03-261-0/+4