Staging
v0.5.1
https://github.com/python/cpython
Revision 8fd3eba0501a77eec463179f529f56025ff4b40b authored by Eric Smith on 17 February 2008, 19:48:00 UTC, committed by Eric Smith on 17 February 2008, 19:48:00 UTC
formatting.

Includes:
 - Modifying tests for basic types to use __format__ methods, instead
   of builtin "format".
 - Adding PyObject_Format.
 - General str/unicode cleanup discovered when backporting to 2.6.
 - Removing datetimemodule.c's time_format, since it was identical
   to date_format.

The files in Objects/stringlib that implement PEP 3101 (stringdefs.h,
unicodedefs.h, formatter.h, string_format.h) are identical in trunk
and py3k.  Any changes from here on should be made to trunk, and
changes will propogate to py3k).
1 parent 18c6689
History
Tip revision: 8fd3eba0501a77eec463179f529f56025ff4b40b authored by Eric Smith on 17 February 2008, 19:48:00 UTC
Fixes for shared 2.6 code that implements PEP 3101, advanced string
Tip revision: 8fd3eba
File Mode Size
RPM
Vim
ACKS -rw-r--r-- 10.7 KB
AIX-NOTES -rw-r--r-- 8.0 KB
HISTORY -rw-r--r-- 588.4 KB
NEWS -rw-r--r-- 14.4 KB
NEWS.help -rw-r--r-- 2.5 KB
PURIFY.README -rw-r--r-- 4.4 KB
Porting -rw-r--r-- 1.9 KB
README -rw-r--r-- 1.3 KB
README.OpenBSD -rw-r--r-- 1.5 KB
README.coverity -rw-r--r-- 845 bytes
README.klocwork -rw-r--r-- 1.2 KB
README.valgrind -rw-r--r-- 4.3 KB
RFD -rw-r--r-- 3.9 KB
SpecialBuilds.txt -rw-r--r-- 11.9 KB
build.sh -rwxr-xr-x 9.3 KB
cheatsheet -rw-r--r-- 100.3 KB
developers.txt -rw-r--r-- 6.5 KB
find_recursionlimit.py -rw-r--r-- 2.1 KB
gdbinit -rw-r--r-- 3.9 KB
indent.pro -rw-r--r-- 66 bytes
pymemcompat.h -rw-r--r-- 3.1 KB
python-config.in -rw-r--r-- 1.4 KB
python-mode.el -rw-r--r-- 143.9 KB
python.man -rw-r--r-- 11.9 KB
setuid-prog.c -rw-r--r-- 5.3 KB
valgrind-python.supp -rw-r--r-- 6.0 KB
vgrindefs -rw-r--r-- 500 bytes

README

back to top