• Edison A's avatar
    bpo-36782: Created C API wrappers and added missing tests for functions in the… · 98ff4d5f
    Edison A yazdı
    bpo-36782: Created C API wrappers and added missing tests for functions in the PyDateTimeAPI. (#13088)
    
    * created a c API wrapper for pyDate_FromDate and added the test
    
    * 📜🤖 Added by blurb_it.
    
    * fixed auto-alignment by vscode
    
    * made changes as per PEP7
    
    * Update 2019-05-04-21-25-19.bpo-36782.h3oPIb.rst
    
    * Refactored code as per requested changes
    
    * Remove Whitespace to Fix failed travis build
    
    * Update 2019-05-04-21-25-19.bpo-36782.h3oPIb.rst
    
    * Add a new line at end of ACKS
    
    * Added C API function for PyDateTime_FromDateAndTime
    
    * Added a test for the C API wrapper of PyDateTime_FromDateAndTime
    
    * Added C API function for PyDateTime_FromDateAndTime
    
    * Added a test for the C API wrapper of PyDateTime_FromDateAndTimeAndFold
    
    * Remove Whitespace using patchcheck
    
    * Added a C API function for PyTime_FromTime
    
    * Added a test for the C API wrapper of PyTime_FromTime
    
    * Added a C API function for PyTime_FromTimeAndFold
    
    * Added a test for the C API wrapper of PyTime_FromTimeAndFold
    
    * Added a C API function for PyDelta_FromDSU
    
    * Added a test for the C API wrapper of PyDelta_FromDSU
    
    * Refactor code, re-edit lines longer than 80 chars
    
    * Fix Whitespace issues in DatetimeTester
    
    * List all tests that were added in this PR
    
    * Update 2019-05-04-21-25-19.bpo-36782.h3oPIb.rst
    
    * Reformat code as per PEP7 guidelines
    
    * Remove unused varibles from another function
    
    * Added specific tests for the Fold Attribute
    
    * Update 2019-05-04-21-25-19.bpo-36782.h3oPIb.rst
    
    * Reformat code according to requested changes
    
    * Reformat code to PEP7 Guidelines
    
    * Reformat code to PEP7 Guidelines
    
    * Re-add name to blurb
    
    * Added a backtick to blurb file
    
    * Update 2019-05-04-21-25-19.bpo-36782.h3oPIb.rst
    
    * Remove the need to initialize mandatory parameters
    
    * Make the macro parameter mandatory
    
    * Re-arrange the order of unit-test args
    
    * Removed the need to initialize macro
    
    change all the int macro = 0 to int macro; now that macro is required
    Co-Authored-By: 's avatarPaul Ganssle <pganssle@users.noreply.github.com>
    
    * Removed the need to initialize macro
    
    change all the `int macro = 0` to `int macro`; now that macro is required
    Co-Authored-By: 's avatarPaul Ganssle <pganssle@users.noreply.github.com>
    
    * Removed the need to initialize macro
    
    change all the `int macro = 0` to `int macro`; now that macro is required
    Co-Authored-By: 's avatarPaul Ganssle <pganssle@users.noreply.github.com>
    
    * Removed the need to initialize macro
    
    change all the `int macro = 0` to `int macro`; now that macro is required
    Co-Authored-By: 's avatarPaul Ganssle <pganssle@users.noreply.github.com>
    
    * Removed the need to initialize macro
    
    change all the `int macro = 0` to `int macro`; now that macro is required
    Co-Authored-By: 's avatarPaul Ganssle <pganssle@users.noreply.github.com>
    
    * Removed the need to initialize macro
    
    change all the `int macro = 0` to `int macro`; now that macro is required
    Co-Authored-By: 's avatarPaul Ganssle <pganssle@users.noreply.github.com>
    98ff4d5f
Adı
Son kayıt (commit)
Son güncelleme
.azure-pipelines Loading commit data...
.github Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Programs Loading commit data...
Python Loading commit data...
Tools Loading commit data...
m4 Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README.rst Loading commit data...
aclocal.m4 Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...