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
...
|
|
*
Added tag v3.2.5 for changeset cef745775b65
Georg Brandl
2013-05-12
1
-0/+1
|
|
*
Bump to version 3.2.5.
v3.2.5
Georg Brandl
2013-05-12
6
-7/+7
*
|
|
Null merge
Antoine Pitrou
2013-08-21
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
6
-15/+21
*
|
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
6
-14/+24
*
|
|
Close #18794: Add a fileno() method and a closed attribute to select.devpoll
Victor Stinner
2013-08-21
6
-7/+191
*
|
|
Merge heads
Serhiy Storchaka
2013-08-21
2
-2/+19
|
\
\
\
|
*
|
|
Issue #18762: Print debug info on failure to create new forkserver process.
Richard Oudkerk
2013-08-21
2
-2/+19
*
|
|
|
Issue #17119: Fixed integer overflows when processing large strings and tuples
Serhiy Storchaka
2013-08-21
3
-7/+41
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Issue #17119: Fixed integer overflows when processing large strings and tuples
Serhiy Storchaka
2013-08-21
3
-10/+48
*
|
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
6
-0/+123
|
\
\
\
|
|
/
/
|
*
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
6
-0/+123
*
|
|
Hoist the global dummy lookup out of the inner loop for set_merge().
Raymond Hettinger
2013-08-21
1
-1/+3
*
|
|
Remove a redundant hash table probe (this was artifact from an earlier draft ...
Raymond Hettinger
2013-08-21
1
-11/+0
*
|
|
Issue 18772: Restore set dummy object back to unicode and restore the identi...
Raymond Hettinger
2013-08-21
1
-4/+4
*
|
|
Fix rev85282, add missing import of subprocess module
Christian Heimes
2013-08-20
1
-0/+1
*
|
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
4
-2/+57
|
\
\
\
|
|
/
/
|
*
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
4
-2/+57
*
|
|
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
Serhiy Storchaka
2013-08-20
2
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
Serhiy Storchaka
2013-08-20
2
-1/+4
*
|
|
Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it i...
Antoine Pitrou
2013-08-19
1
-5/+3
*
|
|
Issue #2537: Remove breaked check which prevented valid regular expressions.
Serhiy Storchaka
2013-08-19
2
-2/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #2537: Remove breaked check which prevented valid regular expressions.
Serhiy Storchaka
2013-08-19
2
-2/+10
*
|
|
Issue #18647: A regular expression in the doctest module rewritten so that
Serhiy Storchaka
2013-08-19
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #18647: A regular expression in the doctest module rewritten so that
Serhiy Storchaka
2013-08-19
1
-1/+1
*
|
|
Issue #18647: Correctly bound calculated min/max width of a subexpression.
Serhiy Storchaka
2013-08-19
1
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #18647: Correctly bound calculated min/max width of a subexpression.
Serhiy Storchaka
2013-08-19
1
-4/+4
*
|
|
Typo fix
Andrew Kuchling
2013-08-19
1
-1/+1
*
|
|
Issue 18774: Update news and whatsnew for the set optimizations
Raymond Hettinger
2013-08-19
2
-0/+10
*
|
|
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
Christian Heimes
2013-08-19
2
-1/+20
|
\
\
\
|
|
/
/
|
*
|
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
Christian Heimes
2013-08-19
2
-1/+20
*
|
|
Issue18771: Reduce the cost of hash collisions for set objects.
Raymond Hettinger
2013-08-19
2
-21/+87
*
|
|
Issue #18761: Improved cross-references in email documentation.
Serhiy Storchaka
2013-08-19
10
-157/+210
|
\
\
\
|
|
/
/
|
*
|
Issue #18761: Improved cross-references in email documentation.
Serhiy Storchaka
2013-08-19
10
-156/+208
*
|
|
Merge with 3.3
Terry Jan Reedy
2013-08-19
1
-25/+37
|
\
\
\
|
|
/
/
|
*
|
Issue #18489: idlelib.SearchEngine - add docstrings
Terry Jan Reedy
2013-08-19
1
-25/+37
*
|
|
#18445: update Tools/scripts/README.
Andrew Kuchling
2013-08-19
1
-61/+65
*
|
|
#18445: change permissions on some scripts to executable
Andrew Kuchling
2013-08-18
4
-0/+0
*
|
|
Merge from 3.3
Andrew Kuchling
2013-08-18
1
-70/+62
|
\
\
\
|
|
/
/
|
*
|
#18562: various revisions to the regex howto for 3.x
Andrew Kuchling
2013-08-18
1
-70/+62
*
|
|
Merge with 3.3
Terry Jan Reedy
2013-08-18
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #18592: whitespace
Terry Jan Reedy
2013-08-18
1
-1/+1
*
|
|
Merge with 3.3
Terry Jan Reedy
2013-08-18
1
-0/+17
|
\
\
\
|
|
/
/
|
*
|
Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
Terry Jan Reedy
2013-08-18
1
-0/+17
*
|
|
Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok.
Christian Heimes
2013-08-18
2
-12/+2
*
|
|
merge
Christian Heimes
2013-08-18
3
-1/+72
|
\
\
\
|
*
|
|
Make test_wakeup_write_error more robust
Antoine Pitrou
2013-08-17
1
-0/+10
|
*
|
|
Issue #16105: When a signal handler fails to write to the file descriptor reg...
Antoine Pitrou
2013-08-17
3
-1/+62
*
|
|
|
add missing #
Christian Heimes
2013-08-18
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
add missing #
Christian Heimes
2013-08-18
1
-1/+1
[prev]
[next]