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-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link li...
Miss Islington (bot)
2017-12-07
1
-0/+1
*
Update NEWS and pydoc topics.
Ned Deily
2017-12-05
111
-265/+1142
*
Tidy NEWS entry.
Ned Deily
2017-12-05
1
-10/+2
*
[3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-47...
Miss Islington (bot)
2017-12-05
1
-0/+1
*
bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717)
Mariatta
2017-12-05
1
-0/+1
*
[3.6] bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (GH-4715) (#4716)
Miss Islington (bot)
2017-12-05
1
-0/+1
*
[bpo-28556] Minor fixes for typing module (GH-4710) (#4713)
Miss Islington (bot)
2017-12-05
1
-0/+3
*
[3.6] bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) (#4711)
Ned Deily
2017-12-05
1
-0/+1
*
bpo-32207: Improve tk event exception tracebacks in IDLE. (GH-4703) (#4705)
Miss Islington (bot)
2017-12-04
1
-0/+6
*
bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693)
Miss Islington (bot)
2017-12-04
1
-0/+3
*
[3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684)
Nick Coghlan
2017-12-03
1
-0/+5
*
bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)
Miss Islington (bot)
2017-12-01
1
-0/+3
*
bpo-20891: Fix PyGILState_Ensure() (#4650) (#4655)
Victor Stinner
2017-11-30
1
-0/+3
*
bpo-32072: Fix issues with binary plists. (GH-4455) (#4654)
Miss Islington (bot)
2017-11-30
1
-0/+6
*
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-408...
Miss Islington (bot)
2017-11-30
1
-0/+3
*
Skip test_socket.test_sha256() on linux < 4.5 (GH-4643) (#4645)
Miss Islington (bot)
2017-11-30
1
-0/+3
*
bpo-32164: Delete unused file idlelib/tabbedpages.py (GH-4628) (#4631)
Miss Islington (bot)
2017-11-29
1
-0/+2
*
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) ...
Miss Islington (bot)
2017-11-29
1
-0/+3
*
bpo-29879: Update typing documentation. (GH-4573) (GH-4574)
Miss Islington (bot)
2017-11-26
1
-1/+1
*
bpo-32059: setup.py now also searches the sysroot paths (GH-4452) (#4562)
Miss Islington (bot)
2017-11-25
1
-0/+2
*
[3.6] bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
Berker Peksag
2017-11-24
1
-0/+2
*
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
Miss Islington (bot)
2017-11-24
1
-0/+2
*
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533)
Miss Islington (bot)
2017-11-23
1
-0/+5
*
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
Berker Peksag
2017-11-23
1
-0/+4
*
[3.6] bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (GH-4484) (#4512)
Terry Jan Reedy
2017-11-23
1
-0/+2
*
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...
Miss Islington (bot)
2017-11-21
1
-0/+1
*
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416)
Victor Stinner
2017-11-16
1
-0/+1
*
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable GH-4409 (#...
Miss Islington (bot)
2017-11-16
1
-0/+1
*
bpo-32011: Revert "Issue GH-15480: Remove the deprecated and unused TYPE_INT6...
Miss Islington (bot)
2017-11-15
1
-0/+2
*
[3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Pri...
Serhiy Storchaka
2017-11-15
1
-0/+9
*
[3.6] bpo-32015: Asyncio looping during simultaneously socket read/write anâ€...
Andrew Svetlov
2017-11-14
1
-0/+2
*
[3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4...
xdegaye
2017-11-12
1
-0/+1
*
[3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4...
Serhiy Storchaka
2017-11-09
1
-0/+3
*
[3.6] bpo-31934: Abort when building out of a not clean source tree (GH-4255)...
xdegaye
2017-11-08
1
-0/+1
*
bpo-31620: have asyncio/queues not leak memory when you've exceptions during ...
Miss Islington (bot)
2017-11-07
1
-0/+2
*
[3.6] bpo-31970: Reduce performance overhead of asyncio debug mode. (GH-4314)...
Antoine Pitrou
2017-11-07
1
-0/+1
*
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...
Miss Islington (bot)
2017-11-07
1
-0/+2
*
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...
Miss Islington (bot)
2017-11-07
1
-0/+2
*
[3.6] bpo-31957: Fixes version detection. (GH-4298) (#4300)
Miss Islington (bot)
2017-11-06
1
-0/+1
*
bpo-31609: Fixes quotes in PCbuild/clean.bat (GH-4280) (#4285)
Miss Islington (bot)
2017-11-05
1
-0/+1
*
bpo-31944: Fixes build and Modify button (GH-4278) (#4284)
Miss Islington (bot)
2017-11-05
1
-0/+1
*
bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4269)
Miss Islington (bot)
2017-11-04
1
-0/+6
*
bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4...
Miss Islington (bot)
2017-11-03
1
-0/+2
*
bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261)
Miss Islington (bot)
2017-11-03
2
-0/+2
*
[3.6] bpo-31310: multiprocessing's semaphore tracker should be launched again...
Antoine Pitrou
2017-11-03
1
-0/+1
*
[3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-42...
Tal Einat
2017-11-03
1
-0/+2
*
[3.6] bpo-31308: If multiprocessing's forkserver dies, launch it again when n...
Antoine Pitrou
2017-11-03
1
-0/+2
*
bpo-30806: Fix netrc.__repr__() format (GH-2491)
Miss Islington (bot)
2017-11-03
1
-0/+1
*
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G...
Miss Islington (bot)
2017-11-01
1
-0/+3
*
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...
Miss Islington (bot)
2017-11-01
1
-0/+1
[next]