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
*
Fix minor typos.
Raymond Hettinger
2003-01-25
1
-6/+6
*
SF #638299, LaTeX documentation for logging package
Neal Norwitz
2003-01-25
1
-884/+846
*
Fix markup
Neal Norwitz
2003-01-25
1
-1/+1
*
date and datetime comparison: when we don't know how to
Tim Peters
2003-01-24
1
-0/+16
*
Fred drives and fixes a formatting nit.
Barry Warsaw
2003-01-24
1
-2/+2
*
SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).
Tim Peters
2003-01-23
1
-10/+19
*
Reimplemented datetime.now() to be useful.
Tim Peters
2003-01-23
1
-8/+14
*
"Premature" doc changes, for new astimezone() rules, and the new
Tim Peters
2003-01-22
2
-57/+161
*
SF bug 671779: Error in tzinfo.dst() docs
Tim Peters
2003-01-21
1
-2/+2
*
more tweaks
Skip Montanaro
2003-01-21
1
-13/+16
*
* document open() function
Skip Montanaro
2003-01-21
1
-27/+41
*
New rule for tzinfo subclasses handling both standard and daylight time:
Tim Peters
2003-01-20
2
-32/+38
*
SF patch #670423: Add missing identity tests to operator.c
Raymond Hettinger
2003-01-18
1
-1/+9
*
Fix a couple of markup errors.
Fred Drake
2003-01-17
1
-3/+3
*
reference the os module and the lock flags in the os.open() function.
Skip Montanaro
2003-01-15
1
-0/+8
*
Document that __cmp__() is not defined for sets.
Raymond Hettinger
2003-01-15
1
-3/+12
*
Patch #661719: Expose compilation errors as exceptions on request.
Martin v. Löwis
2003-01-15
1
-2/+7
*
Patch #473586: Implement CGIXMLRPCRequestHandler.
Martin v. Löwis
2003-01-15
1
-16/+103
*
SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and
Raymond Hettinger
2003-01-13
1
-1/+4
*
Try to make a sentance more readable.
Neal Norwitz
2003-01-12
1
-1/+1
*
SF #665570, curses causes interpreter crash
Neal Norwitz
2003-01-12
1
-1/+2
*
Minor correction and clarification.
Fred Drake
2003-01-11
1
-1/+3
*
Remove extra 'types'
Neal Norwitz
2003-01-10
1
-3/+3
*
SF bug #652888: bad documentation for the "type" builtin
Raymond Hettinger
2003-01-10
1
-6/+22
*
Purged reference to defunct datetimetz.
Tim Peters
2003-01-09
1
-1/+1
*
Various minor edits
Andrew M. Kuchling
2003-01-09
1
-27/+30
*
Markup fix
Andrew M. Kuchling
2003-01-09
1
-0/+1
*
Massive fiddling to reflect that datetimetz and timetz no longer exist.
Tim Peters
2003-01-09
1
-556/+266
*
Add notes about the linuxaudiodev and ossaudiodev modules.
Fred Drake
2003-01-08
1
-0/+8
*
There's no such method as has_option() -- should be has_extn().
Greg Ward
2003-01-08
1
-2/+2
*
Document EX_OK and friends.
Barry Warsaw
2003-01-07
1
-0/+114
*
SF #664011, move tarfile module in docs
Neal Norwitz
2003-01-07
1
-1/+1
*
Fix spelling.
Raymond Hettinger
2003-01-06
1
-1/+1
*
SF #642236, optparse LaTeX docs by Johannes Gijsbers
Neal Norwitz
2003-01-06
5
-0/+1817
*
Strike any hint that from-import-* could ever be reasonable; it's a
Fred Drake
2003-01-06
1
-2/+1
*
Fix some nits Guido brought up last August:
Fred Drake
2003-01-06
1
-10/+8
*
Fix markup so this will format again.
Fred Drake
2003-01-06
1
-1/+1
*
SF bug #592859: os.chmod is underdocumented
Raymond Hettinger
2003-01-06
1
-0/+22
*
SF #651082, tarfile module implementation from Lars Gustäbel
Neal Norwitz
2003-01-05
2
-0/+451
*
Fix a typo
Neal Norwitz
2003-01-05
1
-1/+1
*
datetime_from_timet_and_us(): ignore leap seconds if the platform
Tim Peters
2003-01-04
1
-20/+34
*
A new implementation of astimezone() that does what we agreed on in all
Tim Peters
2003-01-04
2
-6/+111
*
SF bug #655271: Slightly modify locals() doc
Raymond Hettinger
2003-01-04
1
-1/+1
*
SF bug #651149: Review libshelve.tex when possible
Raymond Hettinger
2003-01-04
1
-6/+6
*
Replaced the flawed "local time" example tzinfo class with the guts
Tim Peters
2003-01-03
1
-13/+39
*
The tzinfo methods utcoffset() and dst() must return a timedelta object
Tim Peters
2003-01-02
2
-21/+23
*
Allow list sort's comparison function to explicitly be None. See SF patch
Skip Montanaro
2003-01-02
1
-5/+6
*
astimezone() internals: if utcoffset() returns a duration, complain if
Tim Peters
2003-01-02
1
-13/+19
*
Add some version info for new methods and class
Neal Norwitz
2003-01-02
1
-0/+3
*
- documented Ellipsis, NotImplemented
Fred Drake
2003-01-02
1
-9/+20
[next]