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-36124: Add PyInterpreterState.dict. (gh-12132)
Eric Snow
2019-03-15
1
-0/+4
*
bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236)
Victor Stinner
2019-03-15
1
-0/+4
*
bpo-36272: Logging now propagates RecursionError (GH-12312)
Rémi Lapeyre
2019-03-15
1
-0/+2
*
bpo-30040: update news entry (GH-12324)
Inada Naoki
2019-03-14
1
-1/+2
*
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Serhiy Storchaka
2019-03-13
1
-0/+2
*
bpo-36280: Add Constant.kind field (GH-12295)
Guido van Rossum
2019-03-13
1
-0/+2
*
bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304)
pxinwr
2019-03-13
1
-0/+1
*
bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276)
Victor Stinner
2019-03-13
1
-0/+3
*
Fix stepping into a frame without a __name__ (GH-12064)
Anthony Sottile
2019-03-13
1
-0/+2
*
Correct minor edit to news entry. (GH-12298)
Ned Deily
2019-03-12
1
-1/+1
*
Minor edits to news entries (ported from 3.7) (GH-12293)
Ned Deily
2019-03-12
2
-10/+10
*
bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)
Anthony Sottile
2019-03-12
1
-0/+2
*
canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286)
Inada Naoki
2019-03-12
2
-2/+2
*
bpo-30040: new empty dict uses key-sharing dict (GH-1080)
Inada Naoki
2019-03-12
1
-0/+2
*
bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103)
Daniel Hahler
2019-03-12
1
-0/+1
*
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848)
Lisa Roach
2019-03-12
1
-0/+1
*
bpo-36234: Add more tests to PosixUidGidTests (GH-12234)
Victor Stinner
2019-03-11
1
-0/+2
*
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262)
Terry Jan Reedy
2019-03-11
1
-0/+2
*
bpo-35647: Fix path check in cookiejar (#11436)
Xtreak
2019-03-10
1
-0/+3
*
bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)
Lysandros Nikolaou
2019-03-10
1
-0/+3
*
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH...
sth
2019-03-10
1
-0/+2
*
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
Xtreak
2019-03-10
1
-0/+4
*
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Benjamin Peterson
2019-03-10
1
-0/+1
*
bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440)
Cheryl Sabella
2019-03-08
1
-0/+1
*
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
Anthony Sottile
2019-03-08
1
-0/+1
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
1
-0/+7
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
1
-0/+3
*
bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149)
Raymond Hettinger
2019-03-07
1
-0/+2
*
closes bpo-36139: release GIL around munmap(). (GH-12073)
Davide Rizzo
2019-03-06
1
-0/+1
*
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Pradyun Gedam
2019-03-06
1
-0/+1
*
closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)
Martijn Pieters
2019-03-05
1
-0/+2
*
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
Christian Heimes
2019-03-04
1
-0/+2
*
bpo-35198 Fix C++ extension compilation on AIX (GH-10437)
Kevin Adler
2019-03-04
1
-0/+1
*
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr
2019-03-04
1
-0/+1
*
bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)
Brennan D Baraban
2019-03-03
1
-0/+1
*
bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996)
Henry Chen
2019-03-03
1
-0/+1
*
bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115)
Inada Naoki
2019-03-02
1
-0/+3
*
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo
2019-03-01
2
-8/+2
*
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)
Ned Deily
2019-03-01
1
-0/+2
*
bpo-36043: FileCookieJar supports os.PathLike (GH-11945)
Stéphane Wirtel
2019-03-01
1
-0/+1
*
bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129)
Victor Stinner
2019-03-01
1
-0/+2
*
bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)
Xtreak
2019-03-01
1
-0/+2
*
bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098)
Victor Stinner
2019-03-01
1
-0/+2
*
bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)
Cheryl Sabella
2019-03-01
1
-0/+3
*
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner
2019-03-01
1
-0/+2
*
bpo-29571: Fix test_re.test_locale_flag() (GH-12099)
Victor Stinner
2019-02-28
1
-0/+3
*
bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002)
Cheryl Sabella
2019-02-27
1
-0/+1
*
bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968)
pxinwr
2019-02-27
1
-0/+1
*
bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...
Joannah Nanjekye
2019-02-26
1
-0/+1
*
bpo-35652: shutil.copytree(copy_function=...) erroneously pass DirEntry inste...
Giampaolo Rodola
2019-02-26
1
-0/+2
[next]