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
*
Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled
Serhiy Storchaka
2013-05-21
1
-0/+3
*
Backed out changeset c0f2b038fc12
Charles-François Natali
2013-05-21
1
-3/+0
*
Issue #17683: socket module: return AF_UNIX addresses in Linux abstract
Charles-François Natali
2013-05-21
1
-0/+3
*
#14146: merge with 3.3.
Roger Serwy
2013-05-21
1
-0/+2
|
\
|
*
#14146: Highlight source line while debugging on Windows.
Roger Serwy
2013-05-21
1
-0/+6
*
|
Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
Charles-Francois Natali
2013-05-20
1
-0/+3
*
|
#14097: merge with 3.3.
Ezio Melotti
2013-05-20
1
-0/+2
|
\
\
|
|
/
|
*
#14097: improve the "introduction" page of the tutorial.
Ezio Melotti
2013-05-20
1
-0/+2
*
|
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Antoine Pitrou
2013-05-19
1
-1/+5
|
\
\
|
|
/
|
*
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Antoine Pitrou
2013-05-19
1
-0/+5
*
|
Issue #17812: Fixed quadratic complexity of base64.b32encode().
Serhiy Storchaka
2013-05-19
1
-0/+3
|
\
\
|
|
/
|
*
Issue #17812: Fixed quadratic complexity of base64.b32encode().
Serhiy Storchaka
2013-05-19
1
-0/+2
*
|
Issue #17937: Try harder to collect cyclic garbage at shutdown.
Antoine Pitrou
2013-05-18
1
-0/+2
*
|
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
1
-0/+1
|
\
\
|
|
/
|
*
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
1
-0/+1
*
|
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...
Antoine Pitrou
2013-05-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...
Antoine Pitrou
2013-05-18
1
-0/+3
*
|
Undo the deprecation of _asdict().
Raymond Hettinger
2013-05-18
1
-3/+0
*
|
Deprecate nametuple._asdict()
Raymond Hettinger
2013-05-18
1
-0/+3
*
|
merge 3.3
Benjamin Peterson
2013-05-17
1
-0/+3
|
\
\
|
|
/
|
*
only recursively expand in the format spec (closes #17644)
Benjamin Peterson
2013-05-17
1
-0/+3
*
|
Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity.
Richard Oudkerk
2013-05-17
1
-0/+2
*
|
Issue #14596: The struct.Struct() objects now use more compact implementation.
Serhiy Storchaka
2013-05-17
1
-0/+2
*
|
Closes #17981: Merged fix from 3.3.
Vinay Sajip
2013-05-16
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17981: Closed socket on error in SysLogHandler.
Vinay Sajip
2013-05-16
1
-0/+2
*
|
Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function
Victor Stinner
2013-05-16
1
-0/+3
*
|
Merge with 3.3
Brian Curtin
2013-05-16
1
-0/+1
|
\
\
|
|
/
|
*
Add Nick Sloan for his contribution to #17732
Brian Curtin
2013-05-16
1
-0/+1
|
*
complain about "global __class__" in a class body (closes #17983)
Benjamin Peterson
2013-05-15
1
-0/+3
|
*
post-release update.
Georg Brandl
2013-05-15
1
-5/+5
*
|
Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't ...
Giampaolo Rodola'
2013-05-16
1
-0/+3
*
|
hide the __class__ closure from the class body (#12370)
Benjamin Peterson
2013-05-15
1
-0/+3
*
|
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
1
-0/+2
|
\
\
|
|
/
|
*
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
1
-2/+4
*
|
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
doko@ubuntu.com
2013-05-15
1
-0/+2
|
\
\
|
|
/
|
*
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
doko@ubuntu.com
2013-05-15
1
-0/+2
|
*
Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release
doko@ubuntu.com
2013-05-15
1
-8/+23
|
*
when arguments are cells clear the locals slot (backport of #17927)
Benjamin Peterson
2013-05-15
1
-0/+3
*
|
Backout c89febab4648 following private feedback by Guido.
Antoine Pitrou
2013-05-14
1
-3/+0
*
|
- Issue #17977: The documentation for the cadefault argument's default value
Barry Warsaw
2013-05-14
1
-0/+3
|
\
\
|
|
/
|
*
- Issue #17977: The documentation for the cadefault argument's default value
Barry Warsaw
2013-05-14
1
-0/+3
*
|
Issue #17968: Fix memory leak in os.listxattr().
Antoine Pitrou
2013-05-13
1
-1/+3
|
\
\
|
|
/
|
*
Issue #17968: Fix memory leak in os.listxattr().
Antoine Pitrou
2013-05-13
1
-1/+3
|
*
Closes #17962: Build with OpenSSL 1.0.1e on Windows.
v3.3.2
Georg Brandl
2013-05-12
1
-0/+2
|
*
merge
Georg Brandl
2013-05-12
2
-3/+3
|
|
\
|
|
*
bump to 3.3.2
Georg Brandl
2013-05-12
2
-3/+3
*
|
|
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
Serhiy Storchaka
2013-05-12
2
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
Serhiy Storchaka
2013-05-12
2
-0/+5
|
|
/
*
|
merge with 3.3
Georg Brandl
2013-05-12
1
-0/+3
|
\
\
|
|
/
|
*
Closes issue #17732: ignore install-directory specific options in
Georg Brandl
2013-05-12
1
-0/+3
[next]