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-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)
Miss Islington (bot)
2018-04-29
2
-2/+29
*
[3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630...
Serhiy Storchaka
2018-04-29
4
-2/+31
*
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
Miss Islington (bot)
2018-04-23
2
-0/+12
*
[3.6] Spelling fixes to docs, docstrings, and comments (GH-6374) (#6558)
Terry Jan Reedy
2018-04-21
2
-2/+2
*
bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)
Miss Islington (bot)
2018-04-20
3
-3/+3
*
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
Miss Islington (bot)
2018-04-19
1
-6/+65
*
bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)
Miss Islington (bot)
2018-04-19
1
-7/+22
*
bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (GH-6529)
Miss Islington (bot)
2018-04-19
1
-1/+1
*
Fix spelling typo (GH-6443) (#6508)
Miss Islington (bot)
2018-04-17
1
-1/+1
*
bpo-33295: Skip test using missing external site (GH-6504) (GH-6511)
Miss Islington (bot)
2018-04-17
1
-0/+1
*
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)
Miss Islington (bot)
2018-04-17
1
-2/+2
*
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...
Miss Islington (bot)
2018-04-09
1
-1/+25
*
Fix misleading docsting of shelve.open(). (GH-6427)
Miss Islington (bot)
2018-04-09
1
-1/+1
*
Update docstring of tempfile._RandomNameSequence (GH-6414)
Miss Islington (bot)
2018-04-09
1
-1/+1
*
Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6422)
Miss Islington (bot)
2018-04-08
1
-0/+8
*
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6391)
Miss Islington (bot)
2018-04-05
2
-8/+20
*
bpo-33203: Ensure random.choice always raises IndexError on empty sequence (G...
Miss Islington (bot)
2018-04-05
2
-1/+6
*
bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)
Miss Islington (bot)
2018-04-04
1
-1/+41
*
bpo-29922: Improve error messages in 'async with' (GH-6352)
Miss Islington (bot)
2018-04-04
1
-4/+9
*
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(...
Miss Islington (bot)
2018-04-03
1
-17/+18
*
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
Miss Islington (bot)
2018-04-02
1
-3/+6
*
bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344)
Miss Islington (bot)
2018-04-02
1
-4/+7
*
[3.6] Fix duplicating words words. (GH-6296) (GH-6298)
Terry Jan Reedy
2018-03-28
2
-2/+2
*
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...
Miss Islington (bot)
2018-03-28
1
-1/+1
*
bpo-27212: Modify islice recipe to consume initial values preceding start (GH...
Miss Islington (bot)
2018-03-27
1
-0/+67
*
bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)
Miss Islington (bot)
2018-03-26
1
-0/+50
*
bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
Miss Islington (bot)
2018-03-26
2
-1/+10
*
[3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)
Christian Heimes
2018-03-24
1
-0/+1
*
[3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. ...
Serhiy Storchaka
2018-03-23
3
-1/+87
*
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
Miss Islington (bot)
2018-03-22
3
-2/+2
*
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
Miss Islington (bot)
2018-03-21
2
-74/+61
*
bpo-18802: Add more details to ipaddress documentation (GH-6083)
Miss Islington (bot)
2018-03-21
1
-0/+3
*
bpo-19417: Add test_bdb.py (GH-5217)
xdegaye
2018-03-19
2
-2/+1152
*
[3.6] bpo-33041: Add tests for jumps in/out of 'async with' blocks. (GH-6110)...
Serhiy Storchaka
2018-03-18
1
-1/+133
*
Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (#6136)
Miss Islington (bot)
2018-03-17
3
-2/+2
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Miss Islington (bot)
2018-03-17
1
-1/+15
*
3.6.5rc1
v3.6.5rc1
Ned Deily
2018-03-14
1
-242/+367
*
lib2to3: Add more tests (GH-6101) (#6109)
Miss Islington (bot)
2018-03-13
1
-0/+108
*
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...
Miss Islington (bot)
2018-03-13
1
-11/+57
*
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096)...
Miss Islington (bot)
2018-03-13
2
-26/+37
*
[3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH...
Antoine Pitrou
2018-03-11
4
-12/+45
*
[3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...
Miss Islington (bot)
2018-03-11
1
-0/+28
*
[3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)...
Andrew Svetlov
2018-03-10
2
-20/+41
*
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
Nathan Henrie
2018-03-09
1
-0/+1
*
[3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...
Miss Islington (bot)
2018-03-08
2
-0/+26
*
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Miss Islington (bot)
2018-03-07
1
-1/+2
*
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...
Miss Islington (bot)
2018-03-06
2
-1/+12
*
[3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)
Steve Dower
2018-03-05
1
-0/+35
*
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
Miss Islington (bot)
2018-03-05
1
-0/+3
*
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...
Miss Islington (bot)
2018-03-04
2
-3/+114
[next]