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
*
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
*
Another copyright update. (JvR: can you backport this to the 2.3a1
Guido van Rossum
2003-01-02
1
-1/+1
*
SF bug 660795: logging missing from Python 2.3a1 for Windows.
Tim Peters
2003-01-02
2
-2/+13
*
Add some version info for new methods and class
Neal Norwitz
2003-01-02
1
-0/+3
*
SF #660795
Neal Norwitz
2003-01-02
2
-0/+975
*
Fix an example
Andrew M. Kuchling
2003-01-02
1
-2/+1
*
Replaced imp.set_frozenmodules() cruft with proper zipimport support.
Just van Rossum
2003-01-02
1
-43/+42
*
Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in
Just van Rossum
2003-01-02
2
-5/+6
*
EMX fork() emulation not good enough to cope with test_socketserver
Andrew MacIntyre
2003-01-02
1
-2/+2
*
OS/2 sockets do not support AF_UNIX, even though EMX headers define it
Andrew MacIntyre
2003-01-02
1
-4/+4
*
catch up with zipimport changes to std getpathp.c
Andrew MacIntyre
2003-01-02
1
-3/+25
*
bring structure closer to std config.c, whitespace normalisation
Andrew MacIntyre
2003-01-02
1
-30/+44
*
fix a merge mistake - readline not built by default
Andrew MacIntyre
2003-01-02
1
-1/+1
*
- documented Ellipsis, NotImplemented
Fred Drake
2003-01-02
1
-9/+20
*
Add dependency info for the recently added lib/libconsts.tex.
Fred Drake
2003-01-02
1
-0/+1
*
Document that apply() is deprecated. See:
Fred Drake
2003-01-02
1
-0/+3
*
Completed astimezone's correctness proof. That doesn't mean it's
Tim Peters
2003-01-02
1
-4/+51
*
Clearing out old patch queue. Patch #558547, make SocketServer more
Anthony Baxter
2003-01-02
1
-1/+2
*
Add byext.py
Guido van Rossum
2003-01-02
1
-0/+1
*
A quicker astimezone() implementation, rehabilitating an earlier
Tim Peters
2003-01-01
3
-71/+199
*
mention built-in constants.
Skip Montanaro
2003-01-01
1
-2/+4
*
process libconsts.tex
Skip Montanaro
2003-01-01
1
-0/+1
*
new section - builtin constants
Skip Montanaro
2003-01-01
1
-0/+20
*
add find-uname.py
Skip Montanaro
2003-01-01
1
-0/+1
*
Search for Unicode character names using regular expressions.
Skip Montanaro
2003-01-01
1
-0/+40
*
Split OPT make variable into OPT and BASECFLAGS. The latter contains those
Skip Montanaro
2003-01-01
5
-1452/+748
[next]