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-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
*
Fixes sphinx warning in "changelog" misc/NEWS (#829)
Michael Seifert
2017-03-27
1
-2/+2
*
bpo-29901: Improve support of path-like objects in zipapp. (#815)
Serhiy Storchaka
2017-03-25
1
-0/+3
*
bpo-29894: Deprecate returning an instance of complex subclass from __complex...
Serhiy Storchaka
2017-03-24
1
-0/+4
*
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805)
Serhiy Storchaka
2017-03-24
1
-0/+3
*
bpo-29861: release references to multiprocessing Pool tasks (#743)
Antoine Pitrou
2017-03-24
1
-0/+3
*
bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)
Serhiy Storchaka
2017-03-24
1
-0/+3
*
faulthandler: Restore the old sigaltstack during teardown (#777)
Christophe Zeitouny
2017-03-23
2
-0/+4
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-0/+4
*
bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)
Nathaniel J. Smith
2017-03-23
1
-0/+3
*
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)
Daniel Birnstiel
2017-03-21
1
-0/+3
*
bpo-29849: fix a memory leak in import_from (GH-712)
Xiang Zhang
2017-03-21
1
-0/+2
*
bpo-20087: Revert "make the glibc alias table take precedence over the X11 on...
Benjamin Peterson
2017-03-20
1
-2/+0
*
bpo-28876: bool of large range raises OverflowError (#699)
4kir4
2017-03-20
1
-0/+3
*
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
Serhiy Storchaka
2017-03-19
1
-0/+2
*
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)
Serhiy Storchaka
2017-03-19
1
-0/+2
*
bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (#527)
Nate
2017-03-15
1
-0/+3
*
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...
Michael Seifert
2017-03-15
2
-0/+4
*
bpo-28856: Let %b format for bytes support objects that follow the buffer pro...
Xiang Zhang
2017-03-14
1
-0/+3
*
bpo-29742: asyncio get_extra_info() throws exception (#525)
Nikolay Kim
2017-03-12
1
-0/+3
*
bpo-26121: Revert to using the own implementations of lgamma and gamma on all...
Serhiy Storchaka
2017-03-12
1
-2/+1
*
bpo-8256: Fixed possible failing or crashing input() (#517)
Serhiy Storchaka
2017-03-12
1
-0/+3
[next]