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
...
*
Disable the use of BerkeleyDB 4.6 on platforms that appear to have
Gregory P. Smith
2008-05-27
1
-5/+35
*
Improvements for test_py3kwarn
Benjamin Peterson
2008-05-27
1
-5/+5
*
remove some __getslice__
Benjamin Peterson
2008-05-27
2
-7/+1
*
Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size is
Gregory P. Smith
2008-05-26
1
-1/+2
*
remove duplication in test module
Benjamin Peterson
2008-05-26
1
-27/+0
*
Fix issue2589: there was a potential integer overflow leading to
Gregory P. Smith
2008-05-26
1
-4/+15
*
fix minor grammar typo
Benjamin Peterson
2008-05-26
1
-1/+2
*
take Brett's advice on a few warnings
Benjamin Peterson
2008-05-26
2
-8/+9
*
Fixes issue2791: subprocess.Popen.communicate leaked a file descripton until
Gregory P. Smith
2008-05-26
2
-5/+21
*
warn about some members of the commands module
Benjamin Peterson
2008-05-26
3
-1/+20
*
wrap line
Benjamin Peterson
2008-05-26
1
-1/+2
*
Allow BerlekeyDB up through 4.7. I doubt any of our unixy buildbots even have
Gregory P. Smith
2008-05-26
1
-4/+1
*
Define macros so that this still compiles on Python prior to r63675.
Gregory P. Smith
2008-05-26
1
-0/+11
*
turn PyErr_WarnPy3k into a macro
Benjamin Peterson
2008-05-26
3
-12/+3
*
add __all__ to test_support
Benjamin Peterson
2008-05-26
2
-0/+14
*
add PyByteArray docs
Benjamin Peterson
2008-05-26
2
-0/+75
*
Add renaming notices to 3.0 http package members.
Georg Brandl
2008-05-26
6
-5/+30
*
fix typo (thank Georg)
Benjamin Peterson
2008-05-26
1
-1/+1
*
fix a minor typo
Benjamin Peterson
2008-05-26
1
-1/+1
*
note that PyString and has been aliased to PyBytes
Benjamin Peterson
2008-05-26
1
-2/+6
*
Used vs9to8.py to port all VS9.0 changes to 8.0
Christian Heimes
2008-05-26
22
-109/+3147
*
Updated NEWS
Christian Heimes
2008-05-26
1
-0/+9
*
put a big note on configure.in asking people to run autoconf
Benjamin Peterson
2008-05-26
1
-1/+4
*
Renamed bytesobject.c to bytearrayobject.c
Christian Heimes
2008-05-26
5
-8059/+8063
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
176
-2791/+2793
*
some updates to string formatting section in whatsnew
Benjamin Peterson
2008-05-26
1
-4/+7
*
First step of the C API rename:
Christian Heimes
2008-05-26
11
-483/+520
*
On Windows, we must build a debug version iff running a debug build of
Thomas Heller
2008-05-26
1
-0/+4
*
Add renaming notices to xmlrpc modules.
Georg Brandl
2008-05-26
3
-2/+15
*
Add renaming notices to 2.6 dbm module docs.
Georg Brandl
2008-05-26
6
-6/+28
*
update the tutorial to use str.format
Benjamin Peterson
2008-05-26
7
-32/+81
*
rename the section about new formatting 'new-string-formatting'
Benjamin Peterson
2008-05-25
1
-5/+5
*
Merged revisions 63634-63643 via svnmerge from
Martin v. Löwis
2008-05-25
1
-1/+4
*
Create grammar pickle files on installation; remove them on uninstallation.
Martin v. Löwis
2008-05-25
2
-0/+11
*
Merged revisions 62647-63633 via svnmerge from
Martin v. Löwis
2008-05-25
2
-9/+158
*
Add renaming notices to thread and dummy_thread.
Georg Brandl
2008-05-25
2
-2/+12
*
Include all licenses of the packages that we include.
Martin v. Löwis
2008-05-25
1
-1/+22
*
note about r63617
Gregory P. Smith
2008-05-25
1
-0/+4
*
Fix issue2669: bsddb simple/legacy interface iteration silently fails
Gregory P. Smith
2008-05-25
2
-75/+128
*
#2959: allow multiple close() calls for GzipFile.
Georg Brandl
2008-05-25
3
-3/+12
*
Hint about _winreg renaming in the docs.
Georg Brandl
2008-05-25
1
-0/+5
*
ConfigParser renaming reversal part 3: move module into place and adapt imports.
Georg Brandl
2008-05-25
14
-126/+68
*
ConfigParser renaming reversal part 2: move module.
Georg Brandl
2008-05-25
1
-0/+0
*
ConfigParser renaming reversal part 1: remove stub module.
Georg Brandl
2008-05-25
1
-8/+0
*
print out information about which BerkeleyDB library was found by
Gregory P. Smith
2008-05-25
1
-3/+2
*
Queue renaming reversal part 3: move module into place and
Georg Brandl
2008-05-25
15
-59/+55
*
* Give the test_bsddb3 tests a unique temporary directory to run their
Gregory P. Smith
2008-05-25
2
-59/+35
*
Queue renaming reversal part 2: move module.
Georg Brandl
2008-05-25
1
-0/+0
*
Queue renaming reversal part 1: remove stub module.
Georg Brandl
2008-05-25
1
-8/+0
*
Use test_support to get network ports to bind to.
Gregory P. Smith
2008-05-25
1
-8/+10
[prev]
[next]