cpython/Misc
Senthil Kumaran 7713acf201 Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth
Refactored HTTPHandler tests and added testcase for proxy authorization.
2009-12-20 06:05:13 +00:00
..
RPM bump version to 2.7a1 2009-12-05 17:47:56 +00:00
TextMate/Python-Dev.tmbundle
Vim Properly detect whether a C file is using tabs or spaces for Vim. 2009-11-08 21:35:28 +00:00
ACKS Fix the transient refleaks in test_zipimport_support. 2009-12-08 19:25:51 +00:00
AIX-NOTES
BeOS-NOTES
BeOS-setup.py
HISTORY Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. 2009-10-11 21:10:07 +00:00
NEWS Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth 2009-12-20 06:05:13 +00:00
NEWS.help
PURIFY.README
Porting Remove mention of the old -X command line switch. 2009-10-29 20:39:50 +00:00
README Update Misc/README. 2009-10-11 21:17:14 +00:00
README.OpenBSD
README.coverity
README.klocwork
README.valgrind
RFD
SpecialBuilds.txt
build.sh 1. Clean workspace more thoughly before build. 2009-07-27 16:09:28 +00:00
cheatsheet #6332: fix word dupes throughout the source. 2009-06-24 06:41:19 +00:00
developers.txt Add Mark Summerfield. 2009-09-19 13:20:49 +00:00
gdbinit Fix the "pylocals" gdb command. 2009-07-23 09:17:09 +00:00
indent.pro
pymemcompat.h
python-config.in
python-mode.el
python-wing.wpr
python.man update urls 2009-09-13 01:59:31 +00:00
python.pc.in Issue #3585: Add pkg-config support. 2009-05-24 20:23:57 +00:00
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
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
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.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