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
*
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
*
Sync up __version__ number with the version of the ipaddr-py project this
Gregory P. Smith
2009-06-01
1
-13/+1
*
Issue #6158: package Sine-1000Hz-300ms.aif.
Martin v. Löwis
2009-06-01
1
-0/+1
*
The class for regexes isn't called RegexObject any more; correct the text
Andrew M. Kuchling
2009-06-01
1
-14/+14
*
Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the poss...
Guilherme Polo
2009-05-31
1
-2/+2
*
Issue 3848: document the fact that epoll register raises an IOError if
R. David Murray
2009-05-31
2
-0/+33
*
Uninitialized file type would lead to __exit__ lookup failure when site.py
Antoine Pitrou
2009-05-31
1
-0/+3
*
__enter__ and __exit__ must be on the class
Benjamin Peterson
2009-05-31
1
-4/+12
*
remove function import
Benjamin Peterson
2009-05-31
1
-1/+1
*
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
Antoine Pitrou
2009-05-31
4
-59/+153
*
Fix markup.
Georg Brandl
2009-05-31
1
-6/+3
*
fix signature
Benjamin Peterson
2009-05-31
1
-1/+1
*
Update ACKS
Antoine Pitrou
2009-05-30
1
-0/+1
*
The test for #5330 wasn't correct.
Antoine Pitrou
2009-05-30
1
-1/+1
*
Issue #5330: C functions called with keyword arguments were not reported by
Antoine Pitrou
2009-05-30
4
-2/+40
*
Add more examples to the ipaddr documentation.
Gregory P. Smith
2009-05-30
1
-2/+90
*
Rewrap a few long lines.
Georg Brandl
2009-05-30
1
-35/+38
*
Fix markup problem.
Georg Brandl
2009-05-30
1
-1/+1
*
Fix some more small markup problems.
Georg Brandl
2009-05-30
1
-5/+5
*
Use preferred form of raising exceptions.
Georg Brandl
2009-05-30
1
-1/+1
*
#6146: fix markup bug.
Georg Brandl
2009-05-30
1
-1/+1
*
no fdatasync on macos
Benjamin Peterson
2009-05-30
1
-0/+3
*
add with statements
Benjamin Peterson
2009-05-29
1
-0/+20
*
Move the basic examples section back to the beginning.
Raymond Hettinger
2009-05-29
1
-63/+67
*
Add test discovery to unittest. Issue 6001.
Michael Foord
2009-05-29
4
-22/+630
*
Issue 6141: document that the first item of args is still the
R. David Murray
2009-05-29
1
-3/+6
*
Refactor test parameterization to resolve update timing problem.
R. David Murray
2009-05-29
1
-14/+13
*
Issue #4873: Fix resource leaks in error cases of pwd and grp.
Martin v. Löwis
2009-05-29
3
-1/+4
*
Fixed #6131: test_modulefinder leaked when run after test_distutils
Tarek Ziadé
2009-05-29
5
-10/+11
*
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
Raymond Hettinger
2009-05-29
3
-3/+29
[next]