114 Commits

Author SHA1 Message Date
Dan Bader ac3f045656 Merge pull request #33 from acertainelijah/master
Keeping example/counter-example consistent in "Whitespace in Expressions and Statements"
2019-08-20 08:54:48 -07:00
Elijah Marchese 1f5bbdea87 Merge branch 'master' into master 2019-08-19 16:21:26 -07:00
Dan Bader 7ccfeccf28 Merge pull request #31 from bhumijgupta/update
Updated till latest update 2f8f1ec
2019-07-29 11:44:25 -07:00
Devil f4d1f37111 Resolved merge conflict *Renamed Lay-out to Layout 2019-07-29 23:42:14 +05:30
Elijah Marchese 1725cc0290 Keeping example/counter-example consistent
+ Edited examples in section, "Whitespace in Expressionns and Statements,
    Other Recommenndations"
+ `def munge(input: AnyStr=None):`
    to `def munge(sep: AnyStr=None):`
+ `def munge(input: AnyStr, limit = 1000):`
    to `def munge(input: AnyStr, sep: AnyStr=None, limit = 1000):`
2019-07-25 11:31:58 -07:00
Buğra İşgüzar f43e462e78 Merge pull request #32 from KashFar/master
Standardized capitalization of section titles
2019-07-16 17:07:51 +03:00
Kash Farhadi 9ef308fcd2 Merge pull request #1 from KashFar/dev
Standardized capitalization of section titles
2019-07-14 23:12:01 -04:00
KashF 50376b6a8e Standardized capitalization of section titles 2019-07-14 23:10:01 -04:00
bhumijgupta 86e8c9dd4a Update revision to 2f8f1ec 2019-06-29 16:44:55 +05:30
bhumijgupta ea897599a1 Migrate changes made in https://github.com/python/peps/commit/2f8f1ec0ba92df5db85e9f78e7c2f422739ef1ec 2019-06-29 16:43:29 +05:30
bhumijgupta 4ba803b668 Migrate changes made in https://github.com/python/peps/commit/7b72f683beff08112b6605c43d4b126a8db4d27f 2019-06-29 16:42:22 +05:30
bhumijgupta 0c4a2e1574 Migrate changes made in https://github.com/python/peps/commit/b487e29f03cba8c9e739fc8016fd8782c16e15bc 2019-06-29 16:39:43 +05:30
bhumijgupta c133f755af Migrate changes made in https://github.com/python/peps/commit/acda0d1ddef5bc19c1f9410895d21555a9395726 2019-06-29 16:38:06 +05:30
bhumijgupta 9c135231c3 Migrate changes made in https://github.com/python/peps/commit/3714aa1cefd115ff05b91e2acd0c5d50fba0fc4e 2019-06-29 16:26:29 +05:30
bhumijgupta df27e7f2af Migrate changes made in https://github.com/python/peps/commit/108b2f9da2b7f04c78cdf4520b36735f4d26d184 2019-06-29 16:15:26 +05:30
bhumijgupta 4025990529 Migrated changes made in https://github.com/python/peps/commit/a81f56f75187b31f9ad114ead0eb8c52dfc09f14 2019-06-29 16:05:35 +05:30
kennethreitz e5ce04d406 Merge pull request #30 from bhumijgupta/Update
Updated changes till python/pep@e0436e9
2019-06-24 07:40:51 -04:00
bhumijgupta b398744a78 Update rev in README 2019-06-24 17:04:15 +05:30
bhumijgupta 73f514ab71 Update rev in README 2019-06-24 16:51:32 +05:30
bhumijgupta 3caca0da97 Migrate changes made in python/pep8@e0436e9 2019-06-24 16:47:20 +05:30
bhumijgupta 01edc2e4e2 Migrate changes made in python/pep8@07b66af 2019-06-24 16:42:15 +05:30
bhumijgupta 73d9ef23f0 Migrate changes made in python/pep8@ef1eb2f 2019-06-24 16:37:12 +05:30
bhumijgupta 88893507d4 Migrate changes made in python/pep8@baef778 2019-06-24 16:30:03 +05:30
kennethreitz dfd2b039d3 Merge pull request #29 from mislavcimpersak/hotfix/remove_heroku_instructions
removed heroku instructions from readme and added netlify info
2018-11-02 07:32:41 -04:00
Mislav Cimperšak 26b4022a43 removed heroku instructions from readme and added netlify info 2018-11-02 11:38:57 +01:00
kennethreitz 5931435b31 Merge pull request #28 from mislavcimpersak/feature/netlify_hosting
netlify hosting
2018-11-01 16:51:02 -04:00
Mislav Cimperšak ac56d606c2 netlify page id set to pep8org 2018-10-30 14:57:10 +01:00
Mislav Cimperšak ed5586e8a3 adding netlify config 2018-10-30 14:53:30 +01:00
kennethreitz 4da31a7297 Update README.md 2018-09-17 08:15:10 -04:00
kennethreitz 4b1fa12498 Update README.md 2018-09-17 08:14:54 -04:00
Dan Bader bbf62abc23 Merge pull request #26 from oaakx/patch-1
Remove margin-top of .toc (fixes #25)
2018-06-15 13:05:26 -07:00
Dan Bader 414fb27fd0 Merge pull request #27 from hugovk/patch-1
Add space to PEP 8
2018-06-15 13:03:34 -07:00
Hugo 9988109095 Add space to PEP 8 2018-06-13 18:01:42 +03:00
Silap Aliyev 01569fe3c0 Remove margin-top of .toc (fixes #25) 2018-05-20 13:48:14 +09:00
kennethreitz 99de60f8ce Merge pull request #23 from KPilnacek/polishing
polishing
2017-09-20 10:42:06 -04:00
Kryštof Pilnáček 754072b973 Merge pull request #24 from hroncok/patch-1
Get rid of ". :"
2017-09-20 12:03:35 +02:00
Miro Hrončok 7a8af1cf02 Get rid of ". :"
I'm almost sure it was typographically wrong.
2017-09-20 11:54:34 +02:00
Kryštof Pilnáček 2d7409731a polishing
* add link to pep3131
* remove duplicate note about CapWords
2017-09-20 10:48:57 +02:00
kennethreitz 50d2b9212f Merge pull request #22 from KPilnacek/migrate_to_github_version
Migrate to GitHub version
2017-09-19 13:03:40 -04:00
Kryštof Pilnáček d235492f40 change source from hg to github 2017-09-19 11:54:02 +02:00
Kryštof Pilnáček eb5115cda8 add missing notes 2017-09-19 11:47:52 +02:00
Kryštof Pilnáček 3b3529c877 add link to PEP 3131 2017-09-19 11:12:27 +02:00
Kryštof Pilnáček 176ea96054 add yes/no classes 2017-09-19 10:57:35 +02:00
Kryštof Pilnáček ac42459a88 Migrate PEP8 changes made in https://github.com/python/peps/commit/b61bb7d343c660a2abe3e37fb325d21bc2a19c6e 2017-09-19 10:37:53 +02:00
Kryštof Pilnáček 5040c0d5ee Migrate PEP8 changes made in https://github.com/python/peps/commit/8350530c12bf2f875562d91f47553252af8177de 2017-09-19 10:26:24 +02:00
Kryštof Pilnáček 68cdbda66a Migrate PEP8 changes made in https://github.com/python/peps/commit/c78ccb3dcb52c15b5177f19fa92fa97750e11b70#diff-64ec08cc46db7540f18f2af46037f599 2017-09-19 07:27:16 +02:00
Kryštof Pilnáček 48a8725f9a Migrate PEP8 changes made in https://github.com/python/peps/commit/a9192353646d79be288281e8e1fabeb39798d7b4 2017-09-19 06:52:47 +02:00
Kryštof Pilnáček be55d3de23 Migrate PEP8 changes made in https://github.com/python/peps/commit/04a6af2ab1b19a56db74d5ae85a96656cc04bfa6 2017-09-19 06:42:51 +02:00
Kryštof Pilnáček 98c7826eb9 Migrate PEP8 changes made in https://github.com/python/peps/commit/b8a510bf2916831bc00ec0381c9dc4cdcd9217d4#diff-64ec08cc46db7540f18f2af46037f599 2017-09-19 06:39:59 +02:00
kennethreitz 0ca69ee71f btc
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-08-20 20:42:40 -04:00