summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | move helper function into its test method (closes #19112)Benjamin Peterson2013-09-291-7/+6
| * | Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-5/+3
| * | fix duplicate test names (closes #19115)Benjamin Peterson2013-09-281-5/+5
| * | Issue #18950: Fix miscellaneous bugs in the sunau module.Serhiy Storchaka2013-09-281-5/+20
| * | This check can still fail on RHEL6Nick Coghlan2013-09-221-3/+3
| * | Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3Serhiy Storchaka2013-09-203-3/+5
| * | Merge #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
| |\ \ | | |/
| | * #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
| * | #19037: adjust file times *before* moving maildir files into place.R David Murray2013-09-181-5/+13
| * | Merge: Add versionchanged for #14984, remove extra blank from string.R David Murray2013-09-181-1/+1
| |\ \ | | |/
| | * Add versionchanged for #14984, remove extra blank from string.R David Murray2013-09-181-1/+1
| * | Remove the use of non-existing re.ASCII.Serhiy Storchaka2013-09-172-2/+2
| * | Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect PythonSerhiy Storchaka2013-09-164-11/+17
| * | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-162-6/+47
| |\ \ | | |/
| | * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-162-2/+44
| | * #16042: CVE-2013-1752: Limit amount of data read by limiting the call to read...Andrew Kuchling2013-09-152-4/+38
| | * Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VER...Christian Heimes2013-09-031-15/+6
| | * Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X TigerChristian Heimes2013-08-251-7/+15
| | * - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesBarry Warsaw2013-08-233-32/+146
| | * Fix UnboundLocalError regression due to previous incorrect fix forBarry Warsaw2013-08-211-1/+1
| | * - Issue #16248: Disable code execution from the user's home directory byBarry Warsaw2013-02-201-1/+3
| | * Bump to 2.6.8v2.6.8Barry Warsaw2012-04-102-2/+2
| | * update docsBarry Warsaw2012-04-101-1/+1
| | * Bump to 2.6.8rc2v2.6.8rc2Barry Warsaw2012-03-172-2/+2
| | * Update Docs and NEWS for 2.6.8rc2.Barry Warsaw2012-03-171-1/+1
| | * Bump to version 2.6.8rc1.Barry Warsaw2012-02-233-5/+5
| | * Back port from 2.7:Barry Warsaw2012-02-221-2/+5
| | * Backport from 2.7:Barry Warsaw2012-02-221-3/+4
| | * Backport from 2.7 branch.Barry Warsaw2012-02-221-2/+8
| | * Let's sort the keys so that this test passes even with random hashes.Barry Warsaw2012-02-211-1/+1
| * | Close #18945: Add tests for tempfile name collision handling.Eli Bendersky2013-09-151-22/+65
| * | Issue #19018: The heapq.merge() function no longer suppresses IndexErrorRaymond Hettinger2013-09-152-5/+19
| * | #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).Ezio Melotti2013-09-131-1/+1
| * | Fix SimpleHTTPServer's request handling case on trailing '/'.Senthil Kumaran2013-09-132-0/+7
| * | Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,Serhiy Storchaka2013-09-131-0/+2
| * | Automated merge with file:///Users/skumaran/python/cpythonSenthil Kumaran2013-09-121-0/+2
| |\ \
| | * | Improve the docstring of random.shuffle. Inform users not to provide int arg.Senthil Kumaran2013-09-121-0/+2
| * | | Issue #18988: The "Tab" key now works when a word is already autocompleted.Serhiy Storchaka2013-09-112-7/+5
| |/ /
| * | Docstring typo fix: Arithmentic -> Arithmetic.Mark Dickinson2013-09-091-1/+1
| * | Fixed tests with Tcl/Tk <8.5 (closes #18964).Serhiy Storchaka2013-09-081-4/+18
| * | Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.Senthil Kumaran2013-09-081-1/+1
| * | Closes issue 14971.Michael Foord2013-09-082-1/+18
| * | Close #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-062-0/+30
| * | Issue #18941: Respected delay when doing rollover.Vinay Sajip2013-09-062-9/+5
| * | Issue #18940: Handled low-volume logging when delay is True.Vinay Sajip2013-09-061-2/+6
| * | Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-053-3/+21
| * | Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-041-1/+16
| * | Silence deprecation warning in test_mmap for ValueError.message.Terry Jan Reedy2013-09-011-8/+4
| * | Silence deprecation warning in test_unittest for 'None > 1'.Terry Jan Reedy2013-09-011-1/+1
| * | Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.Terry Jan Reedy2013-08-312-34/+364