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
/
Doc
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31191: Improve grammar in threading.Barrier docs (GH-3080)
Saurabh Chaturvedi
2017-08-14
1
-2/+2
*
bpo-31072: Add filter to zipapp (#3021)
Jeffrey Rackauckas
2017-08-09
1
-1/+6
*
Improve grammar in asyncio documentation (GH-2993)
Mike DePalatis
2017-08-03
1
-1/+1
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs...
Preston Landers
2017-08-02
1
-1/+8
*
Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980)
Łukasz Langa
2017-08-01
1
-0/+12
*
Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)
Alexander Belopolsky
2017-07-31
1
-21/+49
*
bpo-30522: Implemented a method to allow setting a logging.StreamHander's str...
Vinay Sajip
2017-07-30
1
-0/+13
*
bpo-30803: clarify truth value testing documentation (#2508)
Peter Thomassen
2017-07-29
1
-19/+14
*
Fix trivial typo in multiprocessing documentation (GH-2930)
Yuval Langer
2017-07-28
1
-1/+1
*
bpo-30302: Update WhatsNew and documentation. (#2929)
Utkarsh Upadhyay
2017-07-28
1
-1/+1
*
Add the link to asyncio source code in the docs (GH-2373)
lf
2017-07-25
8
-3/+23
*
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay
2017-07-25
1
-3/+4
*
bpo-30456: Clarify example for duplicates in second argument of isinstance (G...
Eli Boyarski
2017-07-24
1
-1/+2
*
Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770)
靳阳
2017-07-20
1
-1/+1
*
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira
2017-07-18
1
-0/+6
*
Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706)
Łukasz Rogalski
2017-07-14
2
-2/+2
*
bpo-26506: hex() documentation: mention %x % int (GH-2525)
Manvisha Kodali
2017-07-06
1
-10/+52
*
bpo-30862: Updated Logger.setLevel documentation. (GH-2604)
Vinay Sajip
2017-07-06
1
-4/+8
*
bpo-6691: Pyclbr now reports nested classes and functions. (#2503)
csabella
2017-07-04
1
-55/+92
*
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou
2017-06-24
1
-0/+10
*
bpo-21071: struct.Struct.format type is now str (#845)
Victor Stinner
2017-06-23
1
-0/+3
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-23
2
-5/+5
*
bpo-30619: Clarify typing.Union documentation (GH-2326)
khyox
2017-06-22
1
-1/+1
*
bpo-29933: Improve set_write_buffer_limits description (GH-2262)
Kojo Idrissa
2017-06-20
1
-1/+7
*
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner
2017-06-20
1
-0/+13
*
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...
Serhiy Storchaka
2017-06-20
1
-81/+80
*
bpo-30176: Add missing curses cell attributes constants (GH-1302)
Xiang Zhang
2017-06-16
1
-10/+46
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
1
-0/+5
*
bpo-25514: Improve IDLE's connection refused message (#2177)
terryjreedy
2017-06-14
1
-0/+44
*
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173)
Ben Hoyt
2017-06-13
1
-1/+1
*
Mention how to disable signal fd wakeup (#2140)
Antoine Pitrou
2017-06-13
1
-2/+4
*
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
Serhiy Storchaka
2017-06-11
1
-2/+11
*
remove extra word (#2101)
Benjamin Peterson
2017-06-11
1
-2/+2
*
clarify recv() and send() on SSLObject (#2100)
Benjamin Peterson
2017-06-11
1
-2/+2
*
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535)
csabella
2017-06-10
1
-4/+4
*
bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536)
Jim Fasarakis-Hilliard
2017-06-09
1
-5/+10
*
bpo-30217: Add the operators ~ and | to the index (#1502)
Marco Buttu
2017-06-09
1
-0/+2
*
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar
2017-06-09
1
-11/+8
*
bpo-24755: Document asyncio.wrap_future (GH-603)
adisbladis
2017-06-09
1
-0/+5
*
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)
wim glenn
2017-06-06
1
-2/+2
*
bpo-25324: Move the description of tokenize tokens to token.rst. (#1911)
Serhiy Storchaka
2017-06-06
2
-39/+39
*
bpo-30520: Implemented pickling for loggers. (#1956)
Vinay Sajip
2017-06-06
1
-0/+2
*
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
Oz N Tiram
2017-06-06
1
-1/+80
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
1
-0/+18
*
bpo-24899: Add comparison table for os.path -> pathlib (GH-1753)
Jamiel Almeida
2017-06-02
1
-0/+33
*
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)
Matthias Bussonnier
2017-06-01
1
-3/+11
*
bpo-30499: Remove a deprecated note about sets. (GH-1848)
Julien
2017-06-01
1
-3/+1
*
bpo-27618: Clarify that threading.Lock is a factory function (GH-1307)
csabella
2017-06-01
1
-2/+3
*
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg
2017-05-31
1
-0/+8
[next]