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
*
The value is the dotted module name to the command class.
Jeremy Kloth
2011-09-13
1
-1/+1
*
merge from 3.2
Senthil Kumaran
2011-09-12
1
-1/+2
|
\
|
*
Fix issue12938 - Update the docstring of html.escape. Include the information...
Senthil Kumaran
2011-09-12
1
-1/+2
*
|
merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924
Senthil Kumaran
2011-09-12
1
-0/+1
|
\
\
|
|
/
|
*
Add the quote_plus call in the test.
Senthil Kumaran
2011-09-12
1
-0/+1
*
|
Remove trailing spaces
Amaury Forgeot d'Arc
2011-09-12
1
-1/+1
*
|
Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
3
-0/+12
|
\
\
|
|
/
|
*
Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
3
-0/+12
*
|
Factor out the distribution file-system safe name functions from install_dist...
Jeremy Kloth
2011-09-12
3
-36/+16
*
|
Merge 3.2
Éric Araujo
2011-09-12
1
-4/+5
|
\
\
|
|
/
|
*
Branch merge
Éric Araujo
2011-09-12
4
-56/+72
|
|
\
|
|
*
Wrap pydoc output under 80 characters
Éric Araujo
2011-09-10
1
-4/+5
*
|
|
Branch merge
Éric Araujo
2011-09-12
15
-490/+494
|
\
\
\
|
*
|
|
Remove unneeded --all option of “pysetup list”.
Éric Araujo
2011-09-12
3
-20/+18
|
*
|
|
Remove obsolete comment (yes, build_ext supports C++)
Éric Araujo
2011-09-10
1
-4/+0
|
*
|
|
Don’t let invalid line in setup.cfg pass silently
Éric Araujo
2011-09-10
1
-3/+4
|
*
|
|
Fix usage of bytes in packaging's bdist_wininst.
Éric Araujo
2011-09-10
1
-7/+8
|
*
|
|
Use bytes regex instead of decoding whole pages
Éric Araujo
2011-09-10
1
-12/+10
|
*
|
|
Fix usage of dry-run in packaging bdist_wininst and install_distinfo.
Éric Araujo
2011-09-10
2
-40/+39
|
*
|
|
Fix determination of Metadata version in packaging (#8933).
Éric Araujo
2011-09-10
3
-5/+19
|
*
|
|
Consolidate tests for packaging.metadata.
Éric Araujo
2011-09-10
4
-351/+333
|
*
|
|
Merge fix for #8933 from 3.2
Éric Araujo
2011-09-10
3
-52/+67
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
Éric Araujo
2011-09-09
3
-1/+20
|
|
*
|
Slight cleanup in distutils test_dist.
Éric Araujo
2011-09-09
1
-51/+47
*
|
|
|
Merge fix for issue #12963.
Stefan Krah
2011-09-12
1
-3/+3
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases.
Stefan Krah
2011-09-12
1
-3/+3
*
|
|
|
Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...
Nadeem Vawda
2011-09-11
1
-2/+0
*
|
|
|
Terminology fix: .gz and .bz2 are not archive formats.
Nadeem Vawda
2011-09-11
1
-1/+1
*
|
|
|
Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.
Nadeem Vawda
2011-09-11
4
-0/+40
*
|
|
|
BZ2File now uses the compresslevel argument given by the caller,
Nadeem Vawda
2011-09-11
2
-2/+9
*
|
|
|
add ChainMap to __all__ (closes #12959)
Benjamin Peterson
2011-09-11
2
-1/+3
*
|
|
|
#12940: merge with 3.2.
Ezio Melotti
2011-09-10
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#12940: fix cmd example. Patch by Tim Chase.
Ezio Melotti
2011-09-10
1
-1/+1
*
|
|
|
NEWS
Jesus Cea
2011-09-10
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
NEWS
Jesus Cea
2011-09-10
1
-0/+5
*
|
|
|
MERGE: Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
Jesus Cea
2011-09-10
0
-0/+0
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
Jesus Cea
2011-09-10
1
-11/+23
*
|
|
|
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
Jesus Cea
2011-09-10
1
-11/+23
*
|
|
|
Typo
Jesus Cea
2011-09-09
1
-3/+3
*
|
|
|
Yet another fix for #12763: test_posix failure on OpenIndiana
Jesus Cea
2011-09-09
1
-1/+7
*
|
|
|
Better fix for #12763: test_posix failure on OpenIndiana
Jesus Cea
2011-09-09
1
-3/+3
*
|
|
|
Close issue 12952: Solaris/Illumos (OpenIndiana) Scheduling policies
Jesus Cea
2011-09-09
1
-1/+13
*
|
|
|
Fix issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-2/+0
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-2/+0
*
|
|
|
Close issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-3/+27
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Close issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-3/+27
|
|
/
*
|
Merge 3.2
Éric Araujo
2011-09-09
1
-15/+12
|
\
\
|
|
/
|
*
Fix current name of the Python 3 binary on Unix (#12896).
Éric Araujo
2011-09-09
1
-15/+12
*
|
Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now write
Larry Hastings
2011-09-09
2
-42/+113
*
|
Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008
Victor Stinner
2011-09-07
2
-287/+308
[next]