Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4229 commits ahead, 29177 commits behind master.
stealthcopter and gvanrossum [2.7] bpo-38945: UU Encoding: Don't let newline in filename corrupt t…
…he output format (GH-17418). (#17452)

(cherry picked from commit a62ad47)

Co-authored-by: Matthew Rollings <1211162+stealthcopter@users.noreply.github.com>
Latest commit a016d4e Dec 3, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
NEWS.d [2.7] bpo-38945: UU Encoding: Don't let newline in filename corrupt t… Dec 3, 2019
TextMate/Python-Dev.tmbundle
Vim Update the Vim syntax highlight file. May 2, 2010
ACKS bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (GH-17345) Nov 24, 2019
BeOS-NOTES Remove Mikael as the maintainer of BeOS at his request. With no maint… Aug 18, 2007
BeOS-setup.py In a number of places code still revers May 5, 2010
HISTORY
Porting Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,7916… Mar 21, 2010
README remove RPM file, which is unused and unmaintained Feb 18, 2015
README.AIX Merged revisions 88430,88438,88440 via svnmerge from Feb 25, 2011
README.Emacs Fix issue 10214 by removing the out of date python-mode.el and replac… Oct 29, 2010
README.OpenBSD - rename configure.in to configure.ac Mar 14, 2012
README.coverity Merged revisions 46753-51188 via svnmerge from Aug 11, 2006
README.klocwork Merge current trunk into p3yk. This includes the PyNumber_Index API c… Aug 21, 2006
README.valgrind Merge p3yk branch with the trunk up to revision 45595. This breaks a … Apr 21, 2006
RFD Initial revision Jan 26, 1994
SpecialBuilds.txt remove mention of Python 2.2 and 2.3 Mar 2, 2015
cheatsheet Issue #27626: Spelling fixes in docs, comments and internal names Jul 28, 2016
developers.txt Fix some spelling errors Aug 20, 2016
gdbinit Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,8631… Nov 26, 2010
indent.pro Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,8656… Nov 26, 2010
maintainers.rst Typos Feb 26, 2011
pymemcompat.h Merged revisions 84470-84471,84566-84567,84759 via svnmerge from Sep 13, 2010
python-config.in - Issue #18096: Fix library order returned by python-config. Oct 1, 2014
python-wing3.wpr Adding Wing 4 (IDE) project file Nov 20, 2010
python-wing4.wpr Changes for Wing Project file caused by mercurial transition. Plus ig… Mar 17, 2011
python.man remove useless $ keyword (closes #17167) Mar 22, 2016
python.pc.in Merged revisions 72898 via svnmerge from May 24, 2009
setuid-prog.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
valgrind-python.supp [2.7] bpo-37329: valgrind: ignore _PyWarnings_Init false alarms (GH-1… Jun 28, 2019
vgrindefs Add 'yield' as a keyword Aug 6, 2001

README

Python Misc subdirectory
========================

This directory contains files that wouldn't fit in elsewhere.  Some
documents are only of historic importance.

Files found here
----------------

ACKS                    Acknowledgements
AIX-NOTES               Notes for building Python on AIX
BeOS-NOTES              Notes for building on BeOS
BeOS-setup.py           setup.py replacement for BeOS, see BeOS-NOTES
build.sh                Script to build and test latest Python from the repository
cheatsheet              Quick summary of Python by Ken Manheimer
developers.txt          A history of who got developer permissions, and why
gdbinit                 Handy stuff to put in your .gdbinit file, if you use gdb
HISTORY                 News from previous releases -- oldest last
indent.pro              GNU indent profile approximating my C style
maintainers.rst         A list of maintainers for library modules
NEWS                    News for this release (for some meaning of "this")
NEWS.help               How to edit NEWS
Porting                 Mini-FAQ on porting to new platforms
PURIFY.README           Information for Purify users
pymemcompat.h           Memory interface compatibility file.
python-config.in        Python script template for python-config
python.man              UNIX man page for the python interpreter
python-mode.el          Emacs mode for editing Python programs
python.pc.in            Package configuration info template for pkg-config
python-wing.wpr         Wing IDE project file
README                  The file you're reading now
README.coverity         Information about running Coverity's Prevent on Python
README.klocwork         Information about running Klocwork's K7 on Python
README.OpenBSD          Help for building problems on OpenBSD
README.valgrind         Information for Valgrind users, see valgrind-python.supp
RFD                     Request For Discussion about a Python newsgroup
setuid-prog.c           C helper program for set-uid Python scripts
SpecialBuilds.txt       Describes extra symbols you can set for debug builds
TextMate                A TextMate bundle for Python development
valgrind-python.supp    Valgrind suppression file, see README.valgrind
vgrindefs               Python configuration for vgrind (a generic pretty printer)
Vim                     Python development utilities for the Vim editor
You can’t perform that action at this time.