]> granicus.if.org Git - python/shortlog
python
2011-08-21 Éric AraujoFix distutils test_install for shared CPython builds
2011-08-20 Éric AraujoAdd a test for extension modules in the distutils recor...
2011-08-20 Éric AraujoRework test_record a bit to make the test more exact
2011-08-21 Éric AraujoFactor out the build_ext fixup for shared Python builds.
2011-08-20 Éric AraujoRefactor the copying of xxmodule.c in distutils tests...
2011-09-03 Georg BrandlUpdate suspicious ignore file.
2011-09-03 Georg BrandlUpdate sys.platform doc for #12326.
2011-09-02 Łukasz Langaremoved misleading editing leftovers
2011-09-02 Sandro Tosi#12781: Mention SO_REUSEADDR flag near socket examples
2011-09-01 Éric AraujoDocument that format string don’t support arbitrary...
2011-09-01 Éric AraujoAdd version number for versionchanged directive (backpo...
2011-09-01 Éric AraujoAdapt/remove mentions of functions gone in 3.x
2011-09-01 Éric AraujoFix some misuses of Sphinx roles and one typo
2011-09-01 Benjamin Petersonaccept bytes for the AST 'string' type
2011-09-03 Georg BrandlFix-up NEWS merge.
2011-08-30 Amaury Forgeot... Issue #9651: Fix a crash when ctypes.create_string_buff...
2011-08-28 Nadeem VawdaIssue #12839: Fix crash in zlib module due to version...
2011-08-27 Nadeem VawdaMake regrtest complain when -M and -j are used together.
2011-08-26 Éric AraujoRemove outdated pointer to optparse (fixes #11360).
2011-08-25 Éric AraujoDocument the "optional" argument of distutils’ Extensio...
2011-08-25 Georg BrandlClose #12838: fix range() call.
2011-08-23 Antoine PitrouA warning doesn't equate a failed test
2011-08-21 Éric AraujoAdd missing name in shutil
2011-08-20 Sandro Tosi#5301: add image/vnd.microsoft.icon (.ico) MIME type
2011-08-20 Antoine PitrouIssue #12213: make it clear that BufferedRWPair shouldn...
2011-08-20 Victor StinnerIssue #12326: sys.platform is now always 'linux2' on...
2011-08-19 Sandro Tosifix description of \r; thanks to Thomas Waldmann from...
2011-08-19 Sandro Tosimention RFC1123 as origin of 4-year digit; thanks to...
2011-08-19 Eli BenderskyIssue #12672: remove confusing part of sentence in...
2011-08-16 Sandro Tosi#12761: fix wording of zlib license section
2011-08-16 Éric AraujoRevert change that was not a syntax fix but actually...
2011-08-14 Ezio Melotti#12725: fix working. Patch by Ben Hayden.
2011-08-13 Georg BrandlPost-release steps.
2011-08-13 Georg BrandlAdded tag v3.2.2rc1 for changeset c860feaa348d
2011-08-13 Georg BrandlUpdate versions in LICENSE files. v3.2.2rc1
2011-08-13 Georg BrandlMerge with cpython.
2011-08-13 Georg BrandlFix #11513: wrong exception handling for the case that...
2011-08-13 Georg BrandlBump version to 3.2.2rc1.
2011-08-13 Georg BrandlUpdate pydoc topics and suspicious ignore.
2011-08-13 Benjamin Petersontokenize is just broken on test_pep3131.py
2011-08-13 Benjamin Petersonnormalization is different between unicode builds,...
2011-08-13 Benjamin Petersonin narrow builds, make sure to test codepoints as ident...
2011-08-12 Sandro Tosilet PySequence_Check me a link; thanks to tomo cocoa...
2011-08-12 Éric AraujoBranch merge
2011-08-12 Éric AraujoUpdate crlf and lfcr scripts for 3.x bytes semantics...
2011-08-12 Sandro Tosiit's 'rather than'; reported by James Bateman on docs@
2011-08-12 Éric Araujopatchcheck: don’t talk about the test suite when no...
2011-08-12 Éric AraujoBranch merge
2011-08-11 Antoine PitrouIssue #12687: Fix a possible buffering bug when unpickl...
2011-08-11 Vinay SajipIssue #12718: Add documentation on using custom importers.
2011-08-11 Senthil KumaranNews item for Issue10087.
2011-08-11 Senthil KumaranFix closes Issue10087 - fixing the output of calendar...
2011-08-10 Éric AraujoUse real word in English text (i.e. not code)
2011-08-10 Éric AraujoFix find command in makefile “funny” target
2011-08-09 Benjamin Petersonnote mutating tp_dict is bad (closes #12719)
2011-08-09 Éric AraujoTest pipes.quote with a few non-ASCII characters (see...
2011-08-09 Éric AraujoBranch merge
2011-08-08 Georg BrandlConfirm that the prime example is actually correct...
2011-08-08 Éric AraujoBranch merge
2011-08-08 Sandro Tosi#12709: add error_callback argument to map_async docume...
2011-08-07 Sandro Tosi#10741: add documentation for PyGILState_GetThisThreadS...
2011-08-07 Sandro Tosi#12677: correct turtle orientation in doc
2011-08-06 Éric AraujoAdd documentation for PEP 370 features in distutils...
2011-08-06 Eli BenderskyFix grammar
2011-08-06 Senthil KumaranFix closes Issue12697 - Update the usage syntax of...
2011-08-06 Senthil Kumaranmerge from 2.7 - Fix closes issue11047 - Correct the...
2011-08-06 Senthil KumaranFix closes issue12698 - make the no_proxy environment...
2011-08-05 Éric AraujoImprove documentation for PEP 370 support in site modul...
2011-08-03 Ned DeilyIssue #12540: Prevent zombie IDLE processes on Windows...
2011-08-04 Benjamin Petersondosmodule is, thankfully, no more
2011-08-03 Senthil Kumaranchange the redundant svn scheme urljoin test case to...
2011-08-03 Senthil Kumaranmerged heads
2011-08-03 Senthil KumaranFix closes issue12683 - urljoin to work with relative...
2011-08-03 Georg BrandlFix spacing in string literal.
2011-08-02 Senthil KumaranFix closes issue12663 - Correcting the ArgumentParser...
2011-08-02 Sandro Tosi#12665: Dictionary view example has error in set operation
2011-08-02 Sandro Tosi#12670: Fix struct code after forward declaration on...
2011-08-02 Senthil KumaranFix closes Issue12183 - Explain the Symlink copy behavi...
2011-08-02 Senthil KumaranFix closes Issue12676 - Invalid identifier used in...
2011-08-01 Stefan KrahSkip test_getsetlocale_issue1813() on Fedora due to...
2011-08-01 Georg BrandlUse attribute access instead of index access for namedt...
2011-08-01 Éric AraujoFix resource warning when looking at turtledemo’s help...
2011-08-01 Éric AraujoBranch merge
2011-08-01 Vinay SajipCloses #12667: Added documentation for SMTPHandler...
2011-07-31 Ezio MelottiFix typo reported by Sandro Tosi.
2011-07-31 Éric AraujoStop trying to write into the stdlib during lib2to3...
2011-07-31 Senthil Kumaranusing support.transient_internet helper method in the...
2011-07-31 Éric AraujoFix regression with distutils MANIFEST handing (#11104...
2011-07-30 Éric AraujoLet “make patchcheck” work for out-of-dir builds (...
2011-07-30 Ezio Melotti#12531: Fix spaces and markup.
2011-07-30 Benjamin Petersonadd space
2011-07-30 Benjamin Petersondocument NotImplemented
2011-07-30 Eli Benderskymerging Georg's revision
2011-07-30 Eli BenderskyIssue #11699: fix documentation of OptionParser.get_opt...
2011-07-30 Georg BrandlChange test.support docs to be more specific about...
2011-07-30 Eli BenderskyIssue #12531: add index entries to documentation of...
2011-07-30 Benjamin Petersonremove duplicated type ready
2011-07-29 Antoine PitrouIssue #12626: In regrtest, allow to filter tests using...
2011-07-29 Charles-François... Issue #12464: tempfile.TemporaryDirectory.cleanup(...
2011-07-29 Éric AraujoDocument that atexit execution order is undefined ...
next