summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #20045: Fix "setup.py register --list-classifiers".Antoine Pitrou2013-12-211-0/+2
|\
| * Issue #20045: Fix "setup.py register --list-classifiers".Antoine Pitrou2013-12-211-0/+2
* | Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-0/+3
|\ \ | |/
| * Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-0/+3
* | mergeChristian Heimes2013-12-211-0/+3
|\ \
| * | Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.Antoine Pitrou2013-12-211-0/+3
* | | Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-0/+2
|/ /
* | Add some asyncio news for beta 2.Guido van Rossum2013-12-211-0/+14
* | Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-0/+3
|\ \ | |/
| * Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-0/+3
| * Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.Zachary Ware2013-12-192-0/+3
* | Merge with 3.3Serhiy Storchaka2013-12-191-0/+3
|\ \ | |/
| * Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-191-0/+3
* | (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalidVictor Stinner2013-12-191-0/+3
|\ \ | |/
| * Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-191-0/+3
* | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-191-0/+3
|\ \ | |/
| * Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-191-0/+3
* | Merge: #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-181-0/+4
|\ \ | |/
| * #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-181-0/+4
* | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-172-0/+4
|\ \ | |/
| * Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-172-0/+4
* | Close #19946: use runpy as needed in multiprocessingNick Coghlan2013-12-171-0/+6
* | Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ...Victor Stinner2013-12-161-2/+0
* | Issue #18283: shutil.which() now supports bytes argument, not only text argum...Victor Stinner2013-12-161-0/+2
* | Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-161-0/+3
|\ \ | |/
| * Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-161-0/+3
* | Issue #19921: When Path.mkdir() is called with parents=True, any missing pare...Antoine Pitrou2013-12-161-0/+4
* | Issue #19887: Improve the Path.resolve() algorithm to support certain symlink...Antoine Pitrou2013-12-161-0/+3
* | Issue #19987: Merge with 3.3Zachary Ware2013-12-161-1/+1
|\ \ | |/
| * Issue #19987: Re-write test_alias_fallback in test_winsound to have twoZachary Ware2013-12-161-1/+1
* | mergeChristian Heimes2013-12-161-0/+7
|\ \
| * \ Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-161-0/+4
| |\ \ | | |/
| | * Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-161-0/+4
| * | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-161-0/+3
| |\ \ | | |/
| | * Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-161-0/+3
* | | Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile andChristian Heimes2013-12-161-0/+3
|/ /
* | Merge: #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-161-0/+3
|\ \ | |/
| * #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-161-0/+3
| * Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e.Serhiy Storchaka2013-12-141-3/+0
* | Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-0/+2
|\ \ | |/
| * Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-0/+2
* | Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-141-1/+2
|\ \ | |/
| * Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-141-1/+2
| * Issue #19963: Document that importlib.import_module() will importBrett Cannon2013-12-131-0/+3
* | Issue #19946: Raise ImportError when the main module cannot be foundBrett Cannon2013-12-131-0/+3
* | (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError ifVictor Stinner2013-12-131-0/+3
|\ \ | |/
| * Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"Victor Stinner2013-12-131-0/+3
* | Issue #19787: PyThread_set_key_value() now always set the valueVictor Stinner2013-12-131-0/+4
* | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-131-0/+2
|\ \ | |/
| * Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-131-0/+2