]> granicus.if.org Git - python/shortlog
python
2011-09-09 Éric AraujoMerge 3.2
2011-09-09 Éric AraujoFix current name of the Python 3 binary on Unix (#12896).
2011-09-09 Larry HastingsIssue #12904: os.utime, os.futimes, os.lutimes, and...
2011-09-07 Victor StinnerIssue #12852: Set _POSIX_C_SOURCE to 200809 to get...
2011-09-07 Victor StinnerIssue #12852: Set _XOPEN_SOURCE to 700 to get POSIX...
2011-09-07 Nadeem VawdaIssue #12909: Make PyLong_As* functions consistent...
2011-09-07 Victor StinnerIssue #12929: faulthandler now uses char* for arithmeti...
2011-09-06 Charles-François... Issue #12871: sched_get_priority_(min|max) might not...
2011-09-06 Vinay SajipCloses #12906: Merged fix from 3.2.
2011-09-06 Vinay SajipCloses #12906: Fixed bug in YAML configuration.
2011-09-06 Benjamin Petersonmerge 3.2
2011-09-06 Benjamin Petersonmerge heads
2011-09-06 Benjamin Petersonmerge heads
2011-09-06 Benjamin Petersonmerge 3.2 (#1616)
2011-09-06 Benjamin Petersoncast to getter
2011-09-06 Victor StinnerIssue #12567: Fix curses.unget_wch() tests
2011-09-06 Brett CannonMinor grammar fix.
2011-09-06 Victor StinnerMerge 3.2: Fix PyUnicode_AsWideCharString() doc
2011-09-06 Victor StinnerFix PyUnicode_AsWideCharString() doc: size doesn't...
2011-09-05 Victor StinnerIssue #12567: Add curses.unget_wch() function
2011-09-05 Victor StinnerIssue #9561: packaging now writes egg-info files using...
2011-09-05 Victor StinnerMerge 3.2: Issue #9561: distutils now reads and writes...
2011-09-05 Victor StinnerIssue #9561: distutils now reads and writes egg-info...
2011-09-05 Victor Stinnernull merge 3.2
2011-09-05 Victor StinnerIssue #12326: Remove plat-linux3 directory
2011-09-05 Senthil Kumaranmerge from 3.2. Fix closes Issue11155 - Correct the...
2011-09-05 Senthil KumaranFix closes Issue11155 - Correct the multiprocessing...
2011-09-05 Éric AraujoMerge 3.2
2011-09-05 Éric AraujoBranch merge
2011-09-05 Éric AraujoBranch merge
2011-09-05 Lars GustäbelMerge with 3.2: Issue #12841: Fix tarfile extraction...
2011-09-05 Lars GustäbelIssue #12841: Fix tarfile extraction of non-existent...
2011-09-05 Ezio Melotti#12888: merge with 3.2.
2011-09-05 Ezio Melotti#12888: Fix a bug in HTMLParser.unescape that prevented...
2011-09-04 Éric AraujoMerge 3.2
2011-09-04 Éric AraujoBranch merge
2011-09-04 Éric AraujoBranch merge
2011-09-04 Martin v. LöwisMerge with 3.2
2011-09-04 Martin v. LöwisAdd 3.2.2 and 3.2.3 UUIDs.
2011-09-04 Georg BrandlMerge with 3.2.
2011-09-04 Georg BrandlPost-release version bump.
2011-09-04 Georg BrandlMerge with release clone.
2011-09-04 Georg BrandlMerge with 3.2.
2011-09-04 Georg BrandlTypo fix.
2011-09-03 Georg BrandlAdded tag v3.2.2 for changeset 137e45f15c0b
2011-09-03 Benjamin Petersonmerge 3.2 (#12878)
2011-09-03 Benjamin Petersonadd a __dict__ descr for IOBase (closes #12878)
2011-09-02 Éric AraujoMerge fix for #8286 from 3.2
2011-09-02 Éric AraujoWarn instead of crashing because of invalid path in...
2011-09-02 Éric AraujoEnable catching WARN-level logging messages in distutil...
2011-09-02 Łukasz Langaoops, someone beat me to it: merging minor configparser...
2011-09-02 Łukasz Langamerged configparser documentation leftovers cleanup...
2011-09-02 Łukasz Langaremoved misleading editing leftovers
2011-09-02 Amaury Forgeot... ctypes: Slightly better error message when a struct...
2011-09-02 Sandro Tosimerge with 3.2
2011-09-02 Sandro TosiGive credit to Adam
2011-09-02 Amaury Forgeot... Merge from 3.2: Issue #12764: Fix a crash in ctypes...
2011-09-02 Amaury Forgeot... Issue #12764: Fix a crash in ctypes when the name of...
2011-09-02 Sandro Tosi#12781: merge with 3.2
2011-09-02 Sandro Tosi#12781: Mention SO_REUSEADDR flag near socket examples
2011-09-02 Éric AraujoMerge 3.2
2011-09-02 Éric AraujoBranch merge
2011-09-02 Éric AraujoBranch merge
2011-09-01 Victor StinnerMerge 3.2: Issue #12636: IDLE reads the coding cookie...
2011-09-01 Victor StinnerIssue #12636: IDLE reads the coding cookie when executi...
2011-09-01 Victor StinnerIDLE: fix some RessourceWarning, reuse tokenize.open()
2011-09-01 Victor StinnerMerge 3.2: Remove unused variable if Python is build...
2011-09-01 Victor StinnerRemove unused variable if Python is build without threads
2011-09-01 Éric AraujoMerge doc changes from 3.2 (#10454, #12298)
2011-09-01 Éric AraujoMinor: tweak docstrings and __all__ in packaging.tests...
2011-09-01 Victor StinnerIssue #12494: Close pipes and kill process on error...
2011-09-01 Éric AraujoFix typo (was build) and remove redundancy in docstring
2011-09-01 Éric AraujoAdd links from library/functions to other docs.
2011-09-01 Éric AraujoFix a few links in the table of built-in functions...
2011-09-01 Charles-François... Issue #12868: Skip test_faulthandler.test_stack_overflo...
2011-09-01 Benjamin Petersonmerge 3.2
2011-09-01 Benjamin Petersonmake sure to initialize the method wrapper type
2011-09-01 Éric AraujoRemove obsolete comment
2011-09-01 Antoine PitrouIssue #12802: the Windows error ERROR_DIRECTORY (number...
2011-09-01 Antoine PitrouIssue #12802: the Windows error ERROR_DIRECTORY (number...
2011-09-01 Éric Araujo#10454: a few edits to compileall help messages
2011-09-01 Éric AraujoDocument that format string don’t support arbitrary...
2011-09-01 Éric AraujoDocument that True/False/None don’t use :keyword: in...
2011-09-01 Éric AraujoAdd missing name in shutil.__all__
2011-09-01 Ezio MelottiMerge doc fix with 3.2.
2011-09-01 Ezio MelottiFrom RFC 3629 5- and 6-bytes UTF-8 sequences are invali...
2011-09-01 Ross LagerwallMerge with 3.2.
2011-09-01 Éric AraujoMinor improvement to extensions in setup.cfg: check...
2011-09-01 Ross LagerwallRemove duplicate text in os documentation.
2011-09-01 Éric AraujoMinor improvement to extensions section in setup.cfg.
2011-09-01 Éric AraujoMerge doc changes from 3.2.
2011-09-01 Éric AraujoAdd version number for versionchanged directive (backpo...
2011-09-01 Éric AraujoClean up packaging.util: add __all__, remove some unuse...
2011-09-01 Benjamin Petersonnews note on xattrs
2011-09-01 Benjamin Petersonmerge 3.2 (null)
2011-09-01 Benjamin Petersonexpose linux extended file system attributes (closes...
2011-09-01 Benjamin Petersonaccept bytes for the AST 'string' type
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 Éric AraujoAvoid using the default reST role. Makes Doc/tools...
next