summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).Ezio Melotti2013-09-131-1/+1
* Fix markup in email.parser docs.Ezio Melotti2013-09-131-2/+2
* #18951: use consistent names in unittest docs.Ezio Melotti2013-09-131-4/+4
* Fix SimpleHTTPServer's request handling case on trailing '/'.Senthil Kumaran2013-09-133-0/+10
* Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,Serhiy Storchaka2013-09-133-0/+7
* 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-113-7/+7
|/
* Clarify mmap.close method behavior. Addresses issue #18815Senthil Kumaran2013-09-101-2/+3
* Docstring typo fix: Arithmentic -> Arithmetic.Mark Dickinson2013-09-091-1/+1
* Fix a typo. (closes #18953)Serhiy Storchaka2013-09-081-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-083-1/+21
* Correct Profile class usage example. Addresses issue #18033 .Senthil Kumaran2013-09-081-5/+7
* os.isatty is not Unix only. Correct the wrong documentation.Senthil Kumaran2013-09-071-2/+0
* #18895: split a sentence in unittest docs.Ezio Melotti2013-09-071-1/+1
* #18894: remove mention of deprecated fail* methods.Ezio Melotti2013-09-071-2/+1
* Close #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-064-0/+36
* 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 #18933: Added links to source code.Vinay Sajip2013-09-053-0/+11
* Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output inSerhiy Storchaka2013-09-052-14/+25
* Merge headsSerhiy Storchaka2013-09-051-1/+1
|\
| * Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...Christian Heimes2013-09-051-1/+1
| |\
| | * Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...Christian Heimes2013-09-051-1/+1
* | | Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-054-3/+24
|/ /
* | Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't castVictor Stinner2013-09-042-1/+4
* | Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-044-11/+33
* | Null merge of 2.6 into 2.7.Tim Peters2013-09-030-0/+0
|\ \ | |/
| * Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VER...Christian Heimes2013-09-031-15/+6
* | Close #18912: Fix indentation in docstringEli Bendersky2013-09-031-4/+4
* | document that various functions that parse from source will interpret things ...Benjamin Peterson2013-09-013-18/+21
* | 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-313-34/+366
* | Issue #18851: Avoid a double close of subprocess pipes when the child process...Antoine Pitrou2013-08-303-29/+85
* | Issue #18418: After fork(), reinit all threads states, not only active ones.Charles-François Natali2013-08-304-1/+28
* | Merge.Charles-François Natali2013-08-292-4/+11
|\ \
| * | Issue #18643: Fix some test_socket failures due to large default socket bufferCharles-François Natali2013-08-292-4/+11
* | | Issue #18743: Improved cross-references to the StringIO class.Serhiy Storchaka2013-08-296-8/+8
* | | Issue #18760: Improved cross-references in the xml package.Serhiy Storchaka2013-08-297-43/+68
|/ /
* | #18839: document that sys.exit() will not accept a non-integer numeric value ...Ezio Melotti2013-08-261-1/+1
* | #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-2514-17/+17
* | #18833: add a test for test_telnetlib. Patch by Alex Volkov.Ezio Melotti2013-08-252-0/+9
* | Null merge of 2.6 into 2.7.Tim Peters2013-08-250-0/+0
|\ \ | |/
| * Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X TigerChristian Heimes2013-08-251-7/+15
* | Merge.Charles-François Natali2013-08-251-4/+5
|\ \
| * | Issue #18763: subprocess: The file descriptors are now closed after calling theCharles-François Natali2013-08-251-4/+5
* | | Issue #18817: Fix a resource warning in Lib/aifc.py demo.Serhiy Storchaka2013-08-252-19/+25