summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup in the Tools directory.Florent Xicluna2012-07-078-49/+53
* trace: remove unused imports.Florent Xicluna2012-07-071-3/+0
* Add tests to marshall double with xmlrpc.client.Florent Xicluna2012-07-071-0/+16
* Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite...Florent Xicluna2012-07-075-63/+21
* Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.Florent Xicluna2012-07-073-79/+39
* Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...Nick Coghlan2012-07-073-128/+169
* Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__Nick Coghlan2012-07-073-7/+25
* Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-07-071-8/+12
* Issue 14814: Further clean ups to the ipaddress tutorialNick Coghlan2012-07-071-13/+24
* Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ...Nick Coghlan2012-07-073-16/+43
* Use correct types for ASCII_CHAR_MASK integer constants.Mark Dickinson2012-07-073-6/+6
* Issue 14814: Make the ipaddress code easier to follow by using newer language...Nick Coghlan2012-07-071-91/+67
* Minor refactoring in importlib._bootstrap, and fix the '_wrap' docstring.Florent Xicluna2012-07-071-14/+15
* Minor refactoring in xml.etree.ElementTree doctype parser.Florent Xicluna2012-07-071-2/+2
* Merge branchFlorent Xicluna2012-07-073-1/+8
|\
| * Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...Florent Xicluna2012-07-073-1/+8
* | Issue 14814: Provide more informative error messages in ipaddress, and ensure...Nick Coghlan2012-07-073-196/+502
* | Issue 14814: %s implies coercion with str() - remove a lot of redundant str()...Nick Coghlan2012-07-071-34/+33
* | - Issue #15268: Search curses.h in /usr/include/ncursesw.doko@ubuntu.com2012-07-073-0/+16
* | Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-063-12/+16
|\ \ | |/
| * Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-063-12/+16
* | Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an...Nick Coghlan2012-07-062-31/+46
* | Issue 14814: Better handling of cases where octet/hextet parsing fails, inclu...Nick Coghlan2012-07-062-39/+48
* | Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.Richard Oudkerk2012-07-065-6/+37
* | Issue #15020: The program name used to search for Python's path is now python...Antoine Pitrou2012-07-052-0/+7
|\ \ | |/
| * Issue #15020: The program name used to search for Python's path is now "pytho...Antoine Pitrou2012-07-052-0/+7
* | Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-053-1/+19
|\ \ | |/
| * Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-053-1/+19
* | Issue #15210: Greatly simplify the test for supporting importlibBrett Cannon2012-07-042-14/+7
* | Fix undefined names in __all__.Mark Dickinson2012-07-041-2/+2
* | Make ANSI the default output styleRaymond Hettinger2012-07-041-12/+9
* | Add examples to the module docstringRaymond Hettinger2012-07-031-5/+21
* | Fix spelling.Raymond Hettinger2012-07-031-1/+1
* | Add support for ANSI escape sequencesRaymond Hettinger2012-07-031-8/+44
* | Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks t...Vinay Sajip2012-07-032-2/+6
* | Refactor to isolate HTML encoding step from the parsing step.Raymond Hettinger2012-07-031-16/+21
* | Closes #15241: Added information on venv prefixes to pyvenv section.Vinay Sajip2012-07-031-0/+22
* | Issue #15241: Added test for venv prefixes.Vinay Sajip2012-07-031-0/+25
* | Issue 15241: Improved site.py documentation relating to venvs.Vinay Sajip2012-07-032-2/+11
* | NULL MERGE: Issue #1677: Unused variable warning in Non-WindowsJesus Cea2012-07-030-0/+0
|\ \ | |/
| * Issue #1677: Unused variable warning in Non-WindowsJesus Cea2012-07-031-1/+4
* | Fix keyword argumentRaymond Hettinger2012-07-031-1/+1
* | Minor cleanupsRaymond Hettinger2012-07-032-11/+11
* | Use new-style string formatting for the HTML templateRaymond Hettinger2012-07-031-4/+4
* | Clean-up unused variableRaymond Hettinger2012-07-021-1/+0
* | Do HTML escaping after the tokenization step.Raymond Hettinger2012-07-021-14/+23
* | Issue #15166: Re-implement imp.get_tag() using sys.implementation.Brett Cannon2012-07-025-195/+194
* | Issue #15210: If _frozen_importlib is not found in sys.modules byBrett Cannon2012-07-023-2/+26
* | Closes #15030: Make importlib.abc.PyPycLoader respect the new .pycBrett Cannon2012-07-025-3/+21
* | Remove ISSUES.txt.Stefan Krah2012-07-011-56/+0