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
*
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
*
Fix typo in docstring (the module is popen2, not 3).
Neal Norwitz
2007-05-11
1
-1/+1
*
Mark blocked revisions.
Thomas Heller
2007-05-10
0
-0/+0
*
Mark already merged revisions.
Thomas Heller
2007-05-10
0
-0/+0
*
Backport checkin:
Walter Dörwald
2007-05-09
1
-1/+1
*
Backport r55070: Stop using PyMem_FREE while the GIL is not held.
Neal Norwitz
2007-05-09
1
-1/+1
*
Backport: Add markup for True/False.
Neal Norwitz
2007-05-09
1
-4/+4
*
Merge change 54983 from the trunk: Add the locale "English" to test_locale.p...
Kristján Valur Jónsson
2007-05-07
1
-1/+1
*
Merge change 54982 from the trunk. This fixes the test_subprocess test in th...
Kristján Valur Jónsson
2007-05-07
3
-14/+26
*
the nb_long slot on classobject instances now defaults to call the nb_int slo...
Kristján Valur Jónsson
2007-05-07
1
-1/+13
*
Fix two problems that emerged when the testsuite was run with an x64 build: ...
Kristján Valur Jónsson
2007-05-07
2
-3/+3
*
Fix NonRecursiveMutex on x64. The signature of the faux-InterlockedCompareEx...
Kristján Valur Jónsson
2007-05-07
1
-5/+7
*
Merging change 55102 from the trunk:
Kristján Valur Jónsson
2007-05-07
4
-10/+17
*
Bug #1713535 backport.
Georg Brandl
2007-05-05
1
-1/+1
*
Merging changes 55092, 55101,55120 from trunk, making PCBuild8 solution up to...
Kristján Valur Jónsson
2007-05-05
8
-18/+464
*
Blocked revisions 54357 via svnmerge
Thomas Heller
2007-05-04
0
-0/+0
*
Backport checkin:
Walter Dörwald
2007-05-03
1
-4/+4
*
Merged revisions 55027 via svnmerge from
Thomas Heller
2007-05-02
1
-3/+11
*
Additional changes to the property sheets in PCBuild8. Visual Studio doesn's...
Kristján Valur Jónsson
2007-05-02
3
-2/+3
*
Undefine the Yield macro after including Python_ast.h where it may cause conf...
Kristján Valur Jónsson
2007-05-02
2
-0/+4
*
Merging of change 55024 from the truk to release25-maint branch.
Kristján Valur Jónsson
2007-05-02
63
-13686/+13572
*
Patch #1710352: add missing public functions to locale.__all__.
Georg Brandl
2007-05-01
1
-3/+5
*
Bug #1710295: exceptions are now new-style classes.
Georg Brandl
2007-05-01
1
-1/+1
*
Merged revisions 55025 via svnmerge from
Thomas Heller
2007-04-30
3
-3/+15
*
Update with the version that has been running for a while. Most of
Neal Norwitz
2007-04-29
1
-7/+24
*
Backport fix for r54646-7: properly clear locale cache in time.strptime when
Brett Cannon
2007-04-27
3
-5/+36
[next]