summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Two small changes to adjust framework builds to the new stable ABIRonald Oussoren2010-12-072-12/+29
| | | | | | | | | | | | | | Both the Makefile and the script that is used on OSX to create the binary installer refer to the directory containing the Makefile using the name 'config'. This name was changed with the new ABI (with default build flags it is now named config-3.2m). This patch ensures that both files use the correct name. The build-installer.py script contains one other change: it now tests for the Tcl/Tk framework version by looking at the 'Current' symlink in the framework instead of runnning a script. This makes it possible to verify the version that is in the SDK that's used during the build instead of the version that is installed on the system.
* Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows)Hirokazu Yamamoto2010-12-071-4/+4
|
* Martin's name with Unicode.Raymond Hettinger2010-12-071-1/+4
|
* Make the example a little more interesting and useful.Raymond Hettinger2010-12-071-0/+3
|
* Clean-ups and examples.Raymond Hettinger2010-12-071-7/+8
|
* Spelling.Raymond Hettinger2010-12-071-4/+4
|
* More cleanups and examples.Raymond Hettinger2010-12-071-33/+64
|
* Add example for the entry for argparseRaymond Hettinger2010-12-072-2/+60
|
* use the more direct APIBenjamin Peterson2010-12-071-3/+3
|
* add news noteBenjamin Peterson2010-12-071-0/+3
|
* return views from dict proxy items/values/keys #10630Benjamin Peterson2010-12-072-8/+14
|
* Add entry for new pdb featuresRaymond Hettinger2010-12-071-0/+15
|
* Add entry for the new sysconfig module.Raymond Hettinger2010-12-071-0/+59
|
* Fix typoDavid Malcolm2010-12-071-1/+1
|
* Note improvements to the docs.Raymond Hettinger2010-12-063-10/+35
|
* Don't use deprecated aliases.Georg Brandl2010-12-061-4/+4
|
* Remove visible XXX comments.Georg Brandl2010-12-061-3/+5
|
* Typo fixups.Raymond Hettinger2010-12-061-3/+3
|
* Automate build for python3.dll.Martin v. Löwis2010-12-056-343/+890
| | | | Package missing files.
* Retagging 3.2b1.Georg Brandl2010-12-051-0/+1
|
* Fix title.v3.2b1Georg Brandl2010-12-051-1/+1
|
* Remove tag.Georg Brandl2010-12-051-0/+1
|
* Take PyUnicode_TransformDecimalToASCII out of the limited API.Georg Brandl2010-12-051-0/+2
|
* Tagging 3.2b1.Georg Brandl2010-12-051-0/+1
|
* Nits and todosRaymond Hettinger2010-12-051-6/+9
|
* Apply rest of #10628, and add a few todo comments.Georg Brandl2010-12-051-2/+12
|
* Temporarily disable newly failing test for the release.Georg Brandl2010-12-051-0/+3
|
* More fine-grained monitoring of alterations to logging stateNick Coghlan2010-12-051-4/+10
|
* SpellingRaymond Hettinger2010-12-051-3/+3
|
* Update the unittest section.Raymond Hettinger2010-12-051-17/+27
|
* Issue 10626 investigation: regrtest now checks for alterations to the ↵Nick Coghlan2010-12-051-1/+11
| | | | logging state in the current process (and yes, test_pydoc alters it)
* New string format character.Raymond Hettinger2010-12-051-1/+14
|
* Optimization notes.Raymond Hettinger2010-12-051-5/+22
|
* Should use posix_error here.Hirokazu Yamamoto2010-12-052-6/+4
|
* Describe the transform/untranform methodsRaymond Hettinger2010-12-051-0/+19
|
* Note the updates to range objects.Raymond Hettinger2010-12-051-23/+30
|
* Sorry, I had introduced tab in source code.Hirokazu Yamamoto2010-12-051-1/+1
|
* Avoid possible zombi process.Hirokazu Yamamoto2010-12-051-2/+4
|
* Now can reproduce the error on AMD64 Windows Server 2008Hirokazu Yamamoto2010-12-051-16/+21
| | | | even where os.symlink is not supported.
* Optimization of Timsort.Raymond Hettinger2010-12-051-3/+19
|
* Start the argparse entry.Raymond Hettinger2010-12-051-7/+30
|
* Mention itertools.accumulate().Raymond Hettinger2010-12-042-1/+19
|
* Fill-in stub for concurrent.futuresRaymond Hettinger2010-12-041-5/+43
|
* Doc nit.Raymond Hettinger2010-12-041-1/+1
|
* Bump to 3.2b1.Georg Brandl2010-12-046-24/+23
|
* Fix markup errors.Georg Brandl2010-12-043-4/+4
|
* Update suspicious exceptions.Georg Brandl2010-12-041-0/+7
|
* Update pydoc topics.Georg Brandl2010-12-041-10/+10
|
* Silence compile errorAntoine Pitrou2010-12-041-3/+4
|
* clarify the docs and new warning message.Gregory P. Smith2010-12-042-3/+3
|