You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
14 years ago
..
sqlite3
sqlite3: Fix documentation errors concerning Cursor.rowcount
14 years ago
capsulethunk.h
Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)
14 years ago
dbpickle.py
Issue 11929: Minor whitespace clean-ups.
15 years ago
email-alternative.py
convert shebang lines: python -> python3
16 years ago
email-dir.py
Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
15 years ago
email-headers.py
Syntax fixes for examples in the Doc/includes
16 years ago
email-mime.py
Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
15 years ago
email-simple.py
Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
15 years ago
email-unpack.py
convert shebang lines: python -> python3
16 years ago
minidom-example.py
Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from
16 years ago
mp_benchmarks.py
Issue #14428: Use the new time.perf_counter() and time.process_time() functions
14 years ago
mp_newtype.py
Remove unnecessary `object` base class in docs (#10366).
15 years ago
mp_pool.py
Issue 11929: Minor whitespace clean-ups.
15 years ago
mp_synchronize.py
Issue 11929: Minor whitespace clean-ups.
15 years ago
mp_webserver.py
Issue 11929: Minor whitespace clean-ups.
15 years ago
mp_workers.py
Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from
17 years ago
noddy.c
#5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examples.
17 years ago
noddy2.c
Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
14 years ago
noddy3.c
Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
14 years ago
noddy4.c
Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
14 years ago
run-func.c
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
18 years ago
setup.py
Move the 3k reST doc tree in place.
19 years ago
shoddy.c
#6732: fix return value of module init function in example.
17 years ago
test.py
Move the 3k reST doc tree in place.
19 years ago
turtle-star.py
Issue #7061: Added a 'Turtle star' sidebar
15 years ago
typestruct.h
Issue #1717, continued: Doc fixes and other cleanup related
17 years ago
tzinfo-examples.py
Issue 11929: Minor whitespace clean-ups.
15 years ago