GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
Martin Panter
2016-07-23
1
-6
/
+6
*
Issue #25393: Fix probable copy/paste error in resource docs
Zachary Ware
2016-07-19
1
-3
/
+3
*
Issue #27528: Document and test warning messages must match at beginning
Martin Panter
2016-07-19
1
-3
/
+4
*
Issue #27531: Update signature of Mock.assert_not_called method
Berker Peksag
2016-07-17
1
-1
/
+1
*
Issue #26696: Document collections.abc.ByteString.
Brett Cannon
2016-07-15
1
-1
/
+4
*
Issue #27180: Clarify Path.rename() behavior on Unix systems
Berker Peksag
2016-07-14
1
-2
/
+3
*
Issue #27455: Improve examples in tkinter documentation
Berker Peksag
2016-07-14
1
-13
/
+13
*
Issue #27481: Docummented that ValueError is now raised instead of TypeError
Serhiy Storchaka
2016-07-12
2
-6
/
+22
*
English spelling and grammar fixes
Martin Panter
2016-07-11
4
-4
/
+4
*
#26176: fix usage of Address constructor in email examples.
R David Murray
2016-07-10
2
-4
/
+4
*
Add versionadded to PyDict_SetDefault documentation
Berker Peksag
2016-07-05
1
-0
/
+1
*
Issue #27431: Update default protocol version in shelve.Shelf() documentation
Berker Peksag
2016-07-01
1
-1
/
+1
*
Issue #27430: Fix typos, patch by scop.
Berker Peksag
2016-07-01
1
-1
/
+1
*
Issue #4945: Improved the documenting of boolean arguments in the json module.
Serhiy Storchaka
2016-06-30
1
-22
/
+26
*
Issue #27416: clarify copy doc
Victor Stinner
2016-06-30
1
-1
/
+1
*
Fix issue #27402: example for typing did not type-check.
Guido van Rossum
2016-06-28
1
-2
/
+2
*
Issue #27393: Fix escaping of C:\ too
Berker Peksag
2016-06-27
1
-2
/
+2
*
Issue #27393: Fix escaping of venv activate commands on Windows
Berker Peksag
2016-06-27
1
-2
/
+2
*
Remove a stale reference to pathlib.PurePath.path
Brett Cannon
2016-06-24
1
-3
/
+2
*
Issue #27381: Remove superfluous paren in zipfile documentation
Berker Peksag
2016-06-24
1
-1
/
+1
*
Issue #26547: Remove outdated term dictproxy from vars() documentation
Berker Peksag
2016-06-24
1
-1
/
+1
*
Issue #27378: Remove an outdated reference from regex HOWTO
Berker Peksag
2016-06-24
1
-3
/
+1
*
Issue #27304: Source code links for sub-packages in the same file.
Terry Jan Reedy
2016-06-22
3
-1
/
+31
*
alter header; '%' really throws latex through a loop
Benjamin Peterson
2016-06-21
1
-2
/
+2
*
Fix spelling errors in code comments
Martin Panter
2016-06-20
1
-1
/
+1
*
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-2
/
+2
*
issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.
Senthil Kumaran
2016-06-18
1
-1
/
+5
*
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
14
-64
/
+69
*
Issue #27327: fix doc typo, noted by Jakub Wilk.
Ned Deily
2016-06-15
1
-1
/
+1
*
Make faq/general.rst gender-inclusive, patch by Sam Hathaway.
Berker Peksag
2016-06-15
1
-1
/
+1
*
merge with 3.4
Georg Brandl
2016-06-15
1
-1
/
+8
|
\
|
*
Docs: add html-stable autobuild variant
Georg Brandl
2016-06-15
1
-1
/
+7
*
|
Issue #27311: Fix ZipFile.writestr data argument name.
Martin Panter
2016-06-15
1
-2
/
+2
*
|
Delete outdated paragraph about OptimizedUnicode again
Berker Peksag
2016-06-14
1
-4
/
+0
*
|
Issue #16182: set_pre_input_hook() may not exist; document, and update test
Martin Panter
2016-06-14
1
-2
/
+5
*
|
Issue #27306: Fix typo in tarfile documentation
Berker Peksag
2016-06-14
1
-7
/
+7
*
|
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Berker Peksag
2016-06-12
1
-3
/
+2
*
|
Issue #27188: Fix various sqlite3 documentation errors
Berker Peksag
2016-06-12
1
-18
/
+19
*
|
Use exc role for ValueError in multiprocessing.rst
Berker Peksag
2016-06-12
1
-1
/
+1
*
|
Issue #27221: Delete an outdated paragraph about pickle support of Process
Berker Peksag
2016-06-12
1
-6
/
+1
*
|
Fix typos and English grammar in documentation and code comment
Martin Panter
2016-06-12
1
-1
/
+1
*
|
Issue #24136: Document generalized unpacking, PEP 448
Martin Panter
2016-06-12
4
-30
/
+64
*
|
Fix typo and silence a Sphinx warning in Doc/glossary.rst
Berker Peksag
2016-06-11
1
-1
/
+1
*
|
Silence 'make suspicious' warnings
Berker Peksag
2016-06-11
1
-3
/
+3
*
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
221
-134
/
+531
*
|
Issue #27280: Fix typo in IPv6Network documentation
Berker Peksag
2016-06-10
1
-1
/
+1
*
|
Issue #24617: Add comment for os.mkdir about mode quirks
Tommy Beadle
2016-06-02
1
-4
/
+10
*
|
Issue #8491: Add link to Gnu Readline configuration documentation
Martin Panter
2016-06-10
1
-0
/
+7
*
|
[Issue 15476] Make "code object" its own entry in the index
Tommy Beadle
2016-06-02
4
-11
/
+8
*
|
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
4
-7
/
+63
[next]