]> granicus.if.org Git - python/shortlog
python
2012-05-14 Antoine PitrouUse size_t, not ssize_t (issue #14801).
2012-05-14 Antoine PitrouRemove tab characters
2012-05-14 Antoine PitrouUse size_t, not ssize_t (issue #14801).
2012-05-14 Martin v. Löwisnull merge
2012-05-14 Martin v. LöwisUpgrade bzip2 to 1.0.6.
2012-05-14 Martin v. LöwisRelabel bzip2 filters.
2012-05-14 Martin v. LöwisUpgrade bzip2 to 1.0.6.
2012-05-14 Lars GustäbelIssue #13815: Resurrect the ExFileObject class.
2012-05-14 Ezio Melotti#14405: merge with 3.2.
2012-05-14 Ezio Melotti#14405: remove outdated/broken/duplicate links.
2012-05-14 Martin v. LöwisFix release build settings.
2012-05-14 Brian CurtinUpdate the clean and MSI scripts for VS2010
2012-05-13 Brian CurtinCorrect PlatformTarget->Platform usage for building...
2012-05-13 Brian CurtinConvert build slave scripts to work with VS2010
2012-05-13 Brian Curtinchangeset: 76969:0cbe1099226d
2012-05-13 Mark DickinsonIssue #14245: Merge changes from 3.2.
2012-05-13 Mark DickinsonIssue #14245: Improve floating-point entry in FAQ....
2012-05-13 Antoine PitrouIssue #14417: Mutating a dict during lookup now restart...
2012-05-13 Charles-François... Issue #14532: Add a secure_compare() helper to the...
2012-05-13 Brett CannonAdd importlib.util.resolve_name().
2012-05-13 Brian CurtinMove out VS9 project files to PC\VS9.0 folder. Fixes...
2012-05-13 Ezio Melotti#14770: merge with 3.2.
2012-05-13 Ezio Melotti#14770: improve the library FAQ.
2012-05-13 Brett CannonIssue #13959: Document imp.find_module/load_module...
2012-05-13 Brian CurtinFix #13210. Port the Windows build from VS2008 to VS2010.
2012-05-13 Sandro Tosimerge with 3.2
2012-05-13 Sandro TosiIssue #14793: fix grammar in bytes object paragraph...
2012-05-13 Martin v. LöwisIssue #14366: Support lzma compression in zip files.
2012-05-12 Antoine PitrouMerge
2012-05-12 Antoine PitrouMerge
2012-05-12 Antoine PitrouMake the reference counting of dictkeys objects partici...
2012-05-12 Brett CannonIssue #13959: Introduce importlib.find_loader().
2012-05-12 Brett CannonRemove a now worthless test.
2012-05-12 Antoine PitrouTry to fix test_shutil failure under Fedora - patch...
2012-05-12 Sandro Tosimerge with 3.2
2012-05-12 Sandro Tosicorrectly define what 'fill' could be; thanks to Leland...
2012-05-12 Stefan KrahIssue #14779: Do not use get_config_var('SIZEOF_VOID_P...
2012-05-12 Antoine PitrouMerge
2012-05-12 Antoine PitrouIssue #14082: shutil.copy2() now copies extended attrib...
2012-05-12 Antoine PitrouFix refleaks introduced by 83da67651687.
2012-05-12 Antoine PitrouFix logic error introduced by 83da67651687.
2012-05-12 Ross LagerwallRemove uninitialized compiler warning.
2012-05-11 Benjamin Petersonsimplify by shortcutting when the kind of the needle...
2012-05-11 Brett CannonIssue #13959: Have
2012-05-11 Brett CannonDeprecate the imp constants related to imp.get_suffixes().
2012-05-11 Brett CannonUpdate importlib.h
2012-05-11 Brett CannonIssue #13959: Deprecate imp.get_suffixes() for new...
2012-05-11 Brett CannonIssue #14764: Update importlib.test.benchmark to work...
2012-05-11 Ned Deilymerge
2012-05-11 Ned DeilyIssue #14662: Prevent shutil failures on OS X when...
2012-05-11 Ned DeilyIssue #14662: Prevent shutil failures on OS X when...
2012-05-10 Benjamin Petersonuse yield from
2012-05-10 Antoine PitrouIssue #14157: Fix time.strptime failing without a year...
2012-05-10 Antoine PitrouIssue #14157: Fix time.strptime failing without a year...
2012-05-10 Richard OudkerkIssue #14753: Make multiprocessing treat negative timeo...
2012-05-10 Antoine PitrouIssue #14738: Speed-up UTF-8 decoding on non-ASCII...
2012-05-10 Antoine PitrouSome nits in the pickle docs.
2012-05-10 Antoine PitrouSome nits in the pickle docs.
2012-05-10 Antoine PitrouRemoved outdated statement about pickle's and marshal...
2012-05-10 Antoine PitrouRemoved outdated statement about pickle's and marshal...
2012-05-10 Ezio Melotti#14763: merge with 3.2.
2012-05-10 Ezio Melotti#14763: document default maxsplit value for str.split.
2012-05-10 Jesus CeaMERGE: Closes #14768: os.path.expanduser('~/a') doesn...
2012-05-10 Jesus CeaCloses #14768: os.path.expanduser('~/a') doesn't works...
2012-05-09 Victor StinnerRename unicode_write_t structure and its methods to...
2012-05-09 Victor StinnerIssue #14744: Inline unicode_writer_write_char() and...
2012-05-09 Antoine PitrouNull merge for issue #14761.
2012-05-09 Antoine PitrouIssue #14761: Fix potential leak on an error case in...
2012-05-09 Larry HastingsIssue #14746: Remove redundant paragraphs from skipitem...
2012-05-09 R David MurrayMerge: Improve the grammar of a non-sentence.
2012-05-09 R David MurrayImprove the grammar of a non-sentence.
2012-05-09 Victor Stinnerunicode_writer_finish() checks string consistency
2012-05-08 Richard OudkerkIssue #14727: Fix race in test_multiprocessing
2012-05-08 Richard OudkerkMinor fix for test_multiprocessing
2012-05-08 Benjamin Petersonmerge 3.2 (#14752)
2012-05-08 Benjamin Petersonfix possible refleak (closes #14752)
2012-05-08 Larry HastingsMerge from 3.2. Issue #14749: Add support for 'Z'...
2012-05-08 Larry HastingsIssue #14749: Add support for 'Z' to skipitem() in...
2012-05-08 Benjamin Petersonmerge 3.2
2012-05-08 Benjamin Petersonremove basically bitrotted XXXs
2012-05-08 Benjamin Petersonexplicitly set UnsupportedOperation's module rather...
2012-05-07 Victor StinnerBackout ab500b297900: the check for integer overflow...
2012-05-07 Mark DickinsonIssue #14742: Don't include DirectoryTestCase from...
2012-05-07 Antoine PitrouIssue #14583: Fix importlib bug when a package's __init...
2012-05-07 Mark DickinsonIssue #14741: Merge fix from 3.2.
2012-05-07 Mark DickinsonIssue #14741: Fix missing support for ellipsis in parse...
2012-05-07 Mark DickinsonIssue #14697: Merge fix from 3.2.
2012-05-07 Mark DickinsonIssue #14697: Fix missing parser module support for...
2012-05-07 Victor StinnerIssue #14716: Change integer overflow check in unicode_...
2012-05-07 Mark DickinsonIssue #14701: Add missing support for 'raise ... from...
2012-05-07 Victor StinnerClose #14716: str.format() now uses the new "unicode...
2012-05-07 Mark DickinsonIssue #14701: Merge fix from 3.2.
2012-05-07 Mark DickinsonIssue #14700: Fix two broken and undefined-behaviour...
2012-05-07 Larry HastingsIssue #14705: Added support for the new 'p' format...
2012-05-07 Mark DickinsonAdd John Regehr to Misc/ACKS for his help with finding...
2012-05-07 Mark DickinsonIssue #14695: Run Tools/parser/test_unparse.py as part...
2012-05-07 Mark DickinsonMerge Misc/NEWS issue number fix from 3.2
2012-05-07 Mark DickinsonFix issue number in Misc/NEWS.
2012-05-06 Richard OudkerkAdd Misc/NEWS entry for rev b4a1d9287780
2012-05-06 Nadeem VawdaFix buildbot failures in test_lzma.
next