cpython/Misc
R. David Murray 96fd54eaec #4661: add bytes parsing and generation to email (email version bump to 5.1.0)
The work on this is not 100% complete, but everything is present to
allow real-world testing of the code.  The only remaining major todo
item is to (hopefully!) enhance the handling of non-ASCII bytes in headers
converted to unicode by RFC2047 encoding them rather than replacing them with
'?'s.
2010-10-08 15:55:28 +00:00
..
RPM Bump to 3.2a2. 2010-09-05 08:30:40 +00:00
TextMate/Python-Dev.tmbundle
Vim Trailing whitespace is bad for .rst files. 2010-07-03 21:50:52 +00:00
ACKS Issue #6608: time.asctime is now checking struct tm fields its input 2010-10-01 14:18:49 +00:00
AIX-NOTES
HISTORY
NEWS #4661: add bytes parsing and generation to email (email version bump to 5.1.0) 2010-10-08 15:55:28 +00:00
PURIFY.README
Porting
README Convert to spaces. 2010-08-14 17:15:31 +00:00
README.OpenBSD
README.coverity
README.klocwork
README.valgrind
RFD
SpecialBuilds.txt
build.sh
cheatsheet Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() 2010-09-01 18:54:56 +00:00
developers.txt Recode developers.txt to UTF-8, as discussed on python-dev. 2010-10-04 22:32:36 +00:00
gdbinit
indent.pro
maintainers.rst Fix amk’s tracker name 2010-09-05 18:21:46 +00:00
pymemcompat.h typo 2010-09-06 20:27:15 +00:00
python-config.in Get rid of tabs. 2010-09-12 20:58:19 +00:00
python-mode.el
python-wing.wpr Issue #4686 - add .args to exceptions in the configparsermodule 2010-07-25 23:09:25 +00:00
python.man
python.pc.in
setuid-prog.c
valgrind-python.supp
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
AIX-NOTES               Notes for building Python on AIX
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