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
...
|
*
Remove duplicate sentence from alarm() doc.
Georg Brandl
2007-07-02
1
-2/+1
|
*
Fix a few webbrowser.py problems.
Georg Brandl
2007-07-01
1
-1/+3
|
*
Document smtp.SMTPAuthenticationError.
Georg Brandl
2007-06-30
1
-0/+4
|
*
Fix a variable name in winreg docs.
Georg Brandl
2007-06-27
1
-1/+1
|
*
Bug #1742901: document None behavior of shlex.split.
Georg Brandl
2007-06-25
1
-0/+3
|
*
Bug #1739115: make shutil.rmtree docs clear wrt. file deletion.
Georg Brandl
2007-06-19
1
-5/+6
|
*
Bug #1737864: allow empty message in logging format routines.
Georg Brandl
2007-06-19
1
-2/+2
|
*
SF #1738670, make example in doc work
Neal Norwitz
2007-06-17
1
-0/+6
|
*
Add missing \versionadded.
Georg Brandl
2007-06-16
1
-0/+1
|
*
Merged revisions 55896 via svnmerge from
Thomas Heller
2007-06-15
2
-13/+17
|
*
Patch #1734014: Use _I64_MAX instead of LLONG_MAX.
Martin v. Löwis
2007-06-14
1
-3/+3
|
*
Provide PY_LLONG_MAX on all systems having long long.
Martin v. Löwis
2007-06-13
1
-4/+10
|
*
Backport 55887:
Neal Norwitz
2007-06-11
3
-3/+18
|
*
Backport 55882: SF #1734732, lower case the module names per PEP 8.
Neal Norwitz
2007-06-11
1
-26/+26
|
*
Backport 55874:
Neal Norwitz
2007-06-11
3
-4/+21
|
*
Backport 55873:
Neal Norwitz
2007-06-11
2
-3/+4
|
*
Backport r55845: Provide LLONG_MAX for S390.
Martin v. Löwis
2007-06-09
1
-0/+7
|
*
Patch #1733960: Allow T_LONGLONG to accept ints.
Martin v. Löwis
2007-06-09
6
-28/+76
|
*
Prevent expandtabs() on string and unicode objects from causing a segfault when
Neal Norwitz
2007-06-09
5
-8/+49
|
*
Merged revisions 55129-55131 via svnmerge from
Thomas Heller
2007-06-08
4
-11/+47
|
*
Fix wrong documentation, and correct the punktuation.
Thomas Heller
2007-06-08
1
-2/+2
|
*
Bug #1733488: Fix compilation of bufferobject.c on AIX.
Martin v. Löwis
2007-06-08
2
-1/+7
|
*
backport change 55821 to release25-maint
Kristján Valur Jónsson
2007-06-07
1
-2/+9
|
*
Patch #1667860: Fix UnboundLocalError in urllib2.
Georg Brandl
2007-06-07
2
-1/+302
|
*
Disallow function calls like foo(None=1).
Georg Brandl
2007-06-07
2
-4/+12
|
*
Backport rev. 55783:
Georg Brandl
2007-06-05
1
-0/+1
|
*
Fix for Windows: close a temporary file before trying to delete it.
Hye-Shik Chang
2007-06-05
1
-0/+2
|
*
(Backport from r55770)
Hye-Shik Chang
2007-06-05
3
-1/+18
|
*
Backport of r55752: make time.strptime() behave better when whitespace is in
Brett Cannon
2007-06-04
3
-1/+13
|
*
Backport 55731:
Neal Norwitz
2007-06-02
4
-1/+42
|
*
Fix wrong issue number.
Georg Brandl
2007-06-01
1
-1/+1
|
*
Bug #1722484: remove docstrings again when running with -OO.
Georg Brandl
2007-06-01
2
-1/+4
|
*
Merged revisions 55677 via svnmerge from
Thomas Heller
2007-05-30
2
-2/+4
|
*
Updated docstring for SysLogHandler (#1720726).
Vinay Sajip
2007-05-25
1
-1/+2
|
*
Updated documentation for SysLogHandler (#1720726).
Vinay Sajip
2007-05-25
1
-2/+5
|
*
Document "new" params to HTTPConnection/HTTPSConnection
Neal Norwitz
2007-05-22
1
-3/+8
|
*
Backport rev 55465 by Nick Coghlan.
Georg Brandl
2007-05-20
1
-1/+1
|
*
Backout the original 'fix' to 1721309 which had no effect.
Neal Norwitz
2007-05-20
1
-5/+9
|
*
Backport rev 55452:
Neal Norwitz
2007-05-19
1
-1/+1
|
*
Backport rev 55450:
Neal Norwitz
2007-05-19
2
-0/+7
|
*
Verify neither dumps or loads overflow the stack and segfault.
Neal Norwitz
2007-05-18
1
-1/+21
|
*
Drop the max stack depth to something that works in 2.6
Neal Norwitz
2007-05-18
1
-1/+1
|
*
fix argument name in documentation; match the implementation
Fred Drake
2007-05-17
1
-2/+2
|
*
Fix bug in marshal where bad data would cause a segfault due to
Neal Norwitz
2007-05-16
4
-69/+164
|
*
Bug #1719995: don't use deprecated method in sets example.
Georg Brandl
2007-05-16
1
-3/+3
|
*
Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC()
Neal Norwitz
2007-05-16
1
-1/+1
|
*
HTML-escape the plain traceback in cgitb's HTML output, to prevent
Georg Brandl
2007-05-15
2
-1/+6
|
*
Bug #1046945: document SWIG options of distutils.
Georg Brandl
2007-05-12
1
-3/+19
|
*
Update DDJ link.
Georg Brandl
2007-05-11
1
-1/+1
|
*
Patch #1714700: clarify os.linesep vs. tfiles opened in text mode.
Georg Brandl
2007-05-11
1
-3/+6
[prev]
[next]