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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
#14146: merge with 3.3.
Roger Serwy
2013-05-21
1
-0/+30
|
\
|
*
#14146: Highlight source line while debugging on Windows.
Roger Serwy
2013-05-21
1
-0/+30
*
|
Closes #17743: Merged fix from 3.3.
Vinay Sajip
2013-05-20
1
-13/+14
|
\
\
|
|
/
|
*
Issue #17743: Now use extended syntax of set command in .bat files.
Vinay Sajip
2013-05-20
1
-13/+14
*
|
Closes #17744: Merged fix from 3.3.
Vinay Sajip
2013-05-20
1
-4/+8
|
\
\
|
|
/
|
*
Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating.
Vinay Sajip
2013-05-20
1
-4/+8
*
|
Issue #17684: Fix some test_socket failures due to limited FD passing support
Charles-Francois Natali
2013-05-20
1
-6/+4
*
|
Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
Charles-Francois Natali
2013-05-20
2
-22/+13
*
|
merge 3.3
Benjamin Peterson
2013-05-20
1
-0/+5
|
\
\
|
|
/
|
*
add recursive repr test
Benjamin Peterson
2013-05-20
1
-0/+5
*
|
Get rid of ugly code duplication for ElementTree.parse when the accelerator
Eli Bendersky
2013-05-20
1
-28/+11
*
|
Add some testing to verify which module was imported in ET tests.
Eli Bendersky
2013-05-20
2
-2/+15
*
|
normalize whitespace
Eli Bendersky
2013-05-19
1
-4/+0
*
|
Cleanup even more dead code
Eli Bendersky
2013-05-19
1
-7/+0
*
|
Cleanup more old ET library leftovers
Eli Bendersky
2013-05-19
2
-18/+5
*
|
Issue #17988: remove unused alias for Element and rename the used one
Eli Bendersky
2013-05-19
2
-19/+7
*
|
_elementtree.XMLParser._setevents should support any sequence, not just tuples
Eli Bendersky
2013-05-19
2
-12/+52
*
|
Try to make test more reliable (saw some sporadic failures on buildbots)
Antoine Pitrou
2013-05-19
1
-3/+3
|
\
\
|
|
/
|
*
Try to make test more reliable (saw some sporadic failures on buildbots)
Antoine Pitrou
2013-05-19
1
-3/+3
*
|
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Antoine Pitrou
2013-05-19
1
-15/+58
|
\
\
|
|
/
|
*
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Antoine Pitrou
2013-05-19
1
-15/+58
*
|
Issue #17812: Fixed quadratic complexity of base64.b32encode().
Serhiy Storchaka
2013-05-19
1
-77/+48
|
\
\
|
|
/
|
*
Issue #17812: Fixed quadratic complexity of base64.b32encode().
Serhiy Storchaka
2013-05-19
1
-6/+6
*
|
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
1
-0/+6
|
\
\
|
|
/
|
*
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
1
-0/+6
*
|
Re-enabled skipped test.
Vinay Sajip
2013-05-18
1
-2/+2
*
|
Merge.
Richard Oudkerk
2013-05-18
1
-5/+6
|
\
\
|
|
/
|
*
Close file before reopening to keep Windows happy in test_sax.
Richard Oudkerk
2013-05-18
1
-5/+6
*
|
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...
Antoine Pitrou
2013-05-18
2
-1/+19
|
\
\
|
|
/
|
*
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...
Antoine Pitrou
2013-05-18
2
-1/+19
*
|
Undo the deprecation of _asdict().
Raymond Hettinger
2013-05-18
2
-8/+2
*
|
Deprecate nametuple._asdict()
Raymond Hettinger
2013-05-18
2
-2/+8
*
|
merge
Raymond Hettinger
2013-05-17
1
-12/+17
|
\
\
|
|
/
|
*
Update docstring for _asdict() to indicate it is obsolete.
Raymond Hettinger
2013-05-17
1
-12/+17
*
|
rewrite the parsing of field names to be more consistent wrt recursive expansion
Benjamin Peterson
2013-05-17
1
-1/+9
*
|
merge 3.3
Benjamin Peterson
2013-05-17
1
-0/+2
|
\
\
|
|
/
|
*
only recursively expand in the format spec (closes #17644)
Benjamin Peterson
2013-05-17
1
-0/+2
*
|
reset __class__, so multiple runs don't fail (closes #17999)
Benjamin Peterson
2013-05-17
1
-0/+5
*
|
merge
Raymond Hettinger
2013-05-17
1
-4/+1
|
\
\
|
|
/
|
*
Remove unnecessary exception handler.
Raymond Hettinger
2013-05-17
1
-4/+1
*
|
Issue #14596: The struct.Struct() objects now use more compact implementation.
Serhiy Storchaka
2013-05-17
1
-7/+2
*
|
Closes #17981: Merged fix from 3.3.
Vinay Sajip
2013-05-16
1
-0/+1
|
\
\
|
|
/
|
*
Issue #17981: Closed socket on error in SysLogHandler.
Vinay Sajip
2013-05-16
1
-0/+1
|
*
complain about "global __class__" in a class body (closes #17983)
Benjamin Peterson
2013-05-15
1
-0/+4
*
|
rather than passing locals to the class body, just execute the class body in ...
Benjamin Peterson
2013-05-16
2
-2/+2
*
|
Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't ...
Giampaolo Rodola'
2013-05-16
2
-10/+32
*
|
ftplib tests: provide a global socket's TIMEOUT variable and use it everywher...
Giampaolo Rodola'
2013-05-16
1
-14/+15
*
|
hide the __class__ closure from the class body (#12370)
Benjamin Peterson
2013-05-15
2
-3/+28
*
|
- 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
[next]