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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The bsddb3 library does not build w/ Berkeley DB 3.0. 3.1 is the earliest
Skip Montanaro
2003-01-04
1
-3/+1
*
Merged Misc/AtheOS-NOTES into the platform-specific section. Rewrote the
Skip Montanaro
2003-01-04
1
-39/+79
*
SF bug #655271: Slightly modify locals() doc
Raymond Hettinger
2003-01-04
2
-2/+2
*
SF bug #651149: Review libshelve.tex when possible
Raymond Hettinger
2003-01-04
1
-6/+6
*
M AutoExpand.py
Kurt B. Kaiser
2003-01-04
7
-27/+55
*
Fix compiler warning
Neal Norwitz
2003-01-04
1
-1/+1
*
SF Patch #661440: Refactor and streamline PyCFunction_Call
Raymond Hettinger
2003-01-04
1
-31/+41
*
Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default
Martin v. Löwis
2003-01-04
1
-3/+21
*
Completed astimezone()'s correctness proof. This also proves we can get
Tim Peters
2003-01-04
1
-4/+53
*
Convert Tcl path objects to strings. Fixes #661357.
Martin v. Löwis
2003-01-04
2
-1/+70
*
Remark about datetime tzinfo examples.
Tim Peters
2003-01-03
1
-3/+6
*
Replaced the flawed "local time" example tzinfo class with the guts
Tim Peters
2003-01-03
1
-13/+39
*
Grammatical fix in comment.
Greg Ward
2003-01-03
1
-1/+1
*
Grammatical fix: change possessive "it's" to "its".
Greg Ward
2003-01-03
1
-3/+3
*
Remove a list comprehension, because a loop over the list
Walter Dörwald
2003-01-03
1
-2/+1
*
Pass the strict argument from read() on to readfp(), so the
Walter Dörwald
2003-01-03
1
-1/+1
*
Use RUNSHARED for python invocations. Fixes #661408.
Martin v. Löwis
2003-01-03
1
-2/+2
*
Fix read_mime_types() so that it returns a dict as documented.
Walter Dörwald
2003-01-03
1
-2/+2
*
Allow PyFile_GetLine() to return Unicode objects. Fixes #660165.
Martin v. Löwis
2003-01-03
2
-1/+26
*
Fix SF #659228, 'realpath' function missing from os.path
Neal Norwitz
2003-01-03
1
-1/+4
*
Spread the blame (err, I mean credit) for ossaudiodev around a bit.
Greg Ward
2003-01-03
1
-1/+1
*
Mention ossaudiodev.
Greg Ward
2003-01-03
1
-0/+5
*
Fix SF #659228, 'realpath' function missing from os.path
Neal Norwitz
2003-01-03
4
-4/+8
*
Write PEP 301 section
Andrew M. Kuchling
2003-01-03
1
-2/+39
*
Mention that imaplib now supports SSL -- this wasn't noted before.
Guido van Rossum
2003-01-03
1
-0/+2
*
qualify known Solaris versions related to the binutils breakage.
Skip Montanaro
2003-01-03
1
-2/+5
*
Add SSL support for imaplib; add empty PEP301 section
Andrew M. Kuchling
2003-01-03
1
-0/+15
*
update info about binutils 2.13 breakage on Solaris.
Skip Montanaro
2003-01-03
1
-2/+2
*
[Patch #658093 ] Documentation support for PEP 301
Andrew M. Kuchling
2003-01-03
1
-3/+124
*
[Patch #658094 ] PEP 301 implementation
Andrew M. Kuchling
2003-01-03
1
-0/+293
*
[Patch #658094] PEP 301 implementation
Andrew M. Kuchling
2003-01-03
1
-1/+12
*
Fix for bug #661136
Just van Rossum
2003-01-03
2
-15/+22
*
Add contributor.
Raymond Hettinger
2003-01-03
1
-0/+1
*
Remove debugging prints.
Michael W. Hudson
2003-01-03
1
-2/+0
*
SF patch 660559: Use METH_O and METH_NOARGS where possible
Raymond Hettinger
2003-01-03
3
-117/+70
*
Fixed markup.
David Goodger
2003-01-03
1
-8/+17
*
Updated (2.3 OK now)
David Goodger
2003-01-03
1
-6/+8
*
Fix error in previous correction; thanks, Just!
Andrew M. Kuchling
2003-01-02
1
-1/+0
*
Jack complained that on test_crlf_separation() was failing on MacOS9
Barry Warsaw
2003-01-02
1
-4/+4
*
Fix PEP 302 description; bump version number
Andrew M. Kuchling
2003-01-02
1
-10/+17
*
The tzinfo methods utcoffset() and dst() must return a timedelta object
Tim Peters
2003-01-02
5
-77/+84
*
Allow list sort's comparison function to explicitly be None. See SF patch
Skip Montanaro
2003-01-02
4
-6/+34
*
1. Remove obsolete, incorrect comment on non-package installation
Kurt B. Kaiser
2003-01-02
1
-7/+3
*
astimezone() internals: if utcoffset() returns a duration, complain if
Tim Peters
2003-01-02
4
-14/+45
*
Added a section to record datetime changes. There's apparently going to
Tim Peters
2003-01-02
1
-0/+5
*
The astimezone() correctness proof endured much pain to prove what
Tim Peters
2003-01-02
1
-70/+43
*
Improve exception handling.
Kurt B. Kaiser
2003-01-02
3
-3/+6
*
There are two more copyright notices in the Windows world:
Tim Peters
2003-01-02
2
-3/+3
*
SF bug 661086: datetime.today() truncates microseconds.
Tim Peters
2003-01-02
1
-7/+16
*
Update the copyright year.
Guido van Rossum
2003-01-02
2
-2/+2
[next]