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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify the behavior of any() and all() with an empty iterable.
Raymond Hettinger
2009-04-16
1
-2/+4
*
Less red ink (warning->note) and add link to def of side-by-side assembly.
R. David Murray
2009-04-16
1
-4/+6
*
Fix for issue3440: add warning to subprocess discussion of
R. David Murray
2009-04-15
1
-0/+7
*
tupel -> tuple
Benjamin Peterson
2009-04-14
1
-3/+3
*
#5745: more linking for identifiers in email docs.
Georg Brandl
2009-04-13
8
-111/+124
*
Simplify markup.
Georg Brandl
2009-04-13
1
-6/+3
*
Fixed another typos. (email.Utils => email.utils)
Hirokazu Yamamoto
2009-04-13
1
-2/+2
*
Fixed typo. (email.Utils => email.utils)
Hirokazu Yamamoto
2009-04-13
1
-2/+2
*
fix missing quote
Benjamin Peterson
2009-04-12
1
-1/+1
*
fix extra parenthesis #5774
Benjamin Peterson
2009-04-12
1
-1/+1
*
Take credit for my patch for issue 5237.
Eric Smith
2009-04-12
1
-1/+1
*
fix markup
Benjamin Peterson
2009-04-11
1
-10/+9
*
Take credit for a patch of mine.
Georg Brandl
2009-04-11
1
-2/+2
*
Re-word
Andrew M. Kuchling
2009-04-11
1
-3/+3
*
Add various items
Andrew M. Kuchling
2009-04-11
1
-12/+86
*
#5732: added the check command into Distutils
Tarek Ziadé
2009-04-11
2
-0/+65
*
fixed link
Tarek Ziadé
2009-04-11
1
-1/+1
*
Issue 5354: Provide a standardised testing mechanism for doing fresh imports ...
Nick Coghlan
2009-04-11
1
-0/+24
*
Add examples.
Raymond Hettinger
2009-04-10
1
-74/+37
*
Let "lambda" point to the correct heading.
Georg Brandl
2009-04-10
1
-2/+1
*
Fix the count of datatypes.
Raymond Hettinger
2009-04-10
1
-1/+1
*
Clarify the table entries for combinatorics.
Raymond Hettinger
2009-04-10
1
-8/+13
*
IE needs the border-left:0 for some reason.
Raymond Hettinger
2009-04-10
1
-1/+2
*
More table clean-up
Raymond Hettinger
2009-04-10
1
-6/+2
*
Center table headings.
Raymond Hettinger
2009-04-09
1
-0/+4
*
More table formatting.
Raymond Hettinger
2009-04-09
1
-1/+6
*
Add note on using keyword arguments with OrderedDict.
Raymond Hettinger
2009-04-09
1
-0/+4
*
Add a custom stylesheet with better table formatting.
Georg Brandl
2009-04-09
1
-0/+415
*
Typo fixes
Andrew M. Kuchling
2009-04-09
1
-6/+6
*
Add items
Andrew M. Kuchling
2009-04-09
1
-5/+72
*
Update ignore file for suspicious builder.
Georg Brandl
2009-04-08
1
-0/+2
*
Remove redundant backtick.
Georg Brandl
2009-04-08
1
-1/+1
*
Fix make.bat to match makefile changes
Raymond Hettinger
2009-04-07
1
-1/+1
*
Fixed #5095: msi missing from Distutils bdist formats
Tarek Ziadé
2009-04-05
1
-4/+7
*
Adding assertIs and assertIsNot methods to unittest.TestCase
Michael Foord
2009-04-05
1
-0/+17
*
#5298: clarify docs about GIL by using more consistent wording.
Georg Brandl
2009-04-05
1
-78/+79
*
#5444: adapt make.bat to new htmlhelp output file name.
Georg Brandl
2009-04-05
1
-1/+2
*
#5370: doc update about unpickling objects with custom __getattr__ etc. methods.
Georg Brandl
2009-04-05
1
-0/+9
*
#1718017: document the relation of os.path and the posixpath, ntpath etc. mod...
Georg Brandl
2009-04-05
2
-11/+16
*
Avoid sure signs of a diseased mind.
Georg Brandl
2009-04-05
3
-5/+6
*
Normalize spelling of Mac OS X.
Georg Brandl
2009-04-05
3
-7/+7
*
#1742837: expand HTTP server docs, and fix SocketServer ones to document meth...
Georg Brandl
2009-04-05
2
-31/+58
*
note how using iter* are unsafe while mutating and document iter(dict)
Benjamin Peterson
2009-04-04
1
-0/+14
*
#5601: clarify that webbrowser is not meant for file names.
Georg Brandl
2009-04-04
1
-0/+4
*
#5642: clarify map() compatibility to the builtin.
Georg Brandl
2009-04-04
1
-2/+2
*
Fix error in description of 'oct' (issue 5678).
R. David Murray
2009-04-04
1
-1/+1
*
Add helpful link.
Raymond Hettinger
2009-04-04
1
-0/+6
*
Clarified warning about logging use from asynchronous signal handlers.
Vinay Sajip
2009-04-03
1
-3/+4
*
Fix 'the the' duplication
Andrew M. Kuchling
2009-04-03
8
-8/+8
*
Fix 'the the'; grammar fix
Andrew M. Kuchling
2009-04-03
1
-2/+2
[next]