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
...
*
correct email address
Gregory P. Smith
2009-01-11
1
-2/+2
*
Issue 4879: Allow buffering for HTTPResponse
Kristján Valur Jónsson
2009-01-11
4
-43/+36
*
Issue #4895: Use _strdup on Windows CE.
Martin v. Löwis
2009-01-11
2
-0/+8
*
Issue #4279: Fix build of parsermodule under Cygwin.
Martin v. Löwis
2009-01-11
3
-0/+4
*
Fixed version number in build_ssl.bat.
Hirokazu Yamamoto
2009-01-11
2
-4/+4
*
macos 9 isn't supported
Benjamin Peterson
2009-01-10
1
-1/+0
*
move seealso to a more appropiate place
Benjamin Peterson
2009-01-10
1
-7/+4
*
make tests fail if they can't be imported
Benjamin Peterson
2009-01-10
1
-3/+0
*
Corrected minor typo and added .currentmodule directives to fix missing cross...
Vinay Sajip
2009-01-10
1
-1/+10
*
Remove an unnecessary check from test_decimal.
Mark Dickinson
2009-01-10
1
-1/+0
*
fix encoding
Benjamin Peterson
2009-01-10
1
-1/+1
*
Add ACKS entries for some of the patches I've been committing.
Antoine Pitrou
2009-01-10
1
-0/+6
*
tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901
Benjamin Peterson
2009-01-10
1
-1/+1
*
rewrite verbose conditionals
Benjamin Peterson
2009-01-10
1
-2/+2
*
- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
Matthias Klose
2009-01-10
2
-4/+39
*
Add NEWS entry for r68484.
Antoine Pitrou
2009-01-10
1
-0/+2
*
Issue #3860: GzipFile and BZ2File now support the context manager protocol.
Antoine Pitrou
2009-01-10
4
-1/+83
*
Corrected an incorrect self-reference.
Vinay Sajip
2009-01-10
1
-1/+0
*
Minor documentation changes cross-referencing NullHandler to the documentatio...
Vinay Sajip
2009-01-10
1
-1/+8
*
Issue 4906: Preserve windows error state across PyThread_get_key_value
Kristján Valur Jónsson
2009-01-10
1
-1/+10
*
Added helper script to build Tcl/Tk.
Hirokazu Yamamoto
2009-01-10
1
-0/+81
*
Link to debug version of Tcl/Tk when python is built as debug version.
Hirokazu Yamamoto
2009-01-10
2
-1/+5
*
Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, t...
Hirokazu Yamamoto
2009-01-10
3
-18/+43
*
Issue #4074: Change the criteria for doing a full garbage collection (i.e.
Antoine Pitrou
2009-01-09
2
-1/+71
*
Issue 4293: Make Py_AddPendingCall() thread safe
Kristján Valur Jónsson
2009-01-09
4
-0/+154
*
Issue 4293: Make Py_AddPendingCall() thread safe
Kristján Valur Jónsson
2009-01-09
1
-22/+146
*
Issue 4336: Let users of HTTPConnection.endheaders() submit a message body t...
Kristján Valur Jónsson
2009-01-09
2
-9/+3
*
Issue 4336: HTTPRequest._send_output() now deals with the case of the messag...
Kristján Valur Jónsson
2009-01-09
1
-7/+8
*
Issue 3677: Fix import from UNC paths on Windows.
Kristján Valur Jónsson
2009-01-09
1
-15/+19
*
Issue 3582. Improved thread support and TLS for Windows
Kristján Valur Jónsson
2009-01-09
1
-65/+91
*
Fix issue 4884, preventing a crash in the socket code when python is compiled
Jeffrey Yasskin
2009-01-09
2
-1/+14
*
Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25)
Hirokazu Yamamoto
2009-01-09
2
-11/+11
*
Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5)
Hirokazu Yamamoto
2009-01-09
2
-8/+8
*
remove temporary code now
Benjamin Peterson
2009-01-09
1
-4/+0
*
be more specific in -3 option help
Benjamin Peterson
2009-01-09
1
-1/+1
*
add -3 to manpage
Benjamin Peterson
2009-01-09
1
-0/+6
*
fix spelling
Benjamin Peterson
2009-01-09
1
-1/+1
*
fix markup
Benjamin Peterson
2009-01-09
1
-5/+4
*
specify what -3 warnings are about
Benjamin Peterson
2009-01-09
1
-1/+2
*
Merged revisions 68306-68308,68340,68368,68422 via svnmerge from
Benjamin Peterson
2009-01-09
4
-8/+15
*
fixed #4394 make the storage of the password optional in .pypirc
Tarek Ziadé
2009-01-08
9
-75/+172
*
Forward port r68394 for issue 4816.
Raymond Hettinger
2009-01-08
3
-20/+47
*
use new sphinx modules
Benjamin Peterson
2009-01-08
2
-10/+4
*
string exceptions are gone
Benjamin Peterson
2009-01-08
1
-0/+3
*
Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.
Martin v. Löwis
2009-01-07
5
-12/+20
*
Issue #4869: clarify documentation for random.expovariate.
Mark Dickinson
2009-01-07
2
-6/+10
*
Issue #4864: test_msvc9compiler failed on VC6/7.
Hirokazu Yamamoto
2009-01-07
1
-0/+4
*
Use shutil.rmtree rather than os.rmdir.
Antoine Pitrou
2009-01-06
1
-1/+1
*
Issue #1180193: When importing a module from a .pyc (or .pyo) file with
Antoine Pitrou
2009-01-06
3
-1/+144
*
Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration
Marc-André Lemburg
2009-01-05
1
-10/+28
[prev]
[next]