summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* disable pymalloc tricks with the --with-valgrind option #2422Benjamin Peterson2009-12-031-0/+5
* Issue #7333: The `posix` module gains an `initgroups()` function providingAntoine Pitrou2009-12-021-0/+4
* #7419: Fix a crash on Windows in locale.setlocale() when the categoryAmaury Forgeot d'Arc2009-12-011-1/+4
* Fixed #7408: dropped group ownership checking because it relies on os-specifi...Tarek Ziadé2009-11-291-0/+4
* Issue #3382: Make '%F' and float.__format__('F') convert results to upper cas...Eric Smith2009-11-291-0/+4
* Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert...Antoine Pitrou2009-11-282-0/+4
* Issue #7403: Fixed possible race condition in lock creation.Vinay Sajip2009-11-271-0/+2
* Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.Martin v. Löwis2009-11-271-0/+2
* Add ACKS entry for Pablo MouzoAntoine Pitrou2009-11-271-0/+1
* Issue #6845: Add restart support for binary upload in ftplib. TheAntoine Pitrou2009-11-271-0/+4
* Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method ...Antoine Pitrou2009-11-251-0/+4
* Issue #6615: logging: Used weak references in internal handler list. Thanks t...Vinay Sajip2009-11-251-2/+4
* Issue #7117, continued: Remove substitution of %g-style formatting forMark Dickinson2009-11-231-0/+3
* Remove restriction on precision when formatting floats. This is theMark Dickinson2009-11-231-0/+4
* Fix for issue1488943 - difflib.Differ() doesn't always add hints for tabSenthil Kumaran2009-11-231-0/+2
* Issue #6123: Fix opening empty archives and files.Lars Gustäbel2009-11-221-0/+3
* spellingBenjamin Peterson2009-11-191-1/+1
* add news notes for r76416Benjamin Peterson2009-11-191-0/+4
* Misc/NEWS entries for issue 7117.Mark Dickinson2009-11-191-4/+33
* Fix for issue #7085Ronald Oussoren2009-11-191-0/+3
* dragfullwindows can have value 2Tarek Ziadé2009-11-191-0/+3
* #5037 proxy __unicode__ correctlyBenjamin Peterson2009-11-191-0/+3
* Issue #7341: Close the internal file object in the TarFileLars Gustäbel2009-11-181-0/+3
* Issue #7117, continued: Change round implementation to use the correctly-rou...Mark Dickinson2009-11-181-0/+9
* #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh w...Tarek Ziadé2009-11-181-0/+3
* #1757126: fix typo with the cyrillic_asian aliasPhilip Jenvey2009-11-171-0/+2
* Issue #7328: don't corrupt sys.path when running pydoc with the -m switchNick Coghlan2009-11-151-0/+2
* Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP usingAntoine Pitrou2009-11-151-0/+3
* Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-151-0/+3
* Issue #4969: The mimetypes module now reads the MIME database fromAntoine Pitrou2009-11-151-0/+3
* Issue #6816: expose the zipfile and directory execution mechanism to Python c...Nick Coghlan2009-11-151-0/+6
* Issue 7324: add a sanity check to regrtest argument parsing toR. David Murray2009-11-151-0/+3
* Issue #7312 (new feature): Add a -F flag to run the selected tests inR. David Murray2009-11-141-0/+3
* Issue #7318: multiprocessing now uses a timeout when it fails to establishAntoine Pitrou2009-11-131-0/+5
* fix several compile() issues by translating newlines in the tokenizerBenjamin Peterson2009-11-121-0/+3
* Issue #7295: Do not use a hardcoded file name in test_tarfile.Antoine Pitrou2009-11-111-0/+2
* Issue #7197: Allow unittest.TextTestRunner objects to be pickled andAntoine Pitrou2009-11-101-0/+4
* Issue #7282: Fix a memory leak when an RLock was used in a thread otherAntoine Pitrou2009-11-091-0/+4
* Properly detect whether a C file is using tabs or spaces for Vim.Brett Cannon2009-11-082-18/+21
* Issue #7270: Add some dedicated unit tests for multi-thread synchronizationAntoine Pitrou2009-11-061-0/+3
* Issue #7264: Fix a possible deadlock when deallocating thread-local objectsAntoine Pitrou2009-11-051-0/+3
* Issue #7211: Allow 64-bit values for the `ident` and `data` fields of keventAntoine Pitrou2009-11-042-0/+4
* Since r76034 was successful, add a NEWS entry for it.Antoine Pitrou2009-11-021-0/+4
* Fix exception handling in itertools.izip_longest().Raymond Hettinger2009-11-011-0/+3
* news entry for r76000Gregory P. Smith2009-11-011-0/+6
* Issue #6603: Fix --with-tsc build failures on x86-64 that resultedMark Dickinson2009-10-311-0/+4
* Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement...Mark Dickinson2009-10-311-0/+3
* Move a Misc/NEWS entry to right section.Mark Dickinson2009-10-311-4/+4
* Issue #7222: Make thread "reaping" more reliable so that referenceAntoine Pitrou2009-10-301-0/+6
* Remove mention of the old -X command line switch.Georg Brandl2009-10-291-2/+1