| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 2.3.5 final | Anthony Baxter | 2005-02-08 | 1 | -1/+1 |
| | | |||||
| * | news update for 2.3.5 final | Anthony Baxter | 2005-02-08 | 1 | -1/+4 |
| | | |||||
| * | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. | Guido van Rossum | 2005-02-03 | 1 | -0/+9 |
| | | |||||
| * | Partially revert #1074011; don't try to fflush stdin. | Martin v. Löwis | 2005-01-27 | 1 | -0/+9 |
| | | |||||
| * | pre-release bits | Anthony Baxter | 2005-01-25 | 1 | -3/+6 |
| | | |||||
| * | Flush std{in,out,err} before closing it. Fixes #1074011. | Martin v. Löwis | 2005-01-23 | 1 | -0/+3 |
| | | |||||
| * | distutils/command/install.py change. | Thomas Heller | 2005-01-20 | 1 | -0/+2 |
| | | |||||
| * | Backport Patch #850977: Detect Tk on FreeBSD and OpenBSD. | Kurt B. Kaiser | 2005-01-17 | 1 | -1/+3 |
| | | |||||
| * | Merging the current development changes for the idle wrapper. | Sean Reifschneider | 2005-01-05 | 1 | -3/+9 |
| | | |||||
| * | Mac news items. | Jack Jansen | 2005-01-04 | 1 | -0/+8 |
| | | |||||
| * | [Bug #1083110] calling .flush() on decompress objects causes a segfault due ↵ | Andrew M. Kuchling | 2004-12-28 | 1 | -0/+5 |
| | | | | | to an uninitialized pointer: fixes the problem and adds a test case | ||||
| * | Document bdist_wininst changes. | Thomas Heller | 2004-12-22 | 1 | -0/+2 |
| | | |||||
| * | Taken from 2.4/HEAD: | Matthias Klose | 2004-12-01 | 1 | -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 threads | Tim Peters | 2004-10-31 | 1 | -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 item | Andrew M. Kuchling | 2004-10-20 | 1 | -0/+2 |
| | | |||||
| * | Add item | Andrew M. Kuchling | 2004-10-19 | 1 | -0/+2 |
| | | |||||
| * | Add support for using %U and %W in strptime when year and day of the week are | Brett Cannon | 2004-10-18 | 1 | -0/+3 |
| | | | | | | | also specified. Closes bug #1045381. | ||||
| * | Escape locale data for regex metacharacters. | Brett Cannon | 2004-10-06 | 1 | -0/+2 |
| | | | | | Closes bug #1039270. | ||||
| * | Replace -soname with -h for Solaris compatibility. Fixes #1034496. | Martin v. Löwis | 2004-09-26 | 1 | -0/+2 |
| | | |||||
| * | Convert bool results back to strings. Fixes #807871. | Martin v. Löwis | 2004-09-18 | 1 | -0/+2 |
| | | |||||
| * | Patch #1012280: Include curses.h for term.h check. Fixes #933795. | Martin v. Löwis | 2004-09-18 | 1 | -0/+2 |
| | | | | | Update to autoconf 2.59. | ||||
| * | Patch #973204: Use -rpath instead of -R on Irix and True64. | Martin v. Löwis | 2004-08-29 | 1 | -0/+3 |
| | | |||||
| * | Patch #1014992: Never return more than a line from readline. | Martin v. Löwis | 2004-08-25 | 1 | -0/+2 |
| | | |||||
| * | [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes ↵ | Matthias Klose | 2004-08-24 | 1 | -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 IE | Matthias Klose | 2004-08-24 | 1 | -0/+3 |
| | | | | | in KOI8-U to unicode convertion table. | ||||
| * | Flush bz2 data even if nothing had been written so far. Fixes #1013882 | Martin v. Löwis | 2004-08-22 | 1 | -0/+2 |
| | | |||||
| * | Patch #997284: Allow pydoc to work with XP Themes (.manifest file) | Martin v. Löwis | 2004-08-22 | 1 | -0/+2 |
| | | |||||
| * | Patch #914291: Restore locale while calling readline. | Martin v. Löwis | 2004-08-18 | 1 | -0/+2 |
| | | |||||
| * | - The distutils sdist command now ignores all .svn directories, in | Matthias Klose | 2004-08-16 | 1 | -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 Klose | 2004-08-16 | 1 | -0/+5 |
| | | |||||
| * | - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). | Matthias Klose | 2004-08-15 | 1 | -0/+2 |
| | | |||||
| * | Define _BSD_TYPES. Fixes #1005308. | Martin v. Löwis | 2004-08-12 | 1 | -0/+2 |
| | | |||||
| * | Patch #1005568: Use _SC_PAGESIZE on Irix. | Martin v. Löwis | 2004-08-12 | 1 | -0/+2 |
| | | |||||
| * | Patch #808719: Ignore locale's encoding in IDLE if it is an empty string. | Martin v. Löwis | 2004-08-12 | 1 | -0/+2 |
| | | |||||
| * | Add wait_visibility before grab_set. Fixes #946153. | Martin v. Löwis | 2004-08-03 | 1 | -0/+2 |
| | | |||||
| * | Patch #994595: Recognize Basic auth even if other schemes are offered. | Martin v. Löwis | 2004-08-03 | 1 | -0/+3 |
| | | |||||
| * | new .spec file, from #996316 | Anthony Baxter | 2004-07-26 | 1 | -37/+47 |
| | | |||||
| * | dummy_threading when run with -O would raise a KeyError in Thread.__delete() | Brett Cannon | 2004-07-21 | 1 | -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, for | Andrew M. Kuchling | 2004-07-12 | 1 | -0/+3 |
| | | | | | compatibility with various broken SSL implementations out there. | ||||
| * | posixpath.realpath() now detects loops from symlinks and returns the longest | Brett Cannon | 2004-07-10 | 1 | -0/+3 |
| | | | | | path before recursion. | ||||
| * | ntpath now compresses erroneous slashes between the drive letter and rest of | Brett Cannon | 2004-07-10 | 1 | -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 sizes | Brett Cannon | 2004-07-10 | 1 | -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 in | Guido van Rossum | 2004-07-06 | 1 | -0/+4 |
| | | | | | the checkin. | ||||
| * | threading.Thread used to raise an exception about attempting to execute a | Brett Cannon | 2004-07-03 | 1 | -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 Heller | 2004-07-02 | 1 | -0/+3 |
| | | |||||
| * | SF #982215 is fixed. | Thomas Heller | 2004-07-02 | 1 | -0/+3 |
| | | |||||
| * | Add support in urlparse for recognizing rsync as a protocol that defines a | Brett Cannon | 2004-06-29 | 1 | -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 Cannon | 2004-06-26 | 1 | -0/+6 |
| | | | | | Closes bug #978645. | ||||
| * | Patch #975885: print file name in err msg in quiet mode. | Martin v. Löwis | 2004-06-20 | 1 | -0/+2 |
| | | |||||
| * | Raise an exception when trying to use shutil.move() to move a directory into | Brett Cannon | 2004-06-19 | 2 | -0/+4 |
| | | | | | | | itself. Closes bug #919012. | ||||
