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.
 
 
 
 
 
 
Ned Deily eec152d217 Issue #16848: python-config now returns proper --ldflags values for OS X 13 years ago
..
RPM bump to 2.7.3 final 14 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 #17275: Fix class name in init errors in C bufferedio classes. 13 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. 16 years ago
NEWS Issue #16848: python-config now returns proper --ldflags values for OS X 13 years ago
Porting Fix plural. 16 years ago
README Merged revisions 84025,84028,84032 via svnmerge from 16 years ago
README.AIX #10709: add back an updated AIX-NOTES (as README.AIX). 15 years ago
README.Emacs Fix issue 10214 by removing the out of date python-mode.el and replacing it with a README. Will backport to 3.1 and 2.7. 15 years ago
README.OpenBSD - rename configure.in to configure.ac 14 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 20 years ago
RFD Initial revision 32 years ago
SpecialBuilds.txt Remove history; adapt a bit more to reST, since this will once be part of the dev guide. 15 years ago
cheatsheet In a number of places code still revers 16 years ago
developers.txt Add David. 15 years ago
gdbinit Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from 15 years ago
indent.pro #10460: an even better indent.pro. 15 years ago
maintainers.rst Typos 15 years ago
pymemcompat.h typo 16 years ago
python-config.in Issue #16848: python-config now returns proper --ldflags values for OS X 13 years ago
python-wing3.wpr Adding Wing 4 (IDE) project file 15 years ago
python-wing4.wpr Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py. 15 years ago
python.man Update lingering references to ex-parrot. I mean ex-devguide. 14 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