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-20104: Improve error handling and fix a reference leak in os.posix_spawn(...
Serhiy Storchaka
2018-05-01
1
-11/+27
*
bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-...
Stéphane Wirtel
2018-05-01
1
-8/+6
*
bpo-33254: do not return an empty list when asking for the contents of a name...
Brett Cannon
2018-04-30
1
-4/+4
*
bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
Bo Bayles
2018-04-29
1
-11/+17
*
Change "non-local state" to "content-local state". (GH-6617)
Tom Christie
2018-04-27
1
-1/+1
*
Clarify the inspect.getmembers predicate parameter (#6615)
Brian Curtin
2018-04-26
1
-3/+4
*
bpo-33280: Reorganize external Tcl/Tk references. (GH-6473)
Andrés Delfino
2018-04-25
1
-22/+27
*
Fix rendering issues in the documentation for the os module (#6525)
Pablo Galindo
2018-04-25
1
-4/+16
*
bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)
Chris Bradbury
2018-04-23
1
-0/+5
*
bpo-33297: Mention Pillow to work with more image formats. (#6505)
Andrés Delfino
2018-04-21
1
-0/+4
*
bpo-25427: Remove pyvenv (GH-5962)
Brett Cannon
2018-04-20
1
-4/+0
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
2
-2/+2
*
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)
Andrés Delfino
2018-04-17
1
-4/+5
*
Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494)
Łukasz Langa
2018-04-17
1
-4/+0
*
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
Antoine Pitrou
2018-04-14
1
-0/+19
*
itemgetter add dict example (GH-1280)
WeizhongTu
2018-04-13
1
-0/+2
*
Fix error messages in argparse examples (GH-6435)
suic86
2018-04-11
1
-2/+2
*
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka
2018-04-08
8
-29/+41
*
Add a prepend() recipe to teach a chain() idiom (GH-6415)
Raymond Hettinger
2018-04-08
1
-0/+5
*
bpo-29613: Added support for SameSite cookies (GH-6413)
Alex Gaynor
2018-04-07
1
-0/+8
*
bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179)
Jay Crotts
2018-04-07
1
-0/+12
*
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...
Brett Cannon
2018-04-06
1
-1/+6
*
fixed capitalization of class name (GH-6396)
Alex Gaynor
2018-04-06
1
-1/+1
*
bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355)
Łukasz Langa
2018-04-04
1
-6/+14
*
bpo-32337: Update documentats about dict order (GH-4973)
hui shang
2018-04-04
1
-8/+8
*
bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)
INADA Naoki
2018-04-03
1
-8/+4
*
closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH...
Andrés Delfino
2018-04-03
1
-1/+1
*
bpo-20104: Add os.posix_spawn documentation. (#6334)
Gregory P. Smith
2018-04-01
1
-0/+25
*
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
Mike DePalatis
2018-03-30
1
-1/+1
*
FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207)
Julien Palard
2018-03-28
1
-2/+5
*
Fix typos '.::' should typically just be '::'. (GH-6165)
Julien Palard
2018-03-28
2
-2/+2
*
Fix duplicating words words. (GH-6296)
Serhiy Storchaka
2018-03-28
4
-6/+6
*
Fix senfile typo (#6265)
Sam Dunster
2018-03-28
1
-1/+1
*
bpo-27212: Modify islice recipe to consume initial values preceding start (GH...
Cheryl Sabella
2018-03-27
1
-7/+16
*
Corrected link targets in collections.rst (GH-1052)
Michael Seifert
2018-03-26
1
-24/+31
*
Clarify fd inheritance when close_fds=False. (GH-6240)
Gregory P. Smith
2018-03-25
1
-1/+4
*
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
Nick Coghlan
2018-03-25
1
-2/+2
*
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G...
Himanshu Lakhara
2018-03-23
1
-1/+1
*
bpo-31639: Use threads in http.server module. (GH-5018)
Julien Palard
2018-03-23
1
-2/+9
*
Fix a reference to the MRE book in re docs (GH-1113)
Berker Peksag
2018-03-23
1
-10/+8
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+11
*
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
Xiang Zhang
2018-03-21
1
-1/+11
*
bpo-18802: Add more details to ipaddress documentation (GH-6083)
Cheryl Sabella
2018-03-21
1
-16/+47
*
bpo-28247: Document Windows executable creation in zipapp (GH-6158)
Cheryl Sabella
2018-03-20
1
-0/+169
*
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
1
-2/+2
*
Fix docs markup for asyncio current_task() and all_tasks() (#6089)
Andrew Svetlov
2018-03-12
1
-2/+2
*
signal: add strsignal() (#6017)
Antoine Pietri
2018-03-12
1
-0/+9
*
bpo-32996: Improve What's New in 3.7. (#5983)
Serhiy Storchaka
2018-03-11
1
-0/+6
*
bpo-33045: Fix typos in SSL documentation (GH-6065)
Matt Eaton
2018-03-11
1
-2/+2
*
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
Emanuele Gaifas
2018-03-10
1
-0/+50
[next]