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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF Patch #1093896: miscellaneous doc typos
Raymond Hettinger
2005-01-01
42
-64/+64
*
SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called
Raymond Hettinger
2004-12-31
1
-1/+1
*
discuss how the __builtin__ module is normally used, and try to clarify the
Fred Drake
2004-12-23
1
-5/+38
*
fix weird capitalization of "built-in"
Fred Drake
2004-12-23
1
-1/+1
*
SF patch #1055159 via Titus Brown: Document redirect limitation.
Jeremy Hylton
2004-12-22
1
-0/+5
*
Remove outdated comments about expanduser and expandvars for Macintosh that
Brett Cannon
2004-12-22
1
-3/+1
*
add __file__ to the globals available for tests loaded via DocFileSuite;
Fred Drake
2004-12-21
1
-0/+4
*
Add accidentally removed \end{description} back in.
Johannes Gijsbers
2004-12-21
1
-0/+1
*
Any call to marshal.dumps() with the new optional argument 'version' just
Armin Rigo
2004-12-20
1
-3/+3
*
Bug #1088206: zlib decompressobj documentation typo
Raymond Hettinger
2004-12-20
1
-1/+1
*
Bug #1066607: "Limitations" section of profiler docs is incorrect
Raymond Hettinger
2004-12-19
1
-10/+1
*
Fix typo (from SF bug #1086127).
Walter Dörwald
2004-12-15
1
-1/+1
*
SF bug #1084457: ossaudiodev no longer undocumented
Raymond Hettinger
2004-12-14
1
-5/+0
*
the bsddb module now also works with BerkeleyDB 4.3.
Gregory P. Smith
2004-12-13
1
-1/+1
*
Patch #1080684: typo repair. Thanks George Yoshida!
Johannes Gijsbers
2004-12-12
3
-4/+4
*
Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not
Brett Cannon
2004-12-11
1
-1/+1
*
Eliminate the deprecated option to return None instead of a tuple of argument...
Raymond Hettinger
2004-12-07
1
-6/+2
*
Remove deprecated xmllib from inclusion in the docs.
Raymond Hettinger
2004-12-06
1
-1/+1
*
Fix for SF bug #947894: calendar.weekheader() undocumented
Walter Dörwald
2004-12-06
1
-0/+5
*
Have test_mkalias_relative check that sys.prefix already exists; otherwise test
Brett Cannon
2004-12-06
1
-2/+6
*
Changed signature of call function to avoid confusion: this 'args' is not the...
Peter Astrand
2004-12-05
1
-1/+1
*
Added optional None arguments to itertools.islice().
Raymond Hettinger
2004-12-05
1
-0/+5
*
Remove the deprecated statcache module.
Raymond Hettinger
2004-12-05
2
-61/+0
*
Removed the deprecated bin parameter from the pickle module.
Raymond Hettinger
2004-12-05
1
-34/+11
*
Removed deprecated method arguments from the shelve module.
Raymond Hettinger
2004-12-05
1
-10/+8
*
Removed deprecated method from pstats.
Raymond Hettinger
2004-12-05
1
-8/+0
*
Removed deprecated use_statcache argument.
Raymond Hettinger
2004-12-05
1
-5/+4
*
Remove the deprecated whrandom module.
Raymond Hettinger
2004-12-04
3
-107/+0
*
Hyphenate 'one-argument'
Andrew M. Kuchling
2004-12-03
1
-2/+2
*
SF patch #1077353: add key= argument to min and max
Raymond Hettinger
2004-12-03
1
-1/+13
*
Fixed errors reported in SF bug #1074693
Vinay Sajip
2004-12-02
1
-6/+23
*
Add key= argument to heapq.nsmallest() and heapq.nlargest().
Raymond Hettinger
2004-12-02
1
-6/+14
*
Fix typo.
Raymond Hettinger
2004-12-02
1
-1/+1
*
Make the example server code clearer; add the corresponding example client. ...
Andrew M. Kuchling
2004-12-01
1
-5/+36
*
Corrected example for replacing shell pipeline. Fixes bug 1073790.
Peter Astrand
2004-11-30
1
-1/+1
*
Hear the #error: change the default value of the mutable_arg argument
Michael W. Hudson
2004-11-30
1
-5/+3
*
Fix typo.
Raymond Hettinger
2004-11-25
1
-1/+1
*
Clarify the ordering of dictionary keys.
Raymond Hettinger
2004-11-25
1
-2/+4
*
Make sure the money formatting recipe can doesn't run out of digits
Raymond Hettinger
2004-11-25
1
-8/+14
*
SF bug #1071566: moneyfmt recipe in decimal documentation has error
Raymond Hettinger
2004-11-24
1
-1/+3
*
os.walk(): Changed the "sum of bytes consumed by files" example to use
Tim Peters
2004-11-22
1
-1/+1
*
SF bug 1071087: os.walk example for deleting a full tree is sometime wrong.
Tim Peters
2004-11-22
1
-5/+5
*
Fixed quantize syntax.
Facundo Batista
2004-11-20
1
-1/+1
*
SF patch #1068456: small update for pdb docs
Raymond Hettinger
2004-11-18
1
-0/+7
*
SF bug 1066438: datetime.replace method description error
Tim Peters
2004-11-15
1
-7/+7
*
SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond...
Facundo Batista
2004-11-12
1
-4/+8
*
SF #1063757: fix markup error (had LaTeX markup in the reST source,
Greg Ward
2004-11-12
1
-1/+1
*
Minor grammatical errors fixed
Vinay Sajip
2004-11-11
1
-7/+6
*
Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet
Fred Drake
2004-11-11
1
-2/+3
*
Replace last two uses of the "list" environment with "description"
Fred Drake
2004-11-11
1
-6/+6
[next]