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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)
Jason R. Coombs
2019-12-11
1
-6/+6
*
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Steve Dower
2019-12-09
1
-0/+49
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)
Kyle Stanley
2019-12-09
1
-5/+19
*
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Victor Stinner
2019-12-09
1
-10/+0
*
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner
2019-12-08
1
-7/+9
*
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
Christian Heimes
2019-12-07
1
-0/+3
*
bpo-29636: json.tool: Add document for indentation options. (GH-17482)
Daniel Himmelstein
2019-12-07
1
-0/+6
*
bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047)
Anj-A
2019-12-07
1
-3/+0
*
bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472)
wim glenn
2019-12-06
1
-0/+6
*
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
An Long
2019-12-03
1
-1/+2
*
document threading.Lock.locked() (GH-17427)
idomic
2019-12-01
1
-0/+4
*
Fix typos (GH-17423)
Ofek Lev
2019-12-01
1
-2/+2
*
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks a...
Steve Dower
2019-11-28
1
-1/+22
*
bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404)
Tzu-ping Chung
2019-11-27
1
-2/+2
*
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Inada Naoki
2019-11-27
1
-2/+2
*
bpo-38892: Improve docs for audit event (GH-17361)
Terry Jan Reedy
2019-11-26
2
-4/+4
*
bpo-22377: Fixes documentation for %Z in datetime (GH-16507)
Karl Dubost
2019-11-26
1
-4/+13
*
Remove use of deprecated `array.fromstring` method (GH-17332)
David Coles
2019-11-26
1
-2/+2
*
bpo-21063: Improve module synopsis for distutils (GH-17363)
Sanchit Khurana
2019-11-25
4
-4/+4
*
bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...
Pablo Galindo
2019-11-24
1
-0/+13
*
bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
Terry Jan Reedy
2019-11-24
1
-1/+2
*
bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)
Raymond Hettinger
2019-11-23
1
-2/+6
*
closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)
Callum Ward
2019-11-22
1
-10/+5
*
bpo-38526: Fix zipfile.Path method name to be the correct one (#17317)
Claudiu Popa
2019-11-21
1
-1/+1
*
Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (...
Mark Shannon
2019-11-21
1
-2/+2
*
Produce cleaner bytecode for 'with' and 'async with' by generating separate c...
Mark Shannon
2019-11-21
1
-76/+9
*
Update functions.rst (GH-16468)
Géry Ogam
2019-11-21
1
-2/+2
*
bpo-36277: Add document for pdb debug and retval commands (GH-12872)
Dave Nguyen
2019-11-21
1
-0/+8
*
Removed capital letter in parameter in stdtypes.rst (GH-17218)
Jules Lasne (jlasne)
2019-11-21
1
-1/+1
*
bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH...
Jason Fried
2019-11-21
1
-1/+1
*
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
Benjamin Peterson
2019-11-20
1
-0/+13
*
bpo-38753: AsyncMock added in version 3.8 (GH-17102)
John Belmonte
2019-11-20
1
-0/+1
*
Added missing coma after end of list in subprocess.rst (GH-17217)
Jules Lasne (jlasne)
2019-11-19
1
-1/+1
*
Add missing comma and period in unittest docs (GH-17211)
Jules Lasne (jlasne)
2019-11-19
1
-1/+1
*
bpo-21767: explicitly mention abc support in functools.singledispatch docs (#...
Batuhan Taşkaya
2019-11-19
1
-0/+14
*
bpo-38622: Add missing audit events for ctypes module (GH-17158)
Steve Dower
2019-11-18
1
-0/+36
*
Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)
Роман Донченко
2019-11-18
1
-1/+1
*
bpo-38678: Improve argparse example in tutorial (GH-17207)
Raymond Hettinger
2019-11-18
1
-1/+3
*
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
Serhiy Storchaka
2019-11-16
1
-1/+6
*
Fix the description of isdatadescriptor in inspect.rst (#16645)
HongWeipeng
2019-11-15
1
-1/+1
*
bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123)
Phil Connell
2019-11-15
1
-1/+9
*
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
Benjamin Peterson
2019-11-14
1
-0/+12
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
38
-166/+166
*
bpo-38421: Update email.utils documentation (GH-16678)
David K
2019-11-12
1
-2/+2
*
bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111)
Raymond Hettinger
2019-11-12
1
-9/+9
*
bpo-38565: add new cache_parameters method for lru_cache (GH-16916)
Manjusaka
2019-11-12
1
-0/+8
*
bpo-38771: Explict test for None in code example (GH-17108)
Jonathan Scholbach
2019-11-12
1
-1/+1
*
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
Brandt Bucher
2019-11-11
2
-4/+4
*
bpo-38382: Document the early-out behavior for a zero (GH-17037)
Raymond Hettinger
2019-11-07
1
-1/+6
*
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson
2019-11-06
1
-1/+11
[next]