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
...
|
*
|
Issue #18934: Use poll/select-based selectors for multiprocessing.Connection,
Charles-François Natali
2013-09-08
1
-1/+9
|
*
|
Put the defines in the logical section and fix indentation.
Raymond Hettinger
2013-09-08
1
-8/+8
|
*
|
merge from 3.3
Senthil Kumaran
2013-09-08
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
Senthil Kumaran
2013-09-08
1
-1/+1
|
*
|
Minor code beautification.
Raymond Hettinger
2013-09-08
1
-6/+5
|
*
|
Improve code clarity by removing two unattractive macros.
Raymond Hettinger
2013-09-08
1
-16/+18
|
*
|
Remove the freelist scheme for setobjects.
Raymond Hettinger
2013-09-08
3
-49/+8
|
*
|
Merge #18952 fix from 3.3
Nick Coghlan
2013-09-08
3
-13/+36
|
|
\
\
|
|
|
/
|
|
*
Close #18952: correctly download test support data
Nick Coghlan
2013-09-08
3
-13/+27
|
*
|
Issue 18808: blind attempt to repair some buildbot failures.
Tim Peters
2013-09-08
1
-1/+6
|
*
|
merge from 3.3
Senthil Kumaran
2013-09-08
1
-3/+5
|
|
\
\
|
|
|
/
|
|
*
Correct Profile class usage example. Addresses issue #18033.
Senthil Kumaran
2013-09-08
1
-3/+5
|
*
|
Small rearrangement to bring together the three functions for probing the has...
Raymond Hettinger
2013-09-08
1
-32/+39
|
*
|
Move the overview comment to the top of the file.
Raymond Hettinger
2013-09-07
1
-22/+20
|
*
|
Issue #18808: Thread.join() now waits for the underlying thread state to be d...
Antoine Pitrou
2013-09-07
7
-34/+224
|
*
|
Fix the merge conflict
Senthil Kumaran
2013-09-07
1
-6/+0
|
*
|
merge from 3.3
Senthil Kumaran
2013-09-07
2
-1/+31
|
|
\
\
|
|
|
/
|
|
*
Fix License URL display and add test to check for license url presence.
Senthil Kumaran
2013-09-07
2
-3/+28
|
*
|
merge from 3.3
Senthil Kumaran
2013-09-07
1
-2/+0
|
|
\
\
|
|
|
/
|
|
*
Removing the mention of os.isatty mention as Unix only
Senthil Kumaran
2013-09-07
1
-2/+0
|
*
|
Fix conversion from Py_ssize_t to int.
Richard Oudkerk
2013-09-07
1
-2/+4
|
*
|
#18895: merge with 3.3.
Ezio Melotti
2013-09-07
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
#18895: split a sentence in unittest docs.
Ezio Melotti
2013-09-07
1
-1/+1
|
*
|
#18894: merge with 3.3.
Ezio Melotti
2013-09-07
1
-2/+1
|
|
\
\
|
|
|
/
|
|
*
#18894: remove mention of deprecated fail* methods.
Ezio Melotti
2013-09-07
1
-2/+1
*
|
|
Post-3.4.0a2-release fixups.
Larry Hastings
2013-09-09
2
-2/+14
*
|
|
Added tag v3.4.0a2 for changeset 9265a2168e2c
Larry Hastings
2013-09-07
1
-0/+1
*
|
|
Version number bump for Python 3.4.0a2.
v3.4.0a2
Larry Hastings
2013-09-07
5
-6/+6
*
|
|
Update pydoc topic index for Python 3.4.0a2.
Larry Hastings
2013-09-07
1
-2/+2
|
/
/
*
|
Close #18954: Fix some typo in fileutils.c comments
Victor Stinner
2013-09-07
1
-3/+3
*
|
Added Elazar to Misc/ACKS.
Ethan Furman
2013-09-07
1
-0/+1
*
|
Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni.
Ethan Furman
2013-09-07
1
-58/+67
*
|
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
Ned Deily
2013-09-06
2
-12/+25
*
|
Merge 3.3 into default.
Tim Peters
2013-09-06
1
-1/+1
|
\
\
|
|
/
|
*
Issue 18944: fix a 1-character typo in test_set.py.
Tim Peters
2013-09-06
1
-1/+1
*
|
Remove old-school inheritance
Antoine Pitrou
2013-09-06
1
-1/+1
*
|
Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just
Charles-François Natali
2013-09-06
1
-1/+4
*
|
Issue #18623: Factor out the _SuppressCoreFiles context manager into test.sup...
Antoine Pitrou
2013-09-06
4
-46/+50
*
|
#18852: Handle readline.__doc__ being None in site.py readline activation.
R David Murray
2013-09-06
2
-2/+6
*
|
Close #18924: Block naive attempts to change an Enum member.
Ethan Furman
2013-09-06
2
-0/+18
*
|
Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922
Eli Bendersky
2013-09-06
1
-0/+7
*
|
Issue #18920: argparse's default version action (for -v, --version) should
Eli Bendersky
2013-09-06
3
-3/+7
*
|
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
4
-0/+38
|
\
\
|
|
/
|
*
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
4
-0/+38
*
|
Closes #18941: Merged fix from 3.3.
Vinay Sajip
2013-09-06
2
-4/+7
|
\
\
|
|
/
|
*
Issue #18941: Respected delay when doing rollover.
Vinay Sajip
2013-09-06
2
-4/+7
*
|
Closes #18940: Merged fix from 3.3.
Vinay Sajip
2013-09-06
1
-1/+3
|
\
\
|
|
/
|
*
Issue #18940: Handled low-volume logging when delay is True.
Vinay Sajip
2013-09-06
1
-1/+3
*
|
Closes #18939: Merged documentation update from 3.3.
Vinay Sajip
2013-09-06
1
-0/+14
|
\
\
|
|
/
|
*
Issue #18939: Updated venv documentation with some clarifications.
Vinay Sajip
2013-09-06
1
-0/+14
[prev]
[next]