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
*
Adds the select.PIPE_BUF attribute to expose the system constant.
Gregory P. Smith
2009-07-03
2
-0/+11
*
cleaned distutils.file_util
Tarek Ziadé
2009-07-03
1
-69/+52
*
basic tests to raise distutils.file_util coverage
Tarek Ziadé
2009-07-03
1
-1/+16
*
another cStringIO restriction
Benjamin Peterson
2009-07-03
1
-2/+3
*
cleaned up distutils.command.build_py
Tarek Ziadé
2009-07-03
1
-90/+44
*
Fixed #6403 : package path usage for build_ext
Tarek Ziadé
2009-07-03
3
-10/+43
*
condense with assertRaises
Benjamin Peterson
2009-07-02
1
-13/+2
*
test that compile() accepts the future flag
Benjamin Peterson
2009-07-02
1
-0/+3
*
Issue 6389: add documentation for the 'mode' flags defined in the
R. David Murray
2009-07-02
2
-19/+144
*
when print() gets unicode arguments, sep and end should be unicode by default...
Benjamin Peterson
2009-07-02
3
-24/+106
*
only order comparisons are removed in py3k #6119
Benjamin Peterson
2009-07-02
3
-7/+20
*
remove this test; a module level warning is enough
Benjamin Peterson
2009-07-02
1
-11/+0
*
multiprocessing doesn't compile in Solaris because a typo
Jesus Cea
2009-07-02
1
-1/+1
*
pep8-fied and cleaned up distutils.util
Tarek Ziadé
2009-07-02
1
-75/+67
*
cleaned up the bdist_dumb module
Tarek Ziadé
2009-07-02
1
-15/+4
*
raising bdist_dumb test coverage
Tarek Ziadé
2009-07-02
1
-0/+15
*
small optimization: avoid popping the current block until we have to
Benjamin Peterson
2009-07-01
1
-5/+5
*
proxy the __exit__ call
Benjamin Peterson
2009-07-01
1
-1/+1
*
Make punctuation prettier and break up run-on sentence.
R. David Murray
2009-07-01
1
-2/+2
*
Merged revisions 73379,73388,73507,73722 via svnmerge from
Benjamin Peterson
2009-07-01
5
-183/+183
*
fix a few cases where automated fail -> assert translation messed up
Benjamin Peterson
2009-07-01
2
-25/+25
*
use assert* methods in test_unittest
Benjamin Peterson
2009-06-30
1
-53/+53
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
268
-5021/+5021
*
Fixed a backslash that was not supposed to be there
Ezio Melotti
2009-06-30
1
-1/+1
*
Fixed defaultTestCase -> defaultTestResult
Ezio Melotti
2009-06-30
2
-4/+4
*
provide a dummy __exit__ on windows
Benjamin Peterson
2009-06-30
1
-0/+3
*
Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...
Jesse Noller
2009-06-30
5
-2/+110
*
#6371: fix link targets.
Georg Brandl
2009-06-30
1
-2/+2
*
#6384: Add a heading for the exception hierarchy.
Georg Brandl
2009-06-30
1
-1/+4
*
#6374: add a bit of explanation about shell=True on Windows.
Georg Brandl
2009-06-30
1
-1/+5
*
#6376: fix copy-n-paste oversight.
Georg Brandl
2009-06-30
1
-3/+2
*
Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build
Mark Dickinson
2009-06-30
2
-0/+10
*
Issue 6370: Performance issue with collections.Counter().
Raymond Hettinger
2009-06-29
1
-2/+4
*
Issue 5740: multiprocessing.connection.* authkey fixes
Jesse Noller
2009-06-29
1
-2/+2
*
Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons
Jesse Noller
2009-06-29
1
-1/+3
*
Fixed 6365: wrong inplace location for build_ext if the extension had dots
Tarek Ziadé
2009-06-29
3
-7/+22
*
Issue #6368: Fixed unused variable warning on Unix.
Hirokazu Yamamoto
2009-06-29
1
-0/+2
*
Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython s...
Georg Brandl
2009-06-29
1
-6/+9
*
Fixed NEWS.
Hirokazu Yamamoto
2009-06-29
1
-2/+2
*
Backport fix for buglet from py3k
Antoine Pitrou
2009-06-29
1
-1/+2
*
Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
Hirokazu Yamamoto
2009-06-29
2
-3/+15
*
Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttribu...
Hirokazu Yamamoto
2009-06-29
1
-58/+2
*
update to sphinx 0.6.2
Benjamin Peterson
2009-06-29
2
-2/+2
*
Update docstrings for sys.getdlopenflags() and sys.setdlopenflags().
Alexandre Vassalotti
2009-06-29
1
-10/+12
*
Remove unused stdint.h includes
Mark Dickinson
2009-06-28
2
-8/+0
*
More Decimal quote fixing; backport of r73642
Mark Dickinson
2009-06-28
1
-3/+3
*
http://bugs.python.org/issue6267
Kristján Valur Jónsson
2009-06-28
7
-72/+408
*
return locals and cells in get_locals() not bound globals, though
Benjamin Peterson
2009-06-28
2
-3/+5
*
use stack macros
Benjamin Peterson
2009-06-28
1
-2/+2
*
add two generic macros for peeking and setting in the stack
Benjamin Peterson
2009-06-28
1
-0/+2
[next]