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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the...
Jesus Cea
2012-01-18
1
-0/+3
|
\
|
*
Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...
Jesus Cea
2012-01-18
1
-0/+3
*
|
Close #10278: Add time.wallclock() function, monotonic clock.
Victor Stinner
2012-01-18
1
-0/+2
*
|
Issue #13809: Make bz2 module work with threads disabled.
Nadeem Vawda
2012-01-17
1
-0/+3
*
|
Issue #13727: Add 3 macros to access PyDateTime_Delta members:
Amaury Forgeot d'Arc
2012-01-17
1
-0/+4
*
|
Issue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou
2012-01-17
2
-0/+4
|
\
\
|
|
/
|
*
Issue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou
2012-01-17
2
-0/+4
*
|
Issue #13588: Rename decorators in importlib.
Brett Cannon
2012-01-16
1
-0/+1
*
|
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...
Meador Inge
2012-01-16
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...
Meador Inge
2012-01-16
1
-0/+3
*
|
add str.casefold() (closes #13752)
Benjamin Peterson
2012-01-14
1
-0/+2
*
|
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Meador Inge
2012-01-14
1
-0/+2
|
\
\
|
|
/
|
*
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Meador Inge
2012-01-14
1
-0/+2
*
|
Issue #13725: Add a NEWS entry.
Meador Inge
2012-01-14
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13725: Add a NEWS entry.
Meador Inge
2012-01-14
1
-0/+3
*
|
Issue #13725: regrtest does not recognize -d flag.
Meador Inge
2012-01-14
1
-0/+1
|
\
\
|
|
/
|
*
Issue #13725: regrtest does not recognize -d flag.
Meador Inge
2012-01-14
1
-0/+1
*
|
merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d...
Senthil Kumaran
2012-01-14
1
-0/+3
|
\
\
|
|
/
|
*
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...
Senthil Kumaran
2012-01-14
1
-0/+3
*
|
merge from 3.2
Senthil Kumaran
2012-01-14
1
-0/+3
|
\
\
|
|
/
|
*
Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin...
Senthil Kumaran
2012-01-14
1
-0/+3
*
|
Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 ...
Nick Coghlan
2012-01-14
1
-0/+3
*
|
Issue #13764: remove outdated script Misc/build.sh
Antoine Pitrou
2012-01-13
1
-281/+0
|
\
\
|
|
/
|
*
Issue #13764: remove outdated script Misc/build.sh
Antoine Pitrou
2012-01-13
1
-281/+0
*
|
Closes #13761: add a "flush" keyword argument to print().
Georg Brandl
2012-01-13
1
-0/+3
*
|
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
1
-0/+4
*
|
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
2
-0/+6
*
|
Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...
Antoine Pitrou
2012-01-12
1
-0/+3
*
|
use full unicode mappings for upper/lower/title case (#12736)
Benjamin Peterson
2012-01-11
1
-0/+2
*
|
Issue #12760: Add a create mode to open(). Patch by David Townshend.
Charles-François Natali
2012-01-09
2
-0/+3
*
|
Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().
Antoine Pitrou
2012-01-08
1
-0/+2
*
|
Merge with 3.2 for #12364.
Ross Lagerwall
2012-01-08
1
-0/+4
|
\
\
|
|
/
|
*
Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
Ross Lagerwall
2012-01-08
1
-0/+4
*
|
Issue #13502: threading: Fix a race condition in Event.wait() that made it
Charles-François Natali
2012-01-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13502: threading: Fix a race condition in Event.wait() that made it
Charles-François Natali
2012-01-07
1
-0/+3
*
|
Issue #9993: When the source and destination are on different filesystems,
Antoine Pitrou
2012-01-06
2
-0/+6
*
|
Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction.
Lars Gustäbel
2012-01-05
1
-0/+2
|
\
\
|
|
/
|
*
Issue #12926: Fix a bug in tarfile's link extraction.
Lars Gustäbel
2012-01-05
1
-0/+2
*
|
merge from 3.2
Senthil Kumaran
2012-01-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue13696 - Fix 302 Redirection for Relative urls.
Senthil Kumaran
2012-01-04
1
-0/+2
*
|
Issue #13636: Weak ciphers are now disabled by default in the ssl module
Antoine Pitrou
2012-01-03
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13636: Weak ciphers are now disabled by default in the ssl module
Antoine Pitrou
2012-01-03
1
-0/+3
*
|
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
2
-0/+4
|
\
\
|
|
/
|
*
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
2
-0/+4
*
|
Issue #12715: Add an optional symlinks argument to shutil functions (copyfile...
Antoine Pitrou
2011-12-29
1
-0/+5
*
|
add a flags parameter to select.epoll
Benjamin Peterson
2011-12-27
1
-0/+2
*
|
Issue #13577: Built-in methods and functions now have a __qualname__.
Antoine Pitrou
2011-12-23
1
-0/+3
*
|
merge from 3.2. News update.
Senthil Kumaran
2011-12-23
1
-0/+2
|
\
\
|
|
/
|
*
News entry for Issue12798
Senthil Kumaran
2011-12-23
1
-0/+2
*
|
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
Antoine Pitrou
2011-12-22
1
-0/+3
[next]