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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...
Miss Islington (bot)
2018-01-24
5
-2/+10
*
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (GH-5269)...
Miss Islington (bot)
2018-01-23
1
-3/+2
*
[3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249)
Miss Islington (bot)
2018-01-20
3
-5/+23
*
Removed unnecesssary bit inversion which doesn't improve dispersion statistic...
Miss Islington (bot)
2018-01-18
1
-1/+1
*
[3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)
Steve Dower
2018-01-18
11
-22/+133
*
Fix typo in thread_nt.h code comment (GH-5211) (GH-5226)
Miss Islington (bot)
2018-01-18
1
-1/+1
*
Use assertCountEqual instead of assertEqual. (GH-5223) (#5225)
Miss Islington (bot)
2018-01-17
1
-3/+3
*
pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5219)
Miss Islington (bot)
2018-01-17
1
-1/+13
*
Skip test_readline.test_nonascii() on C locale (GH-5203) (#5204)
Miss Islington (bot)
2018-01-16
1
-0/+8
*
bpo-26163: Frozenset hash improvement (GH-5194) (#5198)
Miss Islington (bot)
2018-01-16
2
-0/+3
*
[3.6] bpo-32555: Fix locale encodings (#5193)
Victor Stinner
2018-01-15
6
-105/+227
*
[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)
Victor Stinner
2018-01-15
8
-17/+153
*
bpo-26330: Update shutil.disk_usage() documentation (GH-5184) (GH-5188)
Miss Islington (bot)
2018-01-15
1
-1/+2
*
bpo-15221: Update os.path.is*() documentation (GH-5185) (GH-5186)
Miss Islington (bot)
2018-01-15
1
-6/+9
*
Add itertools recipe for directly finding the n-th combination (GH-5161) (#5174)
Miss Islington (bot)
2018-01-13
2
-0/+56
*
Improve enum.Flag code example (GH-5167) (GH-5171)
Miss Islington (bot)
2018-01-13
1
-1/+1
*
[3.6] bpo-32521: nis libtirpc (GH-5137) (#5165)
Miss Islington (bot)
2018-01-12
2
-5/+14
*
bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)
Miss Islington (bot)
2018-01-12
2
-1/+4
*
Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...
Miss Islington (bot)
2018-01-12
1
-1/+1
*
Fix version in AppVeyor config (GH-5125)
Zachary Ware
2018-01-07
1
-1/+1
*
bpo-31802: Fix importing native path module before importing os. (GH-4017) (#...
Miss Islington (bot)
2018-01-07
5
-32/+42
*
[3.6] Kill the AppVeyor file whitelist (GH-5122)
Zachary Ware
2018-01-07
1
-17/+0
*
advance copyright years to 2018 (GH-5094) (#5104)
Miss Islington (bot)
2018-01-06
9
-13/+13
*
Fix outdated comment in typeobject.c (GH-5090)
Miss Islington (bot)
2018-01-04
1
-1/+1
*
bpo-32482: Fix suspicious code in tests for syntax and grammar. (GH-5086) (#5...
Miss Islington (bot)
2018-01-04
2
-8/+7
*
bpo-32211: Document the existing bug in re.findall() and re.finditer(). (#4695)
Serhiy Storchaka
2018-01-04
1
-4/+10
*
bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5081)
Miss Islington (bot)
2018-01-02
1
-3/+3
*
bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-50...
Miss Islington (bot)
2018-01-02
1
-0/+74
*
bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5073)
Miss Islington (bot)
2018-01-01
1
-8/+30
*
Add missing backslashes in PCbuild bat files (GH-5056) (GH-5057)
Zachary Ware
2017-12-30
1
-3/+3
*
remove unused import (GH-5040) (#5042)
Miss Islington (bot)
2017-12-29
1
-1/+0
*
make PatternCompiler use the packaged grammar if possible (more bpo-24960) (G...
Miss Islington (bot)
2017-12-29
1
-7/+7
*
bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031)
Miss Islington (bot)
2017-12-28
1
-1/+1
*
[3.6] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (G...
Serhiy Storchaka
2017-12-27
1
-246/+405
*
bpo-26133: Fix typos (GH-5010) (#5014)
Miss Islington (bot)
2017-12-26
2
-2/+19
*
bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) (#...
Miss Islington (bot)
2017-12-25
2
-4/+3
*
bpo-26133: Clear signals list on interpreter finalizing (GH-5002) (#5003)
Miss Islington (bot)
2017-12-24
1
-4/+7
*
correct wording (GH-4983) (#4984)
Miss Islington (bot)
2017-12-23
1
-1/+1
*
bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-...
Miss Islington (bot)
2017-12-22
5
-2/+45
*
bpo-20891: Skip test_embed.test_bpo20891() (#4967) (#4969)
Victor Stinner
2017-12-21
1
-0/+3
*
bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown...
Miss Islington (bot)
2017-12-21
2
-2/+9
*
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-...
Miss Islington (bot)
2017-12-21
3
-4/+17
*
Fix trivial typo in pickle.rst (GH-4955) (#4958)
Miss Islington (bot)
2017-12-21
1
-1/+1
*
correct the typos (GH-4950) (#4951)
Miss Islington (bot)
2017-12-21
1
-2/+2
*
bpo-32306: Clarify c.f.Executor.map() documentation (GH-4947) (#4948)
Miss Islington (bot)
2017-12-20
1
-13/+21
*
Improve the F-strings and format specifier documentation (GH-4931) (GH-4933)
Miss Islington (bot)
2017-12-19
1
-4/+5
*
bpo-32377: improve __del__ docs and fix mention about resurrection (GH-4927) ...
Miss Islington (bot)
2017-12-19
2
-40/+49
*
3.6.4+
Ned Deily
2017-12-19
1
-1/+1
*
Merge tag 'v3.6.4' into 3.6
Ned Deily
2017-12-19
3
-5/+13
|
\
|
*
Update to 3.6.4
v3.6.4
Ned Deily
2017-12-19
2
-5/+5
[next]