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
*
Fix Issue7285 - multiprocessing module, example code error.
Senthil Kumaran
2010-10-10
1
-3/+3
*
Issue #10029: Fix sample code in the docs for zip().
Raymond Hettinger
2010-10-10
1
-5/+12
*
Document that the 'strict' error handler is used to encode/decode filenames on
Victor Stinner
2010-10-09
1
-6/+2
*
remove author names from prose
Benjamin Peterson
2010-10-09
1
-3/+0
*
What's new entry for email 5.1.
R. David Murray
2010-10-08
1
-1/+1
*
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray
2010-10-08
4
-11/+151
*
Issue #1589: Add ssl.match_hostname(), to help implement server identity
Antoine Pitrou
2010-10-08
1
-50/+81
*
Fix errors found by "make suspicious".
Georg Brandl
2010-10-06
7
-18/+20
*
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl
2010-10-06
32
-275/+275
*
Copyedit of os.symlink() docs.
Georg Brandl
2010-10-06
1
-15/+13
*
#10034: import readline in longer example.
Georg Brandl
2010-10-06
1
-0/+1
*
fix a typo.
Senthil Kumaran
2010-10-05
1
-2/+2
*
Remove the references of FTPS from the urllib Documentation. There is no supp...
Senthil Kumaran
2010-10-05
1
-4/+3
*
Indent version tags properly.
Georg Brandl
2010-10-05
1
-2/+4
*
GzipFile.peek improvements, suggested by Nir Aides.
Antoine Pitrou
2010-10-04
1
-3/+11
*
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
Giampaolo Rodolà
2010-10-04
1
-10/+66
*
Fixes #10020
Gerhard Häring
2010-10-03
1
-0/+11
*
Fix - issue10010 .. index:: position in the docs.
Senthil Kumaran
2010-10-02
1
-15/+16
*
Lower the tone of the warning about SSL certificate validation.
Amaury Forgeot d'Arc
2010-10-01
1
-3/+4
*
Issue1491 - BaseHTTPServer incorrectly implements response code 100
Senthil Kumaran
2010-09-30
1
-0/+20
*
Issue #9360: Cleanup and improvements to the nntplib module. The API
Antoine Pitrou
2010-09-29
1
-172/+284
*
Issue #9983: warn that urllib and httplib don't perform SSL certificate valid...
Antoine Pitrou
2010-09-29
2
-6/+10
*
Issue #9962: GzipFile now has the peek() method.
Antoine Pitrou
2010-09-29
1
-6/+10
*
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
Brian Curtin
2010-09-27
1
-3/+5
*
logging: Updated library configuration documentation.
Vinay Sajip
2010-09-27
1
-2/+20
*
Fix typo.
Antoine Pitrou
2010-09-25
1
-1/+1
*
#9562: slight clarification.
Georg Brandl
2010-09-25
1
-1/+1
*
#9944: fix typo.
Georg Brandl
2010-09-25
1
-1/+1
*
Updated SysLogHandler documentation.
Vinay Sajip
2010-09-23
1
-0/+9
*
#9808. Implement os.getlogin for Windows, completed by Jon Anglin.
Brian Curtin
2010-09-23
1
-3/+3
*
Small fixes in the gzip docs
Antoine Pitrou
2010-09-23
1
-3/+4
*
Issue #1675951: Allow GzipFile to work with unseekable file objects.
Antoine Pitrou
2010-09-23
1
-0/+3
*
logging: Improved documentation re. blocking handlers.
Vinay Sajip
2010-09-23
1
-0/+64
*
logging: added QueueListener and documentation.
Vinay Sajip
2010-09-23
1
-1/+97
*
logging: Added QueueHandler.prepare and updated documentation.
Vinay Sajip
2010-09-22
1
-1/+15
*
#9911: doc copyedits.
Georg Brandl
2010-09-21
20
-26/+26
*
Added some methods to LoggerAdapter, and updated documentation.
Vinay Sajip
2010-09-21
1
-8/+11
*
Document HTTPReponse.fileno() method
Senthil Kumaran
2010-09-21
1
-0/+3
*
Issue 9877: expose sysconfig.get_makefile_filename() in the public API.
Barry Warsaw
2010-09-20
1
-0/+4
*
logging: hasHandlers additions documented.
Vinay Sajip
2010-09-20
1
-0/+12
*
Be more precise as to what operations are supported
Antoine Pitrou
2010-09-19
1
-5/+21
*
Remove references to read() and write() methods, which are useless synonyms of
Antoine Pitrou
2010-09-19
1
-28/+14
*
Mention that SSL sockets provide the basic socket API.
Antoine Pitrou
2010-09-19
1
-0/+6
*
Edit concurrent docs, add versionadded and see also reference to the PEP.
Georg Brandl
2010-09-19
1
-145/+152
*
edit concurrent.future docs
Benjamin Peterson
2010-09-19
1
-62/+55
*
Initial implementation of PEP 3148
Brian Quinlan
2010-09-18
2
-0/+367
*
Improved Filter documentation.
Vinay Sajip
2010-09-17
1
-0/+14
*
Improved basicConfig and custom level documentation.
Vinay Sajip
2010-09-17
1
-2/+33
*
Fix typo in example regular expression.
Raymond Hettinger
2010-09-17
1
-1/+1
*
Add tokenizer example to regex docs.
Raymond Hettinger
2010-09-16
1
-0/+63
[next]