summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pep8-fied cygwinccompiler moduleTarek Ziadé2009-06-111-65/+30
|
* Issue #5262: Improved fix.Vinay Sajip2009-06-111-11/+11
|
* Issue #5262: Fixed bug in next roll over time computation in ↵Vinay Sajip2009-06-112-14/+22
| | | | TimedRotatingFileHandler.
* #6263 fixed syntax error in distutils.cygwinccompilerTarek Ziadé2009-06-113-2/+37
|
* removed the last string.split() callTarek Ziadé2009-06-111-2/+1
|
* Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ↵Tarek Ziadé2009-06-113-7/+51
| | | | Makefiles
* Fix a typo spotted by Nick Coghlan.Amaury Forgeot d'Arc2009-06-101-1/+1
|
* Distutils: started code cleanup and test coverage for cygwinccompilerTarek Ziadé2009-06-102-71/+170
|
* Fix signed/unsigned compiler warning.Raymond Hettinger2009-06-101-1/+1
|
* Issue 6256: Fix stacklevel in warning message.Raymond Hettinger2009-06-101-1/+1
|
* fix spellingBenjamin Peterson2009-06-101-1/+1
|
* Missing import in test_curses, uncovered by some buildbots.Amaury Forgeot d'Arc2009-06-091-0/+1
| | | | (There are still a few test files that don't use the standard layout)
* Both kind of types are concerned.Amaury Forgeot d'Arc2009-06-091-1/+1
|
* #6201: Fix test_winreg on Windows:Amaury Forgeot d'Arc2009-06-092-35/+33
| | | | | | | | | since the introduction of the SETUP_WITH opcode, __enter__ and __exit__ methods must belong to the type, and are not retrieved at the instance level (__dict__ or __getattr__). Add a note in whatsnew about this incompatibility; old style classes are not affected.
* Avoid invoking the parser/compiler just to test the presence of a function.Amaury Forgeot d'Arc2009-06-091-5/+1
|
* update symbol.py from with statement changesBenjamin Peterson2009-06-091-1/+1
|
* explain why keyword names are not just NAMEBenjamin Peterson2009-06-091-1/+3
|
* make ast.c depend on the grammarBenjamin Peterson2009-06-091-1/+1
|
* Restored a test that was erroneously removed. See issue 6198.Eric Smith2009-06-091-1/+1
|
* Issue 2947: document how return code handling translates fromR. David Murray2009-06-092-10/+24
| | | | | os.popen to subprocess. Also fixes reference link in the os.spawn documentation.
* remove error checks already done in set_context()Benjamin Peterson2009-06-084-30/+5
|
* remove useless assertionBenjamin Peterson2009-06-081-1/+0
|
* This is a fix for Issue5809: you shouldn't specify both --enable-framework andRonald Oussoren2009-06-083-5733/+4907
| | | | --enable-shared
* This checkin adds a symlink to the lib directory of a framework installRonald Oussoren2009-06-081-0/+1
| | | | | | | | | | | | of Python (on OSX), and the end result of that is that the combination of ``python-config --ldflags`` and ``python-config --libs`` refers to an actually existing location. I've done this in preference to changing python-config to specify '-framework Python' for linking because that doesn't work when you have multiple versions of python installed (because '-framework Python' will always link to the 'Current' version of the framework, without a possibility to specify a specific version).
* Typo fix.Georg Brandl2009-06-081-1/+1
|
* #6238: add fillchar to string.just function family.Georg Brandl2009-06-081-5/+6
|
* #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().Georg Brandl2009-06-081-3/+2
|
* Remove period from end of headings.Georg Brandl2009-06-086-18/+12
|
* backport r73273Benjamin Peterson2009-06-071-0/+21
|
* remove has_keyBenjamin Peterson2009-06-071-1/+1
|
* use booleans for flagsBenjamin Peterson2009-06-072-19/+19
|
* always inherit from an appropiate base classBenjamin Peterson2009-06-071-4/+2
|
* inherit from objectBenjamin Peterson2009-06-071-1/+1
|
* Add Ezio.Georg Brandl2009-06-071-0/+3
|
* http://bugs.python.org/issue6192Kristján Valur Jónsson2009-06-072-1/+16
| | | | Add a feature to disable the Nagle algorithm on sockets in TCPServer
* backport r73268Benjamin Peterson2009-06-072-36/+2
|
* #6224: s/JPython/Jython/, and remove one link to a module nine years old.Georg Brandl2009-06-064-9/+6
|
* #6204: use a real reference instead of "see later".Georg Brandl2009-06-061-1/+1
|
* #6211: elaborate a bit on ways to call the function.Georg Brandl2009-06-061-5/+14
|
* #6206: fix test__locale.Georg Brandl2009-06-061-2/+1
|
* only test for named pipe when os.stat doesn't raise #6209Benjamin Peterson2009-06-051-3/+4
|
* Fix unittest discovery tests for Windows. Issue 6199Michael Foord2009-06-051-1/+3
|
* reverting r72823 : Python trunk has to use latin-1 encodingTarek Ziadé2009-06-051-2/+2
|
* Removed tests so that test_float pass on Windows. See issue 6198.Eric Smith2009-06-051-21/+21
|
* Fix test__locale on windows (Backport of r72365)Hirokazu Yamamoto2009-06-051-4/+18
|
* Add test for #3684.Georg Brandl2009-06-041-0/+9
|
* Minor documentation fixes for logging.Eric Smith2009-06-041-2/+2
|
* #6175: document that inet_aton supports alternate input formats with less ↵Georg Brandl2009-06-041-0/+3
| | | | than three dots.
* #6176: fix man page section for flock(2).Georg Brandl2009-06-041-1/+1
|
* #5967: note that the C slicing APIs do not support negative indices.Georg Brandl2009-06-041-4/+6
|