Steve Dower
a4d3fe061e
PEP-514 acceptance ( #61 )
2016-07-24 16:40:56 -07:00
Ned Deily
5903b6afd4
Update pep-0101.txt
...
Update some of the steps for updating release pages and documentation downloads for final releases to better reflect the "new" website.
2016-07-24 14:54:37 -04:00
Nick Coghlan
cfc0619f6f
PEP 487: link to reference implementation
2016-07-24 14:33:53 +10:00
Steve Dower
c9f126a62e
PEP-514: Integrates feedback from python-dev. ( #59 )
...
* PEP-514: Integrates feedback from python-dev.
* PEP-514: Clarified motivation and improved a few examples.
* Clarifies some text and PythonCore defaults.
Adds ExecutableArguments and WindowedExecutableArguments for fixed launch arguments.
Adds first (of multiple) examples
* Adds extra examples.
* Minor clarification for resolving architecture for PythonCore entries.
2016-07-23 12:08:53 -07:00
Brett Cannon
fef91bba87
Mark the devguide as migrated ( #60 )
...
* Mark the devguide as migrated
* Make the status section for cpython linkable
2016-07-22 14:34:20 -07:00
Thomas Kluyver
a767f90b3a
Add data-requires-python attribute to file links (PEP 503) ( #56 )
2016-07-22 12:44:43 -04:00
Matthias Bussonnier
8eff8067cf
Convert PEP 201 to reST. ( #50 )
...
Note that link to Greg's link at the end is wrong:
Greg Wilson's questionaire on proposed syntax to some CS grad students
http://www.python.org/pipermail/python-dev/2000-July/013139.html
It does not exists. While the archive **do** go to this date.
I believe that woudl be
https://mail.python.org/pipermail/python-dev/2000-July/006427.html
[Python-Dev] multi-loop quiz results
Thu, 13 Jul 2000 15:17:41 -0400 (EDT)
> I gave 20+ grad students in computer engineering and computer
> science...
2016-07-20 00:25:03 +03:00
Chris Angelico
976c962b24
Merge pull request #57 from tecki/pep487a
...
Clarify PEP487
2016-07-17 21:54:37 +10:00
Martin Teichmann
0d5f991c2e
add backwards compatibility comment
2016-07-17 13:23:59 +02:00
Martin Teichmann
1f9366430b
clarify more details
2016-07-17 11:47:49 +02:00
Martin Teichmann
3d20e37391
document necessary tests
2016-07-17 11:28:42 +02:00
Steve Dower
324bde8cd6
PEP-514: Fix incorrect sense of "possible"
2016-07-16 08:15:00 -07:00
Martin Teichmann
49a5c29d8f
Improve readability
2016-07-16 14:13:04 +02:00
Berker Peksag
970e9c5346
Fix typos in PEP 423
...
Closes #54
2016-07-14 17:16:06 +03:00
Martin Teichmann
14c5ca31b6
Update PEP 487 ( #53 )
...
* Update PEP 487
This adds some changes proposed by Guido.
* removed outdated comment
* rename __set_owner__ to __set_name__
2016-07-14 16:36:50 +03:00
Guido van Rossum
2493d89091
Update to PEP 487, exactly as posted to python-dev Wed, Jul 13, 2016.
...
Except for one typo fix.
2016-07-13 15:47:14 -07:00
Brett Cannon
14eedbf0fe
Various spelling and grammar fixes
2016-07-11 12:48:37 -07:00
Marti Raudsepp
945a576848
PEP-100: Fix "UCS-2" & broken links
2016-07-11 18:42:27 +03:00
Marti Raudsepp
04a6af2ab1
Fix various typos, spelling and grammar errors
...
Errors detected using Topy (https://github.com/intgr/topy ), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Matthias Bussonnier
99722904ba
Convert PEP 200 to reST. ( #49 )
2016-07-09 06:24:15 +03:00
Ned Deily
8f12586fb2
Update pep-0494.txt
...
Minor schedule adjustments: push b1 (feature code cutoff) back several days and move a4 (final alpha) back a week to balance.
2016-07-08 20:59:58 -04:00
Matthias Bussonnier
1255af25a0
Convert PEP 299 to rst. ( #47 )
2016-07-07 05:37:27 +03:00
Berker Peksag
2e6c3886d1
Improve PEP 294 markup
2016-07-07 03:44:24 +03:00
Chris Angelico
c7a746ddea
Merge pull request #48 from Carreau/pep-0294-to-rst
...
Update Pep 294 to Rst.
2016-07-07 10:15:22 +10:00
Matthias Bussonnier
ff82921f4c
Update Pep 294 to Rst.
2016-07-06 17:10:04 -07:00
Brett Cannon
100404228a
Merge pull request #46 from dstufft/faster-builds
...
Parallelize PEP builds to speed up CI
2016-07-05 10:24:45 -07:00
Brett Cannon
376d01ef78
Merge pull request #45 from dstufft/fail-on-warning
...
Fail on warnings
2016-07-05 10:23:18 -07:00
Donald Stufft
423ccb9f8e
Parallelize PEP builds to speed up CI
2016-07-05 13:18:14 -04:00
Donald Stufft
e88ac060bf
Avoid duplicate target with an anonymous target
2016-07-05 13:14:57 -04:00
Donald Stufft
cfa09e1878
Halt on warnings and not just errors
2016-07-05 13:14:38 -04:00
Guido van Rossum
bf22a02332
Add explanation of singletons in unions to PEP484
...
By Ivan Levkivskyi (https://github.com/python/typing/pull/240 ).
2016-07-05 09:35:49 -07:00
Benjamin Peterson
a558bf5733
done with 2.7.12
2016-07-02 21:30:27 -07:00
Brett Cannon
0bae54e208
Merge pull request #40 from controversial/patch-1
...
Fix typo in PEP 492
2016-07-01 09:42:18 -07:00
Chris Angelico
82ee13e555
Merge pull request #44 from zhangyangyu/master
...
fix a few typos of PEP 252, 253, 367, 3135
2016-07-01 17:35:22 +10:00
Xiang Zhang
65a38a811b
fix a few typos in PEP 252, 253, 367, 3135
2016-07-01 15:27:28 +08:00
Oleg Broytman
72431922e7
Update PEP 103 ( #43 )
...
* [PEP-103] Remove deprecated msysGit
* [PEP-103] Fix URLs for sites that has been moved
* [PEP-103] Link to the repository for git-cola
* [PEP-103] Move around paragraphs about updating remote-tracking branches
* [PEP-103] Two spaces before inline comments as per PEP-8
* [PEP-103] Explain problems with rebasing long-lived merged branches
* [PEP-103] Add links to collections of useful assets
GitAlias, GitIgnore and pre-commit hooks.
* [PEP-103] git switches to the root dir before running any command
* [PEP-103] Demote advanced topics to made them subtopics
* [PEP-103] Fix a misspelling
* [PEP-103] Config options don't need to be global
2016-06-30 18:37:08 +03:00
Brett Cannon
d910fabad7
Merge pull request #41 from python/pep520-accepted
...
Mark PEP 520 as accepted.
2016-06-28 16:34:58 -07:00
ericsnowcurrently
b1c1ebe746
Mark PEP 520 as accepted.
2016-06-28 17:22:28 -06:00
Brett Cannon
4d66e51a8f
Add a missing period
2016-06-28 14:39:26 -07:00
Brett Cannon
52a15932e7
FIx syntax error
2016-06-28 14:38:09 -07:00
Brett Cannon
f1493a21e5
Add a missing "a"
2016-06-28 14:35:22 -07:00
ericsnowcurrently
c6c695732a
PEP 520: Resolve the open questions.
2016-06-28 14:40:13 -06:00
Luke Deen Taylor
e6f594d151
Fix typo in PEP 492
...
`noting` -> `nothing`
2016-06-28 15:30:38 -04:00
ericsnowcurrently
e901e81295
Update PEP 520 per python-dev feedback.
2016-06-28 11:03:29 -06:00
Brett Cannon
c7adf1141c
Merge pull request #32 from Carreau/rst-peps
...
Handle PEP files with `.rst` extensions
2016-06-27 11:00:20 -07:00
Matthias Bussonnier
68764e0787
Update pep 12 to mention rst extension.
2016-06-27 10:36:37 -07:00
Matthias Bussonnier
4012c124e1
Handle pep files with `.rst` extensions.
2016-06-27 10:30:09 -07:00
Larry Hastings
b409f87f64
Merge branch 'master' of github.com:python/peps
2016-06-26 20:07:48 -07:00
Larry Hastings
e0acccfe31
Update release schedules for 3.4 and 3.5.
2016-06-26 20:07:15 -07:00
Berker Peksag
e8d5bd2487
Merge pull request #37 from python/skumaran/update_pep_vcs_references
...
Update PEP VCS References. Point to the github repository.
2016-06-26 08:51:36 +03:00