summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Bug #1737210: Change Manufacturer of Windows installer to PSF.Martin v. Löwis2007-09-011-0/+2
| | | | Will backport to 2.5.
* Bug #1709599: Run test_1565150 only if the file system is NTFS.Martin v. Löwis2007-08-301-0/+2
|
* Bug #1746880: Correctly install DLLs into system32 folder on Win64.Martin v. Löwis2007-08-301-0/+2
|
* added note on new ssl module and deprecation of socket.sslBill Janssen2007-08-301-0/+2
|
* Add Bill as a developerNeal Norwitz2007-08-291-0/+3
|
* Recent items.Skip Montanaro2007-08-291-1/+6
|
* TarFile.__init__() no longer fails if no name argument is passed andLars Gustäbel2007-08-281-0/+3
| | | | | | the fileobj argument has no usable name attribute (e.g. StringIO). (will backport to 2.5)
* News about functools.reduce.Guido van Rossum2007-08-271-0/+3
|
* Server-side SSL and certificate validation, by Bill Janssen.Guido van Rossum2007-08-251-0/+2
| | | | | While cleaning up Bill's C style, I may have cleaned up some code he didn't touch as well (in _ssl.c).
* uuid creation is now threadsafe, backport from py3k rev. 57375.Georg Brandl2007-08-241-0/+2
|
* Make test_runpy re-entrant.Brett Cannon2007-08-231-0/+4
|
* Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.Hye-Shik Chang2007-08-201-0/+3
|
* Remove Mikael as the maintainer of BeOS at his request. With no maintainerBrett Cannon2007-08-181-1/+2
| | | | should the port be deprecated in 2.6?
* Remove news entry for test.test_support.guard_warnings_filter as it has beenBrett Cannon2007-08-171-4/+0
| | | | removed.
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-171-0/+2
|
* Update the tools before building the docsNeal Norwitz2007-08-171-1/+1
|
* Try to make the comment a little clearer.Neal Norwitz2007-08-161-3/+4
|
* Support the new doc system.Neal Norwitz2007-08-161-4/+8
|
* Added Jeffrey Yasskin, reformat some lines to be consistent (and shorter).Neal Norwitz2007-08-101-6/+7
|
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ↵Georg Brandl2007-08-081-4/+0
| | | | | | read buffers. Fixes #1730114.
* Fix gb18030 codec's bug that doesn't map two-byte characters onHye-Shik Chang2007-08-041-0/+3
| | | | GB18030 extension in encoding. (bug reported by Bjorn Stabell)
* Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backportNeal Norwitz2007-08-031-0/+2
|
* - Allow Emacs 22 for building the documentation in info format.Matthias Klose2007-08-021-0/+1
|
* Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.Martin v. Löwis2007-07-311-0/+2
|
* Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannotMartin v. Löwis2007-07-281-0/+3
| | | | represent the result in a single character.
* Bug #978833: Close https sockets by releasing the _ssl object.Martin v. Löwis2007-07-271-0/+2
|
* Change location of the package index to pypi.python.org/pypiMartin v. Löwis2007-07-251-0/+2
|
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-0/+4
| | | | | backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT.
* Fix for SF# 1649098: avoid zero-sized array declaration in structure.Thomas Heller2007-07-131-0/+3
|
* Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr outputThomas Heller2007-07-131-0/+4
| | | | of c_char_p and c_wchar_p has changed as a sideeffect.
* Patch #1675424: Added tests for uncovered code in the zipfile module.Georg Brandl2007-07-121-0/+4
| | | | | The KeyError raised by Zipfile.getinfo for nonexistent names now has a descriptive message.
* Bug #1637365: add subsection about "__name__ == __main__" to theGeorg Brandl2007-07-121-0/+3
| | | | Python tutorial.
* Patch #1673759: add a missing overflow check when formatting floatsGeorg Brandl2007-07-121-0/+3
| | | | with %G.
* Added exclude keyword argument to the TarFile.add() method.Lars Gustäbel2007-06-181-0/+2
|
* Mention Senthil Kumaran.Martin v. Löwis2007-06-161-0/+4
|
* urllib2_localnet says it leaks probably due to threads. So ignore it.Neal Norwitz2007-06-151-2/+1
| | | | | popen2 is also complaining probably for similar reasons. make install always reports failure, so don't mail in this case.
* Add T_PYSSIZET in structmember.h: This can be used forWalter Dörwald2007-06-131-0/+5
| | | | | | | | | Py_ssize_t members. Simplify the implementation of UnicodeError objects: start and end attributes are now stored directly as Py_ssize_t members, which simplifies various get and set functions.
* Reflow long lineNeal Norwitz2007-06-111-2/+2
|
* Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.Neal Norwitz2007-06-111-0/+2
| | | | Will backport
* Ignore valgrind problems on Ubuntu from ldNeal Norwitz2007-06-111-0/+9
|
* Add Atul Varma for patch # 1667860Neal Norwitz2007-06-111-0/+1
|
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-091-0/+2
| | | | Will backport to 2.5.
* Prevent expandtabs() on string and unicode objects from causing a segfault whenNeal Norwitz2007-06-091-0/+3
| | | | | | | a large width is passed on 32-bit platforms. Found by Google. It would be good for people to review this especially carefully and verify I don't have an off by one error and there is no other way to cause overflow.
* Bug #1733488: Fix compilation of bufferobject.c on AIX.Martin v. Löwis2007-06-081-0/+2
| | | | Will backport to 2.5.
* Added an optional timeout parameter to function urllib2.urlopen,Facundo Batista2007-06-061-0/+3
| | | | | | | with tests in test_urllib2net.py (must have network resource enabled to execute them). Also modified test_urllib2.py because testing mock classes must take it into acount. Docs are also updated.
* FTP.ntransfercmd method now uses create_connection when passive,Facundo Batista2007-06-061-0/+4
| | | | using the timeout received in connection time.
* Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when itHye-Shik Chang2007-06-051-0/+4
| | | | | reads a file that ends with incomplete sequence and sizehint argument for .read() is specified.
* Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace insteadBrett Cannon2007-06-031-0/+3
| | | | | | | of ``\s*``. This prevents patterns from "stealing" bits from other patterns in order to make a match work. Closes bug #1730389. Will be backported.
* Have configure raise an error when building on AtheOS. Code specific to AtheOSBrett Cannon2007-06-021-0/+2
| | | | will be removed in Python 2.7.
* Fix wrong issue number.Georg Brandl2007-06-011-1/+1
|