index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Deprecate bsddb for removal in Python 3.0.
Brett Cannon
2008-09-05
1
-0
/
+2
*
Added NEWS
Hirokazu Yamamoto
2008-09-04
1
-0
/
+3
*
Issue #3772: Fixed regression problem in StreamHandler.emit().
Vinay Sajip
2008-09-04
1
-1
/
+3
*
test_py3kwarn had been overlooked when test.test_support.catch_warning() was
Brett Cannon
2008-09-03
1
-0
/
+5
*
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
Facundo Batista
2008-09-03
1
-0
/
+4
*
Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pi...
Jesse Noller
2008-09-03
1
-0
/
+3
*
Issue #2562: Fix distutils PKG-INFO writing logic to allow having
Marc-André Lemburg
2008-09-03
1
-1
/
+4
*
Issue #3726: Allowed spaces in separators in logging configuration files.
Vinay Sajip
2008-09-03
1
-0
/
+2
*
Issue 2975: when compiling multiple extension modules with visual studio 2008
Amaury Forgeot d'Arc
2008-09-02
1
-0
/
+4
*
Add news item for #3719.
Marc-André Lemburg
2008-09-02
1
-0
/
+3
*
Issue #3708: os.urandom no longer goes into an infinite loop when passed a
Gregory P. Smith
2008-09-02
1
-0
/
+3
*
Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared
Gregory P. Smith
2008-09-02
1
-0
/
+3
*
Move test.test_support.catch_warning() to the warnings module, rename it
Brett Cannon
2008-09-02
1
-0
/
+5
*
remove py3k warnings about the threading api; update docs
Benjamin Peterson
2008-09-01
1
-0
/
+2
*
Issue #3751: str.rpartition would perform a left-partition when called with
Amaury Forgeot d'Arc
2008-09-01
1
-0
/
+3
*
logging: fixed lack of use of encoding attribute specified on a stream.
Vinay Sajip
2008-09-01
1
-2
/
+4
*
Fix compilation when --without-threads is given #3683
Benjamin Peterson
2008-09-01
1
-2
/
+4
*
#3703 unhelpful _fileio.FileIO error message when trying to open a directory
Benjamin Peterson
2008-09-01
1
-0
/
+3
*
Update bsddb code to version 4.7.3pre2. This code should
Jesus Cea
2008-08-31
1
-4
/
+5
*
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
Antoine Pitrou
2008-08-29
1
-0
/
+4
*
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou
2008-08-26
1
-0
/
+7
*
sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str
Benjamin Peterson
2008-08-26
1
-0
/
+5
*
generate py3k warnings on __getslice__, __delslice__, and __setslice__
Benjamin Peterson
2008-08-24
1
-0
/
+3
*
Use the actual blacklist of leaky tests
Neal Norwitz
2008-08-24
1
-1
/
+1
*
Ignore a couple more tests that report leaks inconsistently.
Neal Norwitz
2008-08-24
1
-1
/
+1
*
Fix:
Neal Norwitz
2008-08-24
2
-0
/
+41
*
#3643 add a few more checks to _testcapi to prevent segfaults
Benjamin Peterson
2008-08-23
1
-0
/
+6
*
Fixed two format strings in the _collections module. For example
Christian Heimes
2008-08-22
1
-0
/
+2
*
Silenced a compiler warning in the sqlite module
Christian Heimes
2008-08-22
1
-0
/
+2
*
Silenced compiler warning
Christian Heimes
2008-08-22
1
-0
/
+3
*
Changed type of numarenas from uint to size_t to silence a GCC warning on 64b...
Christian Heimes
2008-08-22
1
-0
/
+3
*
done with the release
Barry Warsaw
2008-08-21
1
-0
/
+12
*
Bump to 2.6b3.
v2.6b3
Barry Warsaw
2008-08-21
2
-2
/
+2
*
News for the tp_flags change.
Guido van Rossum
2008-08-20
1
-0
/
+8
*
News for the imageop fix.
Guido van Rossum
2008-08-20
1
-0
/
+1
*
Issue #3612: Added some missing basic types in ctypes.wintypes.
Hirokazu Yamamoto
2008-08-20
1
-0
/
+2
*
deprecate some useless, noop methods in symtable
Benjamin Peterson
2008-08-20
1
-0
/
+3
*
add a NEWS note for new args syntax
Benjamin Peterson
2008-08-20
1
-0
/
+3
*
Fix a regression introduced by rev. 63792: ctypes function pointers
Thomas Heller
2008-08-19
1
-0
/
+3
*
Fix grammar.
Georg Brandl
2008-08-18
1
-2
/
+2
*
update the threading docs to account for recent changes
Benjamin Peterson
2008-08-18
1
-1
/
+2
*
#2234 distutils failed with mingw binutils 2.18.50.20080109.
Amaury Forgeot d'Arc
2008-08-18
1
-0
/
+4
[next]