You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Peterson dbc52f8a0d check for string attribute names in old-style classes (closes #14334) 15 years ago
..
RPM bump to 2.7.3rc2 15 years ago
TextMate/Python-Dev.tmbundle Add a snippet for the deprecation directive for docs. 18 years ago
Vim Update the Vim syntax highlight file. 16 years ago
ACKS #14179: add tests for re.compile. Patch by Florian Mladitsch. 15 years ago
BeOS-NOTES Remove Mikael as the maintainer of BeOS at his request. With no maintainer 19 years ago
BeOS-setup.py In a number of places code still revers 16 years ago
HISTORY #5341: more built-in vs builtin fixes. 17 years ago
NEWS check for string attribute names in old-style classes (closes #14334) 15 years ago
Porting Fix plural. 17 years ago
README Merged revisions 84025,84028,84032 via svnmerge from 16 years ago
README.AIX Merged revisions 88430,88438,88440 via svnmerge from 16 years ago
README.Emacs Fix issue 10214 by removing the out of date python-mode.el and replacing it 16 years ago
README.OpenBSD - rename configure.in to configure.ac 15 years ago
README.coverity Add some explanation about Klocwork and Coverity static analysis 20 years ago
README.klocwork Klocwork made another run and found a bunch more problems. 20 years ago
README.valgrind Add some notes about a couple of poorly behaved tests 21 years ago
RFD Initial revision 33 years ago
SpecialBuilds.txt Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from 16 years ago
cheatsheet In a number of places code still revers 16 years ago
developers.txt Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from 16 years ago
gdbinit Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from 16 years ago
indent.pro Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from 16 years ago
maintainers.rst Typos 16 years ago
pymemcompat.h Merged revisions 84470-84471,84566-84567,84759 via svnmerge from 16 years ago
python-config.in Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag. 17 years ago
python-wing3.wpr Adding Wing 4 (IDE) project file 16 years ago
python-wing4.wpr Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py. 16 years ago
python.man Update lingering references to ex-parrot. I mean ex-devguide. 15 years ago
python.pc.in Issue #3585: Add pkg-config support. 17 years ago
setuid-prog.c Untabify C files. Will watch buildbots. 16 years ago
valgrind-python.supp Fix: 18 years ago
vgrindefs Add 'yield' as a keyword 25 years ago

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
RPM (Old) tools to build RPMs
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