cpython/Doc/includes
Victor Stinner fe98e2fc83 Issue #14428: Use the new time.perf_counter() and time.process_time() functions
* Replace "time.clock on windows, or time.time" with time.perf_counter()
 * profile module: only use time.process_time() instead of trying different
   functions providing the process time
 * timeit module: use time.perf_counter() by default, time.time() and
   time.clock() can still be used using --time and --clock options
 * pybench program: use time.perf_counter() by default, add support for
   the new time.process_time() and time.perf_counter() functions, but stay
   backward compatible. Use also time.get_clock_info() to display information
   of the timer.
2012-04-29 03:01:20 +02:00
..
sqlite3 sqlite3: Fix documentation errors concerning Cursor.rowcount 2012-02-16 21:39:03 +02:00
capsulethunk.h Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) 2012-02-28 16:21:47 -08:00
dbpickle.py Issue 11929: Minor whitespace clean-ups. 2011-04-26 13:55:55 -07:00
email-alternative.py
email-dir.py Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls 2011-04-30 17:29:08 -04:00
email-headers.py
email-mime.py Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls 2011-04-30 17:29:08 -04:00
email-simple.py Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls 2011-04-30 17:29:08 -04:00
email-unpack.py
minidom-example.py
mp_benchmarks.py Issue #14428: Use the new time.perf_counter() and time.process_time() functions 2012-04-29 03:01:20 +02:00
mp_newtype.py
mp_pool.py Issue 11929: Minor whitespace clean-ups. 2011-04-26 13:55:55 -07:00
mp_synchronize.py Issue 11929: Minor whitespace clean-ups. 2011-04-26 13:55:55 -07:00
mp_webserver.py Issue 11929: Minor whitespace clean-ups. 2011-04-26 13:55:55 -07:00
mp_workers.py
noddy.c
noddy2.c Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. 2011-11-06 15:10:48 +01:00
noddy3.c Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. 2011-11-06 15:10:48 +01:00
noddy4.c Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. 2011-11-06 15:10:48 +01:00
run-func.c
setup.py
shoddy.c
test.py
turtle-star.py
typestruct.h
tzinfo-examples.py Issue 11929: Minor whitespace clean-ups. 2011-04-26 13:55:55 -07:00