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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)
Cheryl Sabella
2019-03-23
2
-45/+107
*
bpo-36405: Use dict unpacking in idlelib (#12507)
Terry Jan Reedy
2019-03-23
3
-12/+8
*
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)
Terry Jan Reedy
2019-03-22
6
-58/+39
*
bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (...
Brett Cannon
2019-03-22
2
-4/+27
*
bpo-30670: Add pp function to the pprint module (GH-11769)
Rémi Lapeyre
2019-03-22
2
-18/+39
*
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Inada Naoki
2019-03-22
2
-11/+11
*
bpo-21269: Provide args and kwargs attributes on mock call objects GH11807
Kumar Akshay
2019-03-22
3
-3/+33
*
Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
Pablo Galindo
2019-03-22
1
-1/+1
*
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)
Pablo Galindo
2019-03-21
1
-0/+4
*
bpo-35978: Correctly skips venv tests in venvs (GH-12220)
Steve Dower
2019-03-21
2
-12/+22
*
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach
2019-03-21
2
-6/+7
*
bpo-36324: NormalDist() add more tests and update comments (GH-12476)
Raymond Hettinger
2019-03-20
1
-24/+44
*
bpo-36285: Fix integer overflow in the array module. (GH-12317)
sth
2019-03-20
1
-0/+141
*
bpo-36312: Fix decoders for some code pages. (GH-12369)
Serhiy Storchaka
2019-03-20
1
-0/+9
*
bpo-36324: Improved code formatting for the NormalDist.inv_cdf rational appro...
Raymond Hettinger
2019-03-19
1
-46/+48
*
NormalDist.inv_cdf(): In-line constants because the variable names were not i...
Raymond Hettinger
2019-03-19
1
-59/+46
*
Add docstrings to the arithmetic methods in NormalDist() (GH-12426)
Raymond Hettinger
2019-03-19
1
-14/+44
*
bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377)
Raymond Hettinger
2019-03-19
2
-0/+158
*
bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)
Raymond Hettinger
2019-03-18
1
-9/+7
*
bpo-36235: Enhance distutils test_customize_compiler() (GH-12403)
Victor Stinner
2019-03-18
1
-13/+79
*
bpo-36332: Allow compile() to handle AST objects with assignment expressions ...
Pablo Galindo
2019-03-18
1
-0/+11
*
bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)
Raymond Hettinger
2019-03-18
2
-6/+8
*
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki
2019-03-18
4
-224/+30
*
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Fantix King
2019-03-17
2
-0/+76
*
bpo-23216: IDLE: Add docstrings to search modules (GH-12141)
Cheryl Sabella
2019-03-16
3
-39/+188
*
bpo-35493: Use Process.sentinel instead of sleeping for polling worker status...
Pablo Galindo
2019-03-16
1
-11/+77
*
bpo-35715: Liberate return value of _process_worker (GH-11514)
Dave Chevell
2019-03-16
1
-0/+1
*
bpo-36301: _PyCoreConfig_Read() ensures that argv is not empty (GH-12347)
Victor Stinner
2019-03-15
1
-1/+1
*
bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236)
Victor Stinner
2019-03-15
2
-7/+14
*
bpo-36272: Logging now propagates RecursionError (GH-12312)
Rémi Lapeyre
2019-03-15
2
-1/+20
*
Fix typo duplicate period in a docstring in the zipfile module. (GH-12326)
nick sung
2019-03-14
1
-1/+1
*
Simplify overlap() formula for case where variances are equal (GH-12323)
Raymond Hettinger
2019-03-14
1
-1/+1
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-0/+1263
*
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Serhiy Storchaka
2019-03-13
1
-1/+1
*
bpo-36280: Add Constant.kind field (GH-12295)
Guido van Rossum
2019-03-13
1
-44/+62
*
Fix stepping into a frame without a __name__ (GH-12064)
Anthony Sottile
2019-03-13
2
-0/+9
*
bpo-35661: Fix failing test on buildbot (GH-12297)
Cheryl Sabella
2019-03-13
1
-4/+6
*
bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)
Anthony Sottile
2019-03-12
5
-14/+15
*
bpo-30040: new empty dict uses key-sharing dict (GH-1080)
Inada Naoki
2019-03-12
2
-4/+6
*
bpo-35892: Fix mode() and add multimode() (#12089)
Raymond Hettinger
2019-03-12
2
-40/+59
*
bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103)
Daniel Hahler
2019-03-12
2
-11/+23
*
bpo-36234: Add more tests to PosixUidGidTests (GH-12234)
Victor Stinner
2019-03-11
1
-8/+20
*
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262)
Terry Jan Reedy
2019-03-11
3
-3/+8
*
bpo-35647: Fix path check in cookiejar (#11436)
Xtreak
2019-03-10
2
-5/+33
*
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
Xtreak
2019-03-10
2
-2/+41
*
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Benjamin Peterson
2019-03-10
1
-2/+2
*
Rework integer overflow path in math.prod and add more tests (GH-11809)
Pablo Galindo
2019-03-09
1
-35/+86
*
Fix typos and improve grammar in threading.Barrier docstrings (GH-12210)
Carl Bordum Hansen
2019-03-09
1
-3/+3
*
bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440)
Cheryl Sabella
2019-03-08
2
-0/+8
*
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
Anthony Sottile
2019-03-08
2
-0/+9
[next]