summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-20/+33
* | | | | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-163-1/+7
| |_|/ / |/| | |
* | | | #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-163-1/+28
* | | | Issue #19986: Avoid an incorrect warning of older gcc versions.Stefan Krah2013-12-151-3/+4
| |/ / |/| |
* | | Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e.Serhiy Storchaka2013-12-146-45/+12
* | | Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-146-62/+103
* | | Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-144-17/+50
* | | Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subvertedStefan Krah2013-12-141-9/+11
* | | #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.Ezio Melotti2013-12-141-2/+2
* | | #19970: Fix some comment typos.R David Murray2013-12-143-4/+4
* | | Issue #19963: Document that importlib.import_module() will importBrett Cannon2013-12-132-2/+8
* | | #18036: update .pyc FAQ entry in light of PEP 3147.R David Murray2013-12-131-18/+27
* | | Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"Victor Stinner2013-12-133-3/+25
* | | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-133-7/+4
* | | Issue #14432: Fix compilation when thread support is disabledVictor Stinner2013-12-131-0/+4
* | | Issue #14432: Generator now clears the borrowed reference to the thread stateVictor Stinner2013-12-134-0/+141
* | | Do not discard const qualifier without a reason.Stefan Krah2013-12-121-7/+7
* | | Avoid UnicodeEncodeError by only printing ASCII.Zachary Ware2013-12-121-2/+2
* | | Filter namespaceobject's files properly in the pythoncore VS project.Zachary Ware2013-12-111-2/+6
* | | Issue #19828: Fixed test_site when the whole suite is run with -S.Zachary Ware2013-12-112-9/+10
* | | #19063: partially fix set_payload handling of non-ASCII string input.R David Murray2013-12-114-11/+63
* | | Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-117-186/+312
* | | Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by theGregory P. Smith2013-12-112-2/+9
* | | Issue #18270: Prevent possible IDLE AttributeError on OS X when no initialNed Deily2013-12-112-12/+18
* | | Issue #19928: Fix test on WindowsZachary Ware2013-12-101-2/+2
* | | #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-3/+11
* | | Issue #19481: print() of string subclass instance in IDLE no more hangs.Serhiy Storchaka2013-12-102-2/+10
* | | Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner2013-12-102-4/+6
* | | Add libmpdec license.Stefan Krah2013-12-081-0/+33
* | | Fix two typos.Stefan Krah2013-12-082-2/+2
* | | Missed one copyright.Stefan Krah2013-12-081-1/+1
* | | Update copyright. The four year increment is intentional (to save work).Stefan Krah2013-12-0833-33/+33
* | | Issue #17429: Oops, remove unused importVictor Stinner2013-12-081-1/+0
* | | Issue #17429: platform.linux_distribution() now decodes files from the UTF-8Victor Stinner2013-12-084-2/+30
* | | Fixes issue #19929: Call os.read with 32768 within subprocess.PopenGregory P. Smith2013-12-082-1/+5
* | | #18430: Document that peek() may change the position of the underlying file forNadeem Vawda2013-12-083-0/+15
* | | Issue #19535: Fixed test_docxmlrpc when python is run with -OO.Serhiy Storchaka2013-12-082-2/+6
* | | Remove mentions of Python 2.x and being externally maintained fromGregory P. Smith2013-12-081-5/+2
* | | Issue #19926: Removed unneeded test_main from test_abstract_numbers.Zachary Ware2013-12-082-4/+3
* | | Normalize whitespaceZachary Ware2013-12-081-1/+1
* | | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-0834-138/+126
* | | Fixes issue #19506: Use a memoryview to avoid a data copy when piping dataGregory P. Smith2013-12-082-2/+8
|/ /
* | Issue #19857: Make sure that test_imaplib reaps server threads even in face ofCharles-François Natali2013-12-071-7/+6
* | document that compile() can take bytes (closes #19910)Benjamin Peterson2013-12-072-4/+4
* | Issue #19900: improve generalities at the start of the pickle module docAntoine Pitrou2013-12-061-20/+53
* | Added minor clarification in logging HOWTO.Vinay Sajip2013-12-061-1/+2
* | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-053-34/+70