summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | #15284: Skip {send,recv}msg tests with disabled IPv6Ross Lagerwall2012-07-081-0/+3
* | Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-081-0/+5
|\ \ | |/
| * Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-081-0/+5
* | Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...Senthil Kumaran2012-07-071-0/+3
* | Merge with remote.Ross Lagerwall2012-07-071-0/+6
|\ \
| * | #15277: Fix a resource leak in support.py when IPv6 is disabled.Ross Lagerwall2012-07-071-0/+6
* | | Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite...Florent Xicluna2012-07-071-0/+3
* | | Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.Florent Xicluna2012-07-071-0/+2
* | | Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...Nick Coghlan2012-07-071-0/+3
|/ /
* | Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__Nick Coghlan2012-07-071-0/+3
* | Merge branchFlorent Xicluna2012-07-071-0/+3
|\ \ | |/
| * Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...Florent Xicluna2012-07-071-0/+3
* | Issue 14814: Provide more informative error messages in ipaddress, and ensure...Nick Coghlan2012-07-071-0/+4
* | - Issue #15268: Search curses.h in /usr/include/ncursesw.doko@ubuntu.com2012-07-071-0/+2
* | Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-0/+3
|\ \ | |/
| * Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-0/+3
* | Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.Richard Oudkerk2012-07-061-0/+2
* | Issue #15020: The program name used to search for Python's path is now python...Antoine Pitrou2012-07-051-0/+3
|\ \ | |/
| * Issue #15020: The program name used to search for Python's path is now "pytho...Antoine Pitrou2012-07-051-0/+3
* | Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-051-0/+3
|\ \ | |/
| * Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-051-0/+3
* | Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks t...Vinay Sajip2012-07-031-0/+2
* | Issue #15166: Re-implement imp.get_tag() using sys.implementation.Brett Cannon2012-07-021-0/+2
* | Issue #15210: If _frozen_importlib is not found in sys.modules byBrett Cannon2012-07-021-0/+3
* | Closes #15030: Make importlib.abc.PyPycLoader respect the new .pycBrett Cannon2012-07-022-0/+4
* | - Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module.doko@ubuntu.com2012-07-011-0/+2
* | Issue #15229: An OSError subclass whose __init__ doesn't call backAntoine Pitrou2012-06-301-0/+3
* | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko@ubuntu.com2012-06-301-0/+7
* | Issue #15225: improve error message when hmac is passed a wrong key type.Antoine Pitrou2012-06-301-0/+1
* | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-291-0/+3
|\ \ | |/
| * #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-291-0/+3
* | Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-282-0/+4
|\ \ | |/
| * Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-282-0/+4
* | #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-281-0/+4
|\ \ | |/
| * #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-281-0/+4
* | Issue #12605: Show information on more C frames within gdb backtracesDavid Malcolm2012-06-271-0/+9
* | Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic p...Christian Heimes2012-06-271-0/+10
* | Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-0/+1
|\ \ | |/
| * Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-0/+1
| * Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-261-0/+3
* | - Issue #15194: Update libffi to the 3.0.11 release.doko@ubuntu.com2012-06-261-0/+11
* | Bump version to 3.3.0b1.v3.3.0b1Georg Brandl2012-06-262-2/+2
* | Fix issue # in Misc/NEWS (should be #15187, not 15817.)Larry Hastings2012-06-261-1/+1
* | Issue #15817: Bugfix: remove temporary directories test_shutil was leavingLarry Hastings2012-06-261-0/+3
* | If main() is called and an argument cannot be decoded, make sure toBrett Cannon2012-06-251-0/+3
* | Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-251-0/+3
* | Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library.Larry Hastings2012-06-251-4/+4
* | Issue #15177: Added dir_fd parameter to os.fwalk().Larry Hastings2012-06-251-0/+2
* | Issue #15176: Clarified behavior, documentation, and implementationLarry Hastings2012-06-251-0/+3
* | Restore Misc/NEWS entries lost in the merge for the previous commit.Larry Hastings2012-06-241-0/+4