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
*
Issue 3801. Fixing a dumb error in the deprecated parse_qsl()
Facundo Batista
2008-09-08
2
-1/+12
*
reran autoconf
Gregory P. Smith
2008-09-07
1
-2/+2
*
bugfix to r66283 (see issue #1204).
Gregory P. Smith
2008-09-07
1
-1/+1
*
Add a new howto about Python and the web, by Marek Kubica.
Georg Brandl
2008-09-07
2
-0/+698
*
reran autoconf for r66283's checkin
Gregory P. Smith
2008-09-07
1
-96/+31
*
- Issue #1204: The configure script now tests for additional libraries
Gregory P. Smith
2008-09-07
3
-10/+33
*
undoing change that broke trunk. Need to find a better solution to this.
Josiah Carlson
2008-09-07
1
-1/+1
*
This fixes a small inconsistency between trunk and 3.0, closing bug 3764.
Josiah Carlson
2008-09-07
1
-1/+1
*
fix missing module
Benjamin Peterson
2008-09-06
1
-1/+1
*
Backport relevant part of r66274 (in issue #874900).
Antoine Pitrou
2008-09-06
1
-2/+5
*
#1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attr...
Andrew M. Kuchling
2008-09-06
1
-1/+9
*
#3796: A test class was not run in test_float.
Amaury Forgeot d'Arc
2008-09-06
2
-4/+8
*
#3669 from Robert Lehmann: simplify use of iterator in example
Andrew M. Kuchling
2008-09-06
1
-1/+1
*
docs are pretty good about new-style classes these days
Benjamin Peterson
2008-09-06
1
-6/+0
*
#1638033: add support for httponly on Cookie.Morsel
Benjamin Peterson
2008-09-06
4
-1/+18
*
#3040: include 'dest' argument in example; trim some trailing whitespace
Andrew M. Kuchling
2008-09-06
1
-3/+3
*
Various corrections
Andrew M. Kuchling
2008-09-06
1
-15/+15
*
actually tell the name of the flag to use
Benjamin Peterson
2008-09-06
1
-7/+7
*
Fix typo in multiprocessing doc, cancel_join_thread was missing _thread
Jesse Noller
2008-09-06
1
-1/+1
*
Issue #3535: zipfile couldn't read some zip files larger than 2GB.
Antoine Pitrou
2008-09-05
2
-4/+6
*
GNU coding guidelines say that ``make check`` should verify the build. That
Brett Cannon
2008-09-05
2
-1/+7
*
#3601: test_unicode.test_raiseMemError fails in UCS4
Antoine Pitrou
2008-09-05
1
-1/+4
*
Deprecate bsddb for removal in Python 3.0.
Brett Cannon
2008-09-05
8
-6/+26
*
#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
[next]