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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon
2020-01-27
1
-0/+4
*
bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock ...
Karthikeyan Singaravelan
2020-01-27
1
-0/+3
*
Fix linecache.py add lazycache to __all__ and use dict.clear to clear the cac...
加和
2020-01-26
1
-0/+3
*
bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409)
Vegard Stikbakke
2020-01-25
1
-0/+1
*
Merge tag 'v3.9.0a3'
Łukasz Langa
2020-01-25
86
-220/+906
|
\
|
*
Python 3.9.0a3
v3.9.0a3
Łukasz Langa
2020-01-24
86
-220/+906
*
|
bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116)
Matthew Kokotovich
2020-01-25
1
-0/+1
*
|
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
Cheryl Sabella
2020-01-25
1
-0/+1
|
/
*
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
Serhiy Storchaka
2020-01-24
1
-0/+1
*
bpo-39390 shutil: fix argument types for ignore callback (GH-18122)
mbarkhau
2020-01-24
1
-0/+2
*
bpo-38473: Handle autospecced functions and methods used with attach_mock (GH...
Karthikeyan Singaravelan
2020-01-24
1
-0/+2
*
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner
2020-01-24
2
-0/+4
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
Victor Stinner
2020-01-24
1
-0/+1
*
Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606)
Mario Corchero
2020-01-24
1
-0/+2
*
bpo-17005: Add a class to perform topological sorting to the standard library...
Pablo Galindo
2020-01-23
1
-0/+3
*
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...
Pablo Galindo
2020-01-23
1
-0/+2
*
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
Mark Shannon
2020-01-23
1
-0/+15
*
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
Zackery Spytz
2020-01-23
1
-0/+1
*
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff
2020-01-23
2
-0/+3
*
bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)
Pablo Galindo
2020-01-23
2
-1/+41
*
bpo-39336: Allow packages to not let their child modules be set on them (#18006)
Dino Viehland
2020-01-23
1
-0/+1
*
bpo-35182: fix communicate() crash after child closes its pipes (GH-17020) (G...
Alex Rebert
2020-01-22
1
-0/+3
*
bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)
Dong-hee Na
2020-01-22
1
-0/+2
*
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
Victor Stinner
2020-01-22
1
-0/+3
*
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
Victor Stinner
2020-01-22
1
-1/+0
*
bpo-39353: Deprecate the binhex module (GH-18025)
Victor Stinner
2020-01-22
1
-0/+4
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Victor Stinner
2020-01-21
1
-0/+1
*
bpo-39389: gzip: fix compression level metadata (GH-18077)
William Chargin
2020-01-21
1
-0/+2
*
bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094)
Victor Stinner
2020-01-21
1
-0/+1
*
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
Cheryl Sabella
2020-01-21
1
-0/+2
*
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
Andrew Svetlov
2020-01-20
1
-0/+1
*
Fix asyncio.get_event_loop() documentation (GH-18051)
Andrew Svetlov
2020-01-20
1
-0/+2
*
bpo-39377: json: Remove the encoding option. (GH-18075)
Inada Naoki
2020-01-20
1
-0/+2
*
bpo-38536: locale: Remove trailing space in formatted currency (GH-16864)
Inada Naoki
2020-01-20
1
-0/+2
*
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
Zackery Spytz
2020-01-19
1
-0/+8
*
bpo-39372: Clean header files of declared interfaces with no implementations ...
Pablo Galindo
2020-01-18
1
-0/+8
*
bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028)
Victor Stinner
2020-01-16
1
-0/+4
*
bpo-39350: Remove deprecated fractions.gcd() (GH-18021)
Victor Stinner
2020-01-16
1
-0/+2
*
bpo-39351: Remove base64.encodestring() (GH-18022)
Victor Stinner
2020-01-16
1
-0/+3
*
bpo-37958: Adding get_profile_dict to pstats (GH-15495)
Daniel Olshansky
2020-01-15
1
-0/+2
*
bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)
Victor Stinner
2020-01-15
1
-0/+5
*
bpo-1635741: Port _json extension module to multiphase initialization (PEP 48...
Hai Shi
2020-01-15
1
-0/+1
*
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
Dong-hee Na
2020-01-14
1
-0/+2
*
bpo-38901: Allow setting a venv's prompt to the basename of the current direc...
Vinay Sajip
2020-01-14
1
-0/+3
*
bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)
Václav Bartoš
2020-01-14
1
-0/+1
*
bpo-39322: Add gc.is_finalized to check if an object has been finalised by th...
Pablo Galindo
2020-01-14
1
-0/+2
*
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam
2020-01-14
2
-0/+5
*
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon
2020-01-14
1
-0/+9
*
bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)
Dong-hee Na
2020-01-14
1
-0/+3
*
bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-...
Anthony Shaw
2020-01-14
1
-0/+1
[prev]
[next]