cpython/Misc
Brett Cannon 07e1db317d Fix time.strptime's %U support. Basically rewrote the algorithm to be more
generic so that one only has to shift certain values based on whether the week
was specified to start on Monday or Sunday.  Cut out a lot of edge case code
compared to the previous version.  Also broke algorithm out into its own
function (that is private to the module).

Fixes bug #1643943 (thanks Biran Nahas for the report).
2007-01-25 20:22:02 +00:00
..
RPM RPM specfile updates 2006-08-18 07:30:07 +00:00
Vim Make python.vim output more deterministic. 2006-09-20 19:28:35 +00:00
ACKS Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or 2007-01-14 17:03:32 +00:00
AIX-NOTES
BeOS-NOTES
BeOS-setup.py
HISTORY Typo fix 2006-09-07 13:56:23 +00:00
NEWS Fix time.strptime's %U support. Basically rewrote the algorithm to be more 2007-01-25 20:22:02 +00:00
NEWS.help
PURIFY.README Update purify doc some. 2006-08-14 01:49:54 +00:00
Porting
README
README.OpenBSD
README.coverity Add some explanation about Klocwork and Coverity static analysis 2006-08-02 07:09:32 +00:00
README.klocwork Klocwork made another run and found a bunch more problems. 2006-08-12 01:43:40 +00:00
README.valgrind
RFD
SpecialBuilds.txt Fix typo. 2006-11-15 16:23:46 +00:00
build.sh More version wibble 2006-08-18 06:14:52 +00:00
cheatsheet Remove remaining references to OverflowWarning. 2006-07-05 08:21:00 +00:00
developers.txt Remove Calvin since he only has access to the website currently. 2007-01-17 08:37:26 +00:00
find_recursionlimit.py
gdbinit
indent.pro
pymemcompat.h
python-config.in Patch #1523356: fix determining include dirs in python-config. 2006-07-24 13:28:57 +00:00
python-mode.el
python.man
setuid-prog.c
valgrind-python.supp Ignore some more warnings in the dynamic linker on an older gentoo 2006-06-27 04:06:46 +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
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
cheatsheet	Quick summary of Python by Ken Manheimer
find_recursionlimit.py  Script to find a value for sys.maxrecursionlimit
gdbinit		Handy stuff to put in your .gdbinit file, if you use gdb
HISTORY		News from previous releases -- oldest last
HPUX-NOTES	Notes about dynamic loading under HP-UX
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
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
README		The file you're reading now
README.valgrind	Information for Valgrind users, see valgrind-python.supp
RFD		Request For Discussion about a Python newsgroup
RPM		(Old) tools to build RPMs
SpecialBuilds.txt     Describes extra symbols you can set for debug builds
setuid-prog.c	C helper program for set-uid Python scripts
vgrindefs	Python configuration for vgrind (a generic pretty printer)
valgrind-python.supp	Valgrind suppression file, see README.valgrind