id stringdate 1-01-01 00:00:00 8105-01-01 00:00:00 | text stringlengths 187 91.9k | source stringclasses 1
value | added stringdate 2024-10-18 13:23:14 2024-10-18 13:23:35 | created timestamp[s]date 1996-05-08 00:00:00 2024-10-11 00:00:00 | metadata dict |
|---|---|---|---|---|---|
0732 | PEP: 732 Title: The Python Documentation Editorial Board Author: Joanna
Jablonski Sponsor: Mariatta Wijaya Discussions-To:
https://discuss.python.org/t/pep-732-the-python-documentation-editorial-board/36710
Status: Active Type: Process Topic: Governance Created: 14-Oct-2023
Post-History: 20-Oct-2023 Resolution:
https:/... | python-peps | 2024-10-18T13:23:14.967544 | 2023-10-14T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0732/",
"authors": [
"Joanna Jablonski"
],
"pep_number": "0732",
"pandoc_version": "3.5"
} |
3123 | PEP: 3123 Title: Making PyObject_HEAD conform to standard C Version:
$Revision$ Last-Modified: $Date$ Author: Martin von Löwis
<martin@v.loewis.de> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 27-Apr-2007 Python-Version: 3.0 Post-History:
Abstract
Python currently relies on undefined C behavi... | python-peps | 2024-10-18T13:23:14.973940 | 2007-04-27T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3123/",
"authors": [
"Martin von Löwis"
],
"pep_number": "3123",
"pandoc_version": "3.5"
} |
0302 | PEP: 302 Title: New Import Hooks Version: $Revision$ Last-Modified:
$Date$ Author: Just van Rossum <just@letterror.com>, Paul Moore
<p.f.moore@gmail.com> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 19-Dec-2002 Python-Version: 2.3 Post-History:
19-Dec-2002
Warning
The language reference for i... | python-peps | 2024-10-18T13:23:15.051596 | 2002-12-19T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0302/",
"authors": [
"Just van Rossum"
],
"pep_number": "0302",
"pandoc_version": "3.5"
} |
3144 | PEP: 3144 Title: IP Address Manipulation Library for the Python Standard
Library Version: $Revision$ Last-Modified: $Date$ Author: Peter Moody
<pmoody@google.com> BDFL-Delegate: Alyssa Coghlan Discussions-To:
ipaddr-py-dev@googlegroups.com Status: Final Type: Standards Track
Content-Type: text/x-rst Created: 06-Feb-201... | python-peps | 2024-10-18T13:23:15.067576 | 2012-02-06T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3144/",
"authors": [
"Peter Moody"
],
"pep_number": "3144",
"pandoc_version": "3.5"
} |
0472 | PEP: 472 Title: Support for indexing with keyword arguments Version:
$Revision$ Last-Modified: $Date$ Author: Stefano Borini, Joseph
Martinot-Lagarde Discussions-To: python-ideas@python.org Status:
Rejected Type: Standards Track Content-Type: text/x-rst Created:
24-Jun-2014 Python-Version: 3.6 Post-History: 02-Jul-2014... | python-peps | 2024-10-18T13:23:15.098906 | 2014-06-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0472/",
"authors": [
"Joseph Martinot-Lagarde",
"Stefano Borini"
],
"pep_number": "0472",
"pandoc_version": "3.5"
} |
0266 | PEP: 266 Title: Optimizing Global Variable/Attribute Access Author: Skip
Montanaro <skip@pobox.com> Status: Withdrawn Type: Standards Track
Content-Type: text/x-rst Created: 13-Aug-2001 Python-Version: 2.3
Post-History:
Abstract
The bindings for most global variables and attributes of other modules
typically never ch... | python-peps | 2024-10-18T13:23:15.118004 | 2001-08-13T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0266/",
"authors": [
"Skip Montanaro"
],
"pep_number": "0266",
"pandoc_version": "3.5"
} |
0549 | PEP: 549 Title: Instance Descriptors Version: $Revision$ Last-Modified:
$Date$ Author: Larry Hastings <larry@hastings.org> Discussions-To:
python-dev@python.org Status: Rejected Type: Standards Track
Content-Type: text/x-rst Created: 04-Sep-2017 Python-Version: 3.7
Post-History: 04-Sep-2017
Rejection Notice
https://m... | python-peps | 2024-10-18T13:23:15.127949 | 2017-09-04T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0549/",
"authors": [
"Larry Hastings"
],
"pep_number": "0549",
"pandoc_version": "3.5"
} |
0258 | PEP: 258 Title: Docutils Design Specification Version: $Revision$
Last-Modified: $Date$ Author: David Goodger <goodger@python.org>
Discussions-To: doc-sig@python.org Status: Rejected Type: Standards
Track Content-Type: text/x-rst Requires: 256, 257 Created: 31-May-2001
Post-History: 13-Jun-2001
Rejection Notice
While... | python-peps | 2024-10-18T13:23:15.181151 | 2001-05-31T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0258/",
"authors": [
"David Goodger"
],
"pep_number": "0258",
"pandoc_version": "3.5"
} |
0002 | PEP: 2 Title: Procedure for Adding New Modules Version: $Revision$
Last-Modified: $Date$ Author: Brett Cannon <brett@python.org>, Martijn
Faassen <faassen@infrae.com> Status: Active Type: Process Content-Type:
text/x-rst Created: 07-Jul-2001 Post-History: 07-Jul-2001, 09-Mar-2002
Introduction
The Python Standard Libr... | python-peps | 2024-10-18T13:23:15.189771 | 2001-07-07T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0002/",
"authors": [
"Brett Cannon"
],
"pep_number": "0002",
"pandoc_version": "3.5"
} |
0222 | PEP: 222 Title: Web Library Enhancements Version: $Revision$
Last-Modified: $Date$ Author: A.M. Kuchling <amk@amk.ca> Status:
Deferred Type: Standards Track Content-Type: text/x-rst Created:
18-Aug-2000 Python-Version: 2.1 Post-History: 22-Dec-2000
Abstract
This PEP proposes a set of enhancements to the CGI developme... | python-peps | 2024-10-18T13:23:15.196838 | 2000-08-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0222/",
"authors": [
"A.M. Kuchling"
],
"pep_number": "0222",
"pandoc_version": "3.5"
} |
0502 | PEP: 502 Title: String Interpolation - Extended Discussion Author: Mike
G. Miller Status: Rejected Type: Informational Content-Type: text/x-rst
Created: 10-Aug-2015 Python-Version: 3.6
Abstract
PEP 498: Literal String Interpolation, which proposed "formatted
strings" was accepted September 9th, 2015. Additional backg... | python-peps | 2024-10-18T13:23:15.233943 | 2015-08-10T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0502/",
"authors": [
"Mike G. Miller"
],
"pep_number": "0502",
"pandoc_version": "3.5"
} |
0208 | PEP: 208 Title: Reworking the Coercion Model Author: Neil Schemenauer
<nas@arctrix.com>, Marc-André Lemburg <mal@lemburg.com> Status: Final
Type: Standards Track Content-Type: text/x-rst Created: 04-Dec-2000
Python-Version: 2.1 Post-History:
Abstract
Many Python types implement numeric operations. When the arguments ... | python-peps | 2024-10-18T13:23:15.250333 | 2000-12-04T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0208/",
"authors": [
"Marc-André Lemburg",
"Neil Schemenauer"
],
"pep_number": "0208",
"pandoc_version": "3.5"
} |
Python Enhancement Proposals
Description
Python Enhancement Proposals, or PEPs, are design documents that generally provide a technical specification and rationale for new features of the Python programming language. There are been 661 PEPs published. The majority of PEPs are published in the Public Domain, but 5 were published under the “Open Publication License” and omitted from this dataset. PEPs are long, highly-polished, and technical in nature and often include code examples paired with their prose. PEPs are authored in ReStructured Text; we used pandoc to convert them to plain text.
Dataset Statistics
| Documents | UTF-8 GB |
|---|---|
| 656 | 0.01 |
License Issues
While we aim to produce datasets with completely accurate licensing information, license laundering and inaccurate metadata can cause us to erroneously assign the incorrect license to some documents (for further discussion of this limitation, please see our paper). If you believe you have found an instance of incorrect licensing in this dataset, please start a discussion on this repository.
Other Versions
This is the "raw" version of the Python Enhancement Proposals dataset. If you are looking for the filtered version used to train Comma v0.1, you can find it here.
Citation
If you use this dataset, please cite:
@article{kandpal2025common,
title={{The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text}},
author={Nikhil Kandpal and Brian Lester and Colin Raffel and Sebastian Majstorovic and Stella Biderman and Baber Abbasi and Luca Soldaini and Enrico Shippole and A. Feder Cooper and Aviya Skowron and Shayne Longpre and Lintang Sutawika and Alon Albalak and Zhenlin Xu and Guilherme Penedo and Loubna Ben and Elie Bakouch and John David and Honglu Fan and Dashiell Stander and Guangyu Song and Aaron Gokaslan and John Kirchenbauer and Tom Goldstein and Brian R and Bhavya Kailkhura and Tyler Murray},
journal={arXiv preprint},
year={2025}
}
- Downloads last month
- 48