| 2006-04-08 |
Tim Peters | Merge rev 43734 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-04-08 |
Martin v. Löwis | Define WIN32, to get proper struct alignment in WinSock2.h. |
commit | commitdiff | tree | snapshot |
| 2006-04-08 |
Gregory P.... | Fix bsddb.db.DBError derived exceptions so they can... |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
Georg Brandl | Bug #1464658: make clear that PyList_GetItem doesn... |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
Georg Brandl | Bug #1465619: rot13 codec decodes to a Unicode string. |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
Georg Brandl | Bug #1465600: note encoding issue in ZipFile.write(). |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
Anthony Baxter | backport of 43688: |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
Anthony Baxter | backport: |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
Georg Brandl | Bug #1451341: find fuzzy marks correctly. |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
Fred Drake | update URL to reflect new website |
commit | commitdiff | tree | snapshot |
| 2006-04-05 |
Anthony Baxter | move the uuids out to a separate file |
commit | commitdiff | tree | snapshot |
| 2006-04-04 |
Martin v. Löwis | Fix 43537, using quadrigraphs properly. |
commit | commitdiff | tree | snapshot |
| 2006-04-03 |
Tim Peters | Rev 43597 on the branch purported to merge rev 43578... |
commit | commitdiff | tree | snapshot |
| 2006-04-03 |
Anthony Baxter | post 2.4.3. |
commit | commitdiff | tree | snapshot |
| 2006-04-03 |
Anthony Baxter | note parsedate_tz backport |
commit | commitdiff | tree | snapshot |
| 2006-04-03 |
Anthony Baxter | backport r43579 |
commit | commitdiff | tree | snapshot |
| 2006-04-03 |
Anthony Baxter | backport of r43578 |
commit | commitdiff | tree | snapshot |
| 2006-04-03 |
Martin v. Löwis | Backport of 43584: Add check_soundcard.vbs. |
commit | commitdiff | tree | snapshot |
| 2006-04-03 |
Neal Norwitz | Backport 43568: |
commit | commitdiff | tree | snapshot |
| 2006-04-02 |
Armin Rigo | Backport of r39612: some more fixes for inspect.getsour... |
commit | commitdiff | tree | snapshot |
| 2006-04-01 |
Georg Brandl | patch #1416559: don't define _XOPEN_SOURCE on Mac OS... |
commit | commitdiff | tree | snapshot |
| 2006-04-01 |
Neal Norwitz | Backport 43470: |
commit | commitdiff | tree | snapshot |
| 2006-04-01 |
Georg Brandl | Bug #1458017: make distutils.Log._log more forgiving... |
commit | commitdiff | tree | snapshot |
| 2006-04-01 |
Georg Brandl | Patch #1462496: typo in libsignal.tex |
commit | commitdiff | tree | snapshot |
| 2006-04-01 |
Georg Brandl | Patch #1459631: documnent zlib.Decompress.flush() lengt... |
commit | commitdiff | tree | snapshot |
| 2006-04-01 |
Georg Brandl | Bug #1460564: document that socket.fromfd() duplicates... |
commit | commitdiff | tree | snapshot |
| 2006-04-01 |
Georg Brandl | bug #1462278: small fix in documentation of __op__... |
commit | commitdiff | tree | snapshot |
| 2006-04-01 |
Tim Peters | Merge rev 43518 from trunk. |
commit | commitdiff | tree | snapshot |
| 2006-04-01 |
Tim Peters | Merge rev 43516 from trunk. |
commit | commitdiff | tree | snapshot |
| 2006-04-01 |
Tim Peters | Merge rev 43511 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-31 |
Thomas Wouters | Backport trunk's r43510: In the fdopen(fd, 'a') case... |
commit | commitdiff | tree | snapshot |
| 2006-03-31 |
Georg Brandl | Make test_socket_ssl pass on Windows |
commit | commitdiff | tree | snapshot |
| 2006-03-31 |
Georg Brandl | Bug #1177964: make file iterator raise MemoryError... |
commit | commitdiff | tree | snapshot |
| 2006-03-31 |
Georg Brandl | Add guards against fcntl() not being available on Windows. |
commit | commitdiff | tree | snapshot |
| 2006-03-31 |
Georg Brandl | bug #1461855: make os.fdopen() add the O_APPEND flag... |
commit | commitdiff | tree | snapshot |
| 2006-03-31 |
Georg Brandl | bug #1257988: don't bail out on gethostbyname(gethostna... |
commit | commitdiff | tree | snapshot |
| 2006-03-31 |
Georg Brandl | Patch #1462313, bug #1443328: the pickle modules now... |
commit | commitdiff | tree | snapshot |
| 2006-03-31 |
Georg Brandl | Patch #1380952: fix SSL objects timing out on consecuti... |
commit | commitdiff | tree | snapshot |
| 2006-03-31 |
Georg Brandl | Bug #1461610: xmlrpclib has no function "binary". |
commit | commitdiff | tree | snapshot |
| 2006-03-30 |
Fred Drake | - update the refcount information (late, but not a... |
commit | commitdiff | tree | snapshot |
| 2006-03-29 |
Raymond Hettinger | SF bug #1460340: random.sample can raise KeyError |
commit | commitdiff | tree | snapshot |
| 2006-03-29 |
Anthony Baxter | Tagging for release of Python 2.4.3 |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
Hye-Shik Chang | Relocate the misplaced heading. v2.4.3 |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
Hye-Shik Chang | Ubuntu bug #29289: Fixed a bug that the gb18030 codec... |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
Anthony Baxter | it never ends! more ignoring |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
Anthony Baxter | ignore more generated files (*.pyo, libpython.2.4.a) |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
Anthony Baxter | after discussions with perky, reverted fix for Bug... |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
Anthony Baxter | news for test_capi change |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
Tim Peters | Merge rev 43181 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
Anthony Baxter | preparing for 2.4.3 final |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
Neal Norwitz | Fix the refleak from test_unicode. |
commit | commitdiff | tree | snapshot |
| 2006-03-27 |
Martin v. Löwis | Backport of compile.c part of r41531 (neal.norwitz... |
commit | commitdiff | tree | snapshot |
| 2006-03-27 |
Martin v. Löwis | Backport of r41530 (neal.norwitz, 2005-11-24): |
commit | commitdiff | tree | snapshot |
| 2006-03-27 |
Thomas Wouters | Backport Ka-Ping Yee's trunk checkin r41400: |
commit | commitdiff | tree | snapshot |
| 2006-03-26 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
| 2006-03-26 |
Raymond Hettinger | Fix mark-up. |
commit | commitdiff | tree | snapshot |
| 2006-03-26 |
Raymond Hettinger | Guarantee evaluation order for izip(). Document its... |
commit | commitdiff | tree | snapshot |
| 2006-03-25 |
Neal Norwitz | Backport of rev 43312: |
commit | commitdiff | tree | snapshot |
| 2006-03-24 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Martin v. Löwis | Add 2.4.3 UUIDs. |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Tim Peters | Mechanical whitespace normalization. |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Anthony Baxter | 2.4.3c1 |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Anthony Baxter | take 3 v2.4.3c1 |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Anthony Baxter | aarrrrghhh |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Anthony Baxter | 2.4.3c1 |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Anthony Baxter | update - still some old .cvsignore files lying around |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Anthony Baxter | take2... |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Anthony Baxter | Tagging for 2.4.3c1 |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Anthony Baxter | update svn:ignore across the board |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Anthony Baxter | 2.4.3c1 |
commit | commitdiff | tree | snapshot |
| 2006-03-23 |
Anthony Baxter | 2.4.3c1 |
commit | commitdiff | tree | snapshot |
| 2006-03-22 |
Martin v. Löwis | Change SystemError into SyntaxError, when a Unicode... |
commit | commitdiff | tree | snapshot |
| 2006-03-22 |
Anthony Baxter | 2.4.3c1 preparations |
commit | commitdiff | tree | snapshot |
| 2006-03-20 |
Armin Rigo | Backport of r41629: hotshot generated half-meaningless... |
commit | commitdiff | tree | snapshot |
| 2006-03-20 |
Vinay Sajip | Catch situations where currentframe() returns None... |
commit | commitdiff | tree | snapshot |
| 2006-03-20 |
Tim Peters | The new fetch_data_files.py downloads all the input... |
commit | commitdiff | tree | snapshot |
| 2006-03-20 |
Tim Peters | Merge revs 42842, 42844, and part of a whitespace norma... |
commit | commitdiff | tree | snapshot |
| 2006-03-20 |
Neal Norwitz | Backport 43147: |
commit | commitdiff | tree | snapshot |
| 2006-03-19 |
Kurt B. Kaiser | Source file f.flush() after writing; trying to avoid... |
commit | commitdiff | tree | snapshot |
| 2006-03-18 |
Tim Peters | Merge rev 43091 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-17 |
Georg Brandl | Backport: Fix missing NULL checks after PyTuple_New... |
commit | commitdiff | tree | snapshot |
| 2006-03-16 |
Tim Peters | Merge rev 43081 from trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-16 |
Tim Peters | Merge rev 43079 from the trunk. This should allow... |
commit | commitdiff | tree | snapshot |
| 2006-03-16 |
Tim Peters | Merge rev 43063 from trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-16 |
Tim Peters | Merge rev 43061 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-15 |
Neal Norwitz | Backport 43037: |
commit | commitdiff | tree | snapshot |
| 2006-03-14 |
Neal Norwitz | Backport 42932: |
commit | commitdiff | tree | snapshot |
| 2006-03-14 |
Neal Norwitz | Backport 43022: |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Georg Brandl | Fix bug found by Coverity: don't allow NULL argument... |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Martin v. Löwis | Backport of 42994: |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Martin v. Löwis | Backport of 42993: |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Hye-Shik Chang | Backport from trunk r42989: |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Tim Peters | Merge rev 42963 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Tim Peters | Merge rev 41859 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Tim Peters | Merge rev 42984 from trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-12 |
Martin v. Löwis | Move buildbot scripts to Tools/buildbot. |
commit | commitdiff | tree | snapshot |
| 2006-03-12 |
Tim Peters | Add a do-nothing "clean" operation to the _ssl project, |
commit | commitdiff | tree | snapshot |
| 2006-03-12 |
Tim Peters | Copied from the trunk for buildbot use. |
commit | commitdiff | tree | snapshot |
| 2006-03-12 |
Tim Peters | Copy from the trunk, for the buildbot. |
commit | commitdiff | tree | snapshot |
| 2006-03-12 |
Tim Peters | Copy from the trunk, for the buildbot. |
commit | commitdiff | tree | snapshot |
| next |