summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NEWS item for #5162.brian.curtin2011-04-111-0/+3
* Fix #5162. Allow child spawning from Windows services (via pywin32).brian.curtin2011-04-111-2/+3
* Remove unnecessary call to PyErr_Clear.Ezio Melotti2011-04-111-1/+0
* #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed...Ezio Melotti2011-04-113-27/+27
* Issue #8428: Fix a race condition in multiprocessing.Pool when terminatingAntoine Pitrou2011-04-102-2/+11
* Issue9670: Back out changeset b0d2b696da19; test fails on other platformsNed Deily2011-04-093-47/+0
* Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-04-093-0/+47
* Issue #11719: Fix message about unexpected test_msilib skip.Ross Lagerwall2011-04-092-1/+4
* (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it wasVictor Stinner2011-04-092-45/+53
* Issue #11794: Reorganised logging documentation.Vinay Sajip2011-04-087-3178/+3495
* Backport for Python 2.7 of issue 11715 support for building Python onBarry Warsaw2011-04-071-0/+23
* Issue #11766: increase countdown waiting for a pool of processes to startAntoine Pitrou2011-04-061-1/+2
* hg pull/merge - Changes to accomodate.Senthil Kumaran2011-04-062-7/+15
|\
| * Issue #11576: Fixed timedelta subtraction glitch on big timedelta valuesAlexander Belopolsky2011-04-062-7/+15
* | Issue #10762: Guard against invalid/non-supported format string '%f' on Windo...Senthil Kumaran2011-04-062-1/+9
|/
* Issue #7108: Fix test_commands to not fail when special attributes ('@'Ned Deily2011-04-062-1/+8
* #7311: fix HTMLParser to accept non-ASCII attribute values.Ezio Melotti2011-04-053-1/+20
* Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.Ross Lagerwall2011-04-053-11/+54
* Issue #9347: Fix formatting for tuples in argparse type= error messages.Steven Bethard2011-04-033-2/+6
* Dummy merge from 2.6.R David Murray2011-03-310-0/+0
|\
| * Merge cleanup.Guido van Rossum2011-03-290-0/+0
| |\
* | | Issue 11713: clarify docstring for collections.deque()Raymond Hettinger2011-03-301-1/+1
* | | Merge cleanup.Guido van Rossum2011-03-292-3/+4
|\ \ \
| * \ \ Merge urllib/urllib2 security fix from 2.6 branch.guido@google.com2011-03-295-0/+61
| |\ \ \ | | | |/ | | |/|
| | * | Merge urllib/urllib2 security fix from 2.5 branch.guido@google.com2011-03-295-0/+61
| | |\ \
* | | \ \ Merge issue 11662 from 2.6.Guido van Rossum2011-03-295-0/+61
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge issue 11662 from 2.5.Guido van Rossum2011-03-295-13/+60
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Adding .hgignore (copied from default branch).guido@google.com2011-03-291-0/+66
| | * | | Add CVE number to urllib/urllib2 news item.guido@google.com2011-03-281-1/+1
| | * | | Add tests for the urllib[2] vulnerability. Change to raise exceptions.guido@google.com2011-03-284-5/+45
| | * | | Add FTP to the allowed url schemes. Add Misc/NEWS.guido@google.com2011-03-243-4/+9
| | * | | Issue 22663: fix redirect vulnerability in urllib/urllib2.guido@google.com2011-03-242-2/+18
* | | | | Issue #11639: Configuration function documentation referred to logging.XXX ra...Vinay Sajip2011-03-291-14/+3
* | | | | Issue #11639: Configuration function documentation referred to logging.XXX ra...Vinay Sajip2011-03-291-0/+14
|\ \ \ \ \ | |/ / / /
| * | | | Issue #11639: Configuration function documentation referred to logging.XXX ra...Vinay Sajip2011-03-291-0/+4
| | |_|/ | |/| |
* | | | Correct handling of functions with only kwarg args in getcallargs (closes #11...Benjamin Peterson2011-03-283-2/+25
* | | | let's keep parenthesis around sizeofBenjamin Peterson2011-03-281-3/+3
* | | | #10617: add class directives to collections ABCs.Ezio Melotti2011-03-281-8/+50
* | | | Add missing file from #11696.Martin v. Löwis2011-03-271-0/+46
* | | | Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-273-3/+5
* | | | Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...Mark Dickinson2011-03-274-1/+9
* | | | Move Misc/NEWS entry to correct section.Mark Dickinson2011-03-271-4/+4
* | | | Issue #9026: Fix order of argparse sub-commands in help messages. (Merged fro...Steven Bethard2011-03-273-4/+84
* | | | Fix short file name generation in bdist_msi.Martin v. Löwis2011-03-272-8/+19
* | | | revert unintended changesBenjamin Peterson2011-03-262-18/+1
* | | | fix missing variable declarationsBenjamin Peterson2011-03-261-0/+3
* | | | always check return value of PyObject_IsInstance for errorBenjamin Peterson2011-03-261-19/+41
* | | | check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-265-2/+43
* | | | In the Windows clean script for buildbots, also clear the build dirAntoine Pitrou2011-03-262-1/+7
* | | | Issue #9343: Document that argparse parent parsers must be configured before ...Steven Bethard2011-03-262-0/+8