| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue 3051: make pure python code pass the same tests as the C version. | Raymond Hettinger | 2011-04-13 | 2 | -19/+17 |
| | | |||||
| * | #9233: Fix json.loads({}) to return a dict (instead of a list), when _json ↵ | Ezio Melotti | 2011-04-13 | 3 | -1/+15 |
| | | | | | is not available. | ||||
| * | Issue 11718: Teach IDLE's open module dialog to find packages. | Raymond Hettinger | 2011-04-13 | 2 | -0/+21 |
| | | |||||
| * | update news in 2.7 for Issue #11703 | Senthil Kumaran | 2011-04-13 | 1 | -0/+3 |
| | | |||||
| * | #10019: Fix regression relative to 2.6: add newlines if indent=0 | R David Murray | 2011-04-13 | 4 | -4/+23 |
| | | | | | Patch by Amaury Forgeot d'Arc, updated by Sando Tosi. | ||||
| * | Fix Issue11703 - urllib2.get_url does not handle fragment in url properly. | Senthil Kumaran | 2011-04-12 | 4 | -4/+30 |
| | | |||||
| * | Issue 11747: Fix output format for context diffs. | Raymond Hettinger | 2011-04-12 | 2 | -28/+102 |
| | | |||||
| * | Neaten-up the fix to issue 11830 | Raymond Hettinger | 2011-04-12 | 1 | -11/+11 |
| | | |||||
| * | Remove unnecessary imports and use assertIs instead of assertTrue. | Ezio Melotti | 2011-04-12 | 2 | -5/+3 |
| | | |||||
| * | #9233: skip _json-specific tests when _json is not available. | Ezio Melotti | 2011-04-12 | 2 | -2/+14 |
| | | |||||
| * | Use floor division operator instead of deprecated division operator. | Raymond Hettinger | 2011-04-12 | 1 | -1/+1 |
| | | |||||
| * | Issue #11830: Remove unnecessary introspection code in the decimal module. | Raymond Hettinger | 2011-04-12 | 2 | -14/+15 |
| | | | | | | It was causing a failed import in the Turkish locale where the locale sensitive str.upper() method caused a name mismatch. | ||||
| * | Add NEWS item for #5162. | brian.curtin | 2011-04-11 | 1 | -0/+3 |
| | | |||||
| * | Fix #5162. Allow child spawning from Windows services (via pywin32). | brian.curtin | 2011-04-11 | 1 | -2/+3 |
| | | |||||
| * | Remove unnecessary call to PyErr_Clear. | Ezio Melotti | 2011-04-11 | 1 | -1/+0 |
| | | |||||
| * | #4877: Fix a segfault in xml.parsers.expat while attempting to parse a ↵ | Ezio Melotti | 2011-04-11 | 3 | -27/+27 |
| | | | | | closed file. | ||||
| * | Issue #8428: Fix a race condition in multiprocessing.Pool when terminating | Antoine Pitrou | 2011-04-10 | 2 | -2/+11 |
| | | | | | | worker processes: new processes would be spawned while the pool is being shut down. Patch by Charles-François Natali. | ||||
| * | Issue9670: Back out changeset b0d2b696da19; test fails on other platforms | Ned Deily | 2011-04-09 | 3 | -47/+0 |
| | | | | | and on OS X with pydebug. | ||||
| * | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-04-09 | 3 | -0/+47 |
| | | | | | | | Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (Patch by Ronald Oussoren) | ||||
| * | Issue #11719: Fix message about unexpected test_msilib skip. | Ross Lagerwall | 2011-04-09 | 2 | -1/+4 |
| | | | | | Patch by Nadeem Vawda. | ||||
| * | (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was | Victor Stinner | 2011-04-09 | 2 | -45/+53 |
| | | | | | | interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali. | ||||
| * | Issue #11794: Reorganised logging documentation. | Vinay Sajip | 2011-04-08 | 7 | -3178/+3495 |
| | | |||||
| * | Backport for Python 2.7 of issue 11715 support for building Python on | Barry Warsaw | 2011-04-07 | 1 | -0/+23 |
| | | | | | multiarch Debian/Ubuntu. | ||||
| * | Issue #11766: increase countdown waiting for a pool of processes to start | Antoine Pitrou | 2011-04-06 | 1 | -1/+2 |
| | | | | | up. Hopefully fixes transient buildbot failures. | ||||
| * | hg pull/merge - Changes to accomodate. | Senthil Kumaran | 2011-04-06 | 2 | -7/+15 |
| |\ | |||||
| | * | Issue #11576: Fixed timedelta subtraction glitch on big timedelta values | Alexander Belopolsky | 2011-04-06 | 2 | -7/+15 |
| | | | |||||
| * | | Issue #10762: Guard against invalid/non-supported format string '%f' on ↵ | Senthil Kumaran | 2011-04-06 | 2 | -1/+9 |
| |/ | | | | Windows. Patch Santoso Wijaya. | ||||
| * | Issue #7108: Fix test_commands to not fail when special attributes ('@' | Ned Deily | 2011-04-06 | 2 | -1/+8 |
| | | | | | or '.') appear in 'ls -l' output. | ||||
| * | #7311: fix HTMLParser to accept non-ASCII attribute values. | Ezio Melotti | 2011-04-05 | 3 | -1/+20 |
| | | |||||
| * | Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. | Ross Lagerwall | 2011-04-05 | 3 | -11/+54 |
| | | |||||
| * | Issue #9347: Fix formatting for tuples in argparse type= error messages. | Steven Bethard | 2011-04-03 | 3 | -2/+6 |
| | | |||||
| * | Dummy merge from 2.6. | R David Murray | 2011-03-31 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge cleanup. | Guido van Rossum | 2011-03-29 | 0 | -0/+0 |
| | |\ | |||||
| * | | | Issue 11713: clarify docstring for collections.deque() | Raymond Hettinger | 2011-03-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge cleanup. | Guido van Rossum | 2011-03-29 | 2 | -3/+4 |
| |\ \ \ | |||||
| | * \ \ | Merge urllib/urllib2 security fix from 2.6 branch. | guido@google.com | 2011-03-29 | 5 | -0/+61 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | Merge urllib/urllib2 security fix from 2.5 branch. | guido@google.com | 2011-03-29 | 5 | -0/+61 |
| | | |\ \ | |||||
| * | | \ \ | Merge issue 11662 from 2.6. | Guido van Rossum | 2011-03-29 | 5 | -0/+61 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | Merge issue 11662 from 2.5. | Guido van Rossum | 2011-03-29 | 5 | -13/+60 |
| | |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | | * | | | Adding .hgignore (copied from default branch). | guido@google.com | 2011-03-29 | 1 | -0/+66 |
| | | | | | | |||||
| | | * | | | Add CVE number to urllib/urllib2 news item. | guido@google.com | 2011-03-28 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Add tests for the urllib[2] vulnerability. Change to raise exceptions. | guido@google.com | 2011-03-28 | 4 | -5/+45 |
| | | | | | | |||||
| | | * | | | Add FTP to the allowed url schemes. Add Misc/NEWS. | guido@google.com | 2011-03-24 | 3 | -4/+9 |
| | | | | | | |||||
| | | * | | | Issue 22663: fix redirect vulnerability in urllib/urllib2. | guido@google.com | 2011-03-24 | 2 | -2/+18 |
| | | | | | | |||||
| * | | | | | Issue #11639: Configuration function documentation referred to logging.XXX ↵ | Vinay Sajip | 2011-03-29 | 1 | -14/+3 |
| | | | | | | | | | | | | | | | | | | | | | rather than logging.config.XXX. | ||||
| * | | | | | Issue #11639: Configuration function documentation referred to logging.XXX ↵ | Vinay Sajip | 2011-03-29 | 1 | -0/+14 |
| |\ \ \ \ \ | |/ / / / | | | | | | | | | | | rather than logging.config.XXX. | ||||
| | * | | | | Issue #11639: Configuration function documentation referred to logging.XXX ↵ | Vinay Sajip | 2011-03-29 | 1 | -0/+4 |
| | | |_|/ | |/| | | | | | | | | | | rather than logging.config.XXX. | ||||
| * | | | | Correct handling of functions with only kwarg args in getcallargs (closes ↵ | Benjamin Peterson | 2011-03-28 | 3 | -2/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | #11256) A patch from Daniel Urban. | ||||
| * | | | | let's keep parenthesis around sizeof | Benjamin Peterson | 2011-03-28 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | #10617: add class directives to collections ABCs. | Ezio Melotti | 2011-03-28 | 1 | -8/+50 |
| | | | | | |||||
