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
*
Revert merge from 2.3 alpha 1 release branch; the change does not
Fred Drake
2003-01-01
1
-1/+1
*
datetimetz_astimezone(): Speed optimizations -- although I'd rather
Tim Peters
2003-01-01
1
-32/+38
*
The failure of the last-second addition to the timezone coversion test is
Tim Peters
2003-01-01
1
-4/+12
*
Merging in changes from r23a1-branch. Doc/makefile had conflicts, which
Tim Peters
2003-01-01
2
-1/+7
*
More installation info. Bump alpha version.
Kurt B. Kaiser
2003-01-01
2
-7/+11
*
Debugger was tracing through rpc.py when IDLEfork was not started
Kurt B. Kaiser
2003-01-01
1
-21/+19
*
Improve exception handling.
Kurt B. Kaiser
2002-12-31
3
-6/+6
*
Try to get compilation working for cygwin
Neal Norwitz
2002-12-31
1
-3/+6
*
Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch
Jason Tishler
2002-12-31
2
-13/+19
*
The trunk is (nominally) post-alpha.
Fred Drake
2002-12-31
2
-2/+2
*
Merge to trunk from release branch:
Guido van Rossum
2002-12-31
1
-0/+1
*
Make two tests non-locale-dependent
Barry Warsaw
2002-12-31
1
-2/+2
*
Results of a rewrite pass
Andrew M. Kuchling
2002-12-31
1
-258/+251
*
- use classdesc where we can (for better indexing)
Fred Drake
2002-12-31
1
-35/+42
*
Replace all but one explicit emit('SET_LINENO') with call to set_lineno().
Jeremy Hylton
2002-12-31
1
-8/+2
*
Don't let the docstring end up in __main__.__doc__
Tony Lownds
2002-12-31
1
-14/+14
*
test01_close_dbenv_before_db(): Added an XXX comment that this test is
Barry Warsaw
2002-12-31
1
-0/+2
*
Comment out test, since it hangs on HPUX, still investigating
Neal Norwitz
2002-12-31
1
-2/+3
*
SF patch [ 597919 ] compiler package and SET_LINENO
Jeremy Hylton
2002-12-31
6
-50/+79
*
General style conformance. Markup some unmarked constructs.
Fred Drake
2002-12-31
1
-449/+478
*
Update (slightly) for Alpha release
Kurt B. Kaiser
2002-12-31
1
-0/+7
*
Remove bogus test; the master is not a terminal on Solaris and HP-UX.
Martin v. Löwis
2002-12-31
1
-2/+0
*
Move history to HISTORY.txt
Kurt B. Kaiser
2002-12-31
1
-0/+122
*
Update for Alpha 0 Release
Kurt B. Kaiser
2002-12-31
2
-182/+61
*
Add recipe for creating NEWS.html.
Guido van Rossum
2002-12-31
1
-0/+11
*
A new, and much hairier, implementation of astimezone(), building on
Tim Peters
2002-12-31
2
-110/+212
*
Eliminate C++ comment.
Martin v. Löwis
2002-12-31
1
-1/+1
*
Use funcdesc instead of classdesc to be consistent with out sections.
Raymond Hettinger
2002-12-31
1
-4/+4
*
Further cleanup of exceptions. All interpolation-related exceptions
Fred Drake
2002-12-31
2
-33/+49
*
Bernhard Herzog's paragraph and string-filling code. I've been using it for
Skip Montanaro
2002-12-31
1
-0/+152
*
Keep __main__ namespace clean
Tony Lownds
2002-12-31
1
-1/+1
*
modulefinder.py moved to Lib/
Just van Rossum
2002-12-31
1
-0/+5
*
Spelling fix
Raymond Hettinger
2002-12-31
1
-1/+1
*
Fix an out-of-bound index in pmerge() discovered by Zooko (SF bug
Guido van Rossum
2002-12-31
1
-1/+2
*
patch attached to sf item #643711:
Just van Rossum
2002-12-31
1
-49/+150
*
Add markup for time object.
Raymond Hettinger
2002-12-31
1
-22/+23
*
moving modulefinder.py to the standard library
Just van Rossum
2002-12-31
1
-0/+0
*
Fix compilation errors on HPUX11
Neal Norwitz
2002-12-31
1
-3/+3
*
Whitespace Normalization
Kurt B. Kaiser
2002-12-31
23
-322/+306
*
Removed the now-untrue (or soon-to-be untrue) part of the astimezone()
Tim Peters
2002-12-31
1
-10/+7
*
removed unused get_short() function
Just van Rossum
2002-12-31
1
-14/+0
*
Set the release date.
Guido van Rossum
2002-12-31
1
-1/+1
*
Document the new ,netrc awareness in nntplib.
Eric S. Raymond
2002-12-31
1
-2/+3
*
Barry raised reasonable objections to the macro name \mimeheader, so
Fred Drake
2002-12-31
1
-1/+1
*
- correct the deprecation markups so this formats again
Fred Drake
2002-12-31
1
-9/+7
*
Restore signalhandler in case of error. Fix type of signal handler.
Martin v. Löwis
2002-12-31
1
-3/+9
*
Complete the markup for timedelta objects.
Raymond Hettinger
2002-12-31
1
-36/+28
*
Add posix.loadavg()
Andrew M. Kuchling
2002-12-31
1
-8/+7
*
Revert SF patch 659809 -- it causes double options that can cause breakage.
Guido van Rossum
2002-12-31
2
-6/+3
*
Use the name (path) specified in the parameter list
Neal Norwitz
2002-12-31
1
-4/+4
[next]