| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [3.6] Correct typo in configparser.rst (GH-1012) (GH-1025) | Mariatta | 2017-04-09 | 1 | -2/+2 |
|
|
* | bpo-29506: Clarify deep copy note in copy module | Nick Coghlan | 2017-04-09 | 1 | -2/+2 |
|
|
* | Fix a minor typo. (#1032) (#1037) | Barry Warsaw | 2017-04-07 | 1 | -1/+1 |
|
|
* | bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985) | Senthil Kumaran | 2017-04-04 | 1 | -0/+5 |
|
|
* | bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-892) | Mariatta | 2017-03-30 | 1 | -3/+6 |
|
|
* | bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-862) | Mariatta | 2017-03-28 | 1 | -1/+2 |
|
|
* | bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810) | Mariatta | 2017-03-25 | 1 | -1/+1 |
|
|
* | bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) (GH-808) | Brett Cannon | 2017-03-24 | 1 | -2/+16 |
|
|
* | doc: minor fix for library/profile (GH-766) | INADA Naoki | 2017-03-22 | 1 | -3/+3 |
|
|
* | fix function name in tabnanny documentation (GH-762) | Xiang Zhang | 2017-03-22 | 1 | -4/+4 |
|
|
* | Fix "NotImplentedError" typo in constants documentation (#692) (#739) | Serhiy Storchaka | 2017-03-20 | 1 | -1/+1 |
|
|
* | bpo-29856: Fix typo in curses documentation (GH-730) (GH-731) | Mariatta | 2017-03-20 | 1 | -1/+1 |
|
|
* | bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#690) | Berker Peksag | 2017-03-17 | 1 | -1/+3 |
|
|
* | bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-688) | Mariatta | 2017-03-17 | 1 | -12/+6 |
|
|
* | ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-657) | Xiang Zhang | 2017-03-13 | 1 | -1/+1 |
|
|
* | fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) (GH-... | Xiang Zhang | 2017-03-13 | 1 | -2/+2 |
|
|
* | bpo-29746: Update marshal docs to Python 3. (#547) (#631) | Serhiy Storchaka | 2017-03-12 | 1 | -11/+8 |
|
|
* | tempfile.rst: Fix some typos (GH-610) (GH-618) | Mariatta | 2017-03-11 | 1 | -2/+2 |
|
|
* | bpo-29770: remove outdated PYO related info (GH-590) (GH-612) | Xiang Zhang | 2017-03-11 | 2 | -4/+4 |
|
|
* | bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-608) | Mariatta | 2017-03-11 | 1 | -2/+2 |
|
|
* | bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-607) | Brett Cannon | 2017-03-10 | 1 | -30/+39 |
|
|
* | bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode (GH-605) | Brett Cannon | 2017-03-10 | 1 | -4/+15 |
|
|
* | [3.6] bpo-28231: The zipfile module now accepts path-like objects for extern... | Serhiy Storchaka | 2017-03-08 | 1 | -2/+22 |
|
|
* | [3.6] bpo-28230: Document the pathlib support in tarfile and add tests. (#559) | Serhiy Storchaka | 2017-03-08 | 1 | -4/+24 |
|
|
* | bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475) | Mariatta | 2017-03-06 | 1 | -2/+0 |
|
|
* | Correct spelling "instanciate" (GH-465) (GH-467) | Mariatta | 2017-03-04 | 1 | -2/+2 |
|
|
* | bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440) | Brett Cannon | 2017-03-03 | 1 | -2/+53 |
|
|
* | bpo-29709: Improve Boolean Operations documentation (#433) (#437) | Mariatta | 2017-03-03 | 1 | -2/+2 |
|
|
* | bpo-29455: Mention coverage.py in trace module documentation (GH-435) | Brett Cannon | 2017-03-03 | 1 | -0/+6 |
|
|
* | [3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) (... | Berker Peksag | 2017-03-03 | 1 | -7/+13 |
|
|
* | Add Python version since deprecation in base64 methods. (#33) (#429) | Berker Peksag | 2017-03-03 | 1 | -4/+13 |
|
|
* | bpo-29026: Clarify documentation of time.time (GH-34) (GH-417) | Mariatta | 2017-03-03 | 1 | -7/+35 |
|
|
* | In SSL module version examples, don't use a legacy version. (#381) (#400) | Alex Gaynor | 2017-03-02 | 1 | -4/+4 |
|
|
* | email.compat32-message.rst: Fix typo in the word `message` (GH-379) (GH-380) | Mariatta | 2017-03-01 | 1 | -3/+3 |
|
|
* | Fixed a handful of typos (GH-343) (GH-364) | Mariatta | 2017-03-01 | 4 | -7/+7 |
|
|
* | correct documentation for enum.html (GH-358) (GH-367) | Mariatta | 2017-03-01 | 1 | -2/+2 |
|
|
* | Asyncio documentation: remove `self` from method signatures (GH-334) (GH-337) | Mariatta | 2017-02-27 | 1 | -3/+3 |
|
|
* | bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333) | Xiang Zhang | 2017-02-27 | 1 | -11/+11 |
|
|
* | bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL... | Berker Peksag | 2017-02-26 | 1 | -3/+7 |
|
|
* | bpo-29121: Remove outdated documentation about transactions (#313) (#319) | Berker Peksag | 2017-02-26 | 1 | -8/+3 |
|
|
* | bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316) | Mariatta | 2017-02-26 | 1 | -0/+6 |
|
|
* | bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278) | Barry Warsaw | 2017-02-24 | 1 | -0/+6 |
|
|
* | bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243) | Berker Peksag | 2017-02-23 | 1 | -8/+4 |
|
|
* | bpo-28911: Clarify the behaviour of assert_called_once_with. (#252) | Arne de Laat | 2017-02-23 | 1 | -5/+6 |
|
|
* | bpo-29554: Improve docs for pstat module and profile. (#88) (#227) | Berker Peksag | 2017-02-22 | 1 | -3/+4 |
|
|
* | Tweak PEP 519 documentation in stdlib (#164) | Berker Peksag | 2017-02-19 | 2 | -3/+3 |
|
|
* | bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108) | Mariatta | 2017-02-15 | 1 | -0/+2 |
|
|
* | bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22) | Mariatta | 2017-02-12 | 1 | -5/+5 |
|
|
* | Issue #29441: Merge from 3.5 | Berker Peksag | 2017-02-07 | 1 | -17/+4 |
|\ |
|
| * | Issue #29441: Update examples to use async and await keywords in asyncio-task... | Berker Peksag | 2017-02-07 | 1 | -17/+4 |
|
|