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-29822: Make inspect.isabstract() work during __init_subclass__. (#678)
Nate
2017-04-24
1
-0/+3
*
bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268)
Mariatta
2017-04-24
1
-0/+1
*
Remove unneeded Misc/NEWS entry for bpo-29802. (#1251)
Serhiy Storchaka
2017-04-22
1
-3/+0
*
bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)
bladebryan
2017-04-22
2
-0/+4
*
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka
2017-04-20
1
-0/+3
*
bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)
Dong-hee Na
2017-04-20
2
-0/+5
*
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (...
Serhiy Storchaka
2017-04-19
1
-0/+2
*
bpo-22352: Adjust widths in the output of dis.dis() for large line numbers an...
Serhiy Storchaka
2017-04-19
1
-0/+3
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-0/+5
*
bpo-10076: Compiled regular expression and match objects now are copyable. (#...
Serhiy Storchaka
2017-04-16
1
-0/+3
*
bpo-29839: Raise ValueError rather than OverflowError in len() for negative v...
Serhiy Storchaka
2017-04-16
1
-0/+3
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
1
-2/+4
*
bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146)
Mariatta
2017-04-15
1
-0/+1
*
bpo-11913: Add README.rst to the distutils standard READMEs list (#563)
Ryan Gonzalez
2017-04-14
1
-2/+5
*
bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125)
Mariatta
2017-04-14
1
-1/+2
*
bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089)
Armin Rigo
2017-04-13
1
-0/+4
*
bpo-29995: re.escape() now escapes only special characters. (#1007)
Serhiy Storchaka
2017-04-13
1
-0/+2
*
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)
Xiang Zhang
2017-04-13
1
-0/+2
*
bpo-30017: Allowed calling the close() method of the zip entry writer object ...
Serhiy Storchaka
2017-04-12
1
-0/+3
*
bpo-29692: Add missing ACKS entry (#1079)
Nick Coghlan
2017-04-11
1
-0/+1
*
bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...
svelankar
2017-04-11
1
-0/+3
*
bpo-29506: Clarify deep copy note in copy module
Sanyam Khurana
2017-04-09
1
-0/+1
*
bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)
Aviv Palivoda
2017-04-09
1
-0/+4
*
bpo-29998: Pickling and copying ImportError now preserves name and path (#1010)
Serhiy Storchaka
2017-04-08
1
-0/+3
*
bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843)
Serhiy Storchaka
2017-04-08
1
-0/+4
*
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...
Stuart Berg
2017-04-06
1
-0/+1
*
bpo-29962: add math.remainder (#950)
Mark Dickinson
2017-04-05
1
-0/+3
*
Miscellaneous minor fixes of Misc/NEWS formatting. (#1002)
Serhiy Storchaka
2017-04-05
1
-19/+19
*
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
Andrew Nester
2017-04-04
1
-0/+3
*
bpo-19225: Add a table of warning names and missed exception names in C API d...
cocoatomo
2017-04-02
1
-0/+1
*
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Pierre Quentel
2017-04-02
1
-0/+3
*
bpo-29957: change LBYL key lookup to dict.setdefault (#938)
Michael Selik
2017-04-02
1
-0/+1
*
bpo-29949: Fix set memory usage regression (GH-943)
INADA Naoki
2017-04-01
1
-0/+2
*
bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879)
s-sanjay
2017-04-01
1
-0/+3
*
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)
Serhiy Storchaka
2017-03-31
1
-0/+3
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889)
T. Wouters
2017-03-30
1
-0/+3
*
bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550)
Serhiy Storchaka
2017-03-30
1
-0/+2
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)
Serhiy Storchaka
2017-03-30
1
-0/+4
*
bpo-29913: deprecate compare_networks() in documentation (GH-865)
s-sanjay
2017-03-30
1
-0/+1
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765)
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-29816: Shift operation now has less opportunity to raise OverflowError. (...
Serhiy Storchaka
2017-03-30
1
-0/+4
*
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505)
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693)
Xiang Zhang
2017-03-29
1
-0/+4
*
bpo-10379: add 'monetary' to format_string, deprecate format
Garvit Khatri
2017-03-28
1
-0/+3
*
NEWS: remove duplicated "Build" section (GH-872)
INADA Naoki
2017-03-28
1
-5/+2
*
Improve the documentation for template strings (#856)
Barry Warsaw
2017-03-28
1
-0/+4
*
bpo-29643: Fix check for --enable-optimizations (GH-129)
Alex Wang
2017-03-28
1
-0/+5
*
Fix ref cycles in TestCase.assertRaises() (#193)
Victor Stinner
2017-03-27
1
-0/+3
[next]