summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-254-55/+35
| * Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-252-0/+5
| * Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-2412-16/+15
| * Removed spaces before commas and periods.Serhiy Storchaka2013-12-2316-17/+17
| * update Barry's email (closes #19563)Benjamin Peterson2013-12-231-1/+1
| * s/lightweight/minimal/, as per issue #11379.Antoine Pitrou2013-12-221-1/+1
| * Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-224-5/+7
| * Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary ofSerhiy Storchaka2013-12-212-1/+8
| * Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-202-11/+46
| * Merge headsSerhiy Storchaka2013-12-193-69/+4
| |\
| | * Issue #19683: Removed empty tests from test_minidom.Zachary Ware2013-12-193-69/+4
| * | Don't use sebTest() in tests for issue #5815.Serhiy Storchaka2013-12-191-2/+1
| |/
| * Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-193-43/+136
| * Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-193-1/+12
| * Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-193-19/+62
| * Issue #19902: Added list of logging levels.Vinay Sajip2013-12-191-0/+32
| * update url to spec (closes #20018)Benjamin Peterson2013-12-181-1/+1
| * remove trailing spaces.Gregory P. Smith2013-12-181-7/+7
| * Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-12-181-1/+1
| * Issue #19492: Silently skipped distutils tests now reported as skipped.Serhiy Storchaka2013-12-1810-69/+37
| * #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-182-25/+34
| * Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-172-1/+8
| * Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-174-1/+7
| * 20004: Note that the setter in csv.DictReader is broken.R David Murray2013-12-171-0/+4
| * Circumventing a bug in glibc (issue #17976).Serhiy Storchaka2013-12-171-3/+5
| * Issue #16404: Add checks for return value of PyInt_FromLong() inSerhiy Storchaka2013-12-172-8/+5
| * Fixed leak in sys.flags initialization.Serhiy Storchaka2013-12-171-0/+1
| * Skip test for issue #17976 if /dev/null is not available.Serhiy Storchaka2013-12-171-1/+7
| * Issue #17976: Fixed potential problem with file.write() not detecting IO errorSerhiy Storchaka2013-12-174-1/+18
| * Removed old implementation of ntpath.splitunc() (issue #19912).Serhiy Storchaka2013-12-161-19/+0
| * Issue #19987: Re-write test_alias_fallback in test_winsound to have twoZachary Ware2013-12-162-8/+9
| * Merge headsSerhiy Storchaka2013-12-161-1/+2
| |\
| | * Issue #19965: Make sure that Python-ast.h is properly taken into account in theCharles-François Natali2013-12-151-1/+2
| * | Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-163-9/+47
| |/
| * Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-146-59/+106
| * Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-143-13/+35
| * #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.Ezio Melotti2013-12-141-2/+2
| * Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-133-7/+4
| * Issue #14432: Generator now clears the borrowed reference to the thread stateVictor Stinner2013-12-134-0/+146
| * Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by theGregory P. Smith2013-12-112-2/+10
| * Issue #18270: Prevent possible IDLE AttributeError on OS X when no initialNed Deily2013-12-112-11/+17
| * Issue #19572: Replace a return that shouldn't have been removed from test_os.Zachary Ware2013-12-101-0/+1
| * Issue #19928: Fix test on WindowsZachary Ware2013-12-101-2/+2
| * Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-1052-447/+425
| * Skip test for #19878 on Windows.Nadeem Vawda2013-12-101-0/+3
| * #19943: fix typo noticed by Jakub Wilk.Ezio Melotti2013-12-101-1/+1
| * Issue #19407: add Python Packaging User Guide notesNick Coghlan2013-12-103-5/+32
| * Issue #19928: Implemented a test for repr() of cell objects.Serhiy Storchaka2013-12-102-2/+11
| * Issue #19481: print() of unicode, str or bytearray subclass instance in IDLESerhiy Storchaka2013-12-102-2/+16
| * Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner2013-12-102-2/+4