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
...
|
*
|
move helper function into its test method (closes #19112)
Benjamin Peterson
2013-09-29
1
-7/+6
|
*
|
Issue #4366: Fix building extensions on all platforms when --enable-shared is...
Antoine Pitrou
2013-09-28
1
-5/+3
|
*
|
fix duplicate test names (closes #19115)
Benjamin Peterson
2013-09-28
1
-5/+5
|
*
|
Issue #18950: Fix miscellaneous bugs in the sunau module.
Serhiy Storchaka
2013-09-28
1
-5/+20
|
*
|
This check can still fail on RHEL6
Nick Coghlan
2013-09-22
1
-3/+3
|
*
|
Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3
Serhiy Storchaka
2013-09-20
3
-3/+5
|
*
|
Merge #14984: only import pwd on POSIX.
R David Murray
2013-09-18
1
-1/+3
|
|
\
\
|
|
|
/
|
|
*
#14984: only import pwd on POSIX.
R David Murray
2013-09-18
1
-1/+3
|
*
|
#19037: adjust file times *before* moving maildir files into place.
R David Murray
2013-09-18
1
-5/+13
|
*
|
Merge: Add versionchanged for #14984, remove extra blank from string.
R David Murray
2013-09-18
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Add versionchanged for #14984, remove extra blank from string.
R David Murray
2013-09-18
1
-1/+1
|
*
|
Remove the use of non-existing re.ASCII.
Serhiy Storchaka
2013-09-17
2
-2/+2
|
*
|
Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python
Serhiy Storchaka
2013-09-16
4
-11/+17
|
*
|
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-16
2
-6/+47
|
|
\
\
|
|
|
/
|
|
*
#14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-16
2
-2/+44
|
|
*
#16042: CVE-2013-1752: Limit amount of data read by limiting the call to read...
Andrew Kuchling
2013-09-15
2
-4/+38
|
|
*
Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VER...
Christian Heimes
2013-09-03
1
-15/+6
|
|
*
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
Christian Heimes
2013-08-25
1
-7/+15
|
|
*
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Barry Warsaw
2013-08-23
3
-32/+146
|
|
*
Fix UnboundLocalError regression due to previous incorrect fix for
Barry Warsaw
2013-08-21
1
-1/+1
|
|
*
- Issue #16248: Disable code execution from the user's home directory by
Barry Warsaw
2013-02-20
1
-1/+3
|
|
*
Bump to 2.6.8
v2.6.8
Barry Warsaw
2012-04-10
2
-2/+2
|
|
*
update docs
Barry Warsaw
2012-04-10
1
-1/+1
|
|
*
Bump to 2.6.8rc2
v2.6.8rc2
Barry Warsaw
2012-03-17
2
-2/+2
|
|
*
Update Docs and NEWS for 2.6.8rc2.
Barry Warsaw
2012-03-17
1
-1/+1
|
|
*
Bump to version 2.6.8rc1.
Barry Warsaw
2012-02-23
3
-5/+5
|
|
*
Back port from 2.7:
Barry Warsaw
2012-02-22
1
-2/+5
|
|
*
Backport from 2.7:
Barry Warsaw
2012-02-22
1
-3/+4
|
|
*
Backport from 2.7 branch.
Barry Warsaw
2012-02-22
1
-2/+8
|
|
*
Let's sort the keys so that this test passes even with random hashes.
Barry Warsaw
2012-02-21
1
-1/+1
|
*
|
Close #18945: Add tests for tempfile name collision handling.
Eli Bendersky
2013-09-15
1
-22/+65
|
*
|
Issue #19018: The heapq.merge() function no longer suppresses IndexError
Raymond Hettinger
2013-09-15
2
-5/+19
|
*
|
#18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).
Ezio Melotti
2013-09-13
1
-1/+1
|
*
|
Fix SimpleHTTPServer's request handling case on trailing '/'.
Senthil Kumaran
2013-09-13
2
-0/+7
|
*
|
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
Serhiy Storchaka
2013-09-13
1
-0/+2
|
*
|
Automated merge with file:///Users/skumaran/python/cpython
Senthil Kumaran
2013-09-12
1
-0/+2
|
|
\
\
|
|
*
|
Improve the docstring of random.shuffle. Inform users not to provide int arg.
Senthil Kumaran
2013-09-12
1
-0/+2
|
*
|
|
Issue #18988: The "Tab" key now works when a word is already autocompleted.
Serhiy Storchaka
2013-09-11
2
-7/+5
|
|
/
/
|
*
|
Docstring typo fix: Arithmentic -> Arithmetic.
Mark Dickinson
2013-09-09
1
-1/+1
|
*
|
Fixed tests with Tcl/Tk <8.5 (closes #18964).
Serhiy Storchaka
2013-09-08
1
-4/+18
|
*
|
Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
Senthil Kumaran
2013-09-08
1
-1/+1
|
*
|
Closes issue 14971.
Michael Foord
2013-09-08
2
-1/+18
|
*
|
Close #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
2
-0/+30
|
*
|
Issue #18941: Respected delay when doing rollover.
Vinay Sajip
2013-09-06
2
-9/+5
|
*
|
Issue #18940: Handled low-volume logging when delay is True.
Vinay Sajip
2013-09-06
1
-2/+6
|
*
|
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
Serhiy Storchaka
2013-09-05
3
-3/+21
|
*
|
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
1
-1/+16
|
*
|
Silence deprecation warning in test_mmap for ValueError.message.
Terry Jan Reedy
2013-09-01
1
-8/+4
|
*
|
Silence deprecation warning in test_unittest for 'None > 1'.
Terry Jan Reedy
2013-09-01
1
-1/+1
|
*
|
Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
Terry Jan Reedy
2013-08-31
2
-34/+364
[prev]
[next]