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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39542: Convert PyType_Check() to static inline function (GH-18364)
Victor Stinner
2020-02-05
1
-6/+6
*
bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260)
Jakub Stasiak
2020-02-05
2
-1/+109
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Saiyang Gou
2020-02-05
2
-0/+11
*
Fix MinGW library generation command (GH-17917)
Baljak
2020-02-05
1
-1/+1
*
add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#...
Chris Withers
2020-02-04
1
-0/+2
*
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-...
Adorilson Bezerra
2020-02-03
2
-3/+6
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
4
-45/+15
*
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Kyle Stanley
2020-02-02
2
-1/+22
*
fixes typos in http.client documentation (#18300)
James Corbett
2020-02-01
1
-2/+2
*
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
Andrew Svetlov
2020-02-01
2
-2/+7
*
bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296)
Victor Stinner
2020-02-01
1
-0/+4
*
Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)
Julien Palard
2020-01-31
1
-2/+2
*
bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
Victor Stinner
2020-01-30
1
-1/+1
*
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
Victor Stinner
2020-01-30
2
-3/+0
*
Improve grammar in the import system reference documentation (GH-18209)
Bonifacio de Oliveira
2020-01-30
1
-1/+1
*
Doc: Fix external links to functional programming tutorial. (GH-18249)
Julien Palard
2020-01-29
1
-3/+3
*
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Joannah Nanjekye
2020-01-29
3
-6/+9
*
bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)
RĂ©mi Lapeyre
2020-01-28
1
-8/+14
*
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Inada Naoki
2020-01-28
2
-2/+44
*
bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226)
Raymond Hettinger
2020-01-28
1
-5/+5
*
bpo-39392: Turtle overlap fill depends on OS (#18223)
Terry Jan Reedy
2020-01-27
1
-0/+5
*
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon
2020-01-27
1
-14/+7
*
bpo-36018: Add another example for NormalDist() (#18191)
Raymond Hettinger
2020-01-26
1
-0/+36
*
bpo-39374: Updated sorting documentation (GH-18177)
Juhana Jauhiainen
2020-01-25
1
-4/+6
*
bpo-36654: Add examples for using tokenize module programmically (#12947)
Windson yang
2020-01-25
1
-0/+19
*
bpo-15243: Document __prepare__ as classmethod (GH-17124)
alclarks
2020-01-25
1
-1/+2
*
Update 3.8.rst (GH-18173)
fireattack
2020-01-25
1
-1/+1
*
bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521)
Paulo Henrique Silva
2020-01-25
1
-1/+2
*
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner
2020-01-24
2
-24/+27
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
Victor Stinner
2020-01-24
2
-0/+6
*
bpo-39361: Document the removal of PyTypeObject.tp_print (GH-18125)
Ammar Askar
2020-01-24
1
-0/+5
*
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner
2020-01-24
12
-47/+262
*
bpo-17005: Minor improvements to the documentation of TopologicalSorter (GH-1...
Pablo Galindo
2020-01-23
1
-75/+67
*
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
Shanavas M
2020-01-23
1
-4/+4
*
bpo-17005: Add a class to perform topological sorting to the standard library...
Pablo Galindo
2020-01-23
3
-0/+215
*
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
Mark Shannon
2020-01-23
1
-28/+9
*
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff
2020-01-23
1
-1/+4
*
bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)
Dong-hee Na
2020-01-22
2
-27/+7
*
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
Victor Stinner
2020-01-22
2
-6/+0
*
bpo-39353: Deprecate the binhex module (GH-18025)
Victor Stinner
2020-01-22
3
-0/+22
*
bpo-39377: json: Update doc about the encoding option. (GH-18076)
Inada Naoki
2020-01-22
2
-8/+11
*
PyLong_AsLongLong() docs should say 'long long' (#18082)
Keith Erskine
2020-01-21
1
-1/+1
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Victor Stinner
2020-01-21
2
-0/+6
*
improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)
Carl Friedrich Bolz-Tereick
2020-01-21
1
-8/+10
*
bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)
Peter Bittner
2020-01-20
1
-3/+2
*
Fix asyncio.get_event_loop() documentation (GH-18051)
Andrew Svetlov
2020-01-20
1
-2/+4
*
Fix Lock.locked() to remove extra bold highlighting (#18042)
Grant Jenks
2020-01-17
1
-0/+1
*
bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028)
Victor Stinner
2020-01-16
2
-6/+18
*
bpo-39350: Remove deprecated fractions.gcd() (GH-18021)
Victor Stinner
2020-01-16
2
-12/+4
*
bpo-39351: Remove base64.encodestring() (GH-18022)
Victor Stinner
2020-01-16
2
-12/+5
[next]