Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3fe70b4acc0738041f4617ce76f902e213a51139
/
Doc
3fe70b4a
Added example to enum docs show access to name and value attributes of enum members.
by Ethan Furman
· 12 years ago
9a2f139
#18111: Add What's New entry for max/min default.
by R David Murray
· 12 years ago
37cfb0a
Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where
by Charles-François Natali
· 12 years ago
fe3ae3c
Merge #18311: fix typo.
by R David Murray
· 12 years ago
c7f7579
#18311: fix typo.
by R David Murray
· 12 years ago
4d6018f
Issue 18111: Add a default argument to min() and max()
by Raymond Hettinger
· 12 years ago
2c72b51
Issue #18164: merge from 3.3
by Ned Deily
· 12 years ago
51cee7d
Issue #18164: Clarify the embedding docs regarding link options.
by Ned Deily
· 12 years ago
9d89ae6
Merge.
by Richard Oudkerk
· 12 years ago
2b310dd
Fix typo.
by Richard Oudkerk
· 12 years ago
93b736e
Merge.
by Richard Oudkerk
· 12 years ago
7b69da7
Clarify note and fix typo.
by Richard Oudkerk
· 12 years ago
71e7dbd
Issue #15818: Merge.
by Richard Oudkerk
· 12 years ago
64c25b4
Issue #15818: Typo in docs.
by Richard Oudkerk
· 12 years ago
35d0553
Issue #18277: Merge.
by Richard Oudkerk
· 12 years ago
95fe1a7
Issue #18277: Document quirks of multiprocessing queue.
by Richard Oudkerk
· 12 years ago
9dac840
Merge #18179: reflow paragraphs.
by R David Murray
· 12 years ago
021362d
#18179: reflow paragraphs.
by R David Murray
· 12 years ago
ec94eac
Merge #18179: document the local_hostname parameter.
by R David Murray
· 12 years ago
36beb66
#18179: document the local_hostname parameter.
by R David Murray
· 12 years ago
5707d50
#11390: convert doctest CLI to argparse and add -o and -f options.
by R David Murray
· 12 years ago
c77d9f3
Issue #11016: Add C implementation of the stat module as _stat
by Christian Heimes
· 12 years ago
70833a8
... also TLSv1.1 and TLSv1.2
by Christian Heimes
· 12 years ago
24cd4cf
Add my SSL module patches to whatsnew 3.4
by Christian Heimes
· 12 years ago
27bc441
merge for issue #18278
by Brett Cannon
· 12 years ago
29b2f17
Issue #18278: properly document how the loaders are called for FileFinder
by Brett Cannon
· 12 years ago
4921a08
#12716: reorganize docs for os module a bit
by Andrew Kuchling
· 12 years ago
c61b913
#13226: update references from ctypes/DLFCN modules to os module
by Andrew Kuchling
· 12 years ago
3468d25
Merge from 3.3
by Andrew Kuchling
· 12 years ago
edb4260
Closes #18218: use correct variable name for starting point
by Andrew Kuchling
· 12 years ago
29303d4
Merge from 3.3
by Andrew Kuchling
· 12 years ago
c3db373
Closes #18267: use floor division in code example
by Andrew Kuchling
· 12 years ago
f862dc5
Merge from 3.3
by Andrew Kuchling
· 12 years ago
1d7d580
Closes #18272: use 'builtins' for 3.3 instead of __builtin__
by Andrew Kuchling
· 12 years ago
854ffcb
whatsnew/3.4: mention functools.singledispatch, PEP 443
by Victor Stinner
· 12 years ago
84e33c8
whatsnew/3.4: mention the new enum module, PEP 435
by Victor Stinner
· 12 years ago
7aed567
Merge from 3.3
by Andrew Kuchling
· 12 years ago
2151fc6
#4153: update Unicode howto for Python 3.3
by Andrew Kuchling
· 12 years ago
2f72aed
Merge: Tweak programming faq examples so that it (mostly) passes doctest.
by R David Murray
· 12 years ago
fdf9503
Tweak programming faq examples so that it (mostly) passes doctest.
by R David Murray
· 12 years ago
89df7b4
Issue #17177: Clarify some deprecations
by Brett Cannon
· 12 years ago
8dd8233
Grammar tweak
by Brett Cannon
· 12 years ago
9a5395a
Issue #18147: Add diagnostic functions to ssl.SSLContext().
by Christian Heimes
· 12 years ago
a81d527
documentation suggesting something which doesn't exist
by Brett Cannon
· 12 years ago
390f6c1
Merge doc/argument name fix
by Brett Cannon
· 12 years ago
a269d82
merge
by Brett Cannon
· 12 years ago
1d75382
Fix a misnaming of a method and an argument
by Brett Cannon
· 12 years ago
f24fecd
Issue #18076: Introduce imoportlib.util.decode_source().
by Brett Cannon
· 12 years ago
f4375ef
importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and
by Brett Cannon
· 12 years ago
645ab68
merge
by Brett Cannon
· 12 years ago
e4f41de
Issue #17177: The imp module is pending deprecation.
by Brett Cannon
· 12 years ago
f567727
Merge with 3.3
by Andrew Kuchling
· 12 years ago
c7b6c50
Describe 'surrogateescape' in the documentation.
by Andrew Kuchling
· 12 years ago
0d0813a
Fix typo; clarify that the methods were removed entirely
by Andrew Kuchling
· 12 years ago
4f422e3
Issue #17177: Update the programming FAQ to use importlib
by Brett Cannon
· 12 years ago
82b3d6a
Move something to the right section of What's New
by Brett Cannon
· 12 years ago
a3c9615
Issue #17907: touch up the code for imp.new_module().
by Brett Cannon
· 12 years ago
15e489f
Fix markup of the synopsis along with changing to state what is in the
by Brett Cannon
· 12 years ago
d016900
Merge heads
by Victor Stinner
· 12 years ago
36f01ad
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators
by Victor Stinner
· 12 years ago
6b3d64a
Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standard library).
by Ethan Furman
· 12 years ago
2d77204
Issue #17907: Document types.ModuleType's constructor and attributes,
by Brett Cannon
· 12 years ago
05a647d
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
by Brett Cannon
· 12 years ago
4d70562
Issue #3329: Add new APIs to customize memory allocators
by Victor Stinner
· 12 years ago
8c18da2
merge
by Brett Cannon
· 12 years ago
33915eb
Issue #17222: Raise FileExistsError when py_compile.compile would
by Brett Cannon
· 12 years ago
7bff3cb
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
by Ned Deily
· 12 years ago
3fe35e6
Issue #18193: Add importlib.reload(), documenting (but not
by Brett Cannon
· 12 years ago
0fff6ad
Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.
by Ethan Furman
· 12 years ago
8f5ac51
Issue #15767: Touch up ModuleNotFoundError usage by import.
by Brett Cannon
· 12 years ago
b1611e2
Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError.
by Brett Cannon
· 12 years ago
982c6ef
Issue #18187: merge from 3.3
by Ned Deily
· 12 years ago
3886120
Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag.
by Ned Deily
· 12 years ago
46bebee
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
by Christian Heimes
· 12 years ago
3e738f9
removed accidental new line
by Christian Heimes
· 12 years ago
6d7ad13
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
by Christian Heimes
· 12 years ago
7dc4c03
#18126: merge with 3.3.
by Ezio Melotti
· 12 years ago
c1f5839
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
by Ezio Melotti
· 12 years ago
fdcf2b7
moved the single-dispatch generic function definitions to the glossary
by Łukasz Langa
· 12 years ago
30298b4
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state.
by Vinay Sajip
· 12 years ago
6f69251
Add reference implementation for PEP 443
by Łukasz Langa
· 12 years ago
d710017
Clarify which dictionaries are updateable
by Raymond Hettinger
· 12 years ago
dce0550
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
by Serhiy Storchaka
· 12 years ago
ea2b490
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
by Serhiy Storchaka
· 12 years ago
fef952a
Issue #18079: Fix a typo in the tutorial.
by Serhiy Storchaka
· 12 years ago
3a09286
Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory.
by Jason R. Coombs
· 12 years ago
ecf0851
Fix typo in embedding doc and update examples to 3.3.
by Ned Deily
· 12 years ago
4b4e38e
Mention __cached__ in the import ref.
by Brett Cannon
· 12 years ago
533f1ed
Add a missing parenthesis.
by Brett Cannon
· 12 years ago
2cefb3c
Various tweaks to importlib docs.
by Brett Cannon
· 12 years ago
c3511c1
Issue #17953: document that sys.modules shouldn't be replaced (thanks
by Brett Cannon
· 12 years ago
05ec6ac
Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3
by Senthil Kumaran
· 12 years ago
650e322
Issue 17844: Clarify meaning of different codec tables
by Nick Coghlan
· 12 years ago
c1939b8
Issue #18031: %-formatting isn't dead yet and might pull through.
by Raymond Hettinger
· 12 years ago
9e62d35
Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.
by Serhiy Storchaka
· 12 years ago
95ae992
#17973: fix technical inaccuracy in faq entry (it now passes doctest).
by R David Murray
· 12 years ago
ea3cfc5
Issue #18026: fix ctypes doc typo
by Ned Deily
· 12 years ago
bcf06d3
#17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
by R David Murray
· 12 years ago
86aecc3
#14097: improve the "introduction" page of the tutorial.
by Ezio Melotti
· 12 years ago
697fd46
merge
by Raymond Hettinger
· 12 years ago
Next »