summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+27
* Remove uninitialized compiler warning.Ross Lagerwall2012-05-121-1/+5
* Issue #14741: Merge fix from 3.2.Mark Dickinson2012-05-071-5/+1
|\
| * Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-5/+1
* | Issue #14697: Merge fix from 3.2.Mark Dickinson2012-05-071-21/+79
|\ \ | |/
| * Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-21/+79
* | Issue #14701: Merge fix from 3.2.Mark Dickinson2012-05-071-12/+11
|\ \ | |/
| * Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-12/+11
| * Fix for issue 14725 for 3.2 branchRichard Oudkerk2012-05-051-0/+1
* | Fix buildbot failures in test_lzma.Nadeem Vawda2012-05-061-7/+6
* | Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical...Nadeem Vawda2012-05-061-6/+6
* | Add lzma.{encode,decode}_filter_properties().Nadeem Vawda2012-05-061-4/+182
* | Fix formatting of preset values for exception messages in _lzmamodule.c.Nadeem Vawda2012-05-061-2/+2
* | Backed out changeset 709850f1ec67Benjamin Peterson2012-05-061-333/+31
* | Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)Larry Hastings2012-05-061-31/+333
* | Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.Larry Hastings2012-05-051-0/+10
* | Fix typo in exception message.Stefan Krah2012-05-051-1/+1
* | Fix for Issue 14725 for 3.3 branch.Richard Oudkerk2012-05-051-3/+1
* | initialization not neededBenjamin Peterson2012-05-041-1/+1
* | Fix for fatal errors in os.*utime*()Richard Oudkerk2012-05-041-1/+1
* | Issue #14127: Fix two bugs with the Windows implementation.Larry Hastings2012-05-041-19/+42
* | what is a invalid tuple?Benjamin Peterson2012-05-041-2/+2
* | clean up converted path on errorBenjamin Peterson2012-05-041-11/+20
* | avoid unitialized memoryBenjamin Peterson2012-05-041-1/+1
* | check correct variable for errorBenjamin Peterson2012-05-041-1/+1
* | Issue #14127: Add ns= parameter to utime, futimes, and lutimes.Larry Hastings2012-05-031-204/+233
* | strip is_ prefixes on clock_info fieldsBenjamin Peterson2012-05-011-31/+31
* | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-302-2/+4
* | Issue #14696: Merge from 3.2Mark Dickinson2012-04-291-5/+36
|\ \ | |/
| * Issue #14696: Fix parser module to understand 'nonlocal' declarations.Mark Dickinson2012-04-291-5/+36
* | Issue #9154: Merge fix from 3.2.Mark Dickinson2012-04-291-57/+71
|\ \ | |/
| * Issue #9154: Fix parser module to understand function annotations.Mark Dickinson2012-04-291-57/+71
* | Issue #14428, #14397: Implement the PEP 418Victor Stinner2012-04-291-89/+460
* | Issue #14605: Use None in sys.path_importer_cache to represent noBrett Cannon2012-04-271-1/+1
* | Issue #14605: Stop having implicit entries for sys.meta_path.Brett Cannon2012-04-271-1/+0
* | Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)Victor Stinner2012-04-275-0/+5
* | Backing out 86dc014cdd74. Not ready yetJesus Cea2012-04-262-25/+3
* | Close #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-04-262-3/+25
* | Issue #4892: multiprocessing Connections can now be transferred over multipro...Antoine Pitrou2012-04-241-0/+4
* | Closes Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT (I add so...Jesus Cea2012-04-241-0/+10
* | Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INITJesus Cea2012-04-241-0/+9
* | Defensive programming: mpd_isspecial(r) already implies mpd_isspecial(q), butStefan Krah2012-04-201-0/+1
* | The divmod function for large numbers now has an ACL2 proof. Related changes:Stefan Krah2012-04-201-45/+140
* | Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.Larry Hastings2012-04-192-27/+48
* | Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.Martin v. Löwis2012-04-191-0/+24
* | Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-183-834/+1398
* | 1) Simplify comment -- one has to read the complete proof (available in ACL2)Stefan Krah2012-04-181-7/+6
* | Explain the strategy to avoid huge alignment shifts in _mpd_qadd() in detail.Stefan Krah2012-04-181-6/+35
* | Cosmetic change: initialize digits to 1 (redundant).Stefan Krah2012-04-181-1/+1
* | Remove redundant finalization of the result.Stefan Krah2012-04-181-2/+0