summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.Mark Dickinson2009-02-093-5/+40
* Issue #5170: Fixed Unicode output bug in logging and added test case. This is...Vinay Sajip2009-02-083-10/+38
* Silence 'arg may be used uninitialized in this function' warning from gcc.Mark Dickinson2009-02-081-1/+1
* a few edits and typosBenjamin Peterson2009-02-081-10/+11
* Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bitMark Dickinson2009-02-081-1/+1
* document numliterals fixerBenjamin Peterson2009-02-081-0/+4
* Remove redundant assignment in _PyObject_LengthHintMark Dickinson2009-02-081-1/+1
* Issue #4512 closeout: Make ZipImport.get_filename() a public methodNick Coghlan2009-02-084-9/+21
* Mention patch submitter in NEWS entry for r69419Nick Coghlan2009-02-081-1/+2
* Issue 4195: Restore the ability to execute packages with the -m switch (but t...Nick Coghlan2009-02-086-12/+110
* document individual 2to3 fixersBenjamin Peterson2009-02-072-10/+259
* make destinsrc privateBenjamin Peterson2009-02-072-6/+6
* make "super only for new-style classes" a note.Georg Brandl2009-02-071-2/+4
* Add test for issue #999042, explict global statement works.Neil Schemenauer2009-02-071-0/+7
* Fix broken test in test_hotshot. Treating the current directory as anNeil Schemenauer2009-02-071-1/+7
* #5174: fix wrong file closing in example.Georg Brandl2009-02-071-6/+4
* Eliminated the need to use ttk.__loadtk__ and the problems related it.Guilherme Polo2009-02-072-36/+42
* Issue #999042: The Python compiler now handles explict global statementsNeil Schemenauer2009-02-074-10/+18
* Make names generated for 'with' variables match the built-in compiler.Neil Schemenauer2009-02-071-1/+1
* #3986 replacing string and types call (like in the Py3k branch), and put exec...Tarek Ziadé2009-02-072-24/+55
* Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that willGuilherme Polo2009-02-062-20/+29
* Partial fix to issue #1731706: memory leak in Tkapp_Call when callingGuilherme Polo2009-02-062-1/+7
* Convert "srcdir" into an absolute path if that seems prudent. CurrrentlyNeil Schemenauer2009-02-061-0/+14
* Overhaul Lib/compiler block ordering. The previous code was filled withNeil Schemenauer2009-02-062-159/+97
* Fixed #5167: test_customize_compiler does not apply under non unix compilersTarek Ziadé2009-02-061-0/+6
* Ivan on IRC in #twisted reported this crasher.Armin Rigo2009-02-061-0/+5
* Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'ac...Kristján Valur Jónsson2009-02-061-5/+7
* removed types usage and added test coverage (work for #3986)Tarek Ziadé2009-02-062-9/+51
* Fixed #3987 : removed unused importTarek Ziadé2009-02-061-1/+0
* fix download linkBenjamin Peterson2009-02-061-1/+1
* fixed #1520877: now distutils reads Read from the environment/MakefileTarek Ziadé2009-02-063-3/+31
* using >= so setting verbose to 2 will work as wellTarek Ziadé2009-02-062-6/+6
* Implement issue #4285, convert sys.version_info to a namedEric Smith2009-02-064-22/+100
* README now reflects the current stateTarek Ziadé2009-02-061-16/+5
* Fixed #1276768: verbose option was not used in the code.Tarek Ziadé2009-02-065-24/+188
* Distutils apparently requires an absolute path so provide one.Neil Schemenauer2009-02-061-1/+1
* Fixed #5132: enable extensions to link on SolarisTarek Ziadé2009-02-053-3/+29
* Oops, Mac build needs the 'incdirlist' variable so restore it.Neil Schemenauer2009-02-051-1/+5
* Make setup.py work when building in a directory other than theNeil Schemenauer2009-02-051-24/+8
* Fix test_build_ext.py to work when building in a separate directory.Neil Schemenauer2009-02-051-5/+9
* Since sysconfig.get_python_inc() now works when building in aNeil Schemenauer2009-02-051-21/+4
* Fix get_python_inc() to work when building in a directory separate fromNeil Schemenauer2009-02-051-5/+11
* #5031: fix Thread.daemon property docs.Georg Brandl2009-02-051-5/+6
* #4563: disable alpha and roman lists, fixes wrong formatting of contributor l...Georg Brandl2009-02-051-0/+8
* #4820: use correct module for ctypes.util.Georg Brandl2009-02-051-0/+1
* #4827: fix callback example.Georg Brandl2009-02-051-1/+1
* #5015: document PythonHome API functions.Georg Brandl2009-02-051-0/+14
* PyErr_PrintEx is also in 2.x...Georg Brandl2009-02-051-1/+10
* #5059: fix example.Georg Brandl2009-02-051-1/+1
* #5144: document that PySys_SetArgv prepends the script directory (or the empt...Georg Brandl2009-02-051-7/+11