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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
#4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t...
Amaury Forgeot d'Arc
2008-10-07
1
-0/+5
*
Merged revisions 66819 via svnmerge from
Brett Cannon
2008-10-06
1
-0/+5
*
Merged revisions 66814 via svnmerge from
Martin v. Löwis
2008-10-06
1
-0/+3
*
Add step to build downloadable docs.
Georg Brandl
2008-10-04
1
-1/+15
*
Disable the build for 2.6, only build docs
Neal Norwitz
2008-10-03
1
-3/+3
*
Merged revisions 66748 via svnmerge from
Christian Heimes
2008-10-02
1
-1/+1
*
Merged revisions 66739 via svnmerge from
Christian Heimes
2008-10-02
1
-0/+3
*
Post release dance
Barry Warsaw
2008-10-02
1
-0/+12
*
Bumping to 2.6 final.
Barry Warsaw
2008-10-01
2
-2/+2
*
Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows
Martin v. Löwis
2008-10-01
1
-0/+3
*
Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
Gregory P. Smith
2008-09-30
1
-0/+3
*
fix security issue 2: imageop's poor validation of arguments could result in ...
Benjamin Peterson
2008-09-30
1
-0/+3
*
Issue #3965: Allow repeated calls to turtle.Screen, by making it a
Martin v. Löwis
2008-09-29
1
-0/+3
*
The _lsprof module could crash the interpreter if it was given an external
Brett Cannon
2008-09-29
1
-0/+4
*
bsddb4.7.3pre9 renamed to 4.7.3
Jesus Cea
2008-09-28
1
-1/+1
*
#3967: Correct a crash in count() and find() methods of string-like objects.
Amaury Forgeot d'Arc
2008-09-26
1
-0/+3
*
#3965: on Windows, open() crashes if the filename or the mode is invalid,
Amaury Forgeot d'Arc
2008-09-25
1
-0/+3
*
add a NEWs entry for r66614
Benjamin Peterson
2008-09-25
1
-0/+2
*
Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
Martin v. Löwis
2008-09-25
1
-0/+2
*
Fix issue #3547: ctypes is confused by bitfields of varying integer types
Thomas Heller
2008-09-24
1
-0/+3
*
#3879 fix a regression in urllib.getproxies_environment
Benjamin Peterson
2008-09-21
1
-0/+2
*
Bug #3887: Package x64 version of CRT for AMD64
Martin v. Löwis
2008-09-19
1
-0/+5
*
done with 2.6rc2
Barry Warsaw
2008-09-18
1
-0/+12
*
Bumping to 2.6rc2
v2.6rc2
Barry Warsaw
2008-09-18
2
-2/+2
*
fix possible integer overflows in _hashopenssl #3886
Benjamin Peterson
2008-09-18
1
-2/+5
*
Issue #3617: Include a licensing statement regarding the Microsoft C runtime ...
Martin v. Löwis
2008-09-14
1
-0/+6
*
Issue #3850: Misc/find_recursionlimit.py was broken.
Antoine Pitrou
2008-09-13
2
-8/+27
*
Issue #3833: Use a different upgrade code for Win64 installers.
Martin v. Löwis
2008-09-13
1
-0/+2
*
post release updates
Barry Warsaw
2008-09-13
1
-0/+12
*
Bumping to 2.6rc1
Barry Warsaw
2008-09-12
2
-2/+2
*
Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concu...
Gerhard Häring
2008-09-12
1
-0/+4
*
Fixes issue #3103. In the sqlite3 module, made one more function static. All ...
Gerhard Häring
2008-09-12
1
-0/+3
*
sqlite3 module: Mark iterdump() method as "Non-standard" like all the other m...
Gerhard Häring
2008-09-12
1
-0/+2
*
#3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...
Amaury Forgeot d'Arc
2008-09-11
2
-0/+22
*
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...
Nick Coghlan
2008-09-11
1
-1/+9
*
Issue #3642: Suppress warning in obmalloc when size_t is
Martin v. Löwis
2008-09-11
1
-3/+2
*
#3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for
Amaury Forgeot d'Arc
2008-09-10
1
-0/+8
*
- Issue #3629: Fix sre "bytecode" validator for an end case.
Guido van Rossum
2008-09-10
1
-0/+2
*
Issue #3811: The Unicode database was updated to 5.1.
Martin v. Löwis
2008-09-10
1
-0/+2
*
Fix #3634 invalid return value from _weakref.ref(Exception).__init__
Benjamin Peterson
2008-09-09
1
-0/+3
*
Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.
Vinay Sajip
2008-09-09
1
-1/+3
*
#3777: long(4.2) returned an int, and broke backward compatibility.
Amaury Forgeot d'Arc
2008-09-09
1
-0/+5
*
warnings.catch_warnings() now returns a list or None instead of the custom
Brett Cannon
2008-09-09
1
-0/+3
*
Issue #2271: Set SecureCustomProperties so that installation will properly
Martin v. Löwis
2008-09-08
1
-0/+3
*
Allow passing the MSI file name to merge.py.
Martin v. Löwis
2008-09-08
1
-0/+2
*
- Issue #1204: The configure script now tests for additional libraries
Gregory P. Smith
2008-09-07
1
-0/+4
*
#3796: A test class was not run in test_float.
Amaury Forgeot d'Arc
2008-09-06
1
-3/+5
*
#1638033: add support for httponly on Cookie.Morsel
Benjamin Peterson
2008-09-06
2
-0/+3
*
Issue #3535: zipfile couldn't read some zip files larger than 2GB.
Antoine Pitrou
2008-09-05
1
-1/+3
*
GNU coding guidelines say that ``make check`` should verify the build. That
Brett Cannon
2008-09-05
1
-0/+6
[next]