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
...
*
|
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
*
|
Merge
Guido van Rossum
2012-06-22
41
-174/+2414
|
\
\
|
*
|
Add debug output for temporary buildbot failures
Antoine Pitrou
2012-06-22
1
-1/+3
|
*
|
Issue #444582: shutil.which() respects relative paths.
Antoine Pitrou
2012-06-22
3
-3/+13
|
*
|
whitespace normalize
Brian Curtin
2012-06-22
1
-1/+0
|
*
|
Fix #444582. Add shutil.which function for finding programs on the system path.
Brian Curtin
2012-06-22
4
-2/+121
|
*
|
Merge heads
Martin v. Löwis
2012-06-22
6
-32/+43
|
|
\
\
|
|
*
\
Merge
Antoine Pitrou
2012-06-22
5
-32/+32
|
|
|
\
\
|
|
|
*
\
merge
Alexander Belopolsky
2012-06-22
1
-19/+21
|
|
|
|
\
\
|
|
|
|
*
|
Issue #14769: Incorporated mildly pedantic feedback from python-dev.
Larry Hastings
2012-06-22
1
-19/+21
|
|
|
*
|
|
Issue #9527: tm_gmtoff has 'correct' sign.
Alexander Belopolsky
2012-06-22
4
-13/+11
|
|
|
|
/
/
|
|
*
|
|
Add a docstring at the top of Tools/ssl/make_ssl_data.py
Antoine Pitrou
2012-06-22
1
-0/+11
|
|
|
/
/
|
*
|
|
Issue #15143: Define _DEBUG when compiling resources.
Martin v. Löwis
2012-06-22
1
-0/+3
|
|
/
/
|
*
|
Merge
Antoine Pitrou
2012-06-22
26
-60/+239
|
|
\
\
|
|
*
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
24
-35/+217
|
|
*
|
Issue #15124: Optimize _thread.LockType deletion and acquisition when
Kristjan Valur Jonsson
2012-06-22
1
-21/+17
|
|
*
|
Fixed compiler warnings in datetime_astimezone()
Alexander Belopolsky
2012-06-22
1
-4/+5
|
*
|
|
Add forgotten files for #14837.
Antoine Pitrou
2012-06-22
2
-0/+1710
|
*
|
|
Issue #14837: SSL errors now have `library` and `reason` attributes describin...
Antoine Pitrou
2012-06-22
4
-65/+262
|
|
/
/
|
*
|
Issue #9527: Fixes for platforms without tm_zone
Alexander Belopolsky
2012-06-22
1
-20/+22
|
*
|
merge
Alexander Belopolsky
2012-06-22
9
-12/+71
|
|
\
\
|
*
|
|
Issue #7582: Use ISO timestamp in diff.py
Alexander Belopolsky
2012-06-22
1
-4/+12
*
|
|
|
Speed up base64.urlsafe_{en,de}code().
Guido van Rossum
2012-06-22
2
-13/+13
|
|
/
/
|
/
|
|
*
|
|
Closes #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-06-22
9
-12/+71
|
/
/
*
|
Issue #9527: datetime.astimezone() method will now supply a class
Alexander Belopolsky
2012-06-22
2
-4/+4
*
|
Issue #9527: datetime.astimezone() method will now supply a class
Alexander Belopolsky
2012-06-22
5
-12/+138
*
|
Issue #14769: test_capi now has SkipitemTest, which cleverly checks
Larry Hastings
2012-06-22
3
-39/+134
*
|
Whitespace normalization
Martin v. Löwis
2012-06-22
1
-2/+2
*
|
Add Stable ABI documentation.
Martin v. Löwis
2012-06-22
2
-0/+40
[prev]
[next]