summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | merge 11442 NEWSMartin v. Löwis2011-04-171-0/+3
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | Issue 11442: Add NEWS entry for e9724d7abbc2Martin v. Löwis2011-04-171-0/+3
| | * | | | | | | Fix a few hyphens in argparse.rst.Ezio Melotti2011-04-161-21/+21
| | * | | | | | | Issue #11855: Apply missing formatting for urlretrieveEli Bendersky2011-04-161-5/+5
| | * | | | | | | Add another example to the collections module docs.Raymond Hettinger2011-04-161-0/+20
| | * | | | | | | Fix minor subclassing issue with collections.CounterRaymond Hettinger2011-04-153-2/+13
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | #11843: remove duplicate line from table in distutil doc.Ezio Melotti2011-04-151-2/+0
| | * | | | | | Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...Ezio Melotti2011-04-153-0/+40
| | * | | | | | Issue #11467: Fix urlparse behavior when handling urls which contains schemeSenthil Kumaran2011-04-153-7/+17
| | * | | | | | #11848: replace dead link in random.betavariate comment.Ezio Melotti2011-04-151-1/+1
| | * | | | | | #4783: document that is not possible to use json.dump twice on the same stream.Ezio Melotti2011-04-151-0/+5
| | * | | | | | Issue #11827: remove mention of list2cmdline in the doc of subprocessEli Bendersky2011-04-151-5/+35
| | * | | | | | merge the changes.Senthil Kumaran2011-04-141-27/+26
| | |\ \ \ \ \ \
| | | * | | | | | #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.Ezio Melotti2011-04-141-27/+26
| | * | | | | | | Fix Issue11474 - url2pathname() handling of '/C|/' on WindowsSenthil Kumaran2011-04-143-2/+26
| | |/ / / / / /
| | * | | | | | #9101: backport json reference in configparser doc.Ezio Melotti2011-04-141-0/+10
| | * | | | | | Transplant: Fix wording and clarify that the IDNA codec operates on full doma...R David Murray2011-04-131-2/+8
| | * | | | | | Issue 3051: make pure python code pass the same tests as the C version.Raymond Hettinger2011-04-132-19/+17
| | * | | | | | #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is...Ezio Melotti2011-04-133-1/+15
| | * | | | | | Issue 11718: Teach IDLE's open module dialog to find packages.Raymond Hettinger2011-04-132-0/+21
| | * | | | | | update news in 2.7 for Issue #11703Senthil Kumaran2011-04-131-0/+3
| | * | | | | | #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-134-4/+23
| | * | | | | | Fix Issue11703 - urllib2.get_url does not handle fragment in url properly.Senthil Kumaran2011-04-124-4/+30
| | * | | | | | Issue 11747: Fix output format for context diffs.Raymond Hettinger2011-04-122-28/+102
| | * | | | | | Neaten-up the fix to issue 11830Raymond Hettinger2011-04-121-11/+11
| | * | | | | | Remove unnecessary imports and use assertIs instead of assertTrue.Ezio Melotti2011-04-122-5/+3
| | * | | | | | #9233: skip _json-specific tests when _json is not available.Ezio Melotti2011-04-122-2/+14
| | * | | | | | Use floor division operator instead of deprecated division operator.Raymond Hettinger2011-04-121-1/+1
| | * | | | | | Issue #11830: Remove unnecessary introspection code in the decimal module.Raymond Hettinger2011-04-122-14/+15
| | * | | | | | 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
| | | |\ \ \ \ \