List of commits:
Subject Hash Author Date (UTC)
Fix "NotImplentedError" typo in constants documentation (#692) 05f53735c8912f8df1077e897f052571e13c3496 zertrin 2017-03-20 12:24:39
bpo-20087: Revert "make the glibc alias table take precedence over the X11 one (#422)" (#713) df8280838f52d6ec45ba03ef734b0dec8a9c43fb Benjamin Peterson 2017-03-20 06:49:43
bpo-28876: bool of large range raises OverflowError (#699) e46fb8611867fa3b407a813f53137929b7cb4a10 4kir4 2017-03-20 06:44:46
bpo-29856: Fix typo in curses documentation (GH-730) 64508780d72769e4c7afc67a511c057261c578f6 Mariatta 2017-03-20 03:48:04
bpo-29845: Mark tests that use _testcapi as CPython-only (#711) 24c738a9e91b8f46da6166663d8ce7ec18cec784 Serhiy Storchaka 2017-03-19 18:20:10
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709) 6b5a9ec4788770c652bac3bf5d5a0a3b710b82ae Serhiy Storchaka 2017-03-19 17:47:02
bpo-29116: Improve error message for concatenating str with non-str. (#710) 004e03fb0c2febe2ec8afbd28ffcb3e980c63228 Serhiy Storchaka 2017-03-19 17:38:42
bpo-29748: Added the slice index converter in Argument Clinic. (#549) 80ec8364f15857c405ef0ecb1e758c8fc6b332f7 Serhiy Storchaka 2017-03-19 17:37:40
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) a5af6e1af77ee0f9294c5776478a9c24d9fbab94 Serhiy Storchaka 2017-03-19 17:25:29
Drop C++ header compatibility test (#718) 77ed11552da3e01dd235b7d68988076866b1f604 Brett Cannon 2017-03-19 16:49:55
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 18b250f844bf8b2d1a81c2d2dcc74e850364fe35 Serhiy Storchaka 2017-03-19 06:51:07
bpo-20186: Convert tuple object implementation to Argument Clinic. (#614) 0b5615926a573c19c887a701a2f7047f4fd06de6 Serhiy Storchaka 2017-03-19 06:47:58
bpo-20185: Convert typeobject.c to Argument Clinic. (#544) 5c643a028ee86c613d7168ca5bcb8fc94477a09e Serhiy Storchaka 2017-03-19 06:46:44
bpo-29776: Use decorator syntax for properties. (#585) bdf6b910f9ea75609caee498a975af03b6d23f67 Serhiy Storchaka 2017-03-19 06:40:32
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) c85a26628ceb9624c96c3064e8b99033c026d8a3 Serhiy Storchaka 2017-03-19 06:15:17
bpo-27200: Fix doctests in programming.rst and datetime.rst (#401) 909a6f626ff343937cd3f06fda996870e7890724 Marco Buttu 2017-03-18 16:59:33
Combine the C++ header CI build into the main C build (GH-697) 993d4b3440f2282976901ce66879037c4443868a Brett Cannon 2017-03-17 22:29:27
bpo-29836: Remove nturl2path from test_sundry and amend the module docstring (GH-694) cb5297a9e6b51c736ab8564b1a123577ba0dd2ad Jim Fasarakis-Hilliard 2017-03-17 18:16:20
bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed (#663) (#663) 1b038e073807ecb6fd176edaf3386a8e3205416e Коренберг Марк 2017-03-17 15:25:05
bpo-16355: Clarify when inspect.getcomments() returns None (#428) 3f2155ffe683080f2a1b28408fa48d43ba92f943 Marco Buttu 2017-03-17 08:50:23
Commit 05f53735c8912f8df1077e897f052571e13c3496 - Fix "NotImplentedError" typo in constants documentation (#692)
`NotImplentedError` --> `NotImplementedError`
Author: zertrin
Author date (UTC): 2017-03-20 12:24
Committer name: Serhiy Storchaka
Committer date (UTC): 2017-03-20 12:24
Parent(s): df8280838f52d6ec45ba03ef734b0dec8a9c43fb
Signer:
Signing key:
Signing status: N
Tree: 8f202f27fa1e6e252e1e843eccc666cba4569769
File Lines added Lines deleted
Doc/library/constants.rst 1 1
File Doc/library/constants.rst changed (mode: 100644) (index f0742cee55..469a3eed60)
... ... A small number of constants live in the built-in namespace. They are:
46 46
47 47 .. note:: .. note::
48 48
49 ``NotImplentedError`` and ``NotImplemented`` are not interchangeable,
49 ``NotImplementedError`` and ``NotImplemented`` are not interchangeable,
50 50 even though they have similar names and purposes. even though they have similar names and purposes.
51 51 See :exc:`NotImplementedError` for details on when to use it. See :exc:`NotImplementedError` for details on when to use it.
52 52
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/benf_wspdigital/cpython

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/benf_wspdigital/cpython

Clone this repository using git:
git clone git://git.rocketgit.com/user/benf_wspdigital/cpython

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main