summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #14323: Expanded the number of digits in the coefficients for theSerhiy Storchaka2013-08-061-0/+3
* Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-051-0/+3
* Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.Antoine Pitrou2013-08-052-1/+5
* Merge: #18657: remove duplicate entries from Misc/ACKS.R David Murray2013-08-041-3/+0
|\
| * #18657: remove duplicate entries from Misc/ACKS.R David Murray2013-08-041-3/+0
| * Merge headsSerhiy Storchaka2013-08-031-0/+2
| |\
* | | Fixes #8860: Round half-microseconds to even in the timedelta constructor.Alexander Belopolsky2013-08-041-0/+1
* | | Cycled Misc/NEWS for alpha 2, touched patchlevel.Larry Hastings2013-08-041-0/+12
* | | Merge from v3.4.0a1 head.Larry Hastings2013-08-031-0/+7
|\ \ \
| * \ \ Merge headsSerhiy Storchaka2013-08-031-0/+3
| |\ \ \
| | * \ \ Issue #16067: Merge with 3.3Martin v. Löwis2013-08-031-0/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Issue #16067: Add description into MSI file to replace installer's temporary ...Martin v. Löwis2013-08-031-0/+2
| * | | | Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-0/+2
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-0/+2
| | |/
| * | Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-031-0/+2
| |\ \ | | |/
| | * Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-031-0/+2
* | | Bumped version to 3.4.0a1.v3.4.0a1Larry Hastings2013-08-032-2/+2
|/ /
* | - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-031-0/+2
|\ \ | |/
| * - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-031-0/+2
* | Merge #18396 from 3.3Nick Coghlan2013-08-031-0/+3
|\ \ | |/
| * Close #18396: fix spurious test_signal failure on WindowsNick Coghlan2013-08-031-0/+3
* | Issue #17046: merge from 3.3Ned Deily2013-08-031-0/+2
|\ \ | |/
| * Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.Ned Deily2013-08-031-0/+2
* | Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deall...Antoine Pitrou2013-08-021-3/+0
* | Issue #17557: merge from 3.3Ned Deily2013-08-022-0/+4
|\ \ | |/
| * Issue #17557: Fix os.getgroups() to work with the modified behavior ofNed Deily2013-08-022-0/+4
| * Issue #17899: Fix rare file descriptor leak in os.listdir().Larry Hastings2013-08-021-0/+2
* | Issue #17899: Fix rare file descriptor leak in os.listdir().Larry Hastings2013-08-021-0/+2
* | Issue #10241: Clear extension module dict copies at interpreter shutdown.Antoine Pitrou2013-08-011-0/+3
* | Issue #18608: Avoid keeping a strong reference to the locale module inside th...Antoine Pitrou2013-08-011-0/+3
* | Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...Antoine Pitrou2013-08-011-0/+3
* | Issue #18569: The installer now adds .py to the PATHEXT variableMartin v. Löwis2013-08-011-0/+6
* | - Issue #18257: Fix readlink usage in python-config. Install the pythondoko@ubuntu.com2013-08-013-2/+12
* | Issue #9035: os.path.ismount now recognises volumes mounted belowTim Golden2013-08-011-0/+3
* | Issue #18214: Improve finalization of Python modules to avoid setting their g...Antoine Pitrou2013-07-311-0/+3
* | MergeAntoine Pitrou2013-07-311-0/+6
|\ \
| * | #17616: wave.open now supports the 'with' statement.R David Murray2013-07-311-0/+2
| * | Issue #18481: Add C coverage reporting with gcov and lcov. A new make targetChristian Heimes2013-07-301-0/+4
* | | Issue #15699: The readline module now uses PEP 3121-style module initializati...Antoine Pitrou2013-07-311-0/+4
|/ /
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-0/+2
* | Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-301-0/+3
|\ \ | |/
| * Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-301-0/+3
* | Merge #15415 from 3.3Nick Coghlan2013-07-281-0/+3
|\ \ | |/
| * Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-281-0/+3
| * Issue #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-282-0/+4
* | Close #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-282-0/+4
* | Close #13266: Add inspect.unwrapNick Coghlan2013-07-281-0/+3
* | Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().Christian Heimes2013-07-261-0/+3
|\ \ | |/
| * Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().Christian Heimes2013-07-261-0/+3
* | Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.Christian Heimes2013-07-261-0/+2
|\ \ | |/