summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious newlines, and add version number.Antoine Pitrou2010-05-091-4/+2
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-76/+76
* Issue #8644: Improve accuracy of timedelta.total_seconds method.Mark Dickinson2010-05-091-0/+2
* Revert r81012. buildbot problems and its questionable of me to evenGregory P. Smith2010-05-091-2/+0
* Fixes [issue7245] Better Ctrl-C support in pdb.Gregory P. Smith2010-05-081-0/+2
* Skip signal handler re-installation if it is not necessary. Issue 8354.Jean-Paul Calderone2010-05-081-0/+3
* towards 2.7 release candidate 1Benjamin Peterson2010-05-081-0/+12
* bump version to 2.7 beta 2v2.7b2Benjamin Peterson2010-05-082-2/+2
* Revert r80963 - it broke compilation everywhereAntoine Pitrou2010-05-081-3/+0
* Issue #8084: ensure that the --user directoryRonald Oussoren2010-05-081-0/+6
* - Issue #8510: Update to autoconf2.65.Matthias Klose2010-05-081-0/+2
* Fix for issue #7724: make it possible to build usingRonald Oussoren2010-05-081-0/+3
* Issue #8571: Fix an internal error when compressing or decompressing aAntoine Pitrou2010-05-071-0/+4
* Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore...Giampaolo Rodolà2010-05-061-0/+7
* Issue #8625: Turn off gcc optimization in debug builds.Mark Dickinson2010-05-051-0/+5
* Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fillsTarek Ziadé2010-05-051-0/+3
* Mention how Clang's static anaylzer was run over Objects/ and Python/.Brett Cannon2010-05-051-0/+2
* In a number of places code still reversRonald Oussoren2010-05-052-2/+2
* NEWSBarry Warsaw2010-05-051-0/+2
* The C function used by uuid.uuid4 is broken onRonald Oussoren2010-05-051-0/+3
* Update the NEWS entry for issue #8211.Marc-André Lemburg2010-05-051-2/+2
* Issue #8313: traceback.format_exception_only() encodes unicode message toVictor Stinner2010-05-051-0/+3
* On Windows, ctypes does no longer check the stack before and afterThomas Heller2010-05-041-0/+4
* Issue #1533: fix inconsistency in range function argument processing:Mark Dickinson2010-05-041-0/+6
* Issue #8567: Fix incorrect precedence of signals in Decimal module.Mark Dickinson2010-05-041-0/+6
* Issue #8404: Fix set operations on dictionary views.Alexandre Vassalotti2010-05-041-0/+2
* Mention the code clean-up thanks to Clang's static analyzer in Modules.Brett Cannon2010-05-041-0/+2
* Issue #7865: The close() method of :mod:`io` objects should not swallowAntoine Pitrou2010-05-031-0/+4
* Issue #8576: logging updated to remove usage of find_unused_port().Vinay Sajip2010-05-031-0/+2
* Update the Vim syntax highlight file.Brett Cannon2010-05-022-20/+26
* Issue #4687: Fix accuracy of garbage collection runtimes displayed withAntoine Pitrou2010-05-021-0/+3
* For for issue #7192: with this patch webbrowser.get("firefox")Ronald Oussoren2010-05-021-0/+3
* Issue #8576: Remove use of find_unused_port() in test_smtplib andAntoine Pitrou2010-04-301-0/+3
* Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ...Tarek Ziadé2010-04-301-0/+4
* Fix for issue #3646: with this patch it is possible to do aRonald Oussoren2010-04-301-0/+3
* Issue #8464: tarfile.open(name, mode="w|") no longer createsLars Gustäbel2010-04-291-0/+3
* Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versionsAntoine Pitrou2010-04-292-0/+4
* Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en...Senthil Kumaran2010-04-281-0/+3
* Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' in...Nick Coghlan2010-04-281-0/+4
* Also mention patch submitter's name in NEWS, not just in the commit messageNick Coghlan2010-04-281-1/+2
* Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co...Nick Coghlan2010-04-282-0/+5
* Issue #3928: Support 'os.mknod()' in SolarisJesus Cea2010-04-281-0/+2
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+2
* Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newlineAntoine Pitrou2010-04-272-0/+4
* Issue #7449, part 1: fix test_support.py for Python compiled without threadVictor Stinner2010-04-271-0/+2
* reject None as the buffering argument like the C implementation does #8546Benjamin Peterson2010-04-271-0/+2
* Issue #8549: Fix compiling the _ssl extension under AIX. Patch byAntoine Pitrou2010-04-272-0/+4
* Issue #6656: fix locale.format_string to handle escaped percents and mappings.R. David Murray2010-04-261-0/+3
* When DeprecationWarning was silenced by default, it also silenced any use of -QBrett Cannon2010-04-251-0/+2
* Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown,Antoine Pitrou2010-04-251-0/+5