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
...
*
[3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5...
Bar Harel
2018-02-02
4
-10/+75
*
[3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… â€...
Terry Jan Reedy
2018-02-02
4
-8/+26
*
bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5489)
Miss Islington (bot)
2018-02-02
1
-3/+3
*
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH...
Miss Islington (bot)
2018-02-01
2
-10/+39
*
[3.6] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-...
Serhiy Storchaka
2018-02-01
1
-0/+32
*
bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...
Miss Islington (bot)
2018-02-01
7
-9/+26
*
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) ...
Miss Islington (bot)
2018-01-31
1
-1/+1
*
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...
Miss Islington (bot)
2018-01-31
3
-1/+20
*
[3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) ...
Xiang Zhang
2018-01-31
3
-2/+74
*
[3.6] compare with difflib not diff(1) (GH-5450) (GH-5453)
Benjamin Peterson
2018-01-30
1
-13/+9
*
[3.6] closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) (GH-5443)
Benjamin Peterson
2018-01-30
2
-10/+15
*
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) ...
Miss Islington (bot)
2018-01-30
2
-1/+2
*
[3.6] replace dynamic import with 'exec' with importlib.import_module (GH-543...
Benjamin Peterson
2018-01-30
1
-3/+4
*
[3.6] Revert "bpo-32690: Preserve order of locals() (GH-5379) (#5390)"
Nick Coghlan
2018-01-30
2
-4/+2
*
bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) (GH-5...
Miss Islington (bot)
2018-01-30
1
-3/+4
*
bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431)
Miss Islington (bot)
2018-01-29
3
-1/+25
*
Document the error return of PyLong_As* APIs. (GH-5396) (#5404)
Miss Islington (bot)
2018-01-29
1
-0/+34
*
bpo-20891: Remove test_capi.test_bpo20891() (#5425)
Victor Stinner
2018-01-29
2
-61/+0
*
Add a test for pdb until command in coroutine (GH-5427) (#5428)
Miss Islington (bot)
2018-01-29
1
-0/+46
*
bpo-32650: Add an asyncgen pdb test (GH-5406) (#5419)
Miss Islington (bot)
2018-01-29
1
-0/+60
*
Fix minor markup typo (GH-5407) (#5416)
Miss Islington (bot)
2018-01-29
1
-1/+1
*
[3.6] bpo-32650 Add support for async generators and more test for coroutines...
Andrew Svetlov
2018-01-29
2
-7/+51
*
bpo-32650: Add native coroutine support to bdb when stepping over line (GH-54...
Miss Islington (bot)
2018-01-29
3
-6/+63
*
bpo-32690: Preserve order of locals() (GH-5379) (#5390)
Miss Islington (bot)
2018-01-28
2
-2/+4
*
[3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)
Antoine Pitrou
2018-01-28
3
-4/+28
*
Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)
Miss Islington (bot)
2018-01-28
1
-1/+1
*
bpo-32685: Improve suggestion for print statement (GH-5380)
Miss Islington (bot)
2018-01-28
3
-14/+39
*
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...
Miss Islington (bot)
2018-01-28
1
-2/+2
*
Minor grammar fixes to License.rst (GH-1174) (GH-5373)
Miss Islington (bot)
2018-01-28
1
-3/+4
*
[3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)
Miss Islington (bot)
2018-01-28
2
-2/+2
*
Fix changed file detection on Travis (GH-3129)
Miss Islington (bot)
2018-01-27
1
-1/+15
*
Fix wrong assert in unicodeobject (GH-5340)
Miss Islington (bot)
2018-01-27
1
-1/+1
*
[3.6] bpo-32521: nis libnsl (GH-5190) (#5352)
Christian Heimes
2018-01-27
2
-19/+53
*
[3.6] bpo-27505: Retrofit module __class__ documentation from 3.7 (GH-5321)
Cheryl Sabella
2018-01-27
1
-0/+33
*
[3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-526...
Bo Bayles
2018-01-27
4
-2/+33
*
bpo-32667: Fix tests when $PATH contains a file (GH-5322) (#5323)
Miss Islington (bot)
2018-01-25
2
-9/+8
*
bpo-32651 Recommend getpass.getuser() (GH-5301) (#5304)
Miss Islington (bot)
2018-01-24
2
-8/+11
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...
Xiang Zhang
2018-01-24
3
-20/+41
*
[3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-52...
Bo Bayles
2018-01-24
3
-4/+37
*
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
[prev]
[next]