2006-01-09 |
Fredrik Lundh | typo |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Walter Dörwald | Fix typos. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Neal Norwitz | Add some notes about a recurring problem with OpenBSD |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Neal Norwitz | Fix bugs #1244610, #1392915, fix build problem on OpenB... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Neal Norwitz | Bug #1400115, Fix segfault when calling curses.panel... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Georg Brandl | Add myself. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Georg Brandl | Add a test file (which isn't run by regrtest) for bugs... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Martin v. Löwis | Patch #1299675: Pass metadata in upload. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Martin v. Löwis | Patch #1177307: UTF-8-Sig codec. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Martin v. Löwis | Patch #881820: look for openpty and forkpty also in... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Remove some shadowed variables |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | strlen() returns a size_t, get rid of 64-bit warning |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Tim Peters | Repair bizarre indentation created by VC 7.1. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Tim Peters | alias_for_import_name(): Dueling compiler warnings ;-) |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Tim Peters | analyze_cells(): This no longer compiled under VC... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Revert previous checkin, the check is for <, not =... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | ignore db_home (result of db tests) |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | ignore db_home (result of db tests) and autom4te.cache... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: remove (sometimes) unused variable... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: remove unused variable |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings. This couldn't have been correct... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WI... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: conversion from "long" to "int" may... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: strlen() returns size_t |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Tim Peters | Revert revision 41940: the test causes -uall to |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | icc accepts -OPT... but generates a warning, so just... |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: single bit fields should be unsigned |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: shadowing local variable (i) and... |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: single bit fields should be unsigned... |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: shadowing local variables |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: using wrong enum type |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: extra semi-colon and signed vs unsigned |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: extra semi-colon |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | If there is no libtermcap all the readline tests failed. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Georg Brandl | Add compiler test regarding optional arguments. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Georg Brandl | Correct typo |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Neal Norwitz | initscr() will exit if there's an error. Try to catch... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tim Peters | Py_GetBuildInfo(): Squash compiler warnings. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tim Peters | svnversion_init(): Use standard layout for function... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Martin v. Löwis | Generalize buildno to be a sequence of non-comma |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Martin v. Löwis | Deal with empty svn_revisions. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Add HeadURL to the keywords. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Drop sys.build_number. Add sys.subversion. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Skip Montanaro | squash compiler warning on Mac OSX 10.3 |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Always set SVNVERSION to "exported" if it otherwise... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Stop maintaining the buildno file. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | If the audio file does not exist, the test should be... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | Try to make svnversion test more portable, based on... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | Skip test_curses if stdin is not a tty (like when run... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | Fix errors on 64-bit platforms. Will backport |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Georg Brandl | Bug #1395715: wrong LaTeX label |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Hye-Shik Chang | Fix a warning from gcc by adding a missed const qualifier. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Barry Warsaw | SF bug #1395926: Also test for svnversion command on... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Mention that zlib is now builtin on Windows. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Patch #1307806: Use project defaults where possible |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Make zlib builtin. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Remove unneeded directories. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Import zlib into Python tree. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Ignore .svn instead of CVS now. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Barry Warsaw | On the Mac, we have to ignore python.exe too. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Neal Norwitz | Dammit, who the hell spells build with ii? |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Neal Norwitz | Updated doc from patch 1117398 |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Neal Norwitz | As discussed on python-dev, don't remove Python-ast... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Neal Norwitz | install svn in /usr/local/bin and remove from ~/local/bin |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Neal Norwitz | get the proper full pathname of the script. spell... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Neal Norwitz | * Change tabs to spaces |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Georg Brandl | Bug #1395597: doc typo |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Martin v. Löwis | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Martin v. Löwis | Adjust usage of compiler_use_new_block to its return... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Neal Norwitz | Script to automatically build and test python and doc... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Fred Drake | update to reflect move to Subversion |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Neal Norwitz | Fix ref/memory leak introduced in rev 41845. |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Barry Warsaw | Ported from 2.4 branch: |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Georg Brandl | Bug #1394868: doc typos |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Tim Peters | Fixed English in a comment; trimmed trailing whitespace; |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Tim Peters | test_main(): Restore the original root logger level... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Martin v. Löwis | Work around test_locale failing on Solaris. |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Martin v. Löwis | Use -xcode=pic32 for SunPro. Will backport to 2.4. |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Skip Montanaro | Fix a delimiter detection problem in sniffer. Sniffing... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Skip Montanaro | typo, use parens for continued expr |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Fredrik Lundh | SF#1391872 |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | SF patch #1379023: document that a weakref callback... |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type... |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | adding in-place operators to the operator module. |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | Typo. |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | SF patch #1390657: |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | two missing PyDoc_STR(). |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Skip Montanaro | Fix for problem with Sniffer class. If your delimiter... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Georg Brandl | Bug #999767: make setup.py obey Setup.local wrt shared... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Georg Brandl | [ 959576 ] Can't build Python on POSIX w/o $HOME |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Georg Brandl | Revert checkin for bug #1386675. |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Georg Brandl | Bug #1386675: winreg raises WindowsErrors |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Georg Brandl | Bug #1389673: document correct return value of set... |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Georg Brandl | Bug #489256: remove note about Python 1.1 profiler |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Georg Brandl | Bug #954981: urllib2 example wont work w/o ssl |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Georg Brandl | Bug #839075: document that highly recursive data cannot... |
commit | commitdiff | tree | snapshot |
next |