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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
(Merge 3.3) Close #18109: os.uname() now decodes fields from the locale
Victor Stinner
2013-06-03
2
-9/+9
|
\
|
*
Close #18109: os.uname() now decodes fields from the locale encoding, and
Victor Stinner
2013-06-03
2
-9/+9
*
|
Fix compilater warnings on Windows 64-bit
Victor Stinner
2013-05-16
1
-1/+1
*
|
Merge 3.3.
Stefan Krah
2013-05-29
1
-7/+8
|
\
\
|
|
/
|
*
Support multiarch build in tests.
Stefan Krah
2013-05-29
1
-7/+8
|
*
Backport bff16086f03b and bcaaaa00425b.
Stefan Krah
2013-05-29
1
-5/+5
*
|
Mark untestable lines for gcov.
Stefan Krah
2013-05-29
1
-5/+5
*
|
Merge 3.3.
Stefan Krah
2013-05-29
3
-15/+59
|
\
\
|
|
/
|
*
Issue #17768: Support newline fill character in decimal.py and NUL fill
Stefan Krah
2013-05-29
3
-15/+59
*
|
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
Serhiy Storchaka
2013-05-28
1
-0/+8
|
\
\
|
|
/
|
*
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
Serhiy Storchaka
2013-05-28
1
-0/+8
*
|
Merge with 3.3
Jason R. Coombs
2013-05-28
1
-2/+127
|
\
\
|
|
/
|
*
Issue #13772: Restored directory detection of targets in `os.symlink` on Wind...
Jason R. Coombs
2013-05-28
1
-2/+127
*
|
don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (c...
Benjamin Peterson
2013-05-27
1
-0/+46
*
|
Issue #13612: handle unknown encodings without a buffer overflow.
Eli Bendersky
2013-05-25
2
-73/+28
|
\
\
|
|
/
|
*
Issue #13612: handle unknown encodings without a buffer overflow.
Eli Bendersky
2013-05-25
2
-73/+28
*
|
Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preproces...
Antoine Pitrou
2013-05-25
1
-3/+4
*
|
Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets.
Antoine Pitrou
2013-05-25
1
-1/+3
*
|
merge 3.3
Benjamin Peterson
2013-05-24
1
-3/+3
|
\
\
|
|
/
|
*
indicate that read/write work with bytes (closes #18009)
Benjamin Peterson
2013-05-24
1
-3/+3
*
|
(3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
1
-0/+9
|
\
\
|
|
/
|
*
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
1
-0/+9
*
|
Issue #16986: ElementTree now correctly parses a string input not only when
Serhiy Storchaka
2013-05-22
2
-9/+31
|
\
\
|
|
/
|
*
Issue #16986: ElementTree now correctly parses a string input not only when
Serhiy Storchaka
2013-05-22
2
-9/+31
*
|
Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX.
Giampaolo Rodola'
2013-05-21
1
-0/+3
*
|
Backed out changeset c0f2b038fc12
Charles-François Natali
2013-05-21
1
-1/+1
*
|
Issue #17683: socket module: return AF_UNIX addresses in Linux abstract
Charles-François Natali
2013-05-21
1
-1/+1
*
|
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali
2013-05-20
10
-680/+653
*
|
Issue #17914: We can now inline _bsd_cpu_count().
Charles-Francois Natali
2013-05-20
1
-22/+6
*
|
Issue #17914: Remove OS-X special-case, and use the correct int type.
Charles-Francois Natali
2013-05-20
1
-9/+6
*
|
Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
Charles-Francois Natali
2013-05-20
1
-0/+68
*
|
Get rid of ugly code duplication for ElementTree.parse when the accelerator
Eli Bendersky
2013-05-20
1
-4/+3
*
|
Issue #17989: fix typo in error message
Eli Bendersky
2013-05-20
1
-1/+1
|
\
\
|
|
/
|
*
Issue #17989: fix typo in error message
Eli Bendersky
2013-05-19
1
-1/+1
*
|
_elementtree.XMLParser._setevents should support any sequence, not just tuples
Eli Bendersky
2013-05-19
1
-46/+42
*
|
Issue #17937: Try harder to collect cyclic garbage at shutdown.
Antoine Pitrou
2013-05-18
1
-6/+25
*
|
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
1
-1/+1
*
|
Issue #17989: element_setattro returned incorrect error value.
Eli Bendersky
2013-05-18
1
-8/+8
|
\
\
|
|
/
|
*
Issue #17989: element_setattro returned incorrect error value.
Eli Bendersky
2013-05-18
1
-8/+8
*
|
FileIO.readall(): remove trailing space from an exception message
Victor Stinner
2013-05-17
1
-1/+1
*
|
Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity.
Richard Oudkerk
2013-05-17
1
-66/+52
*
|
Issue #14596: The struct.Struct() objects now use more compact implementation.
Serhiy Storchaka
2013-05-17
1
-79/+94
*
|
merge 3.3
Benjamin Peterson
2013-05-16
2
-2/+3
|
\
\
|
|
/
|
*
C89 declaration compliance
Benjamin Peterson
2013-05-16
2
-2/+3
*
|
Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function
Victor Stinner
2013-05-16
1
-1/+1
*
|
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
1
-1/+1
|
\
\
|
|
/
|
*
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
1
-1/+1
*
|
Backout c89febab4648 following private feedback by Guido.
Antoine Pitrou
2013-05-14
1
-1/+4
*
|
merge 3.3 (#17968)
Benjamin Peterson
2013-05-14
1
-0/+1
|
\
\
|
|
/
[next]