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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Final bag of small changes coming from distutils2.
Éric Araujo
2011-09-19
9
-29/+22
*
A few style changes originally done in the distutils2 repo
Éric Araujo
2011-09-18
4
-17/+16
*
Replace cmp function with key function
Éric Araujo
2011-09-18
1
-15/+2
*
Fix typo and wording
Éric Araujo
2011-09-18
1
-1/+1
*
Branch merge
Éric Araujo
2011-09-18
16
-96/+47
|
\
|
*
Use a local name (it was intended to be used but overlooked).
Éric Araujo
2011-09-17
1
-2/+2
|
*
Packaging cleanup: remove conditionals for < 2.6 support.
Éric Araujo
2011-09-17
16
-95/+46
*
|
Make a number of small changes to ease the backport to distutils2
Éric Araujo
2011-09-18
19
-125/+104
*
|
Fix fallback base class when tests run without threading
Éric Araujo
2011-09-18
1
-1/+1
*
|
Issue #12765: Fix packaging.test.test_database failures on OS X due
Ned Deily
2011-09-15
1
-0/+1
|
/
*
Fix packaging.database.Distribution.list_distinfo_files (#12785).
Éric Araujo
2011-09-15
2
-23/+27
*
Issue #9871: Prevent IDLE 3 crash when given byte stings
Ned Deily
2011-09-14
2
-7/+7
|
\
|
*
Issue #9871: Prevent IDLE 3 crash when given byte stings
Ned Deily
2011-09-14
2
-7/+7
*
|
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
1
-0/+8
|
\
\
|
|
/
|
*
Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
1
-0/+8
*
|
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
3
-56/+68
|
|
\
|
|
*
Wrap pydoc output under 80 characters
Éric Araujo
2011-09-10
1
-4/+5
*
|
|
Branch merge
Éric Araujo
2011-09-12
13
-482/+481
|
\
\
\
|
*
|
|
Remove unneeded --all option of “pysetup list”.
Éric Araujo
2011-09-12
2
-12/+9
|
*
|
|
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
2
-2/+16
|
*
|
|
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
2
-52/+63
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
Éric Araujo
2011-09-09
2
-1/+16
|
|
*
|
Slight cleanup in distutils test_dist.
Éric Araujo
2011-09-09
1
-51/+47
*
|
|
|
Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.
Nadeem Vawda
2011-09-11
1
-0/+12
*
|
|
|
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
1
-1/+1
*
|
|
|
Better fix for #12763: test_posix failure on OpenIndiana
Jesus Cea
2011-09-09
1
-3/+3
*
|
|
|
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
|
|
/
*
|
Issue #12871: sched_get_priority_(min|max) might not be defined even though
Charles-François Natali
2011-09-06
1
-0/+2
*
|
Issue #12567: Fix curses.unget_wch() tests
Victor Stinner
2011-09-06
1
-2/+4
*
|
Issue #12567: Add curses.unget_wch() function
Victor Stinner
2011-09-05
1
-0/+15
*
|
Issue #9561: packaging now writes egg-info files using UTF-8
Victor Stinner
2011-09-05
1
-2/+2
*
|
Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using U...
Victor Stinner
2011-09-05
2
-7/+4
|
\
\
|
|
/
[next]