cpython/Misc
Antoine Pitrou 211b81dd09 Issue #11114: Fix catastrophic performance of tell() on text files (up
to 1000x faster in some cases).  It is still one to two order of magnitudes
slower than binary tell().
2011-02-25 20:27:33 +00:00
..
RPM Bump trunk to 3.3 alpha 0. 2011-02-20 10:37:07 +00:00
TextMate/Python-Dev.tmbundle
Vim Trailing whitespace is bad for .rst files. 2010-07-03 21:50:52 +00:00
ACKS Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). 2011-02-24 18:03:10 +00:00
HISTORY Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from 2010-03-14 10:56:14 +00:00
NEWS Issue #11114: Fix catastrophic performance of tell() on text files (up 2011-02-25 20:27:33 +00:00
Porting Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from 2010-03-21 23:13:07 +00:00
README Move developers.txt to the devguide. 2011-01-20 19:42:08 +00:00
README.AIX #10709: add back an updated AIX-NOTES (as README.AIX). 2011-02-19 08:44:47 +00:00
README.coverity
README.valgrind
SpecialBuilds.txt Remove history; adapt a bit more to reST, since this will once be part of the dev guide. 2010-12-28 11:38:12 +00:00
build.sh Merged revisions 78880 via svnmerge from 2010-03-12 21:29:28 +00:00
gdbinit A newline in lineno output breaks pyframe output. 2010-11-03 07:41:00 +00:00
indent.pro #10460: an even better indent.pro. 2010-11-20 14:08:53 +00:00
python-config.in One more change for issue 9807, by Matthias Klose. 2010-10-18 17:09:07 +00:00
python-wing3.wpr Adding Wing IDE version 4 project file 2010-10-13 13:15:02 +00:00
python-wing4.wpr Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run 2010-12-19 03:19:47 +00:00
python.man #1772833: add -q command line option. 2010-12-04 10:47:18 +00:00
python.pc.in Final patch for issue 9807. 2010-11-24 19:43:47 +00:00
valgrind-python.supp #3791: remove last traces of bsddb. 2009-06-04 09:30:30 +00:00
vgrindefs

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
build.sh                Script to build and test latest Python from the repository
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
NEWS                    News for this release (for some meaning of "this")
Porting                 Mini-FAQ on porting to new platforms
python-config.in        Python script template for python-config
python.man              UNIX man page for the python interpreter
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.valgrind         Information for Valgrind users, see valgrind-python.supp
RPM                     (Old) tools to build RPMs
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