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 #8864: Define _XOPEN_SOURCE on Solaris for the
Martin v. Löwis
2010-06-04
2
-1/+8
*
test verifying the resp object is closed for HEAD response.
Senthil Kumaran
2010-06-04
1
-1/+1
*
Fix issue6312 - close the resp object for HEAD response.
Senthil Kumaran
2010-06-04
1
-0/+1
*
Issue #8890: Documentation changed to avoid reference to temporary files - ot...
Vinay Sajip
2010-06-04
1
-11/+11
*
Detect missing ldd on all systems.
Stefan Krah
2010-06-04
1
-1/+2
*
Issue8810: Clearing up docstring for tzinfo.utcoffset.
Sean Reifscheider
2010-06-04
1
-1/+2
*
Issue #8890: Documentation changed to avoid reference to temporary files.
Vinay Sajip
2010-06-03
1
-2/+4
*
use a set for membership testing
Benjamin Peterson
2010-06-03
1
-2/+2
*
#8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.
R. David Murray
2010-06-03
2
-8/+26
*
#5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.
R. David Murray
2010-06-03
3
-1/+22
*
Use compiler rather than compiler_obj. Thanks Michael Foord for noticing.
Stefan Krah
2010-06-03
1
-3/+3
*
Issue #7384: If the system readline library is linked against ncurses,
Stefan Krah
2010-06-03
3
-24/+41
*
Issue #8741: Fixed the TarFile.makelink() method that is responsible
Lars Gustäbel
2010-06-03
3
-26/+90
*
Issue #8833: tarfile created hard link entries with a size
Lars Gustäbel
2010-06-03
3
-2/+9
*
Fix for issue #7724: ensure that distutils and python's own setup.py
Ronald Oussoren
2010-06-03
2
-22/+133
*
#1368247: make set_charset/MIMEText automatically encode unicode _payload.
R. David Murray
2010-06-02
5
-6/+39
*
Issue #8873: add a documentation note about possible performance issues with the
Antoine Pitrou
2010-06-02
1
-0/+6
*
Logging: improved error reporting for BaseConfigurator.resolve().
Vinay Sajip
2010-06-02
1
-9/+15
*
Fix for issue8868: without this patch 'MacOS.WMAvailable()' will return
Ronald Oussoren
2010-06-02
2
-0/+11
*
Fix issue8788 - description of doseq parameter in urllib.urlencode
Senthil Kumaran
2010-06-02
1
-11/+13
*
Fix #8618. Ask the Windows mixer API if there are any playback devices
Brian Curtin
2010-06-01
1
-0/+6
*
Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fail...
Senthil Kumaran
2010-06-01
2
-1/+9
*
Put docs for RegexObject.search() before RegexObject.match() to mirror re.sea...
Georg Brandl
2010-06-01
1
-23/+27
*
#7583: clarify discussion of hard tab expansion in doctests.
R. David Murray
2010-06-01
1
-10/+17
*
Improve documentation for getaddrinfo() (part of #8857)
Antoine Pitrou
2010-05-31
1
-15/+33
*
Issue #8748: Fix incorrect results from comparisons between an integer
Mark Dickinson
2010-05-30
3
-10/+79
*
Remove declaration for unused variable.
Mark Dickinson
2010-05-30
1
-1/+0
*
Issue #5211: Complete removal of implicit coercions for the complex
Mark Dickinson
2010-05-30
3
-19/+19
*
Untabify Modules/config.c.in.
Mark Dickinson
2010-05-29
1
-18/+17
*
Fix typo
Stefan Krah
2010-05-29
1
-1/+1
*
Issue #8840: Make documentation for truncate() clearer
Antoine Pitrou
2010-05-29
1
-4/+6
*
#8616: add new turtle demo "nim".
Georg Brandl
2010-05-29
1
-0/+227
*
Make the ctl-C shutdown of serve.py prettier.
R. David Murray
2010-05-28
1
-2/+5
*
Make reference to Generic Attribute Management a hyperlink.
R. David Murray
2010-05-28
1
-1/+3
*
Fix #8405 for slow buildbots. Remove the sleep on startup and move the
Brian Curtin
2010-05-28
1
-11/+16
*
Issue #1759169: Drop _XOPEN_SOURCE on Solaris.
Martin v. Löwis
2010-05-28
3
-52/+21
*
2to3 doesn't fix test_support #6583
Benjamin Peterson
2010-05-28
1
-5/+1
*
remove non-ascii coding per PEP 8
Benjamin Peterson
2010-05-28
1
-2/+1
*
Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and
Victor Stinner
2010-05-27
2
-1/+6
*
Add item
Andrew M. Kuchling
2010-05-27
1
-0/+6
*
Issue #7150: Raise OverflowError if the result of adding or subtracting
Alexander Belopolsky
2010-05-27
3
-22/+29
*
Remove top-level 'General Questions' section, pushing up the questions it con...
Andrew M. Kuchling
2010-05-27
1
-12/+9
*
Rewrite wxWidgets section
Andrew M. Kuchling
2010-05-27
1
-10/+15
*
Added Andrej Krpic. (Thanks for issue #7879 patch.)
Alexander Belopolsky
2010-05-26
1
-0/+1
*
Issue #7879: Skip negative timestamps test on any Windows platform
Alexander Belopolsky
2010-05-26
1
-7/+2
*
Issue #7879: Do not test negative timestamps on any Windows platform
Alexander Belopolsky
2010-05-26
1
-3/+3
*
Issue #8825: additional testcases for int(string, 0) and long(string, 0).
Mark Dickinson
2010-05-26
2
-0/+23
*
Issue #7449: Skip test_socketserver if threading support is disabled
Victor Stinner
2010-05-26
2
-0/+3
*
Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and
Victor Stinner
2010-05-25
3
-1/+30
*
Add Alexander Belopolsky.
Martin v. Löwis
2010-05-25
1
-0/+3
[next]