Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0c9fe4d109a94d1a923991d223ab60fbce8420f5
/
Doc
d63a3b8
Implement PEP 393.
by Martin v. Löwis
· 13 years ago
f0c51fa
Fix markup.
by Georg Brandl
· 13 years ago
85579b8
merge 3.2. Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation.
by Senthil Kumaran
· 13 years ago
17dac4c
Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation.
by Senthil Kumaran
· 13 years ago
9c0cccf
Branch merge
by Éric Araujo
· 13 years ago
dd2d55c
Remove two unneeded attributes in packaging
by Éric Araujo
· 13 years ago
c5dbb3d
Issue #1172711: Update What's New in Python 3.3 document for the array module.
by Meador Inge
· 13 years ago
c78fb33
What's New in Python 3.3: add curses.unget_wch()
by Victor Stinner
· 13 years ago
9415afc
meth.log2 doc: add a link to int.bit_length()
by Victor Stinner
· 13 years ago
811db3b
Issue #1172711: Update What's New in Python 3.3 document for the struct module
by Victor Stinner
· 13 years ago
1c9f0c9
Issue #1172711: Add 'long long' support to the array module.
by Meador Inge
· 13 years ago
2496f33
Close issue 12958 by flagging expected failures in test_socket on Mac OS X
by Nick Coghlan
· 13 years ago
ddd2d70
Merge example fix from 3.2.
by Georg Brandl
· 13 years ago
1d678f8
Fix bug in heapq priority queue example.
by Georg Brandl
· 13 years ago
902e895
merge doc fixes from 3.2
by Georg Brandl
· 13 years ago
73dd7c7
Add info from the docstring for random.gammavariate() to the docs.
by Georg Brandl
· 13 years ago
7554606
Fix typo.
by Georg Brandl
· 13 years ago
faabef5
Branch merge
by Éric Araujo
· 13 years ago
cde6576
Remove unneeded --all option of “pysetup list”.
by Éric Araujo
· 13 years ago
1c82a14
Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...
by Nadeem Vawda
· 13 years ago
7cd4f20
Terminology fix: .gz and .bz2 are not archive formats.
by Nadeem Vawda
· 13 years ago
64d25dd
Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.
by Nadeem Vawda
· 13 years ago
d964ee9
#12940: merge with 3.2.
by Ezio Melotti
· 13 years ago
4165bfb
#12940: fix cmd example. Patch by Tim Chase.
by Ezio Melotti
· 13 years ago
46a9d62
Merge 3.2
by Éric Araujo
· 13 years ago
eb933de
Fix current name of the Python 3 binary on Unix (#12896).
by Éric Araujo
· 13 years ago
e0afb16
Closes #12906: Merged fix from 3.2.
by Vinay Sajip
· 13 years ago
4eb0e73
Closes #12906: Fixed bug in YAML configuration.
by Vinay Sajip
· 13 years ago
5c9a8d0
Minor grammar fix.
by Brett Cannon
· 13 years ago
71e44cb
Issue #12567: Add curses.unget_wch() function
by Victor Stinner
· 13 years ago
74470b5
merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
by Senthil Kumaran
· 13 years ago
e969a21
Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
by Senthil Kumaran
· 13 years ago
fbd1e04
Merge with 3.2.
by Georg Brandl
· 13 years ago
3484a87
Merge with release clone.
by Georg Brandl
· 13 years ago
a4083d2
merged configparser documentation leftovers cleanup from 3.2
by Łukasz Langa
· 13 years ago
7335e6f
removed misleading editing leftovers
by Łukasz Langa
· 13 years ago
154f2b4
merge with 3.2
by Sandro Tosi
· 13 years ago
fbd4fe2
Give credit to Adam
by Sandro Tosi
· 13 years ago
0b6b1c3
#12781: merge with 3.2
by Sandro Tosi
· 13 years ago
172f374
#12781: Mention SO_REUSEADDR flag near socket examples
by Sandro Tosi
· 13 years ago
677dc71
Branch merge
by Éric Araujo
· 13 years ago
d9e1789
Branch merge
by Éric Araujo
· 13 years ago
793c47a
Merge doc changes from 3.2 (#10454, #12298)
by Éric Araujo
· 13 years ago
18ddf82
Add links from library/functions to other docs.
by Éric Araujo
· 13 years ago
9edd9f0
Fix a few links in the table of built-in functions (#12298)
by Éric Araujo
· 13 years ago
29cf58c
Document that format string don’t support arbitrary dictonary keys.
by Éric Araujo
· 13 years ago
8ab3a1d
Document that True/False/None don’t use :keyword: in doc.
by Éric Araujo
· 13 years ago
c2d9a02
Merge doc fix with 3.2.
by Ezio Melotti
· 13 years ago
222b208
From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc.
by Ezio Melotti
· 13 years ago
7194efe
Merge with 3.2.
by Ross Lagerwall
· 13 years ago
d9299e9
Minor improvement to extensions in setup.cfg: check parent package
by Éric Araujo
· 13 years ago
a9353db
Remove duplicate text in os documentation.
by Ross Lagerwall
· 13 years ago
336b4e4
Minor improvement to extensions section in setup.cfg.
by Éric Araujo
· 13 years ago
b8edbdf
Merge doc changes from 3.2.
by Éric Araujo
· 13 years ago
ec9a5f6
Add version number for versionchanged directive (backport from 3.3)
by Éric Araujo
· 13 years ago
95fc53f
Clean up packaging.util: add __all__, remove some unused functions.
by Éric Araujo
· 13 years ago
799bd80
expose linux extended file system attributes (closes #12720)
by Benjamin Peterson
· 13 years ago
7af8ebb
Adapt/remove mentions of functions gone in 3.x
by Éric Araujo
· 13 years ago
37b5f9e
Fix some misuses of Sphinx roles and one typo
by Éric Araujo
· 13 years ago
941afed
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
by Éric Araujo
· 13 years ago
83ab3f3
Remove obsolete mentions of the compress program and .Z archives.
by Éric Araujo
· 13 years ago
fb63929
Print all fields when calling “pysetup metadata” without options.
by Éric Araujo
· 13 years ago
84b8ed8
3.3 whatsnew: fix markup, add stub for new crypt features
by Éric Araujo
· 13 years ago
be573e7
Remove outdated pointer to optparse (fixes #11360).
by Éric Araujo
· 13 years ago
b008d3d
Synchronize packaging docs with distutils’ (includes fix for #9302)
by Éric Araujo
· 13 years ago
8d9dcd1
Merge from 3.2 (#9302 fix and other changes)
by Éric Araujo
· 13 years ago
7744382
Document the "optional" argument of distutils’ Extension class
by Éric Araujo
· 13 years ago
3f5e958
Fix type information in distutils API reference (#9302).
by Éric Araujo
· 13 years ago
cc42ebe
Make the list of docs contributors sorted again
by Éric Araujo
· 13 years ago
4fd1e6a
Issue #12803: SSLContext.load_cert_chain() now accepts a password argument
by Antoine Pitrou
· 13 years ago
2bb371b
Merge 3.2.
by Georg Brandl
· 13 years ago
e1eef41
Close #12838: fix range() call.
by Georg Brandl
· 13 years ago
aec2f21
#12191: added entry in What's New (+ small editing on shutil section)
by Sandro Tosi
· 13 years ago
d902a14
#12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names.
by Sandro Tosi
· 13 years ago
8c9375b
#10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES.
by Ezio Melotti
· 13 years ago
96fe56a
Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560)
by Nick Coghlan
· 13 years ago
795eaeb
Issue #12326: update sys.platform doc for Linux
by Victor Stinner
· 13 years ago
ff3d939
Close #12326: sys.platform is now always 'linux' on Linux
by Victor Stinner
· 13 years ago
94e6238
Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
by Antoine Pitrou
· 13 years ago
13d2895
Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
by Antoine Pitrou
· 13 years ago
2ec723a
#12787: merge with 3.2
by Sandro Tosi
· 13 years ago
9daf98d
#12787: link original MultiCall proposal to webarchive and in a footnote
by Sandro Tosi
· 13 years ago
2513123
Update suspicious ignore file.
by Georg Brandl
· 13 years ago
a47e53e
Update sys.platform doc for #12326.
by Georg Brandl
· 13 years ago
987b188
removed misleading editing leftovers
by Łukasz Langa
· 13 years ago
335f204
#12781: Mention SO_REUSEADDR flag near socket examples
by Sandro Tosi
· 13 years ago
d86ac4c
Document that format string don’t support arbitrary dictonary keys.
by Éric Araujo
· 13 years ago
7bb769c
Add version number for versionchanged directive (backport from 3.3)
by Éric Araujo
· 13 years ago
f3c7822
Adapt/remove mentions of functions gone in 3.x
by Éric Araujo
· 13 years ago
43ba354
Fix some misuses of Sphinx roles and one typo
by Éric Araujo
· 13 years ago
217607e
Remove outdated pointer to optparse (fixes #11360).
by Éric Araujo
· 13 years ago
72dde45
Document the "optional" argument of distutils’ Extension class
by Éric Araujo
· 13 years ago
852eea2
Close #12838: fix range() call.
by Georg Brandl
· 13 years ago
dc42beb
Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
by Antoine Pitrou
· 13 years ago
5f4ea28
merge with 3.2
by Sandro Tosi
· 13 years ago
6a633bb
fix description of \r; thanks to Thomas Waldmann from docs@
by Sandro Tosi
· 13 years ago
e1043fc
fix description of \r; thanks to Thomas Waldmann from docs@
by Sandro Tosi
· 13 years ago
8e35cf0
merge with 3.2
by Sandro Tosi
· 13 years ago
2f394f6
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
by Sandro Tosi
· 13 years ago
f693810
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
by Sandro Tosi
· 13 years ago
Next »