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
*
bpo-30532: Fix whitespace folding in certain cases (#2592)
Joel Hillacre
2017-07-06
1
-0/+1
*
[3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...
Serhiy Storchaka
2017-07-04
1
-0/+1
*
[3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...
Brett Cannon
2017-06-23
1
-0/+1
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2290)
Victor Stinner
2017-06-20
1
-0/+1
*
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...
Mariatta
2017-06-16
1
-0/+1
*
[3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000)
Denis Osipov
2017-06-08
1
-0/+1
*
[3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288)
Mariatta
2017-05-27
1
-0/+1
*
[3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)
Serhiy Storchaka
2017-05-20
1
-0/+1
*
bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1623)
Victor Stinner
2017-05-17
1
-0/+1
*
[3.5] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...
torsava
2017-05-09
1
-0/+1
*
bpo-29506: Clarify deep copy note in copy module
Nick Coghlan
2017-04-09
1
-0/+1
*
[3.5] bpo-19225: Lack of c api exceptions doc (#965)
cocoatomo
2017-04-06
1
-0/+1
*
faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-796)
Christophe Zeitouny
2017-03-24
1
-0/+1
*
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...
Michael Seifert
2017-03-15
1
-0/+1
*
bpo-29521 update Misc/ACKS (#111)
Mariatta
2017-02-15
1
-0/+1
*
Issue #26355: Specify canonical URLs in docs pages
Nick Coghlan
2017-02-09
1
-0/+1
*
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
Raymond Hettinger
2016-12-31
1
-0/+1
*
Issue #29109: Enhance tracemalloc documentation
Victor Stinner
2016-12-30
1
-0/+1
*
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Serhiy Storchaka
2016-12-28
1
-0/+1
*
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
[next]