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
...
|
*
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
Ezio Melotti
2013-08-10
2
-1/+10
|
*
Merge heads.
R David Murray
2013-08-10
2
-11/+33
|
|
\
*
|
\
Merge heads.
R David Murray
2013-08-10
2
-11/+33
|
\
\
\
|
*
\
\
Merge #8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
2
-11/+33
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
#8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
2
-11/+33
*
|
|
|
#18505: merge with 3.3.
Ezio Melotti
2013-08-10
1
-4/+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
#18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-10
1
-4/+1
*
|
|
|
Merge typo fixes from 3.3.
Ezio Melotti
2013-08-10
2
-4/+4
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Fix a couple of typos.
Ezio Melotti
2013-08-10
2
-4/+4
|
|
/
*
|
#18453: merge with 3.3.
Ezio Melotti
2013-08-10
1
-2/+10
|
\
\
|
|
/
|
*
#18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-10
1
-2/+10
*
|
#18465: merge with 3.3.
Ezio Melotti
2013-08-10
1
-5/+6
|
\
\
|
|
/
|
*
#18465: fix unused variables in test_minidom. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-10
1
-5/+6
*
|
#18484: merge with 3.3.
Ezio Melotti
2013-08-10
1
-6/+67
|
\
\
|
|
/
|
*
#18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-10
1
-6/+67
*
|
#18483: merge with 3.3.
Ezio Melotti
2013-08-10
1
-0/+2
|
\
\
|
|
/
|
*
#18483: add one more date format in test_http2time_formats. Patch by Vajrask...
Ezio Melotti
2013-08-10
1
-0/+2
*
|
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
2
-1/+27
*
|
#18600: add policy to add_string, and as_bytes and __bytes__ methods.
R David Murray
2013-08-09
2
-11/+66
*
|
Closes #18671: Output more information when logging exceptions occur.
Vinay Sajip
2013-08-08
1
-0/+3
*
|
#18357: merge with 3.3.
Ezio Melotti
2013-08-08
1
-0/+14
|
\
\
|
|
/
|
*
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
1
-0/+14
*
|
#18581: merge with 3.3.
Ezio Melotti
2013-08-08
1
-32/+0
|
\
\
|
|
/
|
*
#18581: remove duplicate test and run a test class that was skipped. Initial...
Ezio Melotti
2013-08-08
1
-32/+0
*
|
#18273: merge with 3.3.
Ezio Melotti
2013-08-08
19
-43/+21
|
\
\
|
|
/
|
*
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...
Ezio Melotti
2013-08-08
19
-43/+21
*
|
Issue #15301: Parsing fd, uid, and gid parameters for builtins
Larry Hastings
2013-08-08
1
-0/+12
*
|
Issue #18665: fix typos. Patch by Vajrasky Kok.
Antoine Pitrou
2013-08-06
1
-1/+1
*
|
Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok.
Antoine Pitrou
2013-08-06
1
-0/+3
*
|
Normalize whitespace
Antoine Pitrou
2013-08-06
1
-1/+0
*
|
Issue #18621: Prevent the site module's patched builtins from keeping too man...
Antoine Pitrou
2013-08-06
2
-93/+108
*
|
Issue #14323: Expanded the number of digits in the coefficients for the
Serhiy Storchaka
2013-08-06
2
-9/+41
*
|
Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py.
Antoine Pitrou
2013-08-05
1
-0/+113
*
|
Issue #17934: Add a clear() method to frame objects, to help clean up expensi...
Antoine Pitrou
2013-08-05
2
-5/+21
*
|
Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
Antoine Pitrou
2013-08-05
1
-1/+11
*
|
* Fix the assertions in hashlib to use unittest assertion methods instead of
Gregory P. Smith
2013-08-05
1
-7/+8
*
|
Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures.
Mark Dickinson
2013-08-05
1
-3/+7
*
|
Issue #18659: fix test_format test that wasn't being executed. Thanks Vajras...
Mark Dickinson
2013-08-05
1
-7/+3
*
|
Issue 18532: Added tests and documentation to formally specify the .name attr...
Jason R. Coombs
2013-08-03
1
-0/+5
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-04
3
-17/+10
|
\
\
|
|
/
|
*
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
Terry Jan Reedy
2013-08-04
3
-17/+10
|
*
Issue #17684: Fix some test_socket failures due to limited FD passing support
Charles-Francois Natali
2013-05-20
1
-6/+4
*
|
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
Alexander Belopolsky
2013-08-04
1
-0/+4
*
|
Close #18635: Move class level private attribute from instance to class.
Ethan Furman
2013-08-04
2
-1/+19
*
|
Merging the 3.4.0a1 head.
Larry Hastings
2013-08-04
4
-6/+20
|
\
\
|
*
\
Merge fix for Issue #17011 from 3.3
Eli Bendersky
2013-08-04
2
-2/+18
|
|
\
\
|
|
|
/
|
|
*
Issue #17011: Fix caching of xpath path when namespaces are present.
Eli Bendersky
2013-08-04
2
-2/+18
|
*
|
Issue #16741: Remove testing of implementation artifact.
Serhiy Storchaka
2013-08-03
1
-2/+0
|
|
\
\
|
|
|
/
|
|
*
Issue #16741: Remove testing of implementation artifact.
Serhiy Storchaka
2013-08-03
1
-2/+0
|
*
|
Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...
Serhiy Storchaka
2013-08-03
1
-2/+2
|
|
\
\
|
|
|
/
[prev]
[next]