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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverted back to r67866.
Vinay Sajip
2010-01-28
1
-4/+4
*
Issue #7403: logging: Fixed possible race condition in lock creation.
Vinay Sajip
2009-11-27
1
-4/+4
*
Prepare for 2.4.6.
v2.4.6
Martin v. Löwis
2008-12-19
2
-3/+3
*
Prepare for 2.4.6c1.
Martin v. Löwis
2008-12-13
2
-3/+8
*
Backported r55839 and r61350
Martin v. Löwis
2008-12-13
2
-0/+19
*
#4317: Fix an Array Bounds Read in imageop.rgb2rgb8.
Amaury Forgeot d'Arc
2008-11-18
1
-1/+2
*
backport the security fix part of r67246
Benjamin Peterson
2008-11-17
1
-0/+19
*
- Security Issue #2: imageop did not validate arguments correctly and could
Matthias Klose
2008-11-12
1
-8/+63
*
Prepare for 2.4.5
v2.4.5
Martin v. Löwis
2008-03-11
2
-1/+6
*
Prepare for 2.4.5c1
v2.4.5c1
Martin v. Löwis
2008-03-02
2
-1/+6
*
Revert the following revisions, as they don't fix security
Martin v. Löwis
2008-03-02
12
-78/+29
*
Backport r60104 + r60111 from trunk.
Gregory P. Smith
2008-01-19
1
-1/+13
*
Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__()
Vinay Sajip
2007-10-24
1
-5/+5
*
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
1
-1/+12
*
Updated documentation for SysLogHandler (#1720726).
Vinay Sajip
2007-05-25
1
-3/+4
*
HTML-escape the plain traceback in cgitb's HTML output, to prevent
Georg Brandl
2007-05-15
1
-1/+2
*
Backported r51621 from p3yk:
Thomas Wouters
2007-02-25
2
-4/+4
*
Minor fix for currentframe (SF #1652788).
Vinay Sajip
2007-02-17
1
-3/+3
*
backport: fix trace.py --ignore-dir
Skip Montanaro
2007-02-11
1
-1/+1
*
Fixed bug in fileConfig where _handlerList was not being cleared. (SF #1632328)
Vinay Sajip
2007-01-11
1
-0/+1
*
Backported change in shutdown(); now takes an optional handler-list argument.
Vinay Sajip
2007-01-11
1
-2/+2
*
- idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).
Matthias Klose
2007-01-11
1
-1/+1
*
Bug #1590891: random.randrange don't return correct value for big number
Raymond Hettinger
2006-12-20
1
-1/+1
*
Patch by "cuppatea" (SF #1503765)
Vinay Sajip
2006-12-11
1
-4/+5
*
Patch by Jeremy Katz (SF #1609407)
Vinay Sajip
2006-12-11
1
-2/+2
*
Jython compatibility fix: if uu.decode() opened its output file, be sure to
Andrew M. Kuchling
2006-11-20
1
-0/+4
*
Add extra SHA tests
Andrew M. Kuchling
2006-11-20
1
-1/+18
*
preparing for 2.4.4 final
Anthony Baxter
2006-10-17
2
-1/+6
*
what month is it again? I get confused...
v2.4.4c1
Anthony Baxter
2006-10-10
1
-1/+1
*
preparing for 2.4.4c1
Anthony Baxter
2006-10-10
2
-1/+6
*
Update distutils version number to match the library version number
Anthony Baxter
2006-10-10
1
-1/+1
*
Backport of the pieces of trunk rev 46589 relevant to
Tim Peters
2006-10-09
2
-3/+25
*
Backport r45505, r45573, r45576
Martin v. Löwis
2006-10-09
1
-0/+5
*
[Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list.
Andrew M. Kuchling
2006-10-09
1
-1/+1
*
Port of universal binary support for Mac OSX from python 2.5. This takes away
Ronald Oussoren
2006-10-08
7
-6/+140
*
Backport from trunk r52223:
Hye-Shik Chang
2006-10-08
1
-1/+11
*
[Backport r51248 | neal.norwitz]
Andrew M. Kuchling
2006-10-05
1
-0/+8
*
A review of overflow-detecting code in the 2.4 branch.
Armin Rigo
2006-10-04
2
-4/+17
*
Fix integer negation and absolute value to not rely
Martin v. Löwis
2006-10-04
1
-0/+1
*
decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to
Barry Warsaw
2006-10-04
1
-4/+0
*
[Backport rev. 51728 by neal.norwitz]
Andrew M. Kuchling
2006-10-03
2
-2/+2
*
Back out r52076, it's causing the buildbots to fail because of test_charmapco...
Georg Brandl
2006-09-30
1
-1/+1
*
Bug #1446043: correctly raise a LookupError if an encoding name given
Georg Brandl
2006-09-30
1
-1/+1
*
Bug #1556784: allow format strings longer than 127 characters in
Georg Brandl
2006-09-30
1
-0/+1
*
Bug #1560617: in pyclbr, return full module name not only for classes,
Georg Brandl
2006-09-30
2
-1/+4
*
Bug #1566602: correct failure of posixpath unittest when $HOME ends
Georg Brandl
2006-09-30
1
-2/+1
*
Patch #1567691: super() and new.instancemethod() now don't accept
Georg Brandl
2006-09-30
2
-0/+15
*
[Backport rev. 46882 by neal.norwitz]
Andrew M. Kuchling
2006-09-29
4
-6/+50
*
[Backport rev. 38534 by loewis]
Andrew M. Kuchling
2006-09-27
1
-1/+4
[next]