Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4232 commits ahead, 29227 commits behind master.
miss-islington and ned-deily bpo-38295: prevent test_relative_path of test_py_compile failure on m…
…acOS Catalina (GH-17636)

(cherry picked from commit bf3aa10)

Co-authored-by: Ned Deily <nad@python.org>
Latest commit 5f2c134 Dec 17, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
NEWS.d bpo-38295: prevent test_relative_path of test_py_compile failure on m… Dec 17, 2019
TextMate/Python-Dev.tmbundle Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,6322… May 16, 2008
Vim
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
HISTORY Issue #28145: Spelling fixes Sep 16, 2016
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
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
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
python-config.in
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
python.pc.in Merged revisions 72898 via svnmerge from May 24, 2009
setuid-prog.c
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.