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
/
NEWS.d
/
next
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-9146: add the missing NEWS entry. (#3275)
Gregory P. Smith
2017-09-03
1
-0/+3
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka
2017-09-03
1
-0/+1
*
bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265)
Victor Stinner
2017-09-01
1
-0/+3
*
bpo-27144: concurrent.futures as_complete and map iterators do not keep refer...
Grzegorz Grzywacz
2017-09-01
1
-0/+2
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-29
1
-0/+1
*
bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31)
Pauli Virtanen
2017-08-28
1
-0/+1
*
bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)
Pier-Yves Lessard
2017-08-28
1
-0/+1
*
bpo-22536: Set the filename in FileNotFoundError. (#3194)
Gregory P. Smith
2017-08-24
1
-0/+2
*
bpo-29741: Update some methods in the _pyio module to also accept integer typ...
Oren Milman
2017-08-24
1
-0/+2
*
bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178)
Victor Stinner
2017-08-22
1
-0/+2
*
bpo-23835: [docs] configparser converts defaults to strings (#3176)
Łukasz Langa
2017-08-21
1
-0/+4
*
bpo-31238: pydoc ServerThread.stop() now joins itself (#3151)
Victor Stinner
2017-08-21
1
-0/+3
*
bpo-31247: xmlrpc.server: break reference cycle (#3166)
Victor Stinner
2017-08-21
1
-0/+2
*
bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)
Yaron de Leeuw
2017-08-18
1
-0/+1
*
bpo-31183: `dis` now handles coroutines & async generators (GH-3077)
syncosmic
2017-08-18
1
-0/+2
*
bpo-24700: Add a fast path for comparing array.array of equal type (#3009)
Adrian Wielgosik
2017-08-17
1
-0/+2
*
bpo-18966: non-daemonic threads created by a multiprocessing.Process should b...
Antoine Pitrou
2017-08-16
1
-0/+2
*
bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/manager...
Allen W. Smith, Ph.D
2017-08-12
1
-0/+9
*
bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057)
Victor Stinner
2017-08-10
1
-0/+2
*
bpo-31072: Add filter to zipapp (#3021)
Jeffrey Rackauckas
2017-08-09
1
-0/+1
*
ttk: fix LabeledScale and OptionMenu destroy() method (#3025)
Victor Stinner
2017-08-08
1
-0/+4
*
bpo-31107: Fix copyreg mangled slot names calculation. (#2989)
Shane Harvey
2017-08-04
1
-0/+2
*
bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs...
Preston Landers
2017-08-02
1
-0/+1
*
bpo-31061: fix crash in asyncio speedup module (GH-2966)
Alexander Mohr
2017-08-02
1
-0/+1
*
Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980)
Łukasz Langa
2017-08-01
1
-0/+3
*
Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)
Alexander Belopolsky
2017-07-31
1
-0/+1
*
bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276)
csabella
2017-07-31
1
-0/+2
*
bpo-30522: Implemented a method to allow setting a logging.StreamHander's str...
Vinay Sajip
2017-07-30
1
-0/+2
*
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay
2017-07-25
1
-0/+1
*
bpo-30919: shared memory allocation performance regression in multiprocessing...
Antoine Pitrou
2017-07-23
1
-0/+4
*
bpo-26732: fix too many fds in processes started with the "forkserver" method...
Antoine Pitrou
2017-07-22
1
-0/+4
*
bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741)
Gareth Rees
2017-07-21
1
-0/+1
*
bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functi...
Aaron Gallagher
2017-07-20
1
-0/+2
*
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747)
Xiang Zhang
2017-07-18
1
-0/+1
*
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira
2017-07-18
1
-0/+2
*
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou
2017-07-18
1
-0/+2
*
bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642)
Victor Stinner
2017-07-10
1
-0/+3
*
bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-07
1
-0/+2
*
bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback()...
Yury Selivanov
2017-07-05
1
-0/+1
*
bpo-30319: socket.close() now ignores ECONNRESET (#2565)
Victor Stinner
2017-07-04
1
-0/+1
*
bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480)
Antoine Pitrou
2017-07-04
1
-0/+5
*
bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409)
Osvaldo Santana Neto
2017-07-01
1
-0/+1
*
bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)
Antoine Pitrou
2017-06-30
1
-0/+6
*
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki
2017-06-28
1
-0/+2
*
bpo-30532: Fix whitespace folding in certain cases
Joel Hillacre
2017-06-26
1
-0/+1
*
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou
2017-06-24
1
-0/+1
*
Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)
larryhastings
2017-06-22
1
-0/+1
[prev]