bpo-29026: Clarify documentation of time.time by appeltel · Pull Request #34 · python/cpython

@appeltel

Clarify the documentation of time.time by more
precisely defining what is meant by "seconds since
the epoch" on most platforms. Additionally explain
how gmtime and localtime may be used to extract
calendar components and convert to a more common
date format.

vstinner

vstinner

berkerpeksag

@appeltel

@appeltel

vstinner

Mariatta referenced this pull request in Mariatta/cpython

Mar 3, 2017
* bpo-29026: Clarity documentation of time.time

Clarify the documentation of time.time by more
precisely defining what is meant by "seconds since
the epoch" on most platforms. Additionally explain
how gmtime and localtime may be used to extract
calendar components and convert to a more common
date format.

* bpo-29026: Minor improvements for time.time doc

* bpo-29026: Consistency fixes for time.time doc

(cherry picked from commit 23557d5)

Mariatta referenced this pull request in Mariatta/cpython

Mar 3, 2017
* bpo-29026: Clarity documentation of time.time

Clarify the documentation of time.time by more
precisely defining what is meant by "seconds since
the epoch" on most platforms. Additionally explain
how gmtime and localtime may be used to extract
calendar components and convert to a more common
date format.

* bpo-29026: Minor improvements for time.time doc

* bpo-29026: Consistency fixes for time.time doc

(cherry picked from commit 23557d5)

Mariatta added a commit that referenced this pull request

Mar 3, 2017
(cherry picked from commit 23557d5)

Mariatta added a commit that referenced this pull request

Mar 3, 2017
(cherry picked from commit 23557d5)

@ghost ghost mentioned this pull request

Sep 24, 2017

tiran pushed a commit to tiran/cpython that referenced this pull request

Aug 21, 2022
munmap pages on shutdown, keep FILE open

jaraco pushed a commit that referenced this pull request

Dec 2, 2022
Instead of in the main app.

jaraco pushed a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023

oraluben pushed a commit to oraluben/cpython that referenced this pull request

Jun 25, 2023
* fix: mark interpreter frames as tier 2 or not

* Test: Added tests for python#33

---------

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>

nanjekyejoannah pushed a commit to nanjekyejoannah/cpython that referenced this pull request

Feb 20, 2024
…h_recent_assumptions

Warn for string cmp with new string warning assumptions

This was referenced

Feb 11, 2025

picnixz added a commit to picnixz/cpython that referenced this pull request

Dec 8, 2025
* fix missing `PyLazyImport_CheckExact`

* fix missing lazy-related symbols

* fix missing lazy-related symbols

* `extern` seems enough

* Export _PyImport_LoadLazyImportTstate for JIT

@Qanux Qanux mentioned this pull request

Feb 11, 2026