List of commits:
Subject Hash Author Date (UTC)
Remove redundant comma in argparse HOWTO (#1141) 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf Berker Peksag 2017-04-20 04:29:35
bpo-30078: Add an example of passing a path to unittest (#1178) f7e62cf8adfb8ab6a6a870903defe8ff218a0383 Louie Lu 2017-04-20 03:46:59
bpo-30106: Fix tearDown() of test_asyncore (#1194) 11470b6dcdbc170779499a4a040b93c842a0d194 Victor Stinner 2017-04-20 00:55:39
bpo-29887: test_normalization handles PermissionError (#1196) d13d54748d3a7db023d9db37223ea7d40bb8f8e3 Victor Stinner 2017-04-20 00:39:59
regrtest: always show before/after of modified env (#1192) ec4b17239d899550be4ee6104b61751bb3c70382 Victor Stinner 2017-04-19 22:57:30
Fix/optimize test_asyncore.test_quick_connect() (#1188) 7b9619ae249ed637924d1c76687b411061753e5a Victor Stinner 2017-04-19 21:42:46
bpo-30030: Revert f50354ad (tempfile) (#1187) 1e62bf145b4865d03a29a5720a4eb84c321a9829 Victor Stinner 2017-04-19 20:59:51
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) 66bffd1663489d080349debbf1b472d432351038 Serhiy Storchaka 2017-04-19 18:12:46
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131) a79f4c219531c05fc8f670c1e4bbf12c081935d3 Serhiy Storchaka 2017-04-19 18:09:21
bpo-22352: Adjust widths in the output of dis.dis() for large line numbers and (#1153) d90045f319e2ea9772b9fbd62a05fdf34af96b6c Serhiy Storchaka 2017-04-19 17:36:31
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) bf623ae8843dc30b28c574bec8d29fc14be59d86 Serhiy Storchaka 2017-04-19 17:03:52
bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971) c209b70d610da50a844a3c10f37d6183bade3446 Victor Stinner 2017-04-19 11:01:03
Minor grammar fixes (GH-1174) 8312fba0a1ef8f0a1a6c1760c73a89e29cfca09a Mariatta 2017-04-19 01:59:47
Fix minor typos (GH-1173) 992ae6444cc745c23d3bcc604983cc8e39405bd2 cocoatomo 2017-04-19 00:38:26
bpo-29514: Check magic number for bugfix release (#54) d6d344d8330a5975fc102e8f275d47044294f1d1 Eric Appelt 2017-04-17 18:35:43
fix a refleak in slot_sq_length (#1162) 8e1ddbd592c3aaf02a58789771f891c0101c6e05 Xiang Zhang 2017-04-16 16:54:21
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 55fe1ae9708d81b902b6fe8f6590e2a24b1bd4b0 Serhiy Storchaka 2017-04-16 07:46:38
bpo-10076: Compiled regular expression and match objects now are copyable. (#1000) fdbd01151dbd5feea3e4c0316d102db3d2a2a412 Serhiy Storchaka 2017-04-16 07:16:03
bpo-28765: Use concrete types API in _sre.c. (#1009) cd85d0b90b39310c8ca7329bd35e82c2c1c8f4ad Serhiy Storchaka 2017-04-16 06:39:30
bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701) baf9f29811dba9c06e76b8e220bd77260202f299 Serhiy Storchaka 2017-04-16 06:37:18
Commit 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf - Remove redundant comma in argparse HOWTO (#1141)
Reported by Sean Canavan on docs@p.o.
Author: Berker Peksag
Author date (UTC): 2017-04-20 04:29
Committer name: GitHub
Committer date (UTC): 2017-04-20 04:29
Parent(s): f7e62cf8adfb8ab6a6a870903defe8ff218a0383
Signer:
Signing key:
Signing status: N
Tree: b1d4b9acb97f0ee4c5067c44d0b53996b793ccf7
File Lines added Lines deleted
Doc/howto/argparse.rst 1 1
File Doc/howto/argparse.rst changed (mode: 100644) (index 7e161a59ad..9d770f5232)
... ... before proceeding.
221 221 Introducing Optional arguments Introducing Optional arguments
222 222 ============================== ==============================
223 223
224 So far we, have been playing with positional arguments. Let us
224 So far we have been playing with positional arguments. Let us
225 225 have a look on how to add optional ones:: have a look on how to add optional ones::
226 226
227 227 import argparse import argparse
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