index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
using
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...
Christian Clauss
2022-04-04
1
-0/+6
*
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland
2022-03-31
1
-8/+0
*
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Steve Dower
2022-03-28
1
-2/+61
*
bpo-31582: Created a new documentation section describing sys.path initializa...
Russel Webber
2022-03-23
1
-22/+3
*
bpo-36557: Updated wording for using/windows (GH-31457)
slateny
2022-02-22
1
-2/+2
*
Optimize images by IMGbot (GH-21348)
Manish Kumar ⛄
2022-02-04
1
-0/+0
*
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
bneuburg
2022-01-18
1
-3/+7
*
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson
2022-01-14
1
-2/+1
*
bpo-46072: Document --enable-stats option. (GH-30139)
Mark Shannon
2021-12-16
1
-0/+11
*
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes
2021-12-13
1
-11/+3
*
Fix some false positives of documentation syntax problems
Pablo Galindo
2021-12-08
1
-1/+1
*
bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)
Christian Heimes
2021-11-29
1
-0/+50
*
bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)
Christian Heimes
2021-11-29
1
-1/+5
*
bpo-45723: Add --with-pkg-config to configure (GH-29517)
Christian Heimes
2021-11-10
1
-0/+11
*
bpo-45020: Default to using frozen modules unless running from source tree. (...
Eric Snow
2021-10-16
1
-1/+2
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
1
-3/+7
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
2
-3/+3
*
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)
zhanpon
2021-09-29
1
-0/+1
*
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka
2021-09-28
1
-1/+1
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
2
-14/+14
*
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...
Eric Snow
2021-09-14
1
-0/+9
*
bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)
Dong-hee Na
2021-08-17
1
-0/+9
*
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Victor Stinner
2021-08-06
1
-1/+3
*
bpo-44340: Add support for building with clang full/thin lto (GH-27231)
Dong-hee Na
2021-07-19
1
-1/+4
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
1
-0/+20
*
Correct minor spelling typos (GH-26339)
Jero Bado
2021-05-25
1
-2/+2
*
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
Victor Stinner
2021-05-25
1
-2/+2
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
1
-1/+5
*
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner
2021-04-29
1
-19/+24
*
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner
2021-04-29
1
-5/+1
*
Fix broken links and improve stand-alone tools list in FAQ GH-22124
Andre Delfino
2021-04-26
1
-1/+1
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
1
-0/+1
*
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
Victor Stinner
2021-04-16
1
-23/+40
*
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner
2021-04-12
2
-3/+11
*
bpo-43774: Document the Python Build System (GH-25302)
Victor Stinner
2021-04-09
1
-7/+116
*
bpo-43774: Enhance configure documentation (GH-25293)
Victor Stinner
2021-04-08
1
-50/+125
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
4
-8/+624
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+15
*
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Christian Heimes
2021-03-19
1
-0/+50
*
Remove all links to mingw.org (GH-24552)
Jeremy Paige
2021-02-18
1
-2/+0
*
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
Steve Dower
2021-02-03
1
-0/+5
*
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
Zackery Spytz
2020-12-03
1
-2/+2
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
2
-65/+19
*
bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Zackery Spytz
2020-10-20
1
-3/+3
*
bpo-41192: Fix some broken anchors for audit event entries (#21310)
Saiyang Gou
2020-10-19
1
-1/+1
*
Fix documented Python version for venv --upgrade-deps (GH-22113)
johnthagen
2020-09-05
1
-1/+1
*
[doc] Document VIRTUAL_ENV environment variable (GH-21970)
Andre Delfino
2020-09-01
1
-0/+4
*
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
native-api
2020-06-12
1
-0/+5
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-11/+0
*
bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
Victor Stinner
2020-06-08
1
-1/+1
[prev]
[next]