summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | #17719: fix incorrect version number in deprecation doc.R David Murray2013-04-131-1/+1
* | #2118: Make SMTPException a subclass of IOError.R David Murray2013-04-134-3/+16
* | Merge #2118: clarify smtplib exception documentation.R David Murray2013-04-132-22/+26
|\ \ | |/
| * Reflow paragraph.R David Murray2013-04-131-9/+8
| * #2118: clarify smtplib exception documentation.R David Murray2013-04-132-14/+19
* | Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-133-11/+15
|\ \ | |/
| * Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-133-11/+15
* | #17571: merge with 3.3.Ezio Melotti2013-04-131-15/+3
|\ \ | |/
| * #17571: remove broken links in datetime.py docstring.Ezio Melotti2013-04-131-15/+3
* | #17686: merge with 3.3.Ezio Melotti2013-04-131-1/+1
|\ \ | |/
| * #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti.Ezio Melotti2013-04-131-1/+1
* | Issue #17715: Merge fix from 3.3.Mark Dickinson2013-04-133-0/+11
|\ \ | |/
| * Issue #17715: Add missing NULL Check to PyNumber_Long.Mark Dickinson2013-04-133-0/+11
* | Issue #17713: Test temporarily skipped while failure investigated.Vinay Sajip2013-04-131-0/+1
* | Merge heads.Mark Dickinson2013-04-134-42/+1
|\ \
| * \ Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-134-42/+1
| |\ \ | | |/
| | * Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-134-45/+1
* | | Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__.Mark Dickinson2013-04-131-2/+2
|/ /
* | Issue #17643: Add __callback__ attribute to weakref.ref.Mark Dickinson2013-04-134-3/+44
* | Issue #16447: Merge fix from 3.3.Mark Dickinson2013-04-133-1/+21
|\ \ | |/
| * Issue #16447: Fix potential segfault when setting __name__ on a class.Mark Dickinson2013-04-133-1/+21
* | Fix whitespacesAndrew Svetlov2013-04-121-1/+1
|\ \ | |/
| * Fix whitespacesAndrew Svetlov2013-04-121-1/+1
* | Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-124-2/+42
|\ \ | |/
| * Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-124-1/+45
* | Issue #16658: add missing return to HTTPConnection.send().Andrew Svetlov2013-04-123-1/+25
|\ \ | |/
| * Issue #16658: add missing return to HTTPConnection.send().Andrew Svetlov2013-04-123-1/+25
* | attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595Giampaolo Rodola'2013-04-121-1/+1
* | #17653: merge with 3.3.Ezio Melotti2013-04-121-1/+1
|\ \ | |/
| * #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.Ezio Melotti2013-04-121-1/+1
* | Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler...Vinay Sajip2013-04-124-8/+73
* | Null merge.Ezio Melotti2013-04-120-0/+0
|\ \ | |/
| * Merge heads.Ezio Melotti2013-04-121-1/+1
| |\
* | \ Merge heads.Ezio Melotti2013-04-123-379/+406
|\ \ \
| * \ \ #6696: merge with 3.3.Ezio Melotti2013-04-123-379/+406
| |\ \ \ | | |/ /
| | * | #6696: add documentation for the Profile objects, and improve profile/cProfil...Ezio Melotti2013-04-123-379/+406
* | | | #17688: fix declaration for richcmp example in the docs.Andrew Svetlov2013-04-121-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | #17688: fix declaration for richcmp example in the docs.Andrew Svetlov2013-04-121-1/+1
| |/
* | #17692: merge with 3.3.Ezio Melotti2013-04-122-4/+8
|\ \ | |/
| * #17692: test_sqlite now works with unittest test discovery. Patch by Zachary...Ezio Melotti2013-04-122-4/+8
* | #17585: merge with 3.3.Roger Serwy2013-04-123-6/+6
|\ \ | |/
| * #17585: Fixed IDLE regression. Now closes when using exit() or quit().Roger Serwy2013-04-123-6/+6
* | #17699: Fix the new getpass test failures on windows.R David Murray2013-04-111-12/+25
* | Issue #13056: Reenable test_multibytecodec.Test_StreamWriter testsVictor Stinner2013-04-111-51/+22
* | Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead ofVictor Stinner2013-04-1115-440/+401
* | python-gdb.py: Replace invalid Unicode character with U+FFFD to be able toVictor Stinner2013-04-111-1/+3
* | Fix supernumerary 's' in sys._debugmallocstats() output.Antoine Pitrou2013-04-111-1/+1
|\ \ | |/
| * Fix supernumerary 's' in sys._debugmallocstats() output.Antoine Pitrou2013-04-111-1/+1
* | Fix a crash when setting a servername callback on a SSL server socket and the...Antoine Pitrou2013-04-114-13/+30
* | #17690: merge with 3.3.Ezio Melotti2013-04-112-15/+7
|\ \ | |/