]> granicus.if.org Git - python/shortlog
python
2013-05-18 Richard OudkerkMerge.
2013-05-18 Richard OudkerkClose file before reopening to keep Windows happy in...
2013-05-18 Richard OudkerkUse PY_FORMAT_SIZE_T because Visual Studio does not...
2013-05-18 Antoine PitrouIssue #17980: Fix possible abuse of ssl.match_hostname...
2013-05-18 Antoine PitrouIssue #17980: Fix possible abuse of ssl.match_hostname...
2013-05-18 Eli BenderskyIssue #17989: element_setattro returned incorrect error...
2013-05-18 Eli BenderskyIssue #17989: element_setattro returned incorrect error...
2013-05-18 Raymond HettingerUndo the deprecation of _asdict().
2013-05-18 Raymond HettingerDeprecate nametuple._asdict()
2013-05-17 Raymond Hettingermerge
2013-05-17 Raymond HettingerUpdate docstring for _asdict() to indicate it is obsolete.
2013-05-17 Benjamin Petersonrewrite the parsing of field names to be more consisten...
2013-05-17 Benjamin Petersonmerge 3.3
2013-05-17 Victor StinnerFileIO.readall(): remove trailing space from an excepti...
2013-05-17 Richard OudkerkIssue #15758: Fix FileIO.readall() so it no longer...
2013-05-17 Benjamin Petersononly recursively expand in the format spec (closes...
2013-05-17 Benjamin Petersonreset __class__, so multiple runs don't fail (closes...
2013-05-17 Raymond Hettingermerge
2013-05-17 Raymond HettingerIssue #17563: Fix dict resize performance regression.
2013-05-17 Raymond Hettingermerge
2013-05-17 Raymond HettingerRemove unnecessary exception handler.
2013-05-17 Raymond Hettingermerge
2013-05-17 Raymond HettingerIgnore Mac OS X entries for .DS_Store
2013-05-17 Serhiy StorchakaIssue #14596: The struct.Struct() objects now use more...
2013-05-17 Serhiy StorchakaFix some bugs in Tools/scripts/abitype.py.
2013-05-17 Serhiy StorchakaFix some bugs in Tools/scripts/abitype.py.
2013-05-17 Benjamin Petersonmerge 3.3
2013-05-17 Benjamin Petersonmove definition to top of block
2013-05-16 Victor StinnerFix compilater warnings on Windows 64-bit
2013-05-16 Victor StinnerFix a compilater warning on Windows 64-bit
2013-05-16 Vinay SajipIssue #17981: Closed socket on error in SysLogHandler.
2013-05-16 Victor StinnerFix a compilater warning on Windows 64-bit
2013-05-16 Vinay SajipCloses #17981: Merged fix from 3.3.
2013-05-16 Benjamin Petersonmake GCC complain about declarations not at the top...
2013-05-16 Benjamin Petersonmerge 3.3
2013-05-16 Benjamin PetersonC89 declaration compliance
2013-05-16 Victor StinnerIssue #17964: Fix os.sysconf(): the return type of...
2013-05-16 Victor Stinnerfix compilation on Windows
2013-05-16 Benjamin Petersonrather than passing locals to the class body, just...
2013-05-16 Brian CurtinMerge with 3.3
2013-05-16 Brian CurtinAdd Nick Sloan for his contribution to #17732
2013-05-16 Giampaolo Rodola'Issue #17992: Add timeouts to asyncore and asynchat...
2013-05-16 Giampaolo Rodola'ftplib tests: provide a global socket's TIMEOUT variabl...
2013-05-15 Benjamin Petersonnull mege 3.3 with fix not applicable here
2013-05-15 Benjamin Petersoncomplain about "global __class__" in a class body ...
2013-05-15 Benjamin Petersonhide the __class__ closure from the class body (#12370)
2013-05-15 Georg Brandlnull-merge from 3.3
2013-05-15 Georg Brandlpost-release update.
2013-05-15 doko@ubuntu.com- Fix typos in the multiprocessing module.
2013-05-15 doko@ubuntu.com- Fix typos in the multiprocessing module.
2013-05-15 doko@ubuntu.com- Issue #17754: Make ctypes.util.find_library() indepen...
2013-05-15 doko@ubuntu.com- Issue #17754: Make ctypes.util.find_library() indepen...
2013-05-15 doko@ubuntu.comMisc/NEWS: Add 3.3.3 section and move entries made...
2013-05-15 Benjamin Petersonnull merge 3.3 from backport
2013-05-15 Benjamin Petersonwhen arguments are cells clear the locals slot (backpor...
2013-05-14 Antoine PitrouBackout c89febab4648 following private feedback by...
2013-05-14 Barry Warsaw- Issue #17977: The documentation for the cadefault...
2013-05-14 Barry Warsaw- Issue #17977: The documentation for the cadefault...
2013-05-14 Benjamin Petersonmerge 3.3 (#17968)
2013-05-14 Benjamin Petersonprevent double free in cleanup code (#17968)
2013-05-13 Antoine PitrouFix ResourceWarnings in test_sax
2013-05-13 Antoine PitrouFix ResourceWarnings in test_sax
2013-05-13 Terry Jan ReedyMerge with 3.3
2013-05-13 Terry Jan ReedySilence unclosed open file ResourceWarning.
2013-05-13 Terry Jan ReedyComplete 2 to 3 conversion
2013-05-13 Terry Jan ReedyComplete 2 to 3 conversion
2013-05-13 Antoine PitrouIssue #17968: Fix memory leak in os.listxattr().
2013-05-13 Antoine PitrouIssue #17968: Fix memory leak in os.listxattr().
2013-05-13 Benjamin Petersonremove support GCC PyArg_ParseTuple format patch, last...
2013-05-13 Benjamin Petersonmerge 3.3
2013-05-13 Benjamin Petersonuse correct format code for exceptions
2013-05-12 Benjamin Petersonwhen an argument is a cell, set the local copy to NULL...
2013-05-12 Georg Brandlmerge with 3.3
2013-05-12 Georg BrandlAdded tag v3.3.2 for changeset d047928ae3f6
2013-05-12 Georg BrandlCloses #17962: Build with OpenSSL 1.0.1e on Windows. v3.3.2
2013-05-12 Georg Brandlmerge
2013-05-12 Serhiy StorchakaIssue #17606: Fixed support of encoded byte strings...
2013-05-12 Serhiy StorchakaIssue #17606: Fixed support of encoded byte strings...
2013-05-12 Georg Brandlbump to 3.3.2
2013-05-12 Georg Brandlmerge with 3.3
2013-05-12 Georg BrandlCloses issue #17732: ignore install-directory specific...
2013-05-12 Georg Brandlnull-merge reversion of #1159051 patch from 3.3
2013-05-12 Georg Brandlmerge with 3.3
2013-05-12 Georg BrandlBack out patch for #1159051, which caused backwards...
2013-05-12 Georg Brandlmerge with 3.2
2013-05-12 Georg Brandlmerge with 3.2
2013-05-12 Georg BrandlIssue #17915: Fix interoperability of xml.sax with...
2013-05-12 Georg BrandlIssue #1159051: Back out a fix for handling corrupted...
2013-05-12 Georg Brandlmerge
2013-05-12 Georg Brandlmerge heads
2013-05-12 Georg BrandlIssue #17838: merge with 3.3
2013-05-12 Benjamin Petersonprevent IDLE from trying to close when sys.stdin is...
2013-05-11 Vinay SajipDiagnostics collected, test disabled for now.
2013-05-11 Vinay SajipRe-enabled test with more diagnostics.
2013-05-11 Benjamin Petersonmerge 3.3
2013-05-11 Benjamin Petersononly close non-None files
2013-05-11 Benjamin Petersonremove unused import
2013-05-11 Benjamin Petersonsimplify #17947 test with weakrefs
2013-05-11 Brett Cannonmerge
2013-05-11 Brett CannonTouch up grammar for dict.update() docstring.
next