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
*
remove useless assertion
Benjamin Peterson
2009-06-08
1
-1/+0
*
This is a fix for Issue5809: you shouldn't specify both --enable-framework and
Ronald Oussoren
2009-06-08
3
-5733/+4907
*
This checkin adds a symlink to the lib directory of a framework install
Ronald Oussoren
2009-06-08
1
-0/+1
*
Typo fix.
Georg Brandl
2009-06-08
1
-1/+1
*
#6238: add fillchar to string.just function family.
Georg Brandl
2009-06-08
1
-5/+6
*
#6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().
Georg Brandl
2009-06-08
1
-3/+2
*
Remove period from end of headings.
Georg Brandl
2009-06-08
6
-18/+12
*
backport r73273
Benjamin Peterson
2009-06-07
1
-0/+21
*
remove has_key
Benjamin Peterson
2009-06-07
1
-1/+1
*
use booleans for flags
Benjamin Peterson
2009-06-07
2
-19/+19
*
always inherit from an appropiate base class
Benjamin Peterson
2009-06-07
1
-4/+2
*
inherit from object
Benjamin Peterson
2009-06-07
1
-1/+1
*
Add Ezio.
Georg Brandl
2009-06-07
1
-0/+3
*
http://bugs.python.org/issue6192
Kristján Valur Jónsson
2009-06-07
2
-1/+16
*
backport r73268
Benjamin Peterson
2009-06-07
2
-36/+2
*
#6224: s/JPython/Jython/, and remove one link to a module nine years old.
Georg Brandl
2009-06-06
4
-9/+6
*
#6204: use a real reference instead of "see later".
Georg Brandl
2009-06-06
1
-1/+1
*
#6211: elaborate a bit on ways to call the function.
Georg Brandl
2009-06-06
1
-5/+14
*
#6206: fix test__locale.
Georg Brandl
2009-06-06
1
-2/+1
*
only test for named pipe when os.stat doesn't raise #6209
Benjamin Peterson
2009-06-05
1
-3/+4
*
Fix unittest discovery tests for Windows. Issue 6199
Michael Foord
2009-06-05
1
-1/+3
*
reverting r72823 : Python trunk has to use latin-1 encoding
Tarek Ziadé
2009-06-05
1
-2/+2
*
Removed tests so that test_float pass on Windows. See issue 6198.
Eric Smith
2009-06-05
1
-21/+21
*
Fix test__locale on windows (Backport of r72365)
Hirokazu Yamamoto
2009-06-05
1
-4/+18
*
Add test for #3684.
Georg Brandl
2009-06-04
1
-0/+9
*
Minor documentation fixes for logging.
Eric Smith
2009-06-04
1
-2/+2
*
#6175: document that inet_aton supports alternate input formats with less tha...
Georg Brandl
2009-06-04
1
-0/+3
*
#6176: fix man page section for flock(2).
Georg Brandl
2009-06-04
1
-1/+1
*
#5967: note that the C slicing APIs do not support negative indices.
Georg Brandl
2009-06-04
1
-4/+6
*
Better name for "Ctor".
Georg Brandl
2009-06-04
1
-2/+2
*
#3584: ignore trailing newlines when placing the caret for a SyntaxError loca...
Georg Brandl
2009-06-04
1
-1/+1
*
#5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do mu...
Georg Brandl
2009-06-04
2
-56/+4
*
improved test coverage for distutils.command.install and cleaned it up
Tarek Ziadé
2009-06-04
2
-88/+145
*
use the offical api
Benjamin Peterson
2009-06-04
1
-1/+1
*
Avoid PendingDeprecationWarnings emitted by deprecated unittest methods.
Georg Brandl
2009-06-03
1
-2/+2
*
#6174: fix indentation in code example.
Georg Brandl
2009-06-03
1
-7/+7
*
Fix for line wrap ugly.
Josiah Carlson
2009-06-03
1
-2/+1
*
This fixes bug 5798 on OS X.
Josiah Carlson
2009-06-03
1
-2/+8
*
assertion message was dropped
Tarek Ziadé
2009-06-03
1
-1/+1
*
more cleanup and test coverage for distutils.extension
Tarek Ziadé
2009-06-03
2
-22/+46
*
added some tests for distutils.extension + code cleanup
Tarek Ziadé
2009-06-03
3
-16/+108
*
Use the preferred form of raise statements in the docs.
Georg Brandl
2009-06-03
12
-27/+26
*
Restore default testRunner argument in unittest.main to None. Issue 6177
Michael Foord
2009-06-02
2
-1/+11
*
improved distutils.spawn test coverage + cleaned it up
Tarek Ziadé
2009-06-02
2
-59/+73
*
http://bugs.python.org/issue6117
Kristján Valur Jónsson
2009-06-02
1
-10/+9
*
Typo in socket.py. Thanks Pablo Torres Navarrete.
Mark Dickinson
2009-06-02
1
-1/+1
*
Fixes issue6169: it was possible for two ipaddr network addresses to compare
Gregory P. Smith
2009-06-02
2
-19/+30
*
Fix compilation error with gcc 4.3.2
Antoine Pitrou
2009-06-01
1
-1/+3
*
improved distutils.dist test coverage, pep-8 compliancy
Tarek Ziadé
2009-06-01
2
-61/+103
*
#4547: When debugging a very large function, it was not always
Amaury Forgeot d'Arc
2009-06-01
3
-2/+22
[next]