Adam Turner
44fa89d2ae
PEP 376: Remove fragment from Post-History entry ( #3318 )
2023-08-31 03:39:48 +00:00
C.A.M. Gerlach
bf3465d3e3
Packaging PEPs: Update headers & link canonical PyPA specs ( #2690 )
...
* Update headers/etc. of older packaging PEPs to reflect replacement PEPs
* Infra: Fix lowercase and tweak plural in text for PyPA spec banner
* Add banner to all relevant PEPs pointing to their canonical PyPA specs
Co-authored-by: Brett Cannon <brett@python.org>
2022-10-07 08:29:13 -07:00
Adam Turner
19f2582774
Several PEPs: Add `Topic: Packaging` ( #2636 )
2022-06-14 14:22:20 -07:00
Adam Turner
113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles ( #2209 )
2022-01-21 11:03:51 +00:00
Éric Araujo
4d29a24fa6
clarify status of implmentation notes in PEP 376 ( #1307 )
2020-02-24 13:23:09 +00:00
Petr Viktorin
f52d345112
Pep 376: Use ReST syntax for code, rather than Markdown syntax ( #1297 )
...
* PEP 376: Use ReST code syntax for literal characters
Without markup, it is very easy to confuse code with adjoining
punctuation.
* PEP 376: Use ReST syntax for code, rather than Markdown syntax
2020-02-05 05:02:40 +11:00
Brett Cannon
9ae6b6c739
Fix a formatting issue
2018-03-19 19:04:45 -07:00
Nick Coghlan
d8411b76d7
Mark several PEPs as final ( #578 )
...
- 376, 425, 427: reference implementations now live outside CPython
- 506: implemented and released in Python 3.6
- 539: implemented in Python 3.7
2018-02-21 10:36:21 +10:00
cosven
9002a8f2f4
PEP 376: Use the correct directory separator style (GH-549)
...
`/` for unix-like path separator, and
`\` for Windows path separator.
2018-01-17 19:44:30 -08:00
Mariatta
cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
...
This reverts commit bb0e518ed3
.
2017-11-11 11:28:55 -08:00
Huang Huang
bb0e518ed3
Rename all .txt PEP files to .rst (GH-462)
...
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Serhiy Storchaka
425a46fb20
Fix an en-dash used instead of a hyphen in a long option. ( #235 )
2017-04-02 00:03:21 +03:00
Serhiy Storchaka
cc1c734886
Issue #26921 : Fixed a/an articles.
2016-05-03 13:52:22 +03:00
Daniel Holth
c728a9ecfb
PEP-376: remove hexdigest from RECORD
2012-11-09 20:58:41 -05:00
Daniel Holth
dfb0975b38
add hash algorithm agility to RECORD
2012-09-15 08:10:49 -04:00
Tarek Ziadé
355c2cedee
switch state to Accepted
2010-04-26 21:37:21 +00:00
Tarek Ziadé
1dfaf5580f
minor fixes
2010-04-26 21:36:54 +00:00
Tarek Ziadé
5677f923a6
added missing commas so the RECORD file can be iterate over
2010-04-23 09:20:20 +00:00
Tarek Ziadé
b924063f10
fixed the list syntax
2010-04-22 08:46:45 +00:00
Tarek Ziadé
70a15c9282
added obsoletes API and changed the file path strategy in RECORD
2010-04-21 18:22:03 +00:00
Tarek Ziadé
918c91c15b
fixes from python-dev feedback
2010-04-07 13:29:07 +00:00
Tarek Ziadé
bd1684b453
typo
2010-04-03 23:11:53 +00:00
Tarek Ziadé
e0526346c5
typo + clarified the dist-info section
2010-04-01 21:33:33 +00:00
Tarek Ziadé
e7b6ac276c
various typo fixes, and removed a section that is not really useful
2010-03-30 21:53:35 +00:00
Tarek Ziadé
ad26bda467
using a path relative to sys.prefix, absolute otherwise
2010-03-30 21:04:30 +00:00
Tarek Ziadé
abe15cf50e
removed the contents directive (not needed in PEPs)
2010-03-29 12:27:19 +00:00
Tarek Ziadé
b3350684fb
reorganized the PEP so implementation details are not mixed with the proposal. Also renamed the directpry to distinfo and the metadata file to METADATA
2010-03-29 09:03:10 +00:00
Tarek Ziadé
2ca1554aef
integrated Pachi corrections
2010-03-25 10:36:15 +00:00
Tarek Ziadé
fcd6a35448
removed all occurences of py2.6
2010-03-25 10:02:22 +00:00
Tarek Ziadé
c6adfe21ce
fixed another example
2010-03-25 10:01:19 +00:00
Tarek Ziadé
9769b8343c
fixed the example
2010-03-25 10:00:07 +00:00
Tarek Ziadé
b9d8c8e817
removed trailing spaces and added more examples on the RECORD file
2010-03-25 09:43:50 +00:00
Tarek Ziadé
ab27818ed8
applying Carl's changes
2009-10-14 18:39:17 +00:00
Tarek Ziadé
c78a5fcfda
better wording: installer marker is just a helper
2009-10-11 19:47:09 +00:00
Tarek Ziadé
7da366131d
introduced sys.prefix and sys.exec_prefix in the RECORD file
2009-07-03 13:21:10 +00:00
Tarek Ziadé
c156881919
another typo
2009-07-02 11:46:58 +00:00
Tarek Ziadé
46440e03c7
fixed typos
2009-07-02 11:45:00 +00:00
Tarek Ziadé
b279051076
removed the future tense usage when not required
2009-07-02 10:13:23 +00:00
Tarek Ziadé
d6a6a966c3
removed implementation details from the PEP. A reference is kept
2009-07-02 09:46:04 +00:00
Tarek Ziadé
fc1b7137b8
clarified the egg.info part and added references about fedora and debian
2009-07-02 08:45:29 +00:00
Tarek Ziadé
5ac8af56c9
fixed inconsistency for the RECORD file format
2009-07-01 13:37:33 +00:00
Tarek Ziadé
308b986ca0
clarified the .egg-info format
2009-07-01 13:15:40 +00:00
Tarek Ziadé
903c283912
added the uninstall script
2009-07-01 09:04:12 +00:00
Guido van Rossum
667184c290
Minor fixes of typos and grammar in the first third of the file.
2009-06-30 22:10:55 +00:00
Tarek Ziadé
4d97591711
fixed english, thanks to brodie and vrialland
2009-06-25 09:43:46 +00:00
Tarek Ziadé
328a762b44
renamed classes
2009-06-24 19:50:58 +00:00
Tarek Ziadé
c8bc9c1f23
using docutils in all examples + polished reST
2009-06-23 12:14:02 +00:00
Tarek Ziadé
98e6c43034
specifying that get_egginfo_file opens in read-only mode
2009-06-23 08:55:56 +00:00
Tarek Ziadé
76059d2cbb
Fixes from python-dev feedbacks
2009-06-23 08:50:10 +00:00
Tarek Ziadé
42da260c3c
removed remaining old names
2009-06-22 18:33:08 +00:00