Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b37278cc9b9c5a3044ce0bb963b572106e95f612
/
Doc
ad73a9c
Issue #16400: Add command line option for isolated mode.
by Christian Heimes
· 11 years ago
562d9cb
Issue #18668: Further clarify m_size setting for non-negative values
by Eli Bendersky
· 11 years ago
43694a5
Issue #18668: Further clarify m_size setting for non-negative values
by Eli Bendersky
· 11 years ago
fb1a7bc
#18600: In 3.3, as_string does not accept a policy keyword.
by R David Murray
· 11 years ago
bb17d2b
#18600: add policy to add_string, and as_bytes and __bytes__ methods.
by R David Murray
· 11 years ago
0738aff
Fix a typo in PyUnicode_CopyCharacters() documentation.
by Serhiy Storchaka
· 11 years ago
cdd0279
Fix a typo in PyUnicode_CopyCharacters() documentation.
by Serhiy Storchaka
· 11 years ago
3e4477c
#18267: merge with 3.3.
by Ezio Melotti
· 11 years ago
79016e1
#18267: make whitespace consistent and fix an operator.
by Ezio Melotti
· 11 years ago
7533137
Closing #18668: Properly document setting m_size in PyModuleDef
by Eli Bendersky
· 11 years ago
0d2d2b8
Issue #18668: Properly document setting m_size in PyModuleDef
by Eli Bendersky
· 11 years ago
9b855de
Issue #14323: Expanded the number of digits in the coefficients for the
by Serhiy Storchaka
· 11 years ago
58720d6
Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles.
by Antoine Pitrou
· 11 years ago
b2aa6f4
Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects.
by Jason R. Coombs
· 11 years ago
790d269
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
by Alexander Belopolsky
· 11 years ago
8580dab
Hum, VMS code is still present
by Victor Stinner
· 11 years ago
f3fd13b
Complete What's New in Python 3.4
by Victor Stinner
· 11 years ago
c4216ab
Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser
by Eli Bendersky
· 11 years ago
ca97fd3
Issue #17902: Clarify doc of ElementTree.iterparse
by Eli Bendersky
· 11 years ago
d36fc43
Fix minor documentation markup error.
by Larry Hastings
· 11 years ago
a68cbfa
Issue #18589: fix hyperlinking of type slots (tp_*)
by Antoine Pitrou
· 11 years ago
39668f5
Issue #18589: fix hyperlinking of type slots (tp_*)
by Antoine Pitrou
· 11 years ago
536ffe1
#17616: Improve context manager tests, fix bugs in close method and mode docs.
by R David Murray
· 11 years ago
c91d5ee
#17616: wave.open now supports the 'with' statement.
by R David Murray
· 12 years ago
92e2a22
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
778cba7
Issue #18573: More copy-paste fixes to assertWarns entry.
by Terry Jan Reedy
· 12 years ago
bc47d7b
Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
by R David Murray
· 12 years ago
1c4e443
#16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
by R David Murray
· 12 years ago
f392c60
Merge: #18601: fix error made when difflib example was converted to use 'with'.
by R David Murray
· 12 years ago
96433f8
#18601: fix error made when difflib example was converted to use 'with'.
by R David Murray
· 12 years ago
9026262
fixed examples to work with changed attribute names
by Ethan Furman
· 12 years ago
20ac14f
Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.
by R David Murray
· 12 years ago
11bfd32
#18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.
by R David Murray
· 12 years ago
8547a0e
Merge doc fix
by Antoine Pitrou
· 12 years ago
3ab7b0a
Simplify example of PyErr_Fetch() use
by Antoine Pitrou
· 12 years ago
796564c
Issue #18112: PEP 442 implementation (safe object finalization).
by Antoine Pitrou
· 12 years ago
299a221
Merge #18584: make doctest examples in email documentation pass.
by R David Murray
· 12 years ago
fdfb005
#18584: make doctest examples in email documentation pass.
by R David Murray
· 12 years ago
cf67b2a
Merge #15415 from 3.3
by Nick Coghlan
· 12 years ago
5517596
Close #15415: Factor out temp dir helpers to test.support
by Nick Coghlan
· 12 years ago
e8c45d6
Close #13266: Add inspect.unwrap
by Nick Coghlan
· 12 years ago
b6738df
(Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag
by Victor Stinner
· 12 years ago
ae6d05b
doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag
by Victor Stinner
· 12 years ago
937b50c
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
9eda66d
Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry.
by Terry Jan Reedy
· 12 years ago
4d35e75
#17818: aifc.getparams now returns a namedtuple.
by R David Murray
· 12 years ago
bd2a757
Merge #15130: remove repeat of abstract paragraph from socket howto body.
by R David Murray
· 12 years ago
b76b1b1
#15130: remove repeat of abstract paragraph from socket howto body.
by R David Murray
· 12 years ago
3e1e97a
#16937: merge with 3.3.
by Ezio Melotti
· 12 years ago
61b0c67
#16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat.
by Ezio Melotti
· 12 years ago
aca6170
Closes #18541: merged update from 3.3.
by Vinay Sajip
· 12 years ago
a92fbe6
Issue #18541: simplified LoggerAdapter example.
by Vinay Sajip
· 12 years ago
f24bb35
closes issue18042 -- a `unique` decorator is added to enum.py
by Ethan Furman
· 12 years ago
eaaedcd
Closes #18471: Fix typo in heapq documentation (reported by François Pinard).
by Ned Deily
· 12 years ago
676d7aa
Issue #18471: Fix typo in heapq documentation (reported by François Pinard).
by Ned Deily
· 12 years ago
224a599
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
by Barry Warsaw
· 12 years ago
4958f71
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
by Barry Warsaw
· 12 years ago
24c05bc
Close issue 17482: don't overwrite __wrapped__
by Nick Coghlan
· 12 years ago
d57b268
Closes #18452: fix several "occurrence" typos (reported by Févry Thibault).
by Ned Deily
· 12 years ago
0995c47
Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
by Ned Deily
· 12 years ago
d0a03ad
#18389: Clarify that relpath does not access the file system.
by R David Murray
· 12 years ago
ce10fab
#18389: Clarify that relpath does not access the file system.
by R David Murray
· 12 years ago
11b38f1
Closes #18433: Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
577d4ff
Issue #18433: Clarified venv documentation.
by Vinay Sajip
· 12 years ago
c1a9d30
Merged changes.
by Vinay Sajip
· 12 years ago
ad6bb03
Issue #18434: Updated example script to tidy up resources.
by Vinay Sajip
· 12 years ago
62926ee
Closes #18434: Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
3c557f2
Issue #18434: Updated example script in venv docs to use setuptools rather than Distribute.
by Vinay Sajip
· 12 years ago
4fcf1b2
Issue #18085: Add missed const modifier for some entries in refcounts.dat.
by Serhiy Storchaka
· 12 years ago
244d625
Issue #18085: Add missed const modifier for some entries in refcounts.dat.
by Serhiy Storchaka
· 12 years ago
e173d01
Merge #17987: properly document support.captured_xxx.
by R David Murray
· 12 years ago
5a33f81
#17987: properly document support.captured_xxx.
by R David Murray
· 12 years ago
4918560
Issue #18336. Fix a link to StreamReader's read() method.
by Serhiy Storchaka
· 12 years ago
cca40ff
Issue #18336. Fix a link to StreamReader's read() method.
by Serhiy Storchaka
· 12 years ago
d95bb3f
#18403: merge with 3.3.
by Ezio Melotti
· 12 years ago
93dd693
#18403: fix an off-by-one typo noticed by Xue Fuqiao.
by Ezio Melotti
· 12 years ago
5f8e785
(3.3->default) Cleanup of documentation change from #17860
by Ronald Oussoren
· 12 years ago
385521c
Cleanup of documentation change from #17860
by Ronald Oussoren
· 12 years ago
0507bf5
Issue #3329: Implement the PEP 445
by Victor Stinner
· 12 years ago
c17d0c2
(3.3->default) Issue #17860: explicitly mention that std* streams are opened in binary mode by default.
by Ronald Oussoren
· 12 years ago
a686505
Issue #17860: explicitly mention that std* streams are opened in binary mode by default.
by Ronald Oussoren
· 12 years ago
679ecb5
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
by Brett Cannon
· 12 years ago
82da888
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
by Brett Cannon
· 12 years ago
771b961
Issue #14206: Clarify docs for Queue.join_cancel_thread().
by Richard Oudkerk
· 12 years ago
d7d3f37
Issue #14206: Clarify docs for Queue.join_cancel_thread().
by Richard Oudkerk
· 12 years ago
b0be624
Issue #17273: Clarify that pool methods can only be used by parent process.
by Richard Oudkerk
· 12 years ago
b3c4b98
Issue #17273: Clarify that pool methods can only be used by parent process.
by Richard Oudkerk
· 12 years ago
04926ae
Issue 18240: The HMAC module is no longer restricted to bytes and accepts
by Christian Heimes
· 12 years ago
ec4bdac
(merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
by Terry Jan Reedy
· 12 years ago
8a0b775
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
by Terry Jan Reedy
· 12 years ago
b7bb6f5
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
c4565a9
Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.
by Terry Jan Reedy
· 12 years ago
e256346
Added rationale for defaulting to 1 in the functional API.
by Ethan Furman
· 12 years ago
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
Next »