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
*
Proper cleanup in test_shutil, even in case of error.
Antoine Pitrou
2012-06-23
1
-8/+6
*
Issue #15102: Use HOST_PYTHON only if it is set.
Martin v. Löwis
2012-06-23
1
-2/+2
*
#4489: Fix usage of fd-based functions to new api introduced earlier today
Hynek Schlawack
2012-06-23
3
-17/+44
*
Issue #15150: regenerate python3stub.def.
Martin v. Löwis
2012-06-23
2
-1/+3
*
Merge with 3.2
Martin v. Löwis
2012-06-23
1
-2/+2
|
\
|
*
The build target of this makefile is python3.dll, not python32.dll.
Martin v. Löwis
2012-06-23
1
-2/+2
*
|
Issue #15102: Allow platform-specific settings for the current project
Stefan Krah
2012-06-23
1
-2/+2
*
|
Properly test the various builtins lookup cases in inspect.getclosurevars
Nick Coghlan
2012-06-23
1
-0/+24
*
|
Fix typo in Misc/NEWS
Hynek Schlawack
2012-06-23
1
-1/+1
*
|
#4489: Add a shutil.rmtree that isn't suspectible to symlink attacks
Hynek Schlawack
2012-06-23
4
-43/+150
*
|
Use non-deprecated speling.
Antoine Pitrou
2012-06-23
1
-44/+44
*
|
Properly cleanup pep3147 modules in test_import
Antoine Pitrou
2012-06-23
1
-4/+4
*
|
Try to further debug occasional buildbot failure
Antoine Pitrou
2012-06-23
1
-0/+6
*
|
On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile.
Antoine Pitrou
2012-06-23
1
-8/+10
*
|
#15114: the strict mode of HTMLParser and the HTMLParseError exception are de...
Ezio Melotti
2012-06-23
4
-18/+35
*
|
Issue #15142: Fix reference leak when deallocating instances of types created...
Antoine Pitrou
2012-06-23
2
-0/+9
|
\
\
|
|
/
|
*
Issue #15142: Fix reference leak when deallocating instances of types created...
Antoine Pitrou
2012-06-23
2
-0/+9
*
|
Remove outdated statement
Antoine Pitrou
2012-06-23
1
-7/+1
*
|
Fix test_re failure under Windows.
Antoine Pitrou
2012-06-23
1
-5/+1
*
|
Issue #3665: \u and \U escapes are now supported in unicode regular expressions.
Antoine Pitrou
2012-06-23
4
-34/+144
*
|
Issue #12965: Merge from 3.2.
Mark Dickinson
2012-06-23
1
-22/+39
|
\
\
|
|
/
|
*
Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.
Mark Dickinson
2012-06-23
1
-22/+39
*
|
Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f...
Georg Brandl
2012-06-23
1
-1/+1
*
|
Issue #12965: Merge from 3.2.
Mark Dickinson
2012-06-23
1
-18/+23
|
\
\
|
|
/
|
*
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify...
Mark Dickinson
2012-06-23
1
-18/+23
*
|
Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...
Nick Coghlan
2012-06-23
5
-0/+98
*
|
Issue #12965: Merge from 3.2
Mark Dickinson
2012-06-23
1
-13/+16
|
\
\
|
|
/
|
*
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify tha...
Mark Dickinson
2012-06-23
1
-13/+16
*
|
Close #13062: Add inspect.getclosurevars to simplify testing stateful closures
Nick Coghlan
2012-06-23
5
-2/+184
*
|
merge
Mark Dickinson
2012-06-23
1
-2/+2
|
\
\
|
*
\
Remove useless test (flowinfo is unsigned).
Charles-François Natali
2012-06-23
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
Remove useless test (flowinfo is unsigned).
Charles-François Natali
2012-06-23
1
-2/+2
*
|
|
Issue #14742: test_unparse now only checks a limited number of files unless t...
Mark Dickinson
2012-06-23
2
-1/+7
|
/
/
*
|
Fix #15148. Capitalize PATH, hopefully leading to less confusion
Brian Curtin
2012-06-23
1
-1/+1
*
|
Fix #15148. Make the shutil.which docstring more thorough
Brian Curtin
2012-06-23
1
-1/+3
*
|
Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.)
Larry Hastings
2012-06-23
2
-12/+26
*
|
Revert unintended change in 973b4806f760
Brian Curtin
2012-06-23
1
-42/+4
*
|
file was the old arg name from an earlier patch. command matches the implemen...
Brian Curtin
2012-06-23
2
-6/+44
*
|
Issue #15148: Fixed typos in shutil.which() docstring
Alexander Belopolsky
2012-06-23
1
-1/+1
*
|
fixed whitespace
Alexander Belopolsky
2012-06-23
1
-1/+1
*
|
Issues #11024: Fixes and additional tests for Time2Internaldate.
Alexander Belopolsky
2012-06-23
4
-35/+62
*
|
Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support fo...
Jesus Cea
2012-06-23
1
-2/+2
*
|
Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-06-23
1
-0/+3
*
|
A better repr() for FileFinder
Antoine Pitrou
2012-06-23
2
-1072/+1088
*
|
Issue #14626: Fix buildbot issue on x86 Tiger 3.x.
Larry Hastings
2012-06-23
1
-1/+1
*
|
Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.)
Larry Hastings
2012-06-23
2
-2/+7
*
|
Issue #14626: Large refactoring of functions / parameters in the os module.
Larry Hastings
2012-06-22
9
-2985/+3357
*
|
Fix silly mistake in debugging code
Antoine Pitrou
2012-06-22
1
-1/+1
*
|
Whitespace.
Stefan Krah
2012-06-22
1
-1/+1
*
|
Issue #15008: Implement PEP 362 "Signature Objects".
Larry Hastings
2012-06-22
3
-4/+1697
[next]