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
*
Bug #1086854: Rename PyHeapType members adding ht_ prefix.
Georg Brandl
2006-02-20
2
-12/+12
*
Whitespace normalization.
Tim Peters
2006-02-20
3
-5/+5
*
Bug #947571: By default, urllib.urlopen() does not raise IOErrors
Georg Brandl
2006-02-20
1
-1/+8
*
Bug #1210377: close bsddb cursor correctly after NotFoundError.
Georg Brandl
2006-02-20
1
-1/+4
*
Based on discussion with Martin and Thomas on python-checkins
Neal Norwitz
2006-02-20
1
-1/+1
*
Patch #931938: prevent setting sys.prefix to ""
Georg Brandl
2006-02-20
1
-0/+6
*
Bug #1102649: add a note to pickle docs that pickle files should be
Georg Brandl
2006-02-20
1
-1/+10
*
Bug #1013800: document PyFunction_* functions
Georg Brandl
2006-02-20
2
-11/+112
*
Detect Win64 builds.
Martin v. Löwis
2006-02-20
1
-10/+39
*
Bug #1323369: document possible values of sys.getwindowsversion()
Georg Brandl
2006-02-20
1
-4/+4
*
Let the SDK setup override distutils logic.
Martin v. Löwis
2006-02-20
1
-15/+25
*
Bug #1101233: fix test_fcntl on netbsd2 platform.
Georg Brandl
2006-02-20
1
-1/+1
*
bug #872175: add --with-fpectl to README
Georg Brandl
2006-02-20
1
-0/+5
*
Bug #854823: socketmodule now builds on Sun platforms even when
Georg Brandl
2006-02-20
2
-2/+5
*
Bug #1413790: zipfile now sanitizes absolute archive names that are
Georg Brandl
2006-02-20
4
-5/+26
*
Whitespace normalization.
Tim Peters
2006-02-19
1
-2/+2
*
Repair new test failures on Windows due to
Tim Peters
2006-02-19
1
-4/+4
*
Fix typpo.
Thomas Wouters
2006-02-19
1
-1/+1
*
Fix compiler warning on amd64. We can't use zd here since this is
Neal Norwitz
2006-02-19
1
-2/+2
*
Fix compiler warning (int vs Py_ssize_t mismatch
Neal Norwitz
2006-02-19
1
-1/+1
*
Minor tweaks
Neal Norwitz
2006-02-19
1
-1/+4
*
Generators have been permanent for a while. This comment is no longer applic...
Neal Norwitz
2006-02-19
1
-6/+1
*
Ignore the tests which report leaks sporadically.
Neal Norwitz
2006-02-19
1
-3/+8
*
Fix a build problem introduced by r42230.
Hye-Shik Chang
2006-02-19
1
-1/+1
*
Remove two instances of trailing commas. Resolves patch #1209781.
Georg Brandl
2006-02-19
2
-2/+2
*
Fix the encodings package codec search function to only search
Marc-André Lemburg
2006-02-19
3
-3/+20
*
Clarify how hook_compressed determines how to open a file.
Georg Brandl
2006-02-19
1
-2/+3
*
Patch #1215184: FileInput now can be given an opening hook which can
Georg Brandl
2006-02-19
4
-12/+105
*
Patch #1212287: fileinput.input() now has a mode parameter for
Georg Brandl
2006-02-19
4
-15/+51
*
Patch #1215184: fileinput now has a fileno() function for getting the
Georg Brandl
2006-02-19
4
-7/+51
*
Patch #1349274: gettext.install() now optionally installs additional
Georg Brandl
2006-02-19
4
-5/+41
*
Patch #1337756: fileinput now accepts Unicode filenames.
Georg Brandl
2006-02-19
3
-1/+13
*
Patch #1352711: make zipimport raise a complete IOError
Georg Brandl
2006-02-19
1
-2/+1
*
test_gopher(): Squash another deprecation
Tim Peters
2006-02-19
1
-0/+5
*
PyEnumKey(): Stop including the trailing NUL byte
Tim Peters
2006-02-19
1
-5/+4
*
PyEnumKey(): Remove unused local.
Tim Peters
2006-02-19
1
-1/+0
*
Add a unit test for bug fix #1396678.
Georg Brandl
2006-02-19
2
-6/+11
*
Bug #1396678: a closed bsddb.DB raises AttributeError on repr().
Georg Brandl
2006-02-19
1
-1/+4
*
This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK).
Neal Norwitz
2006-02-19
1
-3/+5
*
Bug #801349: document that start/stop/step slice arguments can be None
Georg Brandl
2006-02-19
2
-6/+7
*
Add sizeof() instead of hardcoding variable length
Georg Brandl
2006-02-18
1
-1/+1
*
Patch #977553: speed up RegEnumKey call
Georg Brandl
2006-02-18
1
-19/+12
*
Remove unused variable
Neal Norwitz
2006-02-18
1
-1/+0
*
Patch #1426648: urllib proxy_bypass broken
Georg Brandl
2006-02-18
1
-3/+10
*
Patch #1415507: clarify docs on reference stealing
Georg Brandl
2006-02-18
1
-3/+13
*
Patch #1393157: os.startfile() now has an optional argument to specify
Georg Brandl
2006-02-18
3
-9/+28
*
Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offse...
Georg Brandl
2006-02-18
1
-42/+33
*
This should get test_timeout to pass when running on any python.org host. Wi...
Neal Norwitz
2006-02-18
1
-0/+5
*
Patch #1373643: The chunk module can now read chunks larger than
Georg Brandl
2006-02-18
2
-1/+4
*
Fix intptr_t fallback for Py_ssize_t.
Martin v. Löwis
2006-02-18
1
-1/+1
[next]