summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_tVictor Stinner2010-10-022-6/+7
* | Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul char...Victor Stinner2010-10-021-9/+63
* | Fix #10003. Add SIGBREAK to the set of valid signals on Windows.Brian Curtin2010-10-011-0/+5
* | Issue #6608: time.asctime is now checking struct tm fields its inputAlexander Belopolsky2010-10-011-62/+76
* | Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's ...Mark Dickinson2010-09-291-14/+22
* | Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes moduleVictor Stinner2010-09-292-24/+5
* | Issue #9979: Use PyUnicode_AsWideCharString() in time.strftime()Victor Stinner2010-09-291-21/+20
* | Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll()Victor Stinner2010-09-291-17/+4
* | Fix compilation under WindowsAntoine Pitrou2010-09-281-0/+3
* | Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,Antoine Pitrou2010-09-281-15/+88
* | Fix for issue #9568.Ronald Oussoren2010-09-281-1/+1
* | Issue #9599: Tweak loghelper algorithm to return slightly improved results f...Mark Dickinson2010-09-281-6/+8
* | Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal isAntoine Pitrou2010-09-271-23/+25
* | issue 9910Kristján Valur Jónsson2010-09-271-0/+20
* | Fix a typo. full->finalBrian Curtin2010-09-241-1/+1
* | #9808. Implement os.getlogin for Windows, completed by Jon Anglin.Brian Curtin2010-09-231-2/+15
* | Issue #9928: Properly initialize the types exported by the bz2 module.Antoine Pitrou2010-09-231-3/+6
* | Issue 9916: Add some missing errno symbols.Barry Warsaw2010-09-221-0/+30
* | Issue #9908: Fix os.stat() on bytes paths under Windows 7.Antoine Pitrou2010-09-211-17/+31
* | Issue #2643: msync() is not called anymore when deallocating an open mmapAntoine Pitrou2010-09-211-1/+0
* | Remove unused code in posixmodule.cAmaury Forgeot d'Arc2010-09-171-68/+0
* | Issue #9854: The default read() implementation in io.RawIOBase nowAntoine Pitrou2010-09-141-2/+2
* | Remove C++-style commentsAntoine Pitrou2010-09-141-2/+2
* | Do not print additional shutdown message when gc.DEBUG_SAVEALL is setAntoine Pitrou2010-09-141-1/+2
* | - Issue #9817: Add expat COPYING file; add expat, libffi and expat licensesMatthias Klose2010-09-121-0/+21
* | Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibilityHirokazu Yamamoto2010-09-121-0/+1
* | Isse #8589: Decode PYTHONWARNINGS from utf-8 on Mac OS XVictor Stinner2010-09-121-2/+6
* | Remove compatibility code for Python < 2.1, < 2.2 and < 2.4.Georg Brandl2010-09-111-42/+0
* | Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-111-0/+12
* | Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and encodeVictor Stinner2010-09-101-20/+22
* | Issue #8589: surrogateescape error handler is not available at startupVictor Stinner2010-09-101-6/+11
* | Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL()Victor Stinner2010-09-101-15/+8
* | Issue #941346: Improve the build process under AIX and allow Python toAntoine Pitrou2010-09-101-7/+11
* | Untabify file.Amaury Forgeot d'Arc2010-09-101-3/+3
* | Issue #9410: Various optimizations to the pickle module, leading toAntoine Pitrou2010-09-091-519/+1830
* | #6394: Add os.getppid() support for Windows.Amaury Forgeot d'Arc2010-09-071-2/+52
* | Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,Antoine Pitrou2010-09-071-1/+1
* | More docstring updatesAmaury Forgeot d'Arc2010-09-061-4/+5
* | Issue #5506: BytesIO objects now have a getbuffer() method exporting aAntoine Pitrou2010-09-063-0/+145
* | Implement #7566 - os.path.sameopenfile for Windows.Brian Curtin2010-09-061-0/+28
* | Clean up the fix to #9324 with some of the suggestions raised on python-devBrian Curtin2010-09-061-11/+10
* | hashlib has two new constant attributes: algorithms_guaranteed andGregory P. Smith2010-09-061-1/+69
* | Issue #9293: I/O streams now raise `io.UnsupportedOperation` when anAntoine Pitrou2010-09-053-21/+14
* | Fix for issue9662, patch by Łukasz Langa in issue5504.Ronald Oussoren2010-09-053-3/+9
* | #9776: fix some spacing.Georg Brandl2010-09-051-3/+3
* | #9747: fix copy-paste error in getresgid() doc.Georg Brandl2010-09-051-1/+1
* | Inline cmp_lt().Raymond Hettinger2010-09-051-15/+11
* | Issue #7451: Improve decoding performance of JSON objects, and reduceAntoine Pitrou2010-09-041-45/+82
* | Fix typos in error messages (thanks Arfrever).Antoine Pitrou2010-09-041-2/+2
* | Issue #7736: Release the GIL around calls to opendir() and closedir()Antoine Pitrou2010-09-041-1/+10