]> granicus.if.org Git - python/shortlog
python
2012-05-06 Larry HastingsUpdate Misc/NEWS for issues #14127 and #14705. (And...
2012-05-05 Larry HastingsIssue #14705: Add 'p' format character to PyArg_ParseTu...
2012-05-05 Stefan KrahFix typo in exception message.
2012-05-05 Richard OudkerkDummy merge
2012-05-05 Richard OudkerkFix for issue 14725 for 3.2 branch
2012-05-05 Richard OudkerkFix for Issue 14725 for 3.3 branch.
2012-05-05 Lars GustäbelIssue #13815: TarFile.extractfile() now returns io...
2012-05-05 Benjamin Petersondon't append the bytecode suffix to the source suffixes...
2012-05-05 Nadeem VawdaFix typo in changeset eb5c5c23ca9b.
2012-05-04 Antoine PitrouMerge
2012-05-04 Antoine PitrouAdd some whatsnew entries
2012-05-04 Brett CannonClean up a docstring.
2012-05-04 Antoine PitrouSimplify code for load_dynamic()
2012-05-04 Antoine PitrouMerge
2012-05-04 Antoine PitrouKill remaining mentions of import_nt.c
2012-05-04 Brett CannonKill off another entry of import_nt.c
2012-05-04 Brett CannonIssue #13959: Move module type constants to Lib/imp.py.
2012-05-04 Brett Cannonmerge
2012-05-04 Brett CannonRemove dead Windows code which no longer will compile.
2012-05-04 Brett Cannonupdate importlib.h
2012-05-04 Vinay SajipCloses #14093: Added Mercurial version information...
2012-05-04 Brett CannonJython-friendly tweak.
2012-05-04 Brett CannonIssue #13959: Re-implement imp.get_suffixes() in Lib...
2012-05-04 Brett CannonProperly mark names in importlib._bootstrap as private.
2012-05-04 Benjamin Petersoninitialization not needed
2012-05-04 Antoine PitrouFix test connecting to sha256.tbs-internet.com.
2012-05-04 Antoine PitrouFix test connecting to sha256.tbs-internet.com.
2012-05-04 Richard OudkerkFix for fatal errors in os.*utime*()
2012-05-04 Larry HastingsIssue #14127: Fix two bugs with the Windows implementation.
2012-05-04 Richard OudkerkGive test_multiprocessing better chance of avoiding...
2012-05-04 Benjamin Petersonwhat is a invalid tuple?
2012-05-04 Benjamin Petersonclean up converted path on error
2012-05-04 Benjamin Petersonavoid unitialized memory
2012-05-04 Benjamin Petersoncheck correct variable for error
2012-05-03 Victor Stinnerunicode_writer: don't force inline when it is not necessary
2012-05-03 Benjamin Petersonmerge 3.2 (#14717)
2012-05-03 Benjamin Petersonclose() doesn't take any args (closes #14717)
2012-05-03 Benjamin Petersonif the kind of the string to count is larger than the...
2012-05-03 Victor Stinnerunicode_writer: add finish() method and assertions...
2012-05-03 Larry HastingsIssue #14127: Fix no-op stub for platforms that lack...
2012-05-03 Richard OudkerkFix dangling warning for test_multiprocessing
2012-05-03 Victor StinnerIssue #14687: Remove redundant length attribute of...
2012-05-03 Victor StinnerIssue #14687: Cleanup unicode_writer_prepare()
2012-05-03 Victor StinnerIssue #14687: str%tuple now uses an optimistic "unicode...
2012-05-03 Vinay SajipMerged hanged order of cleanup operations from 3.2.
2012-05-03 Vinay SajipChanged order of cleanup operations to be more sensible.
2012-05-03 Victor StinnerIssue #14624, #14687: Optimize unicode_widen()
2012-05-03 Larry HastingsIssue #14127: Add ns= parameter to utime, futimes,...
2012-05-03 Victor StinnerRemove buggy assertion in PyUnicode_Substring()
2012-05-03 Victor StinnerFix PyUnicode_Substring() for start >= length and start...
2012-05-03 Victor StinnerUnicode: optimize creating of 1-character strings
2012-05-02 Victor StinnerIssue #14687: Optimize str%tuple for the "%(name)s...
2012-05-02 Charles-François... Merge.
2012-05-02 Charles-François... os.popen().close() returns None on success, not 0...
2012-05-02 Charles-François... os.popen().close() returns None on success, not 0...
2012-05-02 Richard OudkerkMake test_multiprocessing cleanup properly
2012-05-02 Charles-François... Issue #14698: Make test_posix more robust when the...
2012-05-02 Charles-François... Issue #14698: Make test_posix more robust when the...
2012-05-02 Martin v. LöwisIssue #13183: Revert 0b53b70a40a0 (reenable test on...
2012-05-02 Senthil Kumaranfix closes issue13183 - windows test failure
2012-05-02 Senthil Kumaranfix windows test failure - issue13183
2012-05-01 Victor Stinnerunicodeobject.c: Add MAX_MAXCHAR() macro to (micro...
2012-05-01 Victor StinnerIssue #14687: Cleanup PyUnicode_Format()
2012-05-01 Victor StinnerIssue #14687: Optimize str%args
2012-05-01 Martin v. LöwisMerge sphinx changes
2012-05-01 Benjamin Petersondon't use assertEqual for test for bool equality
2012-05-01 Martin v. LöwisInclude micro version even if it is 0.
2012-05-01 Martin v. LöwisInclude micro version even if it is 0.
2012-05-01 Martin v. LöwisInclude micro version even if it is 0.
2012-05-01 Benjamin Petersonmerge 3.2 (#14699)
2012-05-01 Benjamin Petersonfix calling the classmethod descriptor directly (closes...
2012-05-01 Benjamin Petersonstrip is_ prefixes on clock_info fields
2012-05-01 Martin v. LöwisCheck extract_version when opening a zipfile.
2012-05-01 Georg BrandlUpdate timeit documentation w.r.t default timer changes.
2012-05-01 Georg BrandlAdd an option to timeit to use time.process_time()...
2012-05-01 Georg BrandlAdded tag v3.3.0a3 for changeset 0b53b70a40a0
2012-05-01 Georg BrandlDisable test_13183 temporarily on Windows for 3.3a3... v3.3.0a3
2012-05-01 Georg BrandlBump to 3.3.0a3.
2012-05-01 Georg BrandlSuspicious markup check.
2012-05-01 Georg BrandlRegenerate pydoc topics.
2012-05-01 Georg Brandltest_pdb: fix failure of test_issue13183 in debug mode...
2012-05-01 Georg BrandlAdd missing comma in __all__ list.
2012-05-01 Martin v. LöwisRecognize unsupported feature "compressed patch data...
2012-05-01 Martin v. LöwisDetect unsupported compression types.
2012-05-01 Martin v. LöwisIssue #14371: Support bzip2 in zipfile module.
2012-05-01 Raymond HettingerMove make_key() out of the decorator body. Make keys...
2012-05-01 Raymond HettingerUse a flag to indicate when the circular queue is fully...
2012-05-01 Senthil Kumaranissue13183 - Fix pdb skipping frames after hitting...
2012-05-01 Senthil Kumaranissue13183 - Fix pdb skipping frames after hitting...
2012-04-30 Raymond HettingerHandle a possible race condition
2012-04-30 Ned DeilyIssue #10433: merge
2012-04-30 Ned DeilyIssue #10433: Document unique behavior of 'os.getgroups...
2012-04-30 Ezio Melotti#14558: merge with 3.2.
2012-04-30 Ezio Melotti#14558: document the module, argv, and testLoader args...
2012-04-30 Senthil KumaranIssue11352 - Update cgi module docs
2012-04-30 Senthil KumaranIssue11352 - Update cgi module docs
2012-04-30 Benjamin Petersonchange insertdict to not steal references (#13903)
2012-04-30 Richard OudkerkIssue #14669: Skip multiprocessing connection pickling...
2012-04-30 Richard OudkerkMinor fix for multiprocessing unit test
2012-04-30 Richard OudkerkMark multiprocessing files with "Licensed to PSF under...
next