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
Commit message (
Expand
)
Author
Age
Files
Lines
*
#3671: Typo fix
Andrew M. Kuchling
2008-09-05
1
-4
/
+5
*
Make it more obvious that warnings.catch_warnings() and its arguments should ...
Brett Cannon
2008-09-05
1
-1
/
+1
*
flesh out the documentation on using 2to3
Benjamin Peterson
2008-09-04
1
-14
/
+35
*
Added NEWS
Hirokazu Yamamoto
2008-09-04
1
-0
/
+3
*
#3671: various corrections and markup fixes noted by Kent Johnson
Andrew M. Kuchling
2008-09-04
1
-24
/
+26
*
Issue #3762: platform.architecture() fails if python is lanched via its symbo...
Hirokazu Yamamoto
2008-09-04
1
-1
/
+1
*
Issue #3772: Fixed regression problem in StreamHandler.emit().
Vinay Sajip
2008-09-04
3
-3
/
+31
*
test_py3kwarn had been overlooked when test.test_support.catch_warning() was
Brett Cannon
2008-09-03
2
-10
/
+15
*
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
Facundo Batista
2008-09-03
8
-128
/
+177
*
Python3.0 bsddb testsuite compatibility improvements
Jesus Cea
2008-09-03
2
-1
/
+5
*
3.0 still has the old threading names
Benjamin Peterson
2008-09-03
1
-8
/
+8
*
Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pi...
Jesse Noller
2008-09-03
2
-0
/
+14
*
Fix some leaks - Neal Norwitz
Jesus Cea
2008-09-03
2
-4
/
+6
*
Issue #2562: Fix distutils PKG-INFO writing logic to allow having
Marc-André Lemburg
2008-09-03
3
-14
/
+64
*
Issue #3726: Allowed spaces in separators in logging configuration files.
Vinay Sajip
2008-09-03
3
-5
/
+58
*
Fix issue 3645: OpenBSD required -lcurses when linking with readline
Gregory P. Smith
2008-09-03
2
-13
/
+17
*
Merged revisions 66176 via svnmerge from
Benjamin Peterson
2008-09-03
1
-1
/
+1
*
update 2to3 script from 2to3 trunk
Benjamin Peterson
2008-09-03
1
-3
/
+2
*
Merged revisions 66173 via svnmerge from
Benjamin Peterson
2008-09-03
7
-169
/
+214
*
Issue 2975: when compiling multiple extension modules with visual studio 2008
Amaury Forgeot d'Arc
2008-09-02
2
-2
/
+17
*
Attempt to correct the build files for the Microsoft VS7.1 compiler.
Amaury Forgeot d'Arc
2008-09-02
2
-10
/
+13
*
Use vs9to8.py to refresh the Visual Studio 2005 build files.
Amaury Forgeot d'Arc
2008-09-02
8
-299
/
+985
*
Issue #3759: test_asyncore.py leaked handle.
Hirokazu Yamamoto
2008-09-02
1
-0
/
+2
*
Add e-mail address
Andrew M. Kuchling
2008-09-02
1
-1
/
+1
*
Clarify example; add imports
Andrew M. Kuchling
2008-09-02
1
-4
/
+10
*
Add news item for #3719.
Marc-André Lemburg
2008-09-02
1
-0
/
+3
*
Add quotes around the file name to avoid issues with spaces.
Marc-André Lemburg
2008-09-02
1
-1
/
+1
*
Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl)
Nick Coghlan
2008-09-02
1
-2
/
+2
*
a typo
Mark Summerfield
2008-09-02
1
-1
/
+1
*
Issue #3708: os.urandom no longer goes into an infinite loop when passed a
Gregory P. Smith
2008-09-02
3
-5
/
+14
*
Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared
Gregory P. Smith
2008-09-02
2
-5
/
+8
*
Improve compatibility with Python3.0 testsuite
Jesus Cea
2008-09-02
3
-7
/
+12
*
typo fix
Andrew M. Kuchling
2008-09-02
1
-1
/
+1
*
Move test.test_support.catch_warning() to the warnings module, rename it
Brett Cannon
2008-09-02
11
-126
/
+208
*
Describe the __hash__ changes
Andrew M. Kuchling
2008-09-02
1
-1
/
+25
*
remove py3k warnings about the threading api; update docs
Benjamin Peterson
2008-09-01
4
-71
/
+29
*
In Python3.0, "test.test_support" is renamed to "test.support".
Jesus Cea
2008-09-01
1
-1
/
+4
*
Issue #3751: str.rpartition would perform a left-partition when called with
Amaury Forgeot d'Arc
2008-09-01
3
-1
/
+9
*
Bug #3738: Documentation is now more accurate in describing handler close met...
Vinay Sajip
2008-09-01
1
-4
/
+6
*
Merged revisions 65887,65889,65967-65968,65981 via svnmerge from
Benjamin Peterson
2008-09-01
6
-13
/
+185
*
revert r66114 for Jesse
Benjamin Peterson
2008-09-01
5
-39
/
+146
*
Submit Nick's patch for issue 3589, reviewed by jnoller
Jesse Noller
2008-09-01
4
-132
/
+32
*
Added section about configuring logging in a library. Thanks to Thomas Heller...
Vinay Sajip
2008-09-01
1
-0
/
+39
*
logging: fixed lack of use of encoding attribute specified on a stream.
Vinay Sajip
2008-09-01
1
-2
/
+4
*
Issue #3748: platform.architecture() printed vogus message on windows.
Hirokazu Yamamoto
2008-09-01
1
-0
/
+3
*
logging: fixed lack of use of encoding attribute specified on a stream.
Vinay Sajip
2008-09-01
1
-5
/
+10
*
Issue #3732: Backported r53335 to supress deprecation warning.
Hirokazu Yamamoto
2008-09-01
1
-5
/
+5
*
Fix compilation when --without-threads is given #3683
Benjamin Peterson
2008-09-01
2
-3
/
+8
*
#3749: fix c'n'p errors.
Georg Brandl
2008-09-01
1
-3
/
+3
*
#3703 unhelpful _fileio.FileIO error message when trying to open a directory
Benjamin Peterson
2008-09-01
3
-1
/
+17
[next]