summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* 2.3.5 finalAnthony Baxter2005-02-081-1/+1
|
* news update for 2.3.5 finalAnthony Baxter2005-02-081-1/+4
|
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-031-0/+9
|
* Partially revert #1074011; don't try to fflush stdin.Martin v. Löwis2005-01-271-0/+9
|
* pre-release bitsAnthony Baxter2005-01-251-3/+6
|
* Flush std{in,out,err} before closing it. Fixes #1074011.Martin v. Löwis2005-01-231-0/+3
|
* distutils/command/install.py change.Thomas Heller2005-01-201-0/+2
|
* Backport Patch #850977: Detect Tk on FreeBSD and OpenBSD.Kurt B. Kaiser2005-01-171-1/+3
|
* Merging the current development changes for the idle wrapper.Sean Reifschneider2005-01-051-3/+9
|
* Mac news items.Jack Jansen2005-01-041-0/+8
|
* [Bug #1083110] calling .flush() on decompress objects causes a segfault due ↵Andrew M. Kuchling2004-12-281-0/+5
| | | | to an uninitialized pointer: fixes the problem and adds a test case
* Document bdist_wininst changes.Thomas Heller2004-12-221-0/+2
|
* Taken from 2.4/HEAD:Matthias Klose2004-12-011-0/+4
| | | | | | - Bug #875692: Improve signal handling, especially when using threads, by forcing an early re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not cleared by Py_MakePendingCalls().
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-311-2/+13
| | | | | | | | In cyclic gc, clear all weakrefs to unreachable objects before allowing any Python code (weakref callbacks or __del__ methods) to run. This is a critical bugfix, affecting all versions of Python since weakrefs were introduced.
* Add itemAndrew M. Kuchling2004-10-201-0/+2
|
* Add itemAndrew M. Kuchling2004-10-191-0/+2
|
* Add support for using %U and %W in strptime when year and day of the week areBrett Cannon2004-10-181-0/+3
| | | | | | also specified. Closes bug #1045381.
* Escape locale data for regex metacharacters.Brett Cannon2004-10-061-0/+2
| | | | Closes bug #1039270.
* Replace -soname with -h for Solaris compatibility. Fixes #1034496.Martin v. Löwis2004-09-261-0/+2
|
* Convert bool results back to strings. Fixes #807871.Martin v. Löwis2004-09-181-0/+2
|
* Patch #1012280: Include curses.h for term.h check. Fixes #933795.Martin v. Löwis2004-09-181-0/+2
| | | | Update to autoconf 2.59.
* Patch #973204: Use -rpath instead of -R on Irix and True64.Martin v. Löwis2004-08-291-0/+3
|
* Patch #1014992: Never return more than a line from readline.Martin v. Löwis2004-08-251-0/+2
|
* [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes ↵Matthias Klose2004-08-241-0/+2
| | | | | | | in Python 2.3. Taken from HEAD, tested as part of the unstable and testing Debian packages since May on various architectures.
* - Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IEMatthias Klose2004-08-241-0/+3
| | | | in KOI8-U to unicode convertion table.
* Flush bz2 data even if nothing had been written so far. Fixes #1013882Martin v. Löwis2004-08-221-0/+2
|
* Patch #997284: Allow pydoc to work with XP Themes (.manifest file)Martin v. Löwis2004-08-221-0/+2
|
* Patch #914291: Restore locale while calling readline.Martin v. Löwis2004-08-181-0/+2
|
* - The distutils sdist command now ignores all .svn directories, inMatthias Klose2004-08-161-0/+4
| | | | | addition to CVS and RCS directories. .svn directories hold administrative files for the Subversion source control system.
* - pygettext.py: Generate POT-Creation-Date header in ISO format.Matthias Klose2004-08-161-0/+5
|
* - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).Matthias Klose2004-08-151-0/+2
|
* Define _BSD_TYPES. Fixes #1005308.Martin v. Löwis2004-08-121-0/+2
|
* Patch #1005568: Use _SC_PAGESIZE on Irix.Martin v. Löwis2004-08-121-0/+2
|
* Patch #808719: Ignore locale's encoding in IDLE if it is an empty string.Martin v. Löwis2004-08-121-0/+2
|
* Add wait_visibility before grab_set. Fixes #946153.Martin v. Löwis2004-08-031-0/+2
|
* Patch #994595: Recognize Basic auth even if other schemes are offered.Martin v. Löwis2004-08-031-0/+3
|
* new .spec file, from #996316Anthony Baxter2004-07-261-37/+47
|
* dummy_threading when run with -O would raise a KeyError in Thread.__delete()Brett Cannon2004-07-211-0/+5
| | | | | | | | when called by atexit thanks to dummy_thread always returning -1 for dummy_thread.get_ident(). Since exception was not an issue, it is now caught and tossed. Closes bug #993394.
* Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, forAndrew M. Kuchling2004-07-121-0/+3
| | | | compatibility with various broken SSL implementations out there.
* posixpath.realpath() now detects loops from symlinks and returns the longestBrett Cannon2004-07-101-0/+3
| | | | path before recursion.
* ntpath now compresses erroneous slashes between the drive letter and rest ofBrett Cannon2004-07-101-0/+4
| | | | | | the path. Also clarifies handling of UNC paths. Appropriate test were added. Fixes bug #980327 with patch #988607. Thanks Paul Moore.
* zipfile now handles file sizes over 2 GB. Was incorrectly storing file sizesBrett Cannon2004-07-101-0/+4
| | | | | | as signed when the ZIP spec says they should be stored as unsigned. Closes bug #679953.
* Add msg for bug #981530 (shutil.rmtree). Somehow that got missed inGuido van Rossum2004-07-061-0/+4
| | | | the checkin.
* threading.Thread used to raise an exception about attempting to execute aBrett Cannon2004-07-031-0/+5
| | | | | | | | NoneType if an exception in a thread was raised during interpreter shutdown. This led to a masking of the initial exception (not good). All fixed (good). Closes bug #754449 (using both patch #954922 and a backport of rev. 1.41 from HEAD).
* SF #951851 is fixed.Thomas Heller2004-07-021-0/+3
|
* SF #982215 is fixed.Thomas Heller2004-07-021-0/+3
|
* Add support in urlparse for recognizing rsync as a protocol that defines aBrett Cannon2004-06-291-0/+3
| | | | | | "netloc" (i.e., network location) in its URL. Closes bug #981299.
* Allow Modules/getpath.c to compile on OS X in a --disable-framework build.Brett Cannon2004-06-261-0/+6
| | | | Closes bug #978645.
* Patch #975885: print file name in err msg in quiet mode.Martin v. Löwis2004-06-201-0/+2
|
* Raise an exception when trying to use shutil.move() to move a directory intoBrett Cannon2004-06-192-0/+4
| | | | | | itself. Closes bug #919012.