summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #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
* | #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
|\ \ | |/
| * #17690: test_time now works with unittest test discovery. Patch by Zachary W...Ezio Melotti2013-04-112-15/+7
* | Fix invalid markup.Georg Brandl2013-04-111-2/+2
* | Merge #14971: Use class method name, not function.__name__, during unittest d...R David Murray2013-04-113-1/+20
|\ \ | |/
| * #14971: Use class method name, not function.__name__, during unittest discovery.R David Murray2013-04-113-1/+20
* | null mergeSenthil Kumaran2013-04-110-0/+0
|\ \ | |/
| * normalize whitespaceSenthil Kumaran2013-04-111-2/+2
* | normalize whitespace. caught by hookSenthil Kumaran2013-04-111-2/+2
* | merge from 3.3Senthil Kumaran2013-04-111-18/+58
|\ \ | |/
| * #5609 - test_urllib coverage for url2pathname and pathname2url. PatchSenthil Kumaran2013-04-111-17/+56
* | merge 3.3 (#17669)Benjamin Peterson2013-04-102-1/+3
|\ \ | |/
| * don't run frame if it has no stack (closes #17669)Benjamin Peterson2013-04-102-1/+3
* | Merge heads.Ezio Melotti2013-04-104-0/+109
|\ \
| * \ #12820: merge with 3.3.Ezio Melotti2013-04-104-0/+109
| |\ \ | | |/
| | * #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler ...Ezio Melotti2013-04-104-0/+109
* | | #17487: wave.getparams now returns a namedtuple.R David Murray2013-04-105-8/+38
|/ /
* | #17635: merge with 3.3.Ezio Melotti2013-04-101-1/+1
|\ \ | |/
| * #17635: fix wrong function name in multiprocessing docs.Ezio Melotti2013-04-101-1/+1
* | Fix issue #17675: make socket repr() provide local and remote addresses (if a...Giampaolo Rodola'2013-04-103-9/+40
* | Close #14439: Python now prints the traceback on runpy failure at startup.Victor Stinner2013-04-092-2/+8
* | Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare UnicodeVictor Stinner2013-04-092-12/+0
* | mergeBrett Cannon2013-04-094-50/+162
|\ \
| * | replace(): only call PyUnicode_DATA(u) onceVictor Stinner2013-04-091-3/+4
| * | Write super-fast version of str.strip(), str.lstrip() and str.rstrip() for pu...Victor Stinner2013-04-091-19/+45
| * | Don't calls macros in PyUnicode_WRITE() parametersVictor Stinner2013-04-091-2/+10
| * | Fix do_strip(): don't call PyUnicode_READ() in Py_UNICODE_ISSPACE() to not callVictor Stinner2013-04-091-3/+10
| * | Fix _PyUnicode_XStrip()Victor Stinner2013-04-091-10/+18
| * | Optimize PyUnicode_DecodeCharmap()Victor Stinner2013-04-091-7/+9
| * | Optimize make_bloom_mask(), used by str.strip(), str.lstrip() and str.rstrip()Victor Stinner2013-04-091-5/+27
| * | Use PyUnicode_READ() instead of PyUnicode_READ_CHAR()Victor Stinner2013-04-091-6/+22
| * | Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings:Victor Stinner2013-04-094-4/+26
* | | What's new entry for issue #17093Brett Cannon2013-04-091-1/+5
* | | Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/returnBrett Cannon2013-04-097-2234/+2317
|/ /
* | merge headsGiampaolo Rodola'2013-04-092-1/+4
|\ \
| * \ #17678: Remove the use of a deprecated method http/cookiejar.py. Changing theSenthil Kumaran2013-04-092-1/+4
| |\ \ | | |/
| | * #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usageSenthil Kumaran2013-04-092-1/+4
| * | null mergeSenthil Kumaran2013-04-090-0/+0
| |\ \ | | |/