summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merged fix for issue #12168 from 3.2.Vinay Sajip2011-06-091-0/+3
|\
| * Issue #12168: SysLogHandler now allows NUL termination to be controlled using...Vinay Sajip2011-06-091-0/+3
* | The change done for #10645 deserves a NEWS entryÉric Araujo2011-06-091-0/+3
* | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-081-0/+3
|\ \ | |/
| * Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-081-0/+3
* | Issue #12021: Make mmap's read() method argument optional. Patch by PetriCharles-François Natali2011-06-082-0/+4
* | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killedAntoine Pitrou2011-06-081-0/+4
* | When building sqlite3, the directory where sqlite.h was found wasBrett Cannon2011-06-071-0/+3
* | Issue #12040: Expose a new attribute `sentinel` on instances ofAntoine Pitrou2011-06-061-0/+4
* | Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smt...Antoine Pitrou2011-06-061-0/+3
* | greatly improve argument parsing error messages (closes #12265)Benjamin Peterson2011-06-061-0/+3
* | merge heads.Gregory P. Smith2011-06-052-15/+175
|\ \
| * | Issue #12080: Fix a performance issue in Decimal._power_exact that causes som...Mark Dickinson2011-06-041-0/+3
| * | Add NEWS and whatsnew entries for the packaging moduleÉric Araujo2011-06-031-1/+4
| * | mergeRaymond Hettinger2011-06-031-0/+2
| |\ \ | | |/
| | * Fix named tuples to work with vars().Raymond Hettinger2011-06-031-0/+2
| * | Remove duplicate entry for JosipÉric Araujo2011-06-011-1/+0
| * | remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-06-011-0/+4
| * | merge 3.2 (#12221)Benjamin Peterson2011-06-011-0/+2
| |\ \ | | |/
| | * merge 3.1 (#12221)Benjamin Peterson2011-06-011-0/+5
| | |\
| | | * simply use the Python version for pyexpat.__version__ #12221Benjamin Peterson2011-05-311-0/+10
| | | * bump to 3.1.4rc1Benjamin Peterson2011-05-292-4/+4
| | | * Issue #12205: Fix test_subprocess failure due to uninstalled test data.Ned Deily2011-05-291-0/+2
| * | | (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructorVictor Stinner2011-05-312-0/+5
| |\ \ \ | | |/ /
| | * | Close #12085: Fix an attribute error in subprocess.Popen destructor if theVictor Stinner2011-05-312-0/+5
| * | | add news noteBenjamin Peterson2011-05-311-0/+3
| * | | Tidy up the additional string module tests added at the Pycon sprints (closes...Nick Coghlan2011-05-312-2/+3
| * | | (Merge 3.2) Issue #12057: Add tests for ISO 2022 codecsVictor Stinner2011-05-301-0/+3
| |\ \ \ | | |/ /
| | * | Issue #12057: Add tests for ISO 2022 codecsVictor Stinner2011-05-301-0/+6
| * | | (Merge 3.2) Issue #1195: fix the issue number of the NEWS entryVictor Stinner2011-05-301-1/+1
| |\ \ \ | | |/ /
| | * | Issue #1195: fix the issue number of the NEWS entryVictor Stinner2011-05-301-1/+1
| * | | (Merge 3.2) Issue #12016: my_fgets() now always clears errors before callingVictor Stinner2011-05-301-0/+4
| |\ \ \ | | |/ /
| | * | Issue #12016: my_fgets() now always clears errors before calling fgets(). FixVictor Stinner2011-05-301-0/+4
| * | | Issue #12028: fix NEWS entryVictor Stinner2011-05-301-1/+1
| * | | Close #12028: Make threading._get_ident() public, rename it toVictor Stinner2011-05-301-0/+4
| * | | Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) callsVictor Stinner2011-05-301-1/+4
| * | | Update the ACKS file with the packaging contributorsAlexis Metaireau2011-05-301-0/+38
| * | | Issue 12218: Removing wsgiref.egg-infoTarek Ziade2011-05-301-0/+2
| * | | don't restrict unexpected EOF errors to the first line (closes #12216)Benjamin Peterson2011-05-301-0/+2
| * | | Issue #10736: Revert changeset de4d34a95603 as it causes failures withNed Deily2011-05-291-3/+0
| * | | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-05-291-0/+3
| * | | Issue #12196: Add pipe2() to the os module.Charles-François Natali2011-05-291-0/+2
| * | | unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-291-0/+3
| * | | Merge 3.2Éric Araujo2011-05-291-8/+9
| |\ \ \ | | |/ /
| | * | Branch mergeÉric Araujo2011-05-291-4/+4
| | |\ \
| | | * | Fix typos in Misc/NEWSÉric Araujo2011-05-291-4/+4
| * | | | Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,Ned Deily2011-05-281-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,Ned Deily2011-05-281-0/+6
| * | | | Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-282-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-282-0/+4
| | |\ \ \ | | | | |/ | | | |/|