summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #19481: print() of string subclass instance in IDLE no more hangs.Serhiy Storchaka2013-12-101-0/+5
* | Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner2013-12-101-0/+2
* | Issue #17429: platform.linux_distribution() now decodes files from the UTF-8Victor Stinner2013-12-082-0/+7
* | Fixes issue #19929: Call os.read with 32768 within subprocess.PopenGregory P. Smith2013-12-081-0/+4
* | Issue #19535: Fixed test_docxmlrpc when python is run with -OO.Serhiy Storchaka2013-12-081-0/+2
* | Issue #19926: Removed unneeded test_main from test_abstract_numbers.Zachary Ware2013-12-081-0/+3
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
* | Fixes issue #19506: Use a memoryview to avoid a data copy when piping dataGregory P. Smith2013-12-081-0/+3
* | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-051-0/+3
* | #19839: Fix lzma module's handling of non-lzma data at EOF.Nadeem Vawda2013-12-041-1/+1
* | #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.Nadeem Vawda2013-12-041-0/+3
* | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-041-0/+4
* | Add NEWS entry for issue #19834.Walter Doerwald2013-12-021-0/+2
* | Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-021-0/+3
* | Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.Alexandre Vassalotti2013-12-011-0/+3
* | Undo supposed fix for Issue #15798 until I understand why this isGregory P. Smith2013-12-011-3/+0
* | Fixes Issue #15798 - subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-011-0/+3
* | Issue #6477: Added support for pickling the types of built-in singletons.Alexandre Vassalotti2013-12-011-0/+3
* | Issue #19845: Updated the Compiling Python on Windows docs.Zachary Ware2013-11-301-0/+2
* | Fixed _pickle.Unpickler to handle empty persistent IDs correctly.Alexandre Vassalotti2013-11-301-0/+3
* | Issue #19088: Fix incorrect caching of the copyreg module.Alexandre Vassalotti2013-11-301-0/+3
* | Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-281-0/+2
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-0/+2
* | fix format spec recursive expansion (closes #19729)Benjamin Peterson2013-11-271-0/+2
* | Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on theZachary Ware2013-11-261-0/+4
* | Merge headsZachary Ware2013-11-262-0/+4
|\ \
| * | Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-262-0/+4
* | | Issue #19588: Fixed tests in test_random that were silently skipped mostZachary Ware2013-11-262-0/+4
|/ /
* | Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-0/+2
* | Issue #19638: Raise ValueError instead of crashing when converting billion ch...Mark Dickinson2013-11-261-0/+3
* | Issue #19545: Avoid chained exceptions while passing stray % toSerhiy Storchaka2013-11-241-0/+3
* | Update Itamar's nameAndrew Kuchling2013-11-231-1/+1
* | Issue #18326: Clarify that list.sort's arguments are keyword-only.Zachary Ware2013-11-221-0/+7
* | Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-211-0/+3
* | Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for...Christian Heimes2013-11-191-0/+3
* | #19449: Handle non-string keys when generating 'fieldnames' error.R David Murray2013-11-191-0/+3
* | Issue #19596: Set untestable tests in test_importlib to NoneZachary Ware2013-11-191-0/+3
* | Fix test.support.bind_port() to not cause an error when Python was compiledGregory P. Smith2013-11-171-0/+4
* | Fix compilation error under gcc of the ctypes module bundled libffi for arm.Gregory P. Smith2013-11-171-0/+2
* | merge with 3.3.3 release cloneGeorg Brandl2013-11-172-6/+34
|\ \
| * | Bump to 3.3.3 final.v3.3.3Georg Brandl2013-11-172-1/+9
| * | Bump to 3.3.3rc2.v3.3.3rc2Georg Brandl2013-11-112-4/+7
| * | Transplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestH...Georg Brandl2013-11-111-0/+5
| * | Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.Ned Deily2013-11-051-0/+8
| * | Add news entry for 3.3.3 final.Georg Brandl2013-10-281-2/+11
* | | Issue #19523: Closed FileHandler leak which occurred when delay was set.Vinay Sajip2013-11-151-0/+2
* | | Issue #13674 Updated NEWSTim Golden2013-11-121-0/+3
* | | Issue #19440: Clean up test_capiZachary Ware2013-11-121-0/+4
* | | Correct a merge error in Misc/NEWSZachary Ware2013-11-121-1/+1
* | | Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of...Jason R. Coombs2013-11-101-0/+4