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
...
*
Fixing changes to getbuildinfo.c that broke linux builds
Kristján Valur Jónsson
2007-06-07
1
-2/+9
*
Patch #1667860: Fix UnboundLocalError in urllib2.
Georg Brandl
2007-06-07
2
-1/+302
*
Make reindent.py executable.
Georg Brandl
2007-06-07
1
-0/+0
*
Disallow function calls like foo(None=1).
Georg Brandl
2007-06-07
2
-0/+7
*
Build _ctypes and _ctypes_test in the ReleaseAMD64 configuration.
Thomas Heller
2007-06-06
1
-0/+2
*
Added an optional timeout parameter to function urllib2.urlopen,
Facundo Batista
2007-06-06
5
-16/+78
*
FTP.ntransfercmd method now uses create_connection when passive,
Facundo Batista
2007-06-06
2
-3/+5
*
Patch #1731049: make threading.py use a proper "raise" when checking internal...
Collin Winter
2007-06-06
3
-39/+102
*
Patch by Tim Delany (missing DECREF). SF #1731330.
Guido van Rossum
2007-06-05
1
-0/+1
*
Fix for Windows: close a temporary file before trying to delete it.
Hye-Shik Chang
2007-06-05
1
-0/+2
*
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it
Hye-Shik Chang
2007-06-05
3
-2/+18
*
Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different
Hye-Shik Chang
2007-06-05
1
-2/+5
*
Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead
Brett Cannon
2007-06-03
3
-1/+13
*
Backout the original 'fix' to 1721309 which had no effect.
Neal Norwitz
2007-06-03
1
-5/+9
*
Update expected birthday of 2.6
Neal Norwitz
2007-06-02
1
-1/+1
*
Have configure raise an error when building on AtheOS. Code specific to AtheOS
Brett Cannon
2007-06-02
4
-8151/+8347
*
Fix wrong issue number.
Georg Brandl
2007-06-01
1
-1/+1
*
Bug #1722484: remove docstrings again when running with -OO.
Georg Brandl
2007-06-01
2
-1/+4
*
SF 1668596/1720897: distutils now copies data files
Neal Norwitz
2007-06-01
4
-1/+42
*
Mail if there is an installation failure.
Neal Norwitz
2007-06-01
1
-0/+1
*
Have cfmfile raise a DeprecationWarning as per PEP 4.
Brett Cannon
2007-05-31
2
-0/+5
*
Cause buildtools to raise a DeprecationWarning.
Brett Cannon
2007-05-31
2
-0/+5
*
Have the sha module raise a DeprecationWarning as specified in PEP 4.
Brett Cannon
2007-05-31
6
-7/+19
*
Add some spaces in the example code.
Neal Norwitz
2007-05-31
1
-3/+3
*
Have md5 raise a DeprecationWarning as per PEP 4.
Brett Cannon
2007-05-30
6
-4/+17
*
Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the
Brett Cannon
2007-05-30
4
-0/+9
*
Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.
Brett Cannon
2007-05-30
4
-0/+13
*
Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW stru...
Thomas Heller
2007-05-30
1
-2/+2
*
Fix compiler warnings.
Thomas Heller
2007-05-30
1
-2/+2
*
Fix indentation (whitespace only).
Neal Norwitz
2007-05-30
1
-2/+2
*
Fix typo in doc
Neal Norwitz
2007-05-29
1
-1/+1
*
Fix rst markup.
Georg Brandl
2007-05-29
1
-1/+1
*
Revert 55634.
Martin v. Löwis
2007-05-29
1
-1/+0
*
Test pre-commit hook for a link to a .py file.
Martin v. Löwis
2007-05-29
1
-0/+1
*
Explain when groupby() issues a new group.
Raymond Hettinger
2007-05-28
1
-0/+8
*
Added errors argument to TarFile class that allows the user to
Lars Gustäbel
2007-05-27
5
-197/+453
*
Add the new function object attribute names from py3k.
Neal Norwitz
2007-05-27
2
-3/+13
*
Applied patch 1669481, slightly modified: Support close_fds on Win32
Peter Astrand
2007-05-26
3
-6/+16
*
Fix typo.
Walter Dörwald
2007-05-26
1
-1/+1
*
Include <windows.h> after python.h, so that WINNT is properly set before wind...
Kristján Valur Jónsson
2007-05-26
5
-8/+6
*
Remove the rgbimgmodule from PCBuild8
Kristján Valur Jónsson
2007-05-26
1
-4/+0
*
Remove direct call's to file's constructor and replace them with calls to
Brett Cannon
2007-05-25
2
-5/+6
*
Updated documentation for SysLogHandler (#1720726).
Vinay Sajip
2007-05-25
1
-2/+5
*
Updated docstring for SysLogHandler (#1720726).
Vinay Sajip
2007-05-25
1
-1/+2
*
Get test passing again by commenting out the reference to the test class.
Neal Norwitz
2007-05-25
1
-1/+1
*
Commenting out the tests until find out who can test them in
Facundo Batista
2007-05-25
1
-61/+69
*
Fixing stupid error, and introducing a sleep, to see if the
Facundo Batista
2007-05-25
1
-1/+1
*
Trying to make the tests work in Windows and Solaris, everywhere
Facundo Batista
2007-05-25
1
-11/+13
*
Let's see if reading exactly what is written allow this live
Facundo Batista
2007-05-24
1
-0/+1
*
Removed the .recv() in the test, is not necessary, and was
Facundo Batista
2007-05-24
1
-1/+0
[prev]
[next]