summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-161-0/+2
|\
| * closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-161-0/+2
* | - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check inMatthias Klose2012-03-151-1/+1
* | - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check inMatthias Klose2012-03-151-0/+3
* | port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ur...Senthil Kumaran2012-03-151-0/+2
|\ \ | |/
| * closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.Senthil Kumaran2012-03-151-0/+2
* | - Issue #14324: Fix configure tests for cross builds.Matthias Klose2012-03-151-0/+2
* | - Issue #14321: Do not run pgen during the build if files are up to date.Matthias Klose2012-03-151-0/+5
* | Issue #14222: Use the new time.steady() function instead of time.time() forVictor Stinner2012-03-151-0/+4
* | remove get_prefix and set_prefix (#13248)Benjamin Peterson2012-03-141-0/+2
* | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-141-0/+5
|\ \ | |/
| * Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-141-1/+14
| |\
| | * Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-141-0/+5
| | * version now 3.1.5rc1v3.1.5rc1Benjamin Peterson2012-02-232-2/+2
* | | Merge from tipAndrew Svetlov2012-03-141-0/+10
|\ \ \
| * | | #12818: remove escaping of () in quoted strings in formataddrR David Murray2012-03-141-0/+3
| * | | #14062: fix BytesParser handling of Header objectsR David Murray2012-03-141-0/+3
| |\ \ \ | | |/ /
| | * | #14062: fix BytesParser handling of linesep for Header objectsR David Murray2012-03-141-0/+3
| * | | Issue #13839: When invoked on the command-line, the pstats module now accepts...Antoine Pitrou2012-03-141-0/+4
* | | | Issue #14200: Idle shell crash on printing non-BMP unicode character.Andrew Svetlov2012-03-141-0/+2
|/ / /
* | | Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-142-0/+4
|\ \ \ | |/ /
| * | #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-142-0/+4
| * | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-131-0/+2
* | | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...Senthil Kumaran2012-03-141-0/+1
* | | Issue #989712: Support using Tk without a mainloop.Andrew Svetlov2012-03-141-0/+2
* | | Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp()Victor Stinner2012-03-131-0/+4
* | | #8315: add automatic unittest test discovery in test.test_emailR David Murray2012-03-131-0/+5
* | | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-131-0/+2
* | | Issue #3835: Refuse to use unthreaded Tcl in threaded Python.Martin v. Löwis2012-03-131-0/+2
* | | Issue #2843: Add new Tk API to Tkinter.Martin v. Löwis2012-03-131-0/+2
* | | Issue #14184: mergeNed Deily2012-03-131-0/+3
|\ \ \ | |/ /
| * | Issue #14184: Increase the default stack size for secondary threads onNed Deily2012-03-131-0/+3
* | | Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-131-0/+9
* | | MergeMichael Foord2012-03-131-0/+2
|\ \ \ | |/ /
| * | Fix unittest test discovery for JythonMichael Foord2012-03-131-0/+2
* | | Issue #1178863: Separate initialisation from setting when initializingMartin v. Löwis2012-03-131-0/+4
* | | closes #14259 re.finditer() now takes keyword arguments: pos, endpos.Sean Reifschneider2012-03-131-0/+3
* | | #14179: merge with 3.2.Ezio Melotti2012-03-121-0/+1
|\ \ \ | |/ /
| * | #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-121-0/+1
* | | Issue #14104: Implement time.monotonic() on Mac OS X,Victor Stinner2012-03-121-0/+3
* | | str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-121-0/+1
|\ \ \ | |/ /
| * | str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-121-0/+1
* | | #13394: add more tests for the aifc module and use warnings.warn instead of p...Ezio Melotti2012-03-121-0/+2
|\ \ \ | |/ /
* | | Head merge.Łukasz Langa2012-03-121-0/+1
|\ \ \
| * | | Fixes #13842: cannot pickle Ellipsis or NotImplemented.Łukasz Langa2012-03-121-0/+1
* | | | give the AST class a __dict__Benjamin Peterson2012-03-121-0/+2
|/ / /
* | | Make test_logging no longer fail if zlib not present. Closes #14256. Patch by...Eric V. Smith2012-03-121-0/+1
* | | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-111-0/+3
|\ \ \ | |/ /
| * | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-111-0/+3
| * | this stuff will actually be new in 3.2.4Benjamin Peterson2012-03-081-30/+45