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
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #29078: Add the missing import in datetime.time doc example.
Xiang Zhang
2016-12-27
1
-1/+1
*
Issue #25677: Correct syntax error caret for indented blocks.
Martin Panter
2016-12-11
1
-0/+1
*
#28407 Improve test coverage of make_msgid.
R David Murray
2016-12-18
1
-0/+1
*
Fixes #24142: [configparser] always join multiline values to not leave the pa...
Łukasz Langa
2016-11-26
1
-0/+1
*
Issue #10656: Fix out-of-tree building on AIX
Martin Panter
2016-11-20
1
-0/+2
*
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
Martin Panter
2016-11-14
1
-0/+1
*
Issue #28616: Correct help for sys.version_info releaselevel component.
Ned Deily
2016-11-04
1
-0/+1
*
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka
2016-11-03
1
-0/+1
*
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka
2016-10-31
1
-0/+1
*
Issue #26240: Clean up the subprocess module doc string
Martin Panter
2016-10-25
1
-0/+1
*
Issue #28435: Avoid no_proxy environment variable interfering with tests
Martin Panter
2016-10-22
1
-0/+1
*
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
1
-0/+1
*
Issue #28815: Change '?' to '<module>' in some doc examples.
Terry Jan Reedy
2016-09-30
1
-0/+1
*
IDLE NEWS item and ack.
Terry Jan Reedy
2016-09-29
1
-0/+1
*
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...
Mark Dickinson
2016-09-24
1
-0/+1
*
#14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray
2016-09-10
1
-0/+1
*
Issue #19489: Add NEWS and ACKS
Zachary Ware
2016-09-09
1
-0/+1
*
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
Senthil Kumaran
2016-09-07
1
-0/+1
*
Issue #6057: Document exceptions in sqlite3 module
Berker Peksag
2016-08-24
1
-0/+1
*
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...
Mark Dickinson
2016-08-22
1
-0/+1
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-0/+1
*
#2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-19
1
-0/+1
*
Issue #27453: CPP invocation in configure must use CPPFLAGS.
Xavier de Gaye
2016-07-30
1
-0/+1
*
Issue #27490: Do not build pgen when cross-compiling
Martin Panter
2016-07-28
1
-0/+1
*
Issue #25393: Fix probable copy/paste error in resource docs
Zachary Ware
2016-07-19
1
-0/+1
*
Issue #26844: Fix imp.find_module() to have the exception related to
Brett Cannon
2016-07-15
1
-0/+1
*
Issue #27238: Got rid of bare excepts in the turtle module. Original patch
Serhiy Storchaka
2016-06-14
1
-0/+1
*
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
Łukasz Langa
2016-06-12
1
-0/+1
*
Issue #27194: superfluous truncate calls in tarfile.py slow down extraction
Łukasz Langa
2016-06-11
1
-0/+1
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+1
*
Issue #25738: Don’t send message body for 205 Reset Content
Martin Panter
2016-06-08
1
-0/+1
*
os.urandom() doesn't block on Linux anymore
Victor Stinner
2016-06-07
1
-0/+1
*
#16484: Fix pydoc doc links to modules whose names are mixed case.
R David Murray
2016-06-03
1
-0/+1
*
#26829: Clarify that namespace is copied to a new __dict__ in instance creation.
R David Murray
2016-06-03
1
-0/+1
*
#27185: move test_pep292 into test_string.
R David Murray
2016-06-02
1
-0/+1
*
#20973: add total ordering tests for ipaddress
R David Murray
2016-06-02
1
-0/+1
*
Issue 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger
2016-05-28
1
-0/+1
*
Fix os.set_inheritable() on Android
Victor Stinner
2016-05-19
1
-0/+1
*
Issue #26807: mock_open 'files' no longer error on readline at end of file.
Robert Collins
2016-05-16
1
-0/+1
*
Issue #26804: urllib.request will prefer lower_case proxy environment variables
Senthil Kumaran
2016-04-25
1
-0/+1
*
python-gdb.py: get C types at runtime
Victor Stinner
2016-04-20
1
-0/+1
*
Fix shutil.get_terminal_size() error handling
Victor Stinner
2016-04-19
1
-0/+1
*
Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8
Martin Panter
2016-04-17
1
-0/+1
*
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter
2016-04-03
1
-0/+1
*
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by...
Ezio Melotti
2016-03-18
1
-0/+1
*
Issue #26271: Fix the Freeze tool to use variables passed in from the
Brett Cannon
2016-03-18
1
-0/+1
*
#25320: Handle sockets in directories unittest discovery is scanning.
Robert Collins
2016-03-15
1
-0/+1
*
#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.
Ezio Melotti
2016-03-13
1
-0/+1
*
#25687: clarify that errors in tearDown increase the total number of reported...
Ezio Melotti
2016-03-13
1
-0/+1
*
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Serhiy Storchaka
2016-03-12
1
-0/+1
[next]