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-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou
2017-10-19
1
-0/+15
*
time.clock() now emits a DeprecationWarning (GH-4020)
Victor Stinner
2017-10-17
2
-1/+9
*
bpo-31799: Make module.__spec__ more discoverable (#4010)
Barry Warsaw
2017-10-17
2
-3/+12
*
bpo-30541: Add new method to seal mocks (GH61923)
Mario Corchero
2017-10-17
2
-0/+25
*
bpo-31558: Add gc.freeze() (#3705)
brainfvck
2017-10-16
1
-0/+27
*
bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)
vyas45
2017-10-15
1
-1/+1
*
bpo-31757: Make Fibonacci examples consistent (#3991)
Raymond Hettinger
2017-10-14
2
-18/+20
*
bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990)
INADA Naoki
2017-10-14
1
-1/+1
*
bpo-31714: Improved regular expression documentation. (#3907)
Serhiy Storchaka
2017-10-14
2
-185/+226
*
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)
Victor Stinner
2017-10-13
1
-3/+4
*
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
Berker Peksag
2017-10-13
2
-4/+5
*
bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...
INADA Naoki
2017-10-13
1
-2/+11
*
Improve test suite customization example (GH-3967)
Berker Peksag
2017-10-13
1
-2/+6
*
Exclude non-default VENVDIR in Doc builds (#3974)
Ned Deily
2017-10-12
1
-1/+2
*
bpo-31766: restore 3.5 to docs version switchers (#3969)
Ned Deily
2017-10-12
2
-1/+3
*
bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966)
Éric Araujo
2017-10-12
2
-5/+14
*
bpo-31567: add or fix decorator markup in docs (#3959)
Daisuke Miyakawa
2017-10-12
4
-8/+8
*
bpo-28157: Improvements for the time module documentation (GH-928)
Cheryl Sabella
2017-10-11
1
-87/+115
*
bpo-31537: Update readline documentation example. (GH-3925)
Brad Smith
2017-10-10
1
-2/+2
*
bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973)
Serhiy Storchaka
2017-10-08
2
-1/+30
*
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...
Oren Milman
2017-10-08
2
-6/+19
*
bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914)
Tzu-ping Chung
2017-10-07
1
-1/+1
*
bpo-31709: Update importlib magic (#3906)
Yury Selivanov
2017-10-06
1
-2/+5
*
Document Py_GETENV() (#3890)
Barry Warsaw
2017-10-06
1
-0/+5
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
2
-0/+189
*
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov
2017-10-06
1
-8/+10
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-44/+9
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
2
-8/+8
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
4
-21/+105
*
bpo-31671: re: Convert RegexFlag to int before compile (GH-3862)
INADA Naoki
2017-10-05
1
-0/+5
*
closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756)
pdox
2017-10-05
1
-0/+16
*
bpo-30872: Update the curses docs to Python 3. (#2620)
Serhiy Storchaka
2017-10-04
3
-109/+115
*
bpo-31667: Fix gettext related links. (#3860)
Serhiy Storchaka
2017-10-04
2
-9/+15
*
bpo-30404: The -u option now makes the stdout and stderr streams totally unbu...
Serhiy Storchaka
2017-10-04
1
-4/+4
*
bpo-30397: Add re.Pattern and re.Match. (#1646)
Serhiy Storchaka
2017-10-04
3
-61/+61
*
Remove retired and security branches from active docs (#3879)
Ned Deily
2017-10-04
2
-4/+0
*
bpo-31415: Add `-X importtime` option (GH-3490)
INADA Naoki
2017-10-03
1
-0/+7
*
bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)
Thomas Moreau
2017-10-03
1
-1/+8
*
bpo-31648: Improve ElementPath (#3835)
scoder
2017-09-30
2
-0/+13
*
bpo-31574: importlib dtrace (#3749)
Christian Heimes
2017-09-29
1
-0/+11
*
bpo-31638: Add compression support to zipapp (GH-3819)
Zhiming Wang
2017-09-29
2
-4/+19
*
Fix typo in Simple Statements documentation (GH-3809)
kms70847
2017-09-28
1
-1/+1
*
point to the module-level get_ident function rather than the one in _thread (...
Benjamin Peterson
2017-09-27
1
-4/+4
*
bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)
Guilherme Caminha
2017-09-25
1
-7/+0
*
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Stefan Grönke
2017-09-25
3
-3/+3
*
bpo-27385: Clarify docstring for groupby() (#3738)
Raymond Hettinger
2017-09-25
1
-1/+1
*
bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods ...
Raymond Hettinger
2017-09-25
1
-23/+33
*
bpo-18558: Clarify glossary entry for "Iterable" (#3732)
Raymond Hettinger
2017-09-25
2
-2/+10
*
bpo-30085: Improve documentation for operator (#1171)
Sanket Dasgupta
2017-09-24
1
-3/+4
*
Update Email library documentation example (GH-3720)
Henk-Jaap Wagenaar
2017-09-24
1
-1/+1
[next]