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
/
faq
/
library.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-2/+2
*
gh-110383: Remove references to removed popen[234] (GH-112783)
Bradley Reynolds
2024-05-30
1
-78/+0
*
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade
2024-04-15
1
-3/+2
*
gh-114756: Update FAQ section on removing the GIL (#114957)
da-woods
2024-02-06
1
-23/+29
*
Resolve reference warnings in faq/library.rst (#108149)
Adam Turner
2023-08-20
1
-5/+8
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
1
-1/+1
*
faq/library: remove outdated section (#105996)
Mathieu Dupuy
2023-07-15
1
-35/+0
*
GH-103484: Fix broken links reported by linkcheck (#103608)
Rafael Fontenelle
2023-04-22
1
-1/+1
*
gh-96959: Update HTTP links which are redirected to HTTPS (#98039)
180909
2022-10-07
1
-1/+1
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
1
-1/+1
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
1
-1/+1
*
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin
2022-06-21
1
-1/+1
*
Doc: Update references and examples of old, unsupported OSes and uarches (GH-...
CAM Gerlach
2022-06-09
1
-2/+8
*
bpo-45845: Change link for pyserial (GH-29675)
Terry Jan Reedy
2021-11-20
1
-2/+2
*
bpo-44844: Remove unresponsive web link (GH-29651)
Terry Jan Reedy
2021-11-20
1
-3/+0
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-1/+1
*
Remove effbot urls (GH-26308)
E-Paine
2021-05-22
1
-3/+0
*
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra
2021-04-12
1
-2/+2
*
Minor changes in Doc/faq/library. (#15449)
Antoine
2019-09-09
1
-14/+15
*
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...
Stéphane Wirtel
2018-05-15
1
-2/+2
*
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka
2018-04-08
1
-1/+3
*
bpo-25910: Fixes redirection from http to https (#4674)
Sanyam Khurana
2017-12-06
1
-1/+1
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-7/+10
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-1/+1
*
Issue #12955: Change the urlopen() examples to use context managers where app...
Berker Peksag
2015-04-12
1
-1/+2
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
1
-2/+2
*
Fixing broken links in doc, part 1: faq/
Georg Brandl
2014-10-29
1
-1/+1
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-5/+5
*
Revert #22251
Berker Peksag
2014-09-27
1
-3/+1
*
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
1
-1/+3
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-0/+1
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-1/+1
|
\
|
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-1/+1
*
|
Merge with 3.3.
Georg Brandl
2013-03-28
1
-1/+3
|
\
\
|
|
/
|
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-1/+3
*
|
Add versionchanged tag to faq (useless btw because changed text is commented ...
Andrew Svetlov
2012-12-19
1
-0/+4
*
|
Mention OSError instead of IOError in the docs.
Andrew Svetlov
2012-12-18
1
-2/+2
|
/
*
Update pydoc topics and fix new suspicious markup.
Georg Brandl
2012-05-30
1
-1/+1
*
#14770: improve the library FAQ.
Ezio Melotti
2012-05-13
1
-54/+45
*
Removed outdated statement about pickle's and marshal's relative performance.
Antoine Pitrou
2012-05-10
1
-8/+0
*
Remove obsolete references to bsddb
Antoine Pitrou
2011-12-04
1
-46/+0
*
Mention asyncore and Twisted in the library FAQ.
Antoine Pitrou
2011-02-05
1
-1/+8
*
Mention concurrent.futures and update answers about the GIL.
Antoine Pitrou
2011-02-05
1
-21/+27
*
Fix errors found by "make suspicious".
Georg Brandl
2010-10-06
1
-1/+1
*
Update file-related information in the FAQ.
Antoine Pitrou
2010-09-15
1
-19/+27
*
Typo fix.
Georg Brandl
2010-08-14
1
-2/+2
*
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari...
Senthil Kumaran
2010-08-09
1
-1/+1
*
Recorded merge of revisions 78024 via svnmerge from
Georg Brandl
2010-02-06
1
-12/+13
*
Merged revisions 76904 via svnmerge from
Ezio Melotti
2009-12-19
1
-1/+1
*
#7499: Review of Library FAQ by Florent Xicluna.
Georg Brandl
2009-12-19
1
-153/+148
[next]