cpython/Doc/howto
Raymond Hettinger ae4bab71e3 Don't grow strings by concatenation. Use ''.join() instead. 2014-05-18 21:02:25 +01:00
..
argparse.rst
clinic.rst #Issue 20456: Several improvements and bugfixes for Argument Clinic, 2014-01-31 22:03:12 -08:00
cporting.rst
curses.rst Issue #19795: Improved markup of True/False constants. 2013-11-29 12:17:13 +02:00
descriptor.rst fix description of super() behavior on descriptors 2013-10-18 12:57:55 -04:00
functional.rst Issue #19795: Improved markup of True/False constants. 2013-11-29 12:19:53 +02:00
index.rst Issue #19659: Added documentation for Argument Clinic. 2014-01-04 12:44:57 -08:00
ipaddress.rst
logging-cookbook.rst Issue 21014: Use booleans instead of 0 and 1 in examples. 2014-03-28 16:39:25 -07:00
logging.rst Merged documentation update from 3.3. 2014-01-15 15:09:43 +00:00
logging_flow.png
pyporting.rst Merge in all documentation changes since branching 3.4.0rc1. 2014-03-15 21:13:56 -07:00
regex.rst #19778: fix a couple of re reprs in the documentation. 2013-11-25 22:47:01 +02:00
sockets.rst Don't grow strings by concatenation. Use ''.join() instead. 2014-05-18 21:02:25 +01:00
sorting.rst
unicode.rst fix off-by-one error (closes #21330) 2014-04-22 21:54:10 -04:00
urllib2.rst Removed spaces before colons and semicolons. 2013-12-24 11:05:24 +02:00
webservers.rst